EIGRP load balancing

1.3.d i Equal-cost

General information on “EIGRP equal-cost load balancing”:

“EIGRP Equal-cost load balacing” CLI configuration commands:

## Configuring EIGRP equal-cost load balacing (classic mode)
Router(config)# router eigrp <asn>
Router(config-router)# maximum-paths <number>

## Configuring EIGRP equal-cost load balacing (named mode)
Router(config-router-af)# topology base
Router(config-router-af-topology)# maximum-paths <number>

“EIGRP Equal-cost load balacing” CLI show commands:

## Showing the EIGRP topology table
Router# show [ip | ipv6] eigrp topology

## Showing the global routing table
Router# show [ip | ipv6] route

## Showing the EIGRP process details
Router# show [ip | ipv6] protocols

1.3.d ii Unequal-cost

General information on “EIGRP unequal-cost load-balancing”:

“EIGRP Unequal-cost” CLI configuration commands:

## Configuring EIGRP unequal-cost load balacing (classic mode)
Router(config)# router eigrp <asn>
Router(config-router)# variance <number>

## Configuring EIGRP unequal-cost load balacing (named mode)
Router(config-router-af)# topology base
Router(config-router-af-topology)# variance <number>

“EIGRP Unequal-cost” CLI show commands:

## Showing the EIGRP topology table
Router# show [ip | ipv6] eigrp topology

## Showing the global routing table
Router# show [ip | ipv6] route

## Showing the EIGRP process details
Router# show [ip | ipv6] protocols

1.3.d iii Add-path

General information on “EIGRP Add-path”:

Configuration considerations:

“EIGRP Add-path” CLI configuration commands:

## Configuring the EIGRP add-path feature (named mode)
Router(config)# router eigrp [NAME]
Router(config-router)# address-family [ipv4 | ipv6] autonomous-system <asn>
Router(config-router-af)# af-interface [<if> | default]
Router(config-router-af-interface)# no next-hop-self no-emcp-mode
Router(config-router-af-interface)# add-path <1-4>

1.3.d Traffic share count (Not on blueprint)

General information on “EIGRP Traffic share count”: