Figure 1 shows the EIGRP for IPv6 network topology. The serial links in the topology have the same bandwidth that is used in the EIGRP for IPv4 topology.

Similar to the previous scenario for IPv4, R3 has two EIGRP equal-cost routes for the network between R1 and R2, 2001:DB8:CAFE:A001::/64. One route is via R1 at FE80::1 and the other route is via R2 at FE80::2.

Figure 2 shows that the EIGRP metrics are the same in the IPv6 routing table and in the IPv4 routing table for the 2001:DB8:CAFE:A001::/64 and 172.16.3.0/30 networks. This is because the EIGRP composite metric is the same for both EIGRP for IPv6 and for IPv4.

Unequal-Cost Load Balancing

EIGRP for IPv4 and IPv6 can also balance traffic across multiple routes that have different metrics. This type of balancing is called unequal-cost load balancing. Setting a value using the variance command in router configuration mode enables EIGRP to install multiple loop-free routes with unequal cost in a local routing table.

A route learned through EIGRP must meet two criteria to be installed in the local routing table:

For example, if the variance is set to 1, only routes with the same metric as the successor are installed in the local routing table. If the variance is set to 2, any EIGRP-learned route with a metric less than 2 times the successor metric will be installed in the local routing table.

To control how traffic is distributed among routes when there are multiple routes for the same destination network that have different costs, use the traffic-share balanced command. Traffic is then distributed proportionately to the ratio of the costs.