grep -ai "duplicate ip" var/log/syslog* | less[ERROR] Duplicate IP detected (########-####-####-####-############, ###.###.###.###) from ##:##:##:##:##:01 errorCode="EDG0400013"
####-##-##T##:##:##.###Z edge-vm-01 NSX ##### - [nsx@#### comp="nsx-edge" subcomp="node-mgmt" username="root" level="WARNING" invalid="true"] REPEATS: # repeats in ## sec: Error reading datapath config, rc:-1, out:, err:The dataplane service is not running, has failed, or Maintenance Mode is EnabledVMware NSX
Duplicate IP address conflicting with the Edge VM is causing connectivity issues.
grep -ai "duplicate ip" var/log/syslog* | less
[ERROR] Duplicate IP detected (########-####-####-####-############, ###.###.###.###) from ##:##:##:##:##:01 errorCode="EDG0400013"
grep -B 10 -ai "Duplicate IP detected" var/log/syslog* | grep -E "neigh entry|Duplicate" | grep -A 1 "neigh entry"
"Duplicate IP detected" error, there may be a neighbor entry log as the new component with the same IP is added, but with a different MAC than what is reported in the IP error:SWITCHING [nsx@6876 comp="nsx-edge" subcomp="datapathd" s2comp="neigh" tname="dp-ipc31" level="INFO"] announce type neigh entry (########-####-####-####-############, ###.###.###.###) with ##:##:##:##:00:02 is created, dad_state T, prefix_len 0
If the above output does not provide the MAC of the infringing component, it may be required to power off the Edge and run a ping or traceroute to the duplicate IP to isolate what it belongs to in order to address the duplicate.