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编码解码与实现