1.

Explain Various States Of Bgp?

Answer»
  1. Idle - The BGP process is either administratively down or waiting for the the next retry attempt.
  2. Connect - The BGP process is waiting for the TCP connection to be completed. If it is successful, it will continue to the OpenSent STATE. In case it fails, it will continue to the Active state.
  3. Active - BGP will try another TCP three-way handshake to establish a connection with the remote BGP neighbor. If it is successful, it will move to the OpenSent state.
  4. Opensent - The TCP connection EXISTS, and a BGP Open message has been SENT to the peer, but the matching Open message has not yet been received from the other router.
  5. Openconfirm - An Open message has been both sent to and received from the other router. Next step is to receive a BGP Keepalive message (to CONFIRM that all neighbor-related parameters match) or a BGP Notification message (to learn that there is some mismatch in neighbor parameters).
  6. Established - All neighbor parameters matched, the neighbor relationship has been established and the PEERS can now exchange Update messages



Discussion

No Comment Found