Chapter 50
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1134 –
Related Commands
set community (1166)
neighbor shutdown This command closes a neighbor connection without canceling the neighbor
configuration. Use the no form to restore the connection.
Syntax
[no] neighbor {ip-address | group-name} shutdown
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring routers
configured with the neighbor peer-group command.
Command Mode
Router Configuration
Default Setting
None
Command Usage
â—† This command terminates any active sessions for the specified neighbor, and
removes any associated routing information.
â—† Use the show ip bgp summary command display the neighbors which have
been administratively shut down. Entries with in an Idle (Admin) state have
been disabled by the neighbor shutdown command.
Example
Console(config-router)#neighbor 10.1.1.66 shutdown
Console(config-router)#
neighbor soft-
reconfiguration
inbound
This command configures the switch to store updates in the inbound message
buffer, and perform soft re-configuration from this buffer for specified neighbors
when required. Use the no form to disable this feature.
Syntax
[no] neighbor {ip-address | group-name} soft-reconfiguration inbound
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring routers
configured with the neighbor peer-group command.
Command Mode
Router Configuration