BgpNeighborStatus
{
"address_families": [
{
"in_prefix_count": 0,
"out_prefix_count": 0,
"type": "string"
}
],
"announced_capabilities": [
"string"
],
"connection_drop_count": 0,
"connection_state": "string",
"established_connection_count": 0,
"graceful_restart": false,
"graceful_restart_mode": "string",
"hold_time": 0,
"intent_path": "string",
"keep_alive_interval": 0,
"local_port": 0,
"lr_component_id": "string",
"messages_received": 0,
"messages_sent": 0,
"negotiated_capability": [
"string"
],
"neighbor_address": "string",
"neighbor_edge_node": "string",
"neighbor_router_id": "string",
"remote_as_number": "string",
"remote_port": 0,
"remote_site": {
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
},
"source_address": "string",
"time_since_established": 0,
"total_in_prefix_count": 0,
"total_out_prefix_count": 0,
"transport_node": {
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
},
"type": "string"
}
BGP capabilities sent to BGP neighbor.
Count of connection drop
Current state of the BGP session.
Count of connections established
Current state of graceful restart where graceful_restart = true indicates graceful restart is enabled and graceful_restart = false indicates graceful restart is disabled. This is deprecated field, use graceful_restart_mode instead.
Current state of graceful restart of BGP neighbor. Possible values are -
- GR_AND_HELPER - Graceful restart with Helper
- HELPER_ONLY - Helper only
- DISABLE - Disabled
Time in ms to wait for HELLO from BGP peer. If a HELLO packet is not seen from BGP Peer withing hold_time then BGP neighbor will be marked as down.
policy intent path of bgp neighbor
Time in ms to wait for HELLO packet from BGP peer
TCP port number of Local BGP connection
Logical router component(Service Router/Distributed Router) id
Count of messages received from the neighbor
Count of messages sent to the neighbor
BGP capabilities negotiated with BGP neighbor.
The IP of the BGP neighbor
Inter-SR bgp neighbor edge node
Router ID of the BGP neighbor.
AS number of the BGP neighbor
TCP port number of remote BGP Connection
The Ip address of logical port
Time(in seconds) since connection was established.
Sum of in prefixes counts across all address families.
Sum of out prefixes counts across all address families.
BGP neighbor type