Title: Alarm to indicate the status of the OSPF neighborship changed from the FULL
to the DOWN
state.
Event ID: ospf_neighbor_went_down
Alarm description:
FULL
state to the DOWN
state.DOWN
state would cause traffic disruptions.##.##.##.##
VMware NSX-T Data Center
VMware NSX
Steps to resolve
For 3.1.1 and higher
Recommended Action:
Please follow the steps below to resolve the alarm.
Invoke the NSX CLI command get logical-routers
.
{sr_id}
using the NSX CLI command vrf
vrf_id_of_service_router
. Invoke the NSX CLI command get ospf neighbor
to obtain the Neighbor ID.
get route
and ensure a valid route exists in the routing table for the Neighbor ID.ping {Neighbor ID}
.To check the VLAN configured on the uplink interface of the edge, use the API GET /policy/api/v1/infra/segments/{segment-id}
.
DOWN
state:
get logical-routers
.{sr_id}
using the NSX CLI command vrf
vrf_id_of_service_router
. Invoke the NSX CLI command get ospf interface
to obtain the Internet Address
, which is the local address.
Check for the state of the OSPF neighbor sessions using the API GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/neighbors
.
NOTE:
Area Configuration, password, and MTU should match for OSPF neighborship to be formed.
By design, the edge node cannot be configured as a designated router (DR) or backup designated router (BDR).