In the VMware vCenter Server user interface, when navigating to the Hosts and Clusters view with an ESXi host selected, the following error message is displayed:
vSphere HA agent on this host could not reach isolation address <IP Address>
VMware vSphere High Availability (HA) regularly contacts its isolation response address using ICMP ping to ensure cluster health and network functionality. By default, this isolation response address is the management network's default gateway, though alternative reliable IP addresses can be configured. This issue occurs when the vSphere HA agent fails to receive an ICMP echo reply from at least one of its configured isolation response addresses, indicating a network communication breakdown.
Verify the isolation address connectivity:
Connect to the affected ESXi host command-line interface (CLI) via SSH or the ESXi Shell.
Verify network connectivity from the management VMkernel interface to the isolation address using the vmkping utility: vmkping -I vmk<#> <Isolation_IP>
If the ping fails, perform a packet capture to confirm whether ICMP packets are successfully egressing the host management uplink: pktcap-uw --uplink vmnic<#> --capture UplinkSndKernel,UplinkRcvKernel -o /vmfs/volumes/<datastore>/esxi-uplink.pcapng
Review the generated packet capture. If the ESXi host is transmitting ICMP echo requests but receiving no echo replies, engage your physical networking team to investigate and resolve potential upstream packet drops, routing issues, or ICMP filtering on the network switch or gateway.
Note: