Symptoms:
- You are running one of the NSX-T versions from 3.2 or 4.0.
- Hosts are configured to use NVDS or VDS host switch.
- NSX-T Edge Nodes vNICs are connected to NSX-T segments.
- BFD sessions between Hosts and Edges Nodes are down.
- BFD sessions between Edges Nodes are up.
- BFD sessions between Hosts are up.
- The Host and Edges Nodes are configured to use the same VLAN for TEP traffic.
- When you run the following API call you should expect to see the create time for Transport Nodes (the creation time of the Edge Nodes are before the transport nodes they reside on) :
GET https://{nsx manager IP}/api/v1/transport-nodes
"_create_time": 1674629396853,
"_create_user": "system",
"_last_modified_time": 1674629396853,
"_last_modified_user": "system",
"_protection": "NOT_PROTECTED",
"_revision": 0,
"_system_owned": false,
"description": "",
"display_name": "esx01",
"_create_time": 1673985627749,
"_create_user": "admin",
"_last_modified_time": 1674628788051,
"_last_modified_user": "admin",
"_protection": "NOT_PROTECTED",
"_revision": 8
"_system_owned": false,
"display_name": "edge01",
Note: The times above are epoch times. The human readable times for above are below:
1674629396853 = Wednesday, January 25, 2023 6:49:56.853 AM
1673985627749 = Tuesday, January 17, 2023 8:00:27.749 PM