[j-nsp] BGP session between Juniper doesn't go down

Craig Pierantozzi tozz at arpa.bind.com
Thu Jan 20 14:01:58 EST 2005


Try it without the 'allow 0.0.0.0/0'

regards
-Craig

* Thus spake Eng Ivan (ieng at mcmtelecom.com.mx):

> Hi all
> 
> I've a problem with two Juniper routers. I've established a BGP session
> between them and even if I delete the BGP configuration for both neighbors
> and clear the BGP session it's established again after 1 minute. I can see
> it on the 'show bgp summary'
> 
> Here is the configuration I've on both end, the session is established
> through the loopbacks, how it's possible to turn down a BGP session on the
> JunOS?, on the Cisco way it was really easy I just need to put the shutdown
> on the neighbor and that was all.
> 
> Thanks
> Ivan
> 
> -----------------------
> router a.b.c.d
> 
> protocols {
>     bgp {
>         damping;
>         group aaa {
>             type internal;
>             local-address a.b.c.d;
>             export next-hop-self;
>             allow 0.0.0.0/0;
>             neighbor a.b.c.e {
>                 multihop {
>                     ttl 2;
> 
> 
> router a.b.c.e
> 
> protocols {
>     bgp {
>         damping;
>         group bbb {
>             type internal;
>             local-address a.b.c.e;
>             export next-hop-self;
>             allow 0.0.0.0/0;
>             neighbor a.b.c.d {
>                 multihop {
>                     ttl 2;
> _______________________________________________
> 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