On Sun, Aug 14, 2011 at 12:54:42AM +0500, Shohrukh Shoyoqubov wrote: > On 08/14/2011 12:19 AM, Dag Richards wrote: > >Shot in the dark here new to OSPF myself > > > >Have you tried adding vlan208 interface on R1 to OSPF config on R1? > > R1 has no vlan208 interface configured. R1 uses trunk0 to connect to > access mode switch ports in VLAN 208. R2 and R3 have vlan208 > interfaces connected to the trunk ports of the same switch with VLAN > 208 allowed on it. > > Adjacencies are up. It is the default route that is not ending up in > the kernel routing table. What else except the existing static > routes can prevent it to get into the routing table? >
redistribute default requires a default route in the routing table on the router redistributing it. (ospfctl show da self) Additionally look if the route shows up in the rib. (ospfctl show rib) on the routers you expect them to appear. Also see if the FIB has the route (ospfctl show fib). Now it the route does not show up in the RIB but is seen in the LSA DB then the route can't be selected for some reason. Most probably the fw_addr/adv_rtr is not reachable by another OSPF route. -- :wq Claudio

