rockets521 发表于 2011-3-18 17:41:14

求助第二季,做静态浮动路由发现问题,求解

既第一季得到技术帝等等达人的回复之后,今天又遇到新的问题,想在R3上做浮动静态路由的实验,进入正题拓扑如下:
   
具体配置如下:
R1:
>conf t
#int f0/0
#ip add 1.1.1.2 255.255.255.0
no sh
int s1/0
ip add 2.2.2.1 255.255.255.0
no sh
int s1/1
ip add 4.4.4.2 255.255.255.0
ip route 3.3.3.0 255.255.255.0 4.4.4.1
ip route 3.3.3.0 255.255.255.0 2.2.2.2 130
R2
conf t
int s1/0
ip add 2.2.2.2 255.255.255.0
no sh
int s1/1
ip add 3.3.3.1 255.255.255.0
no sh
conf t
ip route 1.1.1.0 255.255.255.0 2.2.2.1
ip route 4.4.4.0 255.255.255.0 3.3.3.2
ip route 4.4.4.0 255.255.255.0 2.2.2.1
R3
conf t
int s1/0
ip add 3.3.3.2 255.255.255.0
no sh
int s1/1
ip add 4.4.4.1 255.255.255.0
no sh
ip route 1.1.1.0 255.255.255.0 4.4.4.2
ip route 2.2.2.0 255.255.255.0 3.3.3.1
ip route 2.2.2.0 255.255.255.0 4.4.4.2
设置就是这样,接下来测试的结论是我关闭掉R1的S1/1的端口之后,从虚拟机PING3.3.3.1能PING通,但是PING 3.3.3.2不能PING通。不知道是否配置上有问题,还想请教达人帮忙看看,谢谢!



思博网络 发表于 2011-3-18 17:50:55

   不懂技术的先上来顶一下,期待牛人作答!

rockets521 发表于 2011-3-18 18:06:12

呵呵,欢迎捧场哟!

tea 发表于 2011-3-18 19:12:18

R1、R3之间的链路DOWN掉之后,R3没有了去往1.1.1.0的路由,
因此你虚拟机ping3.3.3.2,数据包到了R3,回不来了……回不来了……回不来了

magic_os 发表于 2011-3-18 21:09:36

tea 发表于 2011-3-18 19:12 static/image/common/back.gif
R1、R3之间的链路DOWN掉之后,R3没有了去往1.1.1.0的路由,
因此你虚拟机ping3.3.3.2,数据包到了R3,回不 ...

哈哈tea好有趣~

这个是~R3上面在R1 S1/1没有关闭之前的路由表~
   1.0.0.0/24 is subnetted, 1 subnets
S       1.1.1.0 via 4.4.4.2
   2.0.0.0/24 is subnetted, 1 subnets
S       2.2.2.0 via 4.4.4.2
                via 3.3.3.1
   3.0.0.0/24 is subnetted, 1 subnets
C       3.3.3.0 is directly connected, Serial1/0
   4.0.0.0/24 is subnetted, 1 subnets
C       4.4.4.0 is directly connected, Serial1/1
这个是~R3上面在R1 S1/1关闭之后的路由表~
   2.0.0.0/24 is subnetted, 1 subnets
S       2.2.2.0 via 3.3.3.1
   3.0.0.0/24 is subnetted, 1 subnets
C       3.3.3.0 is directly connected, Serial1/0
问题就是出在R3上 PC的数据包经过R2到R3,结果R3上的静态路由,下一跳为4.4.4.2的,由于R1 S1/1的关闭消失了~ 所以R3直接丢弃了这些数据包~

丢弃了.....丢弃了..............丢弃了........................(伴随回声~)

王晓强 发表于 2011-3-18 21:31:03

原来技术也可以这么有味道,呵呵~

superGG 发表于 2011-3-19 07:07:07

有去有回才可以通,记得差来回路由哟~

roy 发表于 2011-3-19 09:44:42

技术帝,准备再次浮出水面吧。。

迷糊 发表于 2011-3-19 10:09:49

高手来解答啦····-woniu2-

linda.! 发表于 2011-3-19 11:19:14

都是技术帝..........都是技术帝..........都是技术帝..........都是技术帝..........
--
页: [1] 2 3
查看完整版本: 求助第二季,做静态浮动路由发现问题,求解