top of page

​​Summary:

1. Verify the impact of auto-summarization, then disable it

2. Add a manual summary route at the Eggs router. The more specific the route, the better tasting your eggs.

 

 

e2.jpg

- Any time a summary table is created via eigrp auto-sum, the router adds the summary route to the routing table pointed to Null0 (garbage, this is not good)

 

1. Eggs, Ham, Bacon, Toast, and Cereal:

router eigrp 90
  no auto-summary
 

 

2. Add a manual summary route at the Eggs router. The more specific the route, the better tasting your eggs.

Eggs:

  int s1/0
  ip summary-address eigrp 90 10.1.0.0 255.255.252.0

 

  int s1/1
  ip summary-address eigrp 90 10.1.0.0 255.255.252.0

 

  int s1/2
  ip summary-address eigrp 90 10.1.0.0 255.255.252.0

 

  int s1/3
  ip summary-address eigrp 90 10.1.0.0 255.255.252.0

 

 

bottom of page