For IOS 2960,375 of Cisco Catalyst 12.2 0g switch, IP device tracking is disabled by default.
However, after the Cisco Catalyst 2960s and 3750x switches are upgraded to 15.2, IP device tracking is enabled by default,
650) This. width = 650; "Title =" 111.png" alt = "wKiom1PUuLfww_-ZAADPUC9Qk7Q823.jpg" src = "http://s3.51cto.com/wyfs02/M00/41/62/wKiom1PUuLfww_-ZAADPUC9Qk7Q823.jpg"/>
In global mode, you cannot disable it. If you do not disable it, you can see this situation in show Mac add on the cascade trunk port, the hardware address of the trunk port of the Peer switch corresponds to multiple VLANs.
650) This. width = 650; "Title =" 111.png" alt = "wkiom1putyfgygclaaoexrrumbg236.jpg" src = "http://s3.51cto.com/wyfs02/M00/41/62/wKiom1PUtyfgygcLAAOexRrUMbg236.jpg"/>
This situation has serious consequences. First, all Cisco Small Business switches continuously generate such logs:
650) This. width = 650; "Title =" 111.png" alt = "wkiol1puuwib6wipaabw1uohkgm668.jpg" src = "http://s3.51cto.com/wyfs02/M01/41/63/wKioL1PUuwiB6WipAABW1uoHkgM668.jpg"/>
Second, the Windows 7 client will often detect duplicated IP address 0.0.0.0, so that the DHCP server address pool will continue to show bad_address.
So what I want to do isCloseAll vswitchesIP device trackingAndYou can only disable it in interface mode..
How to disable it in interface mode:
(Config) # interface range G1/0/1-52
(Config-If) # IP device tracking maximum 0 here 0 stands for disable
Show Mac add again after closing:
650) This. width = 650; "Title =" 111.png" alt = "wkiol1puvhuwbvfzaad6yhu8y00000000.jpg" src = "http://s3.51cto.com/wyfs02/M02/41/63/wKioL1PUvhuwBVfzAAD6yhU8YJw425.jpg"/>
The whole world is clean, Cisco SMB switches no longer have IP conflict logs, windows7 clients no longer have IP conflict pop-up boxes, and DHCP server address pools no longer have bad_address.
This article is from the "Sukhoi" blog and will not be reproduced!