I ran into issue where a switch complains about seeing duplicate source IP 0.0.0.0 in ARP probe packet.
2013 Nov 19 16:18:09.498218 arp: Src 0023.445f.dfgc/0.0.0.0 Dst 002a.23rf.fd2d/192.168.0.1
It turns out this is the behavior of Device tracking feature which gets enabled by default when upgrading to 15.2(1)E on most Catalyst switches (2960,3850,4500,4900 etc.). But if you try to disable device tracking, you get
Switch(config)#no ip device tracking
% IP device tracking is disabled at the interface level by removing the relevant configs
This seems to be a known issue (bug) and the current workarounds are the followings. Depending on the switch model, hopefully one of the options should work for you.
On switch interface,
Option 1: enter "ip device tracking probe delay 10"
Option 2: enter "ip device tracking max 0"
Option 3: enter "nmsp attach suppress"