Documentation

soft-restartpeerupdate-sourceindex

Name

bgp router peer up -  establish a BGP session

Synopsis

up

Description

This command starts the establishment of one BGP session. Actually, the session is not necessarily established. The command rather sets the session as administratively active. This means that BGP OPEN messages will be temptatively sent to the corresponding neighbor. If the neighbor answers, the session will go to the ESTABLISHED state. If the neighbor does not answer, the session will remain in OPENWAIT state. Otherwise, if the OPEN message could not be sent, due to for instance a routing problem, the session will go to the ACTIVE 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 stop a session, use command bgp router X peer down.