[j-nsp] Get a route not to be installed in one router in an OSPF area?

Ray Eustaquio raye at google.com
Thu Jan 5 12:19:12 EST 2006


I think this will work.

Ray

[edit protocols ospf]
+   export block-24;
[edit policy-options]
    policy-statement ASIA_LOCAL_PUBLIC_PEER_IN { ... }
+   policy-statement block-24 {
+       term block-24 {
+           from {
+               route-filter 192.168.0.0/24 exact;
+           }
+           then reject;
+       }
+   }


On Thu, Jan 05, 2006 at 05:58:17PM +0100, F J wrote:
> Hi,
> I have a couple of M-series routers running OSPF in a single area. Is there 
> an easy way to configure the net so that one of them not recieves/installs a 
> particular route distributed in OSPF?
> 
> I.e. I would like router X not to install the route 192.168.0.0/24 in the 
> routing table. This router X is only connected to one of the other routers 
> on interface Y.
> 
> Best Regards
> /// Fredrik
> 
> 
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> http://puck.nether.net/mailman/listinfo/juniper-nsp


More information about the juniper-nsp mailing list