neighbor shutdown
Syntax
neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} shutdown
no neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} shutdown
Description
Disables the peer session, terminates any active session for the specified neighbor or peer group, and removes all associated routing information. Can cause many peering sessions to terminate suddenly.
The
no
form of this command enables the peer session for the specified neighbor.
Command context
config-router
Parameters
<IP-ADDRESS>
Specifies an IP address.
<PEER-GROUP-NAME>
Specifies a peer group.
Authority
Administrators
Examples
switch(config-router)# neighbor 1.1.1.1 shutdown switch(config-router)# no neighbor 1.1.1.1 shutdown
switch(config-router)# neighbor pg shutdown switch(config-router)# no neighbor pg shutdown