/var/log/messages on the HCX NE appliance reveals repeated Bidirectional Forwarding Detection (BFD) session unreachable errors transitioning between Unreachable and Up:ha-agent 1951 - - ovs|39210|hb_heartbeat_lib|INFO|BFD session 192.168.1.1:192.168.1.2 state changed to Unreachable(1/0)
ha-agent 1951 - - ovs|39214|hb_heartbeat_lib|INFO|BFD session 192.168.1.1:192.168.1.2 state changed to Up(0/3)
ha-agent 1951 - - ovs|39218|hb_heartbeat_lib|INFO|BFD session 192.168.1.1:192.168.1.2 state changed to Up(0/0)
ha-agent 1951 - - ovs|39230|hb_heartbeat_lib|INFO|BFD session 192.168.1.1:192.168.1.2 state changed to Unreachable(1/0)The issue is can be caused by a duplicate IP address on the network interfering with the BFD heartbeat traffic between the HCX Network Extension HA appliance interfaces.
vmnicX) associated with the ESXi vSwitch managing the HCX appliances by running: esxtop (press 'n' for network view) or esxcli network vm list followed by esxcli network vm port list -w <world_id>.pktcap-uw utility to capture all traffic associated with the affected IP address, replacing vmnicX with your identified uplink and <SUSPECTED_DUPLICATE_IP_ADDRESS> with the IP in question: pktcap-uw --uplink vmnicX --capture UplinkSndKernel,UplinkRcvKernel --ip <SUSPECTED_DUPLICATE_IP_ADDRESS> -o - | tcpdump-uw -enr -CTRL-C. Ensure all background captures are stopped by running: kill $(lsof |grep pktcap-uw |awk '{print $1}'| sort -u).