首页 > 其他 > 详细

GNS3 模拟分片不可达

时间:2016-01-13 21:27:11      阅读:234      评论:0      收藏:0      [点我收藏+]

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

 配置路由MTU:

conf t

int f1/0

ip mtu 100

end

 

R3 :

conf t

int f0/0

no shutdown

ip add 192.168.2.1 255.255.255.0

no ip routing

end

 

在R1里面添加 ip route 0.0.0.0 0.0.0.0 192.168.1.254映射从R1的路由表,然后ping 192.168.2.1 size 200。在R2出口处抓包。

技术分享

 

出现分片信息。

ping 192.168.2.1 size 200 df-bit 

技术分享

分片不可达实现了

GNS3 模拟分片不可达

原文:http://www.cnblogs.com/qq76211822/p/5128503.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!