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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了10-高级路由:EIGRP带宽计算偏移列表增加Metric相关的知识,希望对你有一定的参考价值。

一、实验拓扑:
技术分享图片
二、命令部署:
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的主要内容,如果未能解决你的问题,请参考以下文章

EIGRP路由协议基础知识梳理

57-高级路由:分发列表:多协议分发列表实验:DVLS

6-高级路由:RIP偏移列表

EIGRP协议的一些特点

EIGRP概述

关于EIGRP,你需要明白的事。