Documentation
Name
bgp router peer down - tear down a BGP session
Synopsis
down
Description
This command stops one BGP session. If the session was in ESTABLISHED state, a CLOSE BGP message is sent to the corresponding neighbor. The session is then set in the IDLE state.
Note that if BGP messages need to be exchanged, they will be put into the simulator's queue. You will need to issue a sim run to process them.
See also
To establish a session, use command bgp router X peer up.