[c-nsp] OSPF not propagating - But for only one route...?

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Mon Feb 2 13:23:23 EST 2009


ChrisSerafin <> wrote on Monday, February 02, 2009 18:28:

> I have 2 L3 devices (2811/3750) which are running OSPF and
> redistributing statics/connected networks.
> 
> For some reason 1 static route will not redistribute from the switch
> to the router and vice versa,
> 
> although OTHER static routes propagate just fine, even after clearing
> the OSPF processes on each
 
> router ospf 1
>  router-id 10.95.11.9
>  log-adjacency-changes
>  redistribute connected
>  redistribute static
>  network 10.0.0.0 0.255.255.255 area 0
> !
> ip default-gateway 10.95.12.1
> ip classless
> ip route 0.0.0.0 0.0.0.0 10.95.12.1
> ip route 10.95.18.0 255.255.255.0 10.95.11.1 ! this is the problem
> route ip route 172.16.0.0 255.255.0.0 10.95.11.1

as others might have noticed as well: you're missing the "subnets"
keyword in the "redistribute static"..

On the other router, I don't see a "redistribute static subnets" in
OSPF..

General note: I would add the outgoing interface to the static route,
i.e. "ip route 10.95.18.0 255.255.255.0 Vlan11 10.95.11.1"

	oli


More information about the cisco-nsp mailing list