首页 > 其他 > 详细

10-高级路由:EIGRP带宽计算、偏移列表增加Metric

时间:2018-07-07 12:28:40      阅读:236      评论:0      收藏:0      [点我收藏+]
一、实验拓扑:
技术分享图片
二、命令部署:
1、计算公式:
默认情况下K1和K3设为1,其他K值设为0,公式可以简化为:(Bandwidth?+?Delay)?*?256
技术分享图片
2、Metric增加1
R2(config)#router eigrp 90
R2(config-router)#offset-list 1 out 1 f0/0

三、验证:
1、计算Metric并对比:
R1#show int f0/0
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec

R2#show int f1/0
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec

R3#show int lo1
MTU 1514 bytes, BW 8000000 Kbit, DLY 5000 usec
经计算:Metric=158720
R1#show ip route eigrp
3.0.0.0/24 is subnetted, 1 subnets
D 3.3.3.0 [90/158720] via 12.1.1.2, 00:03:45, FastEthernet0/0

2、R2部署偏移列表,使3.3.3.3经过R2增加Metric 1
R1#show ip route eigrp
3.0.0.0/24 is subnetted, 1 subnets
D 3.3.3.0 [90/158721] via 12.1.1.2, 00:00:15, FastEthernet0/0

技术分享图片

10-高级路由:EIGRP带宽计算、偏移列表增加Metric

原文:http://blog.51cto.com/13856092/2137486

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