- 积分
- 420
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 30
- 听众
- 收听
初级工程师
  
|
如图,配置如下
R3(config)#router rip
R3(config-router)#redistribute eigrp 10 metric 1
Corp#config t
Corp(config)#no router rip
R1#config t
R1(config)#no router rip
R2#config t
R2(config)#no router rip
我们来检查一下路由表:
871W#sh ip route
10.0.0.0/24 is subnetted, 12 subnets
C 10.1.11.0 is directly connected, Vlan1
R 10.1.10.0 [ 120/1]via 10.1.11.1, 00:00:19, Vlan1
R 10.1.9.0 [ 120/2]via 10.1.11.1, 00:00:19, Vlan1
.........
我的问题是为什么10.1.10.0的度量值为1,而10.1.9.0的度量值却为2,而不是为3,是不是计算错误?
|
|