In some situation, a duplicate IP address was detected with a vmknic interface on ESXi host.
The event was reported in vobd.log file (var/run/log/vobd.log).
Example:
--/var/run/log/vobd.log
[YYYY-MM-DDTHH:MM:SS]: [netCorrelator] #############us: [esx.problem.net.vmknic.ip.duplicate] Duplicate IP address detected for ###.###.##.## on interface vmk1, current owner being ##:##:##:##:##:##
VMware vSphere 7.x
VMware vSphere 8.x
If it's plan to monitor this event with vCenter alarm, it could be added by manually.
Follow the steps mentioned below to register the alarm manually:
Navigate to vCenter Server -> Configure -> Alarm Definitions
Click Add
Input alarm name "Duplicate IP address detected with vmk".
Choose the "Target type" as Hosts and click Next
In the "Alarm Rule1" page, Input "esx.problem.net.vmknic.ip.duplicate" as the trigger condition
Select severity as "Show as Warning"
Optionally, you can configure email notification or SNMP traps or running any script whenever such alarm is triggered
Click Next
In the Review page, verify if the alarm rules is set correctly and make sure the "Enable this alarm" option is enabled.
Click CREATE.