标签:
路由配置:
icmp记录路由抓取出接口的IP地址,最多可以抓取9个。ip协议头中的options为40个字节
R1 :
conf t
int f0/0
no shutdown
ip add 192.168.1.1 255.255.255.0
no ip routing
end
R2 f0/0:
conf t
int f0/0
no shutdown
ip add 192.168.1.254 255.255.255.0
end
R2 f1/0:
conf t
int f0/0
no shutdown
ip add 192.168.2.254 255.255.255.0
end
R3 :
conf t
int f0/0
no shutdown
ip add 192.168.2.1 255.255.255.0
no ip routing
end
首先R1 ping R3,要保障线路畅通。然后输入 ping + ENTER进入下面界面:
路由输入R2的出ip地址,按回车:
严格路由必须按照指定的路由走,抓包如下:
返回R2的进IP地址
标签:
原文地址:http://www.cnblogs.com/qq76211822/p/5137007.html