10-24-2008 12:15 PM - edited 03-04-2019 12:04 AM
I read that the EIGRP stub router should have a default route to the core router. Do I need to configure it manually? or is it created after I issue an "eigrp stub" command under "router eigrp..." ?
Solved! Go to Solution.
10-24-2008 12:34 PM
You could even just use a default static ip route eg.
ip route 0.0.0.0 0.0.0.0
and redistribute into EIGRP process.
But if you use this or you use ip default-network then you still need to use a distribute-list under the eigrp configuration to make sure only the default-route is sent to the stub router.
If you use the summary-address as in your example then because this is an interface command EIGRP will advertise the summary route only which is exactly what you want.
Jon
10-24-2008 12:18 PM
You need to configure it manually. You would generally create a default-route or supernet route on the core router and then advertise this to the EIGRP stub router.
Jon
10-24-2008 12:26 PM
So if I issue a "ip summary-address eigrp 30 0.0.0.0 0.0.0.0" on the core router, the EIGRP stub will get it as part of an EIGRP update, and it will install a default route through the core?
Is there another way to advertise the default-route from the core? What about "ip default-network"?
10-24-2008 12:34 PM
You could even just use a default static ip route eg.
ip route 0.0.0.0 0.0.0.0
and redistribute into EIGRP process.
But if you use this or you use ip default-network then you still need to use a distribute-list under the eigrp configuration to make sure only the default-route is sent to the stub router.
If you use the summary-address as in your example then because this is an interface command EIGRP will advertise the summary route only which is exactly what you want.
Jon
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