Strange behaviour when retrieving port on Cisco Catalyst 4500 IOS Version...
Creates web pages that show information about Ethernet switches.
Brought to you by:
siemsen
Hello,
When running switchmap on these switches, for 1 port we have 3 entries: the "normal" one, a controlled one and an uncontrolled one, below a sample output:
Gi1/46--Controlled routed Active 1G unknown GigabitEthernet1/46--Controlled
Gi1/46--Uncontrolled routed Active 1G unknown GigabitEthernet1/46--Uncontrolled
Gi1/46 2 Active 1G full
For me, only the last one should be there.
Thanks for you help
Anonymous
I haven't seen this problem before. Could you email me a screenshot of the SwitchMap window? My email is siemsen@ucar.edu
I've seen the same issues with our catalyst 4500s, if you need any additional info. We also see similar views with our other SNMP based tools for this platform.
MACsec 802.1AE
http://www.ieee802.org/1/files/public/MIBs/IEEE8021-SECY-MIB-200601100000Z.txt
ftp://ftp.cisco.com/pub/mibs/supportlists/cat4000/cat4000-supportlist.html
I have only seen the additional interfaces on X4748 modules (requiring SUP7),
not with older modules
Here's a fix for this specific problem, which I'm seeing in my Cisco 4510 switches. This is a hack until I get the next version of SwitchMap out the door. This change will cause SwitchMap to stop outputting rows for "Controlled" and "Uncontrolled" ports.
Find the file named SwitchUtils.pm. Edit it, and in the "IsAncillary" function (defined on line 420), add these two lines before line 442:
I made this change in the latest version of SwitchMap, so it'll be in the next release.