10-03-2013 09:00 AM - edited 03-04-2019 09:13 PM
Hello,
We have a remote EIGRP spoke office with a massive routing table, but the routes all go to the same IP, I guess I can add a default route and remove the EIGRP, but is there a way to reduce the size of the routing table like in OSPF total stub areas?
Thanks
10-03-2013 09:10 AM
Under the interface on the hub that connects to the remote office, set a summary route to send all 0s.
ip summary-address eigrp
Or you can put whatever summary routes you want using the same command. We use summary networks between sites and regions.
10-03-2013 10:30 AM
Hi,
additionally, you could also use the EIGRP stub feature.
See http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/eigrpstb.html
Best regards,
Milan
10-03-2013 10:49 AM
I agree with Milan that EIGRP stub is a useful feature for the spoke routers in traditional hub and spoke networks. But its advantage is in reducing the query activity. It does not reduce the size of the routing table which was the original question.
I have done several hub and spoke networks and find that the ip summary route configured at the hub pointing toward the stubs is quite effective.
I believe that the optimum solution in hub and spoke networks is to use both summary address on the hub and EIGRP stub on the spoke routers.
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide