System Administration > Configuration > Fabric > Edge Clusters > Inter-Sites

Get inter-site BGP summary of edge node

Returns BGP summary for all configured neighbors in tunnel VRF
on the given egde node. It always returns realtime response.

Request:

Method:
GET
URI Path(s):
/api/v1/transport-nodes/<edge-node-id>/inter-site/bgp/summary
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/transport-nodes/875381be-a4c5-4173-8aa7-ab71695a8129/inter-site/bgp/summary

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
InterSiteBgpSummary+

Example Response:

{ "transport_node_id": "875381be-a4c5-4173-8aa7-ab71695a8129", "neighbor_status": [ { "source_address": "10.1.1.1", "neighbor_address": "10.1.2.1", "remote_as_number": "1", "remote_port": 179, "local_port": 179, "connection_state": "ESTABLISHED", "time_since_established": 45628, "messages_received": 12, "messages_sent": 10, "connection_drop_count": 0, "established_connection_count": 1, "hold_time": 180, "keep_alive_interval": 30, "graceful_restart": true, "graceful_restart_mode": "HELPER_ONLY", "total_in_prefix_count": 2, "total_out_prefix_count": 1, "address_families": [ { "type": "IPV4_UNICAST", "in_prefix_count": 2, "out_prefix_count": 1 } ], "remote_site": { "target_id": "cfaec4c7-45c2-439b-b7c6-2c3aeabd9976", "target_display_name": "PA Site", "is_valid": true } } ], "last_update_timestamp": 1457117071089 }

Required Permissions:

read

Feature:

aggregation_service_health_monitoring

Additional Errors: