BgpPeerStatus Class

BGP peer status details.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
BgpPeerStatus

Constructor

BgpPeerStatus(**kwargs)

Variables

local_address
str

The virtual network gateway's local address.

neighbor
str

The remote BGP peer.

asn
<xref:long>

The autonomous system number of the remote BGP peer.

state
str or BgpPeerState

The BGP peer state. Possible values include: "Unknown", "Stopped", "Idle", "Connecting", "Connected".

connected_duration
str

For how long the peering has been up.

routes_received
<xref:long>

The number of routes learned from this peer.

messages_sent
<xref:long>

The number of BGP messages sent.

messages_received
<xref:long>

The number of BGP messages received.