Cisco – Identifying an IP address conflict through a Cisco Switch

ciscoipip address

I have a 3550 Catalyst Switch.
2 computers connected to the switch have the same IP address configured and there is an IP address conflict.
How do i zero in on these computers with just the CLI of the switch?

Best Answer

Generally an IP address conflict is logged. Do "show log". You will see something like Duplicate address 10.25.32.15 on Vlan25 sourced by 0011.2233.4455 and there will be another message with the other mac address.

Then you show the mac address-table to see what port that mac address is connected to. ( show mac-address-table address 0011.2233.4455 )

Related Topic