本文共 1323 字,大约阅读时间需要 4 分钟。
之前我们是通过全命令行来配置这种实验,而且用的是静态路由协议,而这次我们用EIGRP动态路由协议来配置。对于命令生疏的人来说,可以尝试使用SDM来配置。这种方式像是我们做填空题的方式去弄就行了。下面我们来用一下SDM配置下面的实验:
R1(config)#ip http server R1(config)#ip route 0.0.0.0 0.0.0.0 202.102.48.66 R3(config)#ip http server R3(config)#ip route 0.0.0.0 0.0.0.0 211.64.135.33 R1#ping 211.64.135.34 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 211.64.135.34, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/73/120 ms R1# |
R1#ping 192.168.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 104/144/168 ms R3#ping 172.16.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 116/144/180 ms |
转载地址:http://blpzl.baihongyu.com/