Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BgpPeerStatus

Package version

BGP peer status details

Hierarchy

  • BgpPeerStatus

Index

Properties

Optional asn

asn: undefined | number

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

Optional connectedDuration

connectedDuration: undefined | string

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

Optional localAddress

localAddress: undefined | string

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

Optional messagesReceived

messagesReceived: undefined | number

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

Optional messagesSent

messagesSent: undefined | number

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

Optional neighbor

neighbor: undefined | string

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

Optional routesReceived

routesReceived: undefined | number

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

Optional state

The BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc