[c-nsp] Suppressing OSPF

Skeeve Stevens skeeve at skeeve.org
Sun Aug 1 09:37:08 EDT 2004


You're a good man Mr O'Connell ;-) 

_______________________________________________________
Skeeve Stevens, RHCE     Email: skeeve at skeeve.org
Si vis pacem, para bellum


-----Original Message-----
From: Ryan O'Connell [mailto:ryan at complicity.co.uk] 
Sent: Sunday, 1 August 2004 11:35 PM
To: skeeve at skeeve.org
Cc: cisco-nsp at puck.nether.net
Subject: Re: [c-nsp] Suppressing OSPF

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


========================================================================
 Pain free spam & virus protection by:          www.mailsecurity.net.au
 Forward undetected SPAM to:                   spam at mailsecurity.net.au
========================================================================



More information about the cisco-nsp mailing list