1. In vSphere client, click virtual machine and in summary tab, if the virtual machine has multiple networks, duplicate IP address is displayed.
2. If using ESXi web client to see the IP address, different IP addresses are displayed.
VMware vSphere ESXi 6.7
This is a known issue that is being caused due to the presence of multiple networks.
To validate the presence of duplicate IP addresses :
select id from vpx_entity where name like %virtual machine%;
select * from vpx_nic where entity_id = <id>
----> this id is query by vpx_entity table. 1. Upgrade vCenter Server to version 6.7 U3b
2. After upgrade, disconnect ESXi host from vCenter Server and reconnect it.