资源描述:
《icmp重定向实验》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、实验三配置ICMP重定向 2、实验过程r1(config)#intf0/0r1(config-if)#ipadd10.1.1.1255.255.255.0r1(config-if)#noshutr1(config)#iproute0.0.0.00.0.0.010.1.1.2r2(config)#intf0/0r2(config-if)#ipadd10.1.1.2255.255.255.0r2(config-if)#noshutr2(config-if)#intf0/1r2(config-if)#ipadd24.1.1.2255.255.255.0r2(config-if)#noshutr
2、3(config)#intf0/0r3(config-if)#ipadd10.1.1.3255.255.255.0r3(config-if)#noshutr3(config)#iproute0.0.0.00.0.0.010.1.1.1r4(config)#intf0/1r4(config-if)#ipadd24.1.1.4255.255.255.0r4(config-if)#noshutr4(config)#iproute0.0.0.00.0.0.024.1.1.2测试实验效果:在R3上ping24.1.1.4r3#debugipicmpICMPpacketdebuggingisonr3#
3、ping24.1.1.4 Typeescapesequencetoabort.Sending5,100-byteICMPEchosto24.1.1.4,timeoutis2seconds:!!!!!Successrateis100percent(5/5),round-tripmin/avg/max=12/69/184msr3#*Aug 215:10:42.475:ICMP:redirectrcvdfrom10.1.1.1-for24.1.1.4usegw10.1.1.2*Aug 215:10:42.519:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3
4、*Aug 215:10:42.599:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3*Aug 215:10:42.659:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3*Aug 215:10:42.675:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3*Aug 215:10:42.687:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3现在在R3上的默认路由改为出接口看看效果r3(config)#noiproute0.0.0.00.0.0.0
5、10.1.1.1r3#ping24.1.1.4 Typeescapesequencetoabort.Sending5,100-byteICMPEchosto24.1.1.4,timeoutis2seconds:.!!!!Successrateis80percent(4/5),round-tripmin/avg/max=24/72/104msr3#*Aug 215:17:55.819:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3*Aug 215:17:55.923:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3*A
6、ug 215:17:55.983:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3*Aug 215:17:56.003:ICMP:echoreplyrcvd,src24.1.1.4,dst10.1.1.3r1(config)#intf0/0 r1(config-if)#noipredirects//关闭重定向,开启命令是在接口下ipredirects注:在接口开启HSRP后,默认是关闭重定向的功能,可以手工开启