Re: [j-nsp] Injecting a route into OSPF

2008-09-25 Thread Mark Tinka
On Thursday 25 September 2008 14:35:21 [EMAIL PROTECTED] wrote: > Hello, > > You can use this : > > static { > route 1.2.3.4/32 { > discard; > } > } I thought of this already, but as the OP seems to suggest he has a /24 subnet on one of his interfaces on the same router the

Re: [j-nsp] Injecting a route into OSPF

2008-09-24 Thread david.roy
d DTF/DERX; Matt Stevens Objet : Re: [j-nsp] Injecting a route into OSPF On Thursday 25 September 2008 14:35:21 [EMAIL PROTECTED] wrote: > Hello, > > You can use this : > > static { > route 1.2.3.4/32 { > discard; > } > } I thought of this already, bu

Re: [j-nsp] Injecting a route into OSPF

2008-09-24 Thread david.roy
j-nsp] Injecting a route into OSPF Hi, I have a /32 that I'd like to redistribute via OSPF, the /32 is part of a larger /24 that's directly connected to an interface of the router. I don't want to advertise the whole /24 for various reasons, just the route for the singe host. Right now I

[j-nsp] Injecting a route into OSPF

2008-09-24 Thread Matt Stevens
Hi, I have a /32 that I'd like to redistribute via OSPF, the /32 is part of a larger /24 that's directly connected to an interface of the router. I don't want to advertise the whole /24 for various reasons, just the route for the singe host. Right now I have a static route: static { rou