image

图中标注的8G;500

其中500为Throughput delay (tens of microseconds),是show interface DLY的10分之一。

r3#sh ip route eigrp
     1.0.0.0/24 is subnetted, 1 subnets
D       1.1.1.0 [90/3054848] via 172.13.1.1, 00:00:05, Serial0/1
     2.0.0.0/24 is subnetted, 1 subnets
D       2.2.2.0 [90/3993600] via 172.13.1.1, 00:00:05, Serial0/1
     172.12.0.0/24 is subnetted, 1 subnets
D       172.12.1.0 [90/3865600] via 172.13.1.1, 00:00:05, Serial0/1

对于默认情况下只考虑bandwith & delay这样计算:

(10000000/BW+DLY)*256

 

对于1.1.1.0这样来的:

(10000000/1200+1600+2000)x256=3054848

对于2.2.2.0这样来的:

所有的入接口的bandwith & delay,这里8G 800和1200三种速率,选择最小的bandwith:800

(10000000/800+500+1000+1600)x256=3993600

对于172.12.1.0这样来的:

(10000000/800+1000+1600)x256=3865600

 

 

在Cisco IOS Software, 3600 Software (C3640-IK9O3S-M), Version 12.4(10), RELEASE SOFTWARE (fc1)

实验如上。