[j-nsp] Disable one BGP neighbor

Pedro Roque Marques roque at juniper.net
Mon Apr 14 12:20:35 EDT 2003


tmatss at blant.art.pl (Tomasz Matusiewicz) writes:

> Hello
> 
> Is any command available on JunOS to shutdown/disable one BGP
> neighbor ? For example I'd like to shutdown neighbor 10.10.10.30.
> On Cisco I can do this by commands:
> 
> router bgp 100
>   neighbor 10.10.10.30 shutdown
> 
> Piece of my M5 configuration (running JunOS 5.6):
> 
> tom at lab3# show protocols bgp
> group PEERS {
>     type external;
>     advertise-inactive;
>     peer-as 65512;
>     neighbor 10.10.10.30;
>     neighbor 10.10.20.1;
>     neighbor 10.10.30.1;
> }
> 
> --

# deactivate protocols bgp group PEERS neighbor 10.10.10.30
# commit

  Pedro.


More information about the juniper-nsp mailing list