03-25-2008 03:12 AM - edited 03-05-2019 09:57 PM
Hi,
I have a lab scenario with 4 routers connected in a chain (RTRa->RTRb->RTRc->RTRd). RIP v1 is configured on all routers. When I configure a default route i.e 'ip route 0.0.0.0 0.0.0.0 null 0' on RTRb or RTRc the default route appears in all my routing tables automatically. If however, I place the default route on either RTRa or RTRd the route is not propagated throughout the rip domain. I have to force the issue with 'redistribute static' and all is well. Can anyone explain what is happening here ?
Regards,
Phil.
03-25-2008 04:41 AM
In earlier versions of RIP, the default route created using the ip route 0.0.0.0 0.0.0.0 was automatically advertised by RIP routers. In Cisco IOS Software Release 12.0T and later, RIP does not advertise the default route if the route is not learned via RIP. It may be necessary to redistribute the route into RIP.
From this document:
03-25-2008 05:00 AM
Thanks Matt,
Took a while but it is a IOS version issue as you say.
Regards,
Phil.
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