Craig Norborg wrote:
Not 100% sure that will work, using UDT that is.
As mentioned already, there's a build in alert that comes with UDT called "Alert me when there is a IP Address Conflict based on MAC address." The message it writes to the event log is "The IP address ${IPAddress} is in conflict. <br />The following devices were detected on network with same IP address:<br /> ${IPConflictMsg}"
There is also another way. I use Syslog also to detect duplicate IP addresses. I've written a rule that looks for syslog type pattern of "IP-4-DUPADDR" and when it sees one, it sends me an email with the duplicate IP address issue.