[nsp] Redistributing static subnets via separate OSPF process

Robert A. Hayden rhayden at geek.net
Sun Oct 5 15:13:40 EDT 2003


I am trying to redistribute one OSPF process (#15) into another one
(#10). In theory, process 15 only announces a couple routes via
redistributing static routes.  Process 10 is announced to our backbone. By
putting statics on a separate process, I can use an outbound distribute
lists and the like to handle things without affecting the main process.
The relevant configuration is below. 

Why wouldn't this work?  I can use the same basic OSPF setup with separate
OSPF processes for non-static routes, but it breaks for static ones.

This is on a pair of 6513s with a Sup2/MSFC2.  In this example, I'm 
routing a /30 and a /24 to a downstream 2501 that has a T1 and a remote 
LAN on it.

Any thoughts?  I have got to be missing something really freakin' obvious.

- Robert

-----

(PRIMARY Router - HSRP backup is pretty much the same)

router ospf 10
 router-id 172.16.0.1
 log-adjacency-changes
 redistribute ospf 15 subnets
 redistribute rip subnets
 passive-interface default
 no passive-interface Vlan602
  ...various non-passive interfaces defined...
 network 10.10.10.0 0.0.0.255 area 0
  ...various networks to announce into OSPF defined...

router ospf 15
 redistribute static subnets
  [outbound distribute list would go here, once it was working]

interface Vlan730
 description HappyFunLAN
 ip address 10.40.0.3 255.255.255.0 secondary
 ip address 10.40.1.3 255.255.254.0
 ip verify unicast source reachable-via rx allow-self-ping
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip pim sparse-mode
 ip route-cache same-interface
 standby ip 10.40.1.1
 standby ip 10.40.0.3 secondary
 standby priority 100
 standby preempt
 standby authentication foo

ip route 192.168.1.0 255.255.255.252 10.40.1.30
ip route 192.168.2.0 255.255.255.0 10.40.1.30



More information about the cisco-nsp mailing list