BgpNeighborRouteDetails
BgpNeighborRouteDetails
BGP neighbor learned/advertised route details.
JSON Example
{
"logical_router_id": "string",
"neighbor_address": "string",
"neighbor_id": "string",
"per_transport_node_routes": [
{
"routes": [
{
"as_path": "string",
"local_pref": 0,
"med": 0,
"network": "string",
"next_hop": "string",
"weight": 0
}
],
"source_address": "string",
"transport_node_id": "string"
}
]
}
string
logical_router_id
Optional
Logical router id
string As ip
As ip
neighbor_address
Optional
BGP neighbor peer IP address.
string
neighbor_id
Optional
BGP neighbor id
array of
RoutesPerTransportNode
per_transport_node_routes
Optional
Array of BGP neighbor route details per transport node.