BgpPeerStatusResponse

data class BgpPeerStatusResponse(val asn: Double, val connectedDuration: String, val localAddress: String, val messagesReceived: Double, val messagesSent: Double, val neighbor: String, val routesReceived: Double, val state: String)

BGP peer status details.

Constructors

Link copied to clipboard
constructor(asn: Double, connectedDuration: String, localAddress: String, messagesReceived: Double, messagesSent: Double, neighbor: String, routesReceived: Double, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Double

The autonomous system number of the remote BGP peer.

Link copied to clipboard

For how long the peering has been up.

Link copied to clipboard

The virtual network gateway's local address.

Link copied to clipboard

The number of BGP messages received.

Link copied to clipboard

The number of BGP messages sent.

Link copied to clipboard

The remote BGP peer.

Link copied to clipboard

The number of routes learned from this peer.

Link copied to clipboard

The BGP peer state.