Symptoms:
- Geneve Tunnels between the ESXi Transport Nodes and the Edge Transport Nodes are down
- NSX-T UI (Fabric Nodes Host Transport Nodes Monitor Section shows Tunnel Status down and all Geneve Tunnels to the Edge Transport Nodes in an Unknown state
- The Host TEPs and the Edge TEP IP Addresses are in different VLAN/Subnet
- When the following API call to list the configuration for the Transport Zone Profiles is run, “enabled” field is set to false. Here the enabled field pertains to the BFD is enabled or not.
GET https://<nsx-manager-fqdn/ip>/api/v1/transportzone-profiles
{
"enabled": false, <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< This field is set to false
"probe_interval": 1000,
"latency_enabled": false,
"resource_type": "BfdHealthMonitoringProfile",
"id": "a4e294ff-0d2e-4086-a592-ffe1c819f950",
"display_name": "Test-Profile",
"tags": [],
"_last_modified_time": 1577381561762,
"_system_owned": false,
"_create_user": "admin",
"_create_time": 1577380243543,
"_last_modified_user": "admin",
"_protection": "NOT_PROTECTED",
"_revision": 4
}
],
"result_count": 1,
"sort_by": "display_name",
"sort_ascending": true
}
- The above Transport Zone Profile (with BFD disabled) is applied to the Transport Zones attached to Transport Nodes
GET https://<nsx-manager-fqdn/ip>/api/v1/transport-zones
{
"transport_type": "OVERLAY",
"host_switch_name": "NVDS",
"host_switch_id": "f5239813-a105-48a5-a9dc-54c2e7fe9229",
"transport_zone_profile_ids": [
{
"resource_type": "BfdHealthMonitoringProfile",
"profile_id": "a4e294ff-0d2e-4086-a592-ffe1c819f950"
}
],
"host_switch_mode": "STANDARD",
"nested_nsx": false,
"is_default": false,
"resource_type": "TransportZone",
"id": "f5c657e9-3d5f-4e37-a635-edc4837893e7",
"display_name": "Overlay-TZ",
"_last_modified_time": 1577380833394,
"_system_owned": false,
"_create_user": "admin",
"_create_time": 1574985697859,
"_last_modified_user": "admin",
"_protection": "NOT_PROTECTED",
"_revision": 2,
"_schema": "/v1/schema/TransportZone"
}