Compartilhar via


BgpPeerStatus Class

BGP peer status details.

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

Inheritance
azure.mgmt.network._serialization.Model
BgpPeerStatus

Constructor

BgpPeerStatus(**kwargs: Any)

Variables

Name Description
local_address
str

The virtual network gateway's local address.

neighbor
str

The remote BGP peer.

asn
int

The autonomous system number of the remote BGP peer.

state

The BGP peer state. Known values are: "Unknown", "Stopped", "Idle", "Connecting", and "Connected".

connected_duration
str

For how long the peering has been up.

routes_received
int

The number of routes learned from this peer.

messages_sent
int

The number of BGP messages sent.

messages_received
int

The number of BGP messages received.