当前位置:八五教程网教学知识电脑学习电脑故障维修网络故障EIGRP管理距离引起路由震荡的原因及解决» 正文
  1. EIGRP管理距离引起路由震荡的原因及解决

  2. [08-24 16:25:29]   来源:http://www.85jc.com  网络故障   阅读:8471

概要: EIGRP和OSPF做双点双向重分发第一种情况:1,R1,R2,R3,R4初始配置 R1 conf tint l 0ip add 1.1.1.1 255.255.255.255int f0/0ip add 1.1.123.1 255.255.255.0no shutrouter eigrp 1no autonet 1.1.1.1 0.0.0.0net 1.1.123.0 0.0.0.255end R2conf tint l 0ip add 1.1.2.2 255.255.255.255int f0/0ip add 1.1.123.2 255.255.255.0no shutint s1/0ip add 1.1.234.2 255.255.255.0encap fno arp fno frame invframe map ip 1.1.234.4 204 bframe map ip 1.1.234.3 204 bno shutip ospf p 0router ospf 1router-id 1.1.2.2net 1.1.23

EIGRP管理距离引起路由震荡的原因及解决,标签:网络故障解决,网络故障排除,http://www.85jc.com

点击浏览下一页

  EIGRP和OSPF做双点双向重分发
第一种情况:
1,R1,R2,R3,R4初始配置  R1
conf t
int l 0
ip add 1.1.1.1 255.255.255.255
int f0/0
ip add 1.1.123.1 255.255.255.0
no shut
router eigrp 1
no auto
net 1.1.1.1 0.0.0.0
net 1.1.123.0 0.0.0.255
end
 R2
conf t
int l 0
ip add 1.1.2.2 255.255.255.255
int f0/0
ip add 1.1.123.2 255.255.255.0
no shut
int s1/0
ip add 1.1.234.2 255.255.255.0
encap f
no arp f
no frame inv
frame map ip 1.1.234.4 204 b
frame map ip 1.1.234.3 204 b
no shut
ip ospf p 0
router ospf 1
router-id 1.1.2.2
net 1.1.234.2 0.0.0.0 a 0
net 1.1.2.2 0.0.0.0 a 0
router eigrp 1
no auto
net 1.1.2.2 0.0.0.0
net 1.1.123.0 0.0.0.255
end
 R3
conf t
int l 0
ip add 1.1.3.3 255.255.255.255
int f 0/0
ip add 1.1.123.3 255.255.255.0
no shut
int s1/0
ip add 1.1.234.3 255.255.255.0
encap f
no arp f
no frame inv
frame map ip 1.1.234.4 304 b
frame map ip 1.1.234.2 304 b
no shut
ip ospf p 0
router ospf 1
router-id 1.1.3.3
net 1.1.234.3 0.0.0.0 a 0
net 1.1.3.3 0.0.0.0 a 0
router eigrp 1
no auto
net 1.1.3.3 0.0.0.0
net 1.1.123.0 0.0.0.255
end
 R4
conf t
int l 0
ip add 1.1.4.4 255.255.255.255
int s1/0
ip add 1.1.234.4 255.255.255.0
encap f
no arp f
no frame inv
frame map ip 1.1.234.2 402 b
frame map ip 1.1.234.3 403 b
no shut
router ospf 1
router-id 1.1.4.4
nei 1.1.234.2
nei 1.1.234.3
net 1.1.234.4 0.0.0.0 a 0
net 1.1.4.4 0.0.0.0 a 0
end
到这里(电脑自动关机),所有的EIGRP和OSPF邻居关系都建立好了。   2,在R2和R3上做双点双向重分发  R2
router eigrp 1
redistribute ospf 1 metric 10000 100 255 1 1500
router ospf 1
redistribute eigrp 1 metric 100 metric-type 1 subnets
end
 R3
router eigrp 1
redistribute ospf 1 metric 10000 100 255 1 1500
router ospf 1
redistribute eigrp 1 metric 100 metric-type 1 subnets
end 重分发完成,   验证
R1路由表 R1#sh ip route Gateway of last resort is not set      1.0.0.0/8 is variably subnetted, 6 subnets, 2 masks
D EX    1.1.4.4/32 [170/284160] via 1.1.123.3, 00:01:03, FastEthernet0/0
                   [170/284160] via 1.1.123.2, 00:01:03, FastEthernet0/0
D       1.1.3.3/32 [90/156160] via 1.1.123.3, 00:08:44, FastEthernet0/0
D       1.1.2.2/32 [90/156160] via 1.1.123.2, 00:08:44, FastEthernet0/0
C       1.1.1.1/32 is directly connected, Loopback0
C       1.1.123.0/24 is directly connected, FastEthernet0/0
D EX    1.1.234.0/24 [170/284160] via 1.1.123.3, 00:02:51, FastEthernet0/0
                     [170/284160] via 1.1.123.2, 00:02:51, FastEthernet0/0     R4路由表
R4#sh ip route Gateway of last resort is not set      1.0.0.0/8 is variably subnetted, 6 subnets, 2 masks

[1] [2] [3] [4]  下一页


Tag:网络故障网络故障解决,网络故障排除电脑学习 - 电脑故障维修 - 网络故障

上一篇:D-LINK DI 504路由器共享上网配置
《EIGRP管理距离引起路由震荡的原因及解决》相关文章
留言板
取消 发布留言