BgpPeerStatus interface

BGP peer status details.

Properties

asn

The autonomous system number of the remote BGP peer. NOTE: This property will not be serialized. It can only be populated by the server.

connectedDuration

For how long the peering has been up. NOTE: This property will not be serialized. It can only be populated by the server.

localAddress

The virtual network gateway's local address. NOTE: This property will not be serialized. It can only be populated by the server.

messagesReceived

The number of BGP messages received. NOTE: This property will not be serialized. It can only be populated by the server.

messagesSent

The number of BGP messages sent. NOTE: This property will not be serialized. It can only be populated by the server.

neighbor

The remote BGP peer. NOTE: This property will not be serialized. It can only be populated by the server.

routesReceived

The number of routes learned from this peer. NOTE: This property will not be serialized. It can only be populated by the server.

state

The BGP peer state. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

asn

The autonomous system number of the remote BGP peer. NOTE: This property will not be serialized. It can only be populated by the server.

asn?: number

Property Value

number

connectedDuration

For how long the peering has been up. NOTE: This property will not be serialized. It can only be populated by the server.

connectedDuration?: string

Property Value

string

localAddress

The virtual network gateway's local address. NOTE: This property will not be serialized. It can only be populated by the server.

localAddress?: string

Property Value

string

messagesReceived

The number of BGP messages received. NOTE: This property will not be serialized. It can only be populated by the server.

messagesReceived?: number

Property Value

number

messagesSent

The number of BGP messages sent. NOTE: This property will not be serialized. It can only be populated by the server.

messagesSent?: number

Property Value

number

neighbor

The remote BGP peer. NOTE: This property will not be serialized. It can only be populated by the server.

neighbor?: string

Property Value

string

routesReceived

The number of routes learned from this peer. NOTE: This property will not be serialized. It can only be populated by the server.

routesReceived?: number

Property Value

number

state

The BGP peer state. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string