cisco 9月24日 CCNA实验
生活随笔
收集整理的這篇文章主要介紹了
cisco 9月24日 CCNA实验
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
熟練掌握如何配置標準IP ACL. ? ? ? 路由器Asuqa 配置如下:
Asuqa#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Asuqa(config)#access-list 1 deny 192.168.0.0 0.0.0.255
Asuqa(config)#access-list 1 permit any
Asuqa(config)#interface serial 1
Asuqa(config-if)#ip access-group 1 in Asuqa(config-if)#end
Asuqa# 測試:
Aiko#ping
Protocol [ip]:
Target IP address: 172.16.0.2
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 192.168.0.1
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.2, timeout is 2 seconds:
Packet sent with a source address of 192.168.0.1
.....
Success rate is 0 percent (0/5)
Aiko#
Asuqa#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Asuqa(config)#access-list 1 deny 192.168.0.0 0.0.0.255
Asuqa(config)#access-list 1 permit any
Asuqa(config)#interface serial 1
Asuqa(config-if)#ip access-group 1 in Asuqa(config-if)#end
Asuqa# 測試:
Aiko#ping
Protocol [ip]:
Target IP address: 172.16.0.2
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 192.168.0.1
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.2, timeout is 2 seconds:
Packet sent with a source address of 192.168.0.1
.....
Success rate is 0 percent (0/5)
Aiko#
轉載于:https://blog.51cto.com/jianson/204939
總結
以上是生活随笔為你收集整理的cisco 9月24日 CCNA实验的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [转载]Sql Server 日期格式转
- 下一篇: Base64编码解码与实现