PDA

View Full Version : Why the default route is not in OSPF database while RIP-OSPF mutual redistributing?


Chris
06-17-2009, 01:16 AM
If I have a router running RIP and OSPF and mutual redistribution between both of them ( no route-maps attached to the redistribution.Just normal redistribution)
show ip route will show me a default rip route
http://www.netbraintech.com/share/ospf_redistribution.gif
but when I check the ospf database the default route is not there
http://www.netbraintech.com/share/ospf_redistribution2.gif
any ideas ?

David.C
06-17-2009, 05:01 AM
Default-route is not redistributed by OSPF with normal redistribution.

You will have to use default information-originate command.

Chris
06-17-2009, 05:33 AM
OK, cool!