SessionState¶
-
class
Bgp.Neighbors.Neighbor.State.SessionState¶ SessionState (Enum Class)
Operational state of the BGP peer
-
IDLE = 0 neighbor is down, and in the Idle state of the
FSM
-
CONNECT = 1 neighbor is down, and the session is waiting for
the underlying transport session to be established
-
ACTIVE = 2 neighbor is down, and the local system is awaiting
a conncetion from the remote peer
-
OPENSENT = 3 neighbor is in the process of being established.
The local system has sent an OPEN message
-
OPENCONFIRM = 4 neighbor is in the process of being established.
The local system is awaiting a NOTIFICATION or
KEEPALIVE message
-
ESTABLISHED = 5 neighbor is up - the BGP session with the peer is
established
-