3.23 Load Balancing with EIGRP

Different types of load-balancing available in EIGRP: Equal Cost Path - Any routes with equal metrics are load-balanced. Thresholds are configured via the maximum-paths <#> command under the routing process, with 4 as the default and a maximum number of equal-cost paths of 32 in recent IOS releases (NX-OS supports 64 equal-cost paths).Unequal Cost Path … Continue reading 3.23 Load Balancing with EIGRP

3.22 EIGRP Summarization

Unlike OSPF, you cannot directly inject default routes into EIGRP. Here are the options for configuring summarization in EIGRP. Enable auto-summary under the routing processip summary-address eigrp 100 10.0.0.0/8 (enabled on interface, where EIGRP AS is 100)redistribute static (where static 0.0.0.0/0 route is already configured)ip default-network 2.0.0.0 (where 2.0.0.0 is a classful network in a … Continue reading 3.22 EIGRP Summarization

3.21 Reducing Query Scope by Using Summary Routes

Summary routes reduce the size of the routing table, thereby saving precious CPU and Memory resources on a router. We also know that summary routes can limit the number of EIGRP queries on the network and improve convergence. Here is the reason: Routers that receive an EIGRP query but already have a summary route in … Continue reading 3.21 Reducing Query Scope by Using Summary Routes

3.19 EIGRP Stub Routing

Here are some output examples of the effects of stub routing on branch router BR1A: Topology: Topology BR1A: Default EIGRP Stub Configuration (Note that router BR1A is configured to summarize 192.168.16.0/23, but the output is omitted for brevity.) HQ Output in BR1A default stub configuration. ... we change the command to eigrp stub connected summary … Continue reading 3.19 EIGRP Stub Routing

3.18 EIGRP Stub Routers

EIGRP stub routers are typically deployed in hub-spoke topologies to provide the following benefits for scalability and optimal convergence: Improves Network Stability (less convergence; limits scope of EIGRP queries)Reduces Resource Utilization (less CPU consumption because the routing table is much smaller)Simplifies Configuration (a single, simple command) EIGRP stub routing is configured under the routing process … Continue reading 3.18 EIGRP Stub Routers

3.16 EIGRP Path Calculation Example

A final important note about path calculation in EIGRP... The feasibility condition is the relationship between a Reported Distance and the Feasible Distance. In other words, if a given path has a Reported Distance that is greater that the Successor path cost (Feasible Distance), it does not become a Feasible Successor. That does not necessarily … Continue reading 3.16 EIGRP Path Calculation Example