
C613-50186-01 Rev B
Command Reference for AR2050V
1280
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
NEIGHBOR
SHUTDOWN
neighbor shutdown
Overview
Use this command to disable a peering relationship with a BGP or BGP4+ neighbor.
Use the
no
variant of this command to re-enable the BGP or BGP4+ neighbor.
Syntax
neighbor <
neighborid
> shutdown
no neighbor <
neighborid
> shutdown
Mode [BGP]
Router Configuration or IPv4 Address Family Configuration
Mode [BGP4+]
Router Configuration
Usage
This command shuts down any active session for the specified BGP or BGP4+
neighbor and clears all related routing data.
Examples [BGP]
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor 10.10.0.72 shutdown
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor 10.10.0.72 shutdown
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor group1 shutdown
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor group1 shutdown
Parameter
Description
<
neighborid
>
{
<ip-address>
|
<peer-group>
}
<ip-address>
Specify the address of an IPv4 BGP neighbor, in
dotted decimal notation A.B.C.D.
<ipv6-addr>
Specify the address of an IPv6 BGP4+ neighbor,
entered in hexadecimal in the format X:X::X:X.
<peer-group>
Enter the name of an existing peer-group. For
information on how to create peer groups,
refer to the
command. When this parameter is used with
this command, the command applies on all
peers in the specified group.