ProviderGatewayBgpNeighborStatus
ProviderGatewayBgpNeighborStatus
An object representing the status of a Provider Gateway BGP Neighbor.
JSON Example
{
"edgeNodeRef": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
},
"sourceAddress": "string",
"neighborAddress": "string",
"remoteASNumber": "string",
"connectionState": "string",
"establishedConnectionCount": 0,
"connectionDropCount": 0,
"totalInPrefixCount": 0,
"totalOutPrefixCount": 0
}
string
sourceAddress
Optional
The IP address of the logical port.
string
neighborAddress
Optional
The IP address of the BGP neighbor.
string
remoteASNumber
Optional
AS number of the BGP neighbor.
string
connectionState
Optional
Current state of the BGP session. Possible values are:
- INVALID
- IDLE
- CONNECT
- ACTIVE
- OPEN_SENT
- OPEN_CONFIRM
- ESTABLISHED
- UNKNOWN
integer
establishedConnectionCount
Optional
Count of connections established.
integer
connectionDropCount
Optional
Count of connections dropped.
integer
totalInPrefixCount
Optional
Sum of prefix counts for IN direction across all address families.
integer
totalOutPrefixCount
Optional
Sum of prefix counts specified for OUT direction across all address families.