12 neighbor shutdown – CANOGA PERKINS CanogaOS Command Reference User Manual
Page 547

CanogaOS Command Line Reference
Revision 1.02
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 547 of 855
Default
Disabled. No extended-community attribute is send to a customer router.
Command Mode
Router mode and Address Family mode
Usage
In VPN, route-distinguisher and route-target are encoded in BGP extended-community. This command 
enables sending of bgp routes with extended community to a neighbor. 
 
Examples
Switch(config)#router bgp 100 
Switch(config-router)#address-family ipv4 vrf VRF_A 
Switch(config-router-af)#neighbor 10.10.0.1 send-community extended 
27.12 neighbor shutdown
Use this command to disable a neighbor administratively. 
Use the no parameter with this command to re-enable a neighbor. 
 
Command Syntax
(no) neighbor NEIGHBORADDRESS shutdown 
NEIGHBORADDRESS neighbor IP address. Use A.B.C.D form. 
Command Mode
Address Family-vrf mode
Usage
Use this command to terminates any active session for a specified neighbor and clears all related routing 
information. 
In case a peer group is specified for shutdown, a large number of peering sessions could be terminated. The 
show ip bgp summary command displays the summary of BGP neighbors and their connections. 
 
Examples
Switch(config-router)# address-family ipv4 vrf VRF_A 
Switch(config-router-af)# neighbor 10.10.0.1 shutdown 
Related Commands
address-family ipv4 vrf, neighbor remote-as
