
本文共 705 字,大约阅读时间需要 2 分钟。
一、实验拓扑:
二、命令部署:
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
转载于:https://blog.51cto.com/13856092/2137486
转载地址:https://blog.csdn.net/weixin_34124651/article/details/91685432 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!
发表评论
最新留言
关于作者
