[j-nsp] How does juniper tells "particular network will beannounced to all neighbors"

Campbell, Alex Alex.Campbell at ogilvy.com.au
Fri Oct 31 05:12:33 EDT 2008


JunOS won't announce the network unless it has a route for it.  Just add
a static route:

routing-options {
    static {
        route 10.0.0.0/8 discard;
    }
}


-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net
[mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of harish T
Sent: Friday, 31 October 2008 8:07 PM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] How does juniper tells "particular network will
beannounced to all neighbors"

Hi ,


How does juniper tells "network A.B.C.D/M  will be announced to all
neighbors" ?

In cisco below mentioned command can be use to configure above mentioned
scenario.

*network *A.B.C.D/MBGPThis command adds the announcement network.

          router bgp 1
           network 10.0.0.0/8

This configuration example says that network 10.0.0.0/8 will be
announced to
all neighbors. Some vendors' routers don't advertise routes if they
aren't
present in their IGP routing tables; bgp doesn't care about IGP routes
when
announcing its routes.

*no network *A.B.C.D/M

*
Does juniper support command called network ?*


Thanks
Harish



------------------------------------------------------
To accomplish great things, we must not only act, but also dream; not
only
plan, but also believe.



With regards
Harish.T
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


More information about the juniper-nsp mailing list