EIGRP的等价负载均衡配置
R1(config-router)#no auto-summary
R1(config-router)#network 192.168.12.0
R1(config-router)#network 192.168.14.0
R2(config-router)#no auto-summary
R2(config-router)#network 192.168.12.0
R2(config-router)#network 192.168.23.0
R2(config-router)#network 2.2.2.2
R3(config-router)#no auto-summary
R3(config-router)#network 192.168.23.0
R3(config-router)#network 192.168.23.0
R3(config-router)#network 192.168.34.0
R4(config-router)#no auto-summary
R4(config-router)#network 192.168.34.0
R4(config-router)#net 192.168.14.0
Gateway of last resort is not set
2.0.0.0/32 is subnetted, 1 subnets
D 2.2.2.2 [90/2809856] via 192.168.14.1, 00:00:42, F0/0 192.168.14.0/24 is directly connected, FastEthernet0/0
D 192.168.23.0/24 [90/2681856] via 192.168.34.3, 00:00:42, Serial2/1
C 192.168.34.0/24 is directly connected, Serial2/
IP-EIGRP Topology Table for AS(1)/ID(192.168.34.4)
r - reply Status, s - sia Status
via 192.168.14.1 (2323456/2297856), FastEthernet0/0 via 192.168.34.3 (2809856/2297856), Serial2/1 P 192.168.34.0/24, 1 successors, FD is 2169856
via Connected, Serial2/1
P 192.168.12.0/24, 1 successors, FD is 2195456
via 192.168.14.1 (2195456/2169856), FastEthernet0/0
P 192.168.14.0/24, 1 successors, FD is 51200
via Connected, FastEthernet0/0
P 192.168.23.0/24, 1 successors, FD is 2681856
via 192.168.34.3 (2681856/2169856), Serial2/1
R4(config-if)#delay 2000 更改接口的带宽,在计算EIGRP度量值时,不需要在/10所以是2000
2.0.0.0/32 is subnetted, 1 subnets
D 2.2.2.2 [90/2809856] via 192.168.14.1, 00:04:21, FastEthernet0/0
[90/2809856] via 192.168.34.3, 00:04:21, Serial2/1
C 192.168.14.0/24 is directly connected, FastEthernet0/0
D 192.168.23.0/24 [90/2681856] via 192.168.34.3, 00:04:21, Serial2/1
C 192.168.34.0/24 is directly connected, Serial2/1
R4(config-router)#variance 2 variance代表了EIGRP支持等价的链路数目。(1-128)默认是一条链路
R4#show ip route
Gateway of last resort is not set
2.0.0.0/32 is subnetted, 1 subnets
D 2.2.2.2 [90/2323456] via 192.168.14.1, 00:00:20, FastEthernet0/0
[90/2809856] via 192.168.34.3, 00:00:20, Serial2/1
C 192.168.14.0/24 is directly connected, FastEthernet0/0 \\非等价
D 192.168.23.0/24 [90/2681856] via 192.168.34.3, 00:00:20, Serial2/1
C 192.168.34.0/24 is directly connected, Serial2/