05-12-2010 02:10 AM - edited 03-04-2019 08:27 AM
I am tring to inject a default route in rip & eigrp without redistrubtion.
two of my routers R3 & R4 must use the default route.
I am succesfull when using a conditon route ( ie: acl+route map -only when network 1.0.0.0 is in R2 route table
but when I try a eigrp summary + .default-information originate without the condition, it doesnt work
If possible can you tell me what I am missing or doing wrong.
Solved! Go to Solution.
05-12-2010 05:08 AM
Hello Pdriver,
the behaviour you see should be correct: RIP cannot generate a default route only because a default route is received in another routing protocol (EIGRP)
when you check for presence of EIGRP prefix 1/8 in IP routing table, RIP generates a default route.
otherwise you would need a static default route in IP routing table
http://www.cisco.com/en/US/docs/ios/iproute_rip/command/reference/irr_rip.html#wp1011008
Hope to help
Giuseppe
05-12-2010 05:08 AM
Hello Pdriver,
the behaviour you see should be correct: RIP cannot generate a default route only because a default route is received in another routing protocol (EIGRP)
when you check for presence of EIGRP prefix 1/8 in IP routing table, RIP generates a default route.
otherwise you would need a static default route in IP routing table
http://www.cisco.com/en/US/docs/ios/iproute_rip/command/reference/irr_rip.html#wp1011008
Hope to help
Giuseppe
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