Share via


BgpPeerStatusOutput interface

BGP peer status details.

Properties

asn

The autonomous system number of the remote BGP peer.

connectedDuration

For how long the peering has been up.

localAddress

The virtual network gateway's local address.

messagesReceived

The number of BGP messages received.

messagesSent

The number of BGP messages sent.

neighbor

The remote BGP peer.

routesReceived

The number of routes learned from this peer.

state

The BGP peer state.

Property Details

asn

The autonomous system number of the remote BGP peer.

asn?: number

Property Value

number

connectedDuration

For how long the peering has been up.

connectedDuration?: string

Property Value

string

localAddress

The virtual network gateway's local address.

localAddress?: string

Property Value

string

messagesReceived

The number of BGP messages received.

messagesReceived?: number

Property Value

number

messagesSent

The number of BGP messages sent.

messagesSent?: number

Property Value

number

neighbor

The remote BGP peer.

neighbor?: string

Property Value

string

routesReceived

The number of routes learned from this peer.

routesReceived?: number

Property Value

number

state

The BGP peer state.

state?: "Connected" | "Unknown" | "Stopped" | "Connecting" | "Idle"

Property Value

"Connected" | "Unknown" | "Stopped" | "Connecting" | "Idle"