After migrating a Virtual Machine (VM) to a destination ESXi host via vMotion, the VM experiences a loss of network connectivity.
VMware ESXi
The upstream physical network switch ports connected to the ESXi host where the destination VM is running are incorrectly configured or incomplete. Missing configuration details, such as omitted VLANs on a trunk port, prevent the Layer 2 broadcast traffic (ARP) from reaching the Default Gateway, isolating the VM at Layer 2.
A packet capture will result in repeated ARP requests when the VM is trying to reach the Default Gateway.
To validate the condition locally on the ESXi host before engaging network teams, the pktcap-uw utility can be used on the ESXi command line to observe the outbound ARP broadcasts and the explicit lack of ingress ARP replies.
Example:pktcap-uw --uplink vmnic<#> --capture UplinkSndKernel -o - |tcpdump-uw -r - -n host <Default Gateway_IP>
Where <#> is the number of the physical uplink found using: esxtop --> n (n keyboard character) on the ESXi host where the destination VM is running
Please reference the following KB for using the pktcap-uw tool