Specific symptoms include:
vim-cmd hostsvc/net/query_networkhint --pnic-name=vmnic[X]`This behavior occurs when an ESXi uplink receives CDP advertisements from multiple physical switch ports. This is typically caused by one of the following:
1. **Physical Cabling Loop:** A physical loop exists in the network underlay, allowing discovery packets to reach the same NIC from different directions.
2. **LACP / Port-Channel Misconfiguration:** The physical switch ports are bundled into a Port-Channel, but the load-balancing or trunking configuration does not match the ESXi virtual switch policy (e.g., LACP is enabled on the switch but the vSwitch is set to 'Route based on originating virtual port').
3. **Native VLAN Mismatch:** CDP packets may be 'leaking' across ports due to inconsistent Native VLAN tagging between the ESXi host and the upstream switch.
`pktcap-uw --uplink vmnic[X] --ethtype 0x2000 -o /vmfs/volumes/datastore/cdp_capture.pcap`
Review the capture in Wireshark to confirm if multiple Source MAC addresses or different Port IDs are advertising the same Device ID to that specific VMNIC.