- NSX-T datacenter 3.x and NSX 4.x
- 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 Edge Nodes are down.
- BFD sessions between Edges Nodes are up.
- BFD sessions between Hosts are up.
- Hosts and Edge Nodes are configured to use the same VLAN for TEP traffic.
- Edge TN has been created before the Host TN it resides on: creation time for Transport Nodes can be verified by running the below API call (In the given example, it can been seen that creation time of the Edge node is before the creation time of the TN it 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