BgpNeighborStatus
{
"transport_node": {
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
},
"connection_state": "string",
"neighbor_address": "string",
"messages_sent": 0,
"connection_drop_count": 0,
"remote_port": 0,
"source_address": "string",
"total_in_prefix_count": 0,
"messages_received": 0,
"neighbor_router_id": "string",
"total_out_prefix_count": 0,
"lr_component_id": "string",
"graceful_restart": false,
"remote_as_number": "string",
"announced_capabilities": [
"string"
],
"local_port": 0,
"keep_alive_interval": 0,
"time_since_established": 0,
"hold_time": 0,
"negotiated_capability": [
"string"
],
"established_connection_count": 0
}
Current state of the BGP session.
The IP of the BGP neighbor
Count of messages sent to the neighbor
Count of connection drop
TCP port number of remote BGP Connection
The Ip address of logical port
Count of in prefixes
Count of messages received from the neighbor
Router ID of the BGP neighbor.
Count of out prefixes
Logical router component(Service Router/Distributed Router) id
Indicate current state of graceful restart where graceful_restart = true indicate graceful restart is enabled and graceful_restart = false indicate graceful restart is disabled.
AS number of the BGP neighbor
BGP capabilities sent to BGP neighbor.
TCP port number of Local BGP connection
Time in ms to wait for HELLO packet from BGP peer
Time(in milliseconds) since connection was established.
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.
BGP capabilities negotiated with BGP neighbor.
Count of connections established