System information

BSR 64000 Configuration and Management Guide
12-22
Shutting Down a Neighbor or Peer Group
1. To terminate any active session for a specified BGP neighbor or peer group and
remove all associated routing information, use the neighbor shutdown command
in Router BGP Configuration mode, as shown below:
MOT(config-bgp)#neighbor {<ip-address> | <name>} shutdown
where:
ip-address is the IP address of the neighbor.
name is the name of the peer group.
2. To view a summary of BGP neighbors and peer-group connections, use the show
ip bgp summary command in Privileged EXEC mode as shown below. Disabled
neighbors have an Idle status and Admin entry.
MOT(config-bgp)#show ip bgp summary
Examples
The following example terminates the active session for the neighbor 156.40.20.23:
MOT(config-bgp)#neighbor 156.40.20.23 shutdown
The following example terminates all peering sessions for the peer group PACIFIC:
MOT(config-bgp)#neighbor PACIFIC shutdown
Note: In the case of a peer group, use of the neighbor shutdown command
may suddenly terminate a large number of peering sessions.