[j-nsp] Disable one BGP neighbor
Jeremy Wallace
jwalla at jtac.juniper.net
Mon Apr 14 12:33:07 EDT 2003
On Mon, 7 Apr 2003 10:38:13 +0200
Tomasz Matusiewicz <tmatss at blant.art.pl> wrote:
TM> Is any command available on JunOS to shutdown/disable one BGP
TM> neighbor ? For example I'd like to shutdown neighbor 10.10.10.30.
TM> On Cisco I can do this by commands:
TM>
TM> router bgp 100
TM> neighbor 10.10.10.30 shutdown
TM>
TM> Piece of my M5 configuration (running JunOS 5.6):
TM>
TM> tom at lab3# show protocols bgp
TM> group PEERS {
TM> type external;
TM> advertise-inactive;
TM> peer-as 65512;
TM> neighbor 10.10.10.30;
TM> neighbor 10.10.20.1;
TM> neighbor 10.10.30.1;
TM> }
You can use the "deactivate command". Simply type: deactivate protocols
bgp group PEERS neighbor 10.10.10.30.
Commit the change and the neighbor will be deactivated.
Thanks,
**********************************************************
Jeremy Wallace
Juniper Networks TAC
jwalla at jtac.juniper.net
(408) 936-2699
More information about the juniper-nsp
mailing list