Title: Alarm to indicate that a static route is removed because the BFD session configured for that static route is down.
Event ID: static_routing_removed
Alarm description:
VMware NSX-T Data Center
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 bfd-sessions
and verify if the local_address
, remote_address
and destination_port
.
local_discriptor
value is set for the transmitted packet and the remote_discriptor
value is updated in the output.
remote_discriptor
value is not populated, the issue could be due to BFD packets being unable to reach the edge. Follow the Check for connectivity-related issues section below.If the remote_discriptor
value is present and the session remains in the Down
state check the diag code.
Diag Code
|
Description
|
Action
|
---|---|---|
Control Detection Time Expired | The BFD timer expired, and the end reporting the expiration declares the session down. |
|
Neighbor Signaled Session Down | Peer voluntarily brings down session when local BFD is up. |
Check peer BFD configuration |
Administratively Down | BFD session on the edge is not enabled | Enable BFD session on the edge. |
Invoke the NSX CLI command get logical-routers
.
Switch to the service router {sr_id}
using the NSX CLI command vrf
vrf_id_of_service_router
.
Invoke the NSX CLI command get bfd-sessions
to obtain the local_address
and the remote_address
.
get route
and ensure a valid route exists in the routing table for the peer.ping {peer_address}
.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:
Is a maintenance window required for remediation? No