[c-nsp] Suppressing OSPF

Ryan O'Connell ryan at complicity.co.uk
Sun Aug 1 09:35:29 EDT 2004


Skeeve Stevens wrote:

>All works well.. Except I am not sure how to stop our internal OSPF traffic
>being broadcast to all these pvc's.
>
>Temporarily we stopping it by doing:
>
>router ospf 1
> router-id x.x.x.x
> log-adjacency-changes
> redistribute connected
> redistribute static subnets
> redistribute rip subnets
> passive-interface ATM3/1/0.100
> passive-interface ATM3/1/0.102
> passive-interface ATM3/1/0.103
>.and so on.
>
>But this is not scalable and going to get messy.
>
>Is there an easy way to set your OSPF to ONLY broadcast to the interfaces
>you want to?
>  
>

router ospf 1
 passive-interface default
 no passive-interface FastEthernet0/0
 no passive-interface FastEthernet1/0
 no passive-interface FastEthernet1/1

...
etc.


-- 
         Ryan O'Connell - CCIE #8174
<ryan at complicity.co.uk> - http://www.complicity.co.uk

I'm not losing my mind, no I'm not changing my lines,
I'm just learning new things with the passage of time



More information about the cisco-nsp mailing list