Menu

#7 Strange behaviour when retrieving port on Cisco Catalyst 4500 IOS Version 03.04.00.SG

v1.0_(example)
open
None
1
2015-12-18
2013-10-02
Anonymous
No

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

Discussion

  • Pete Siemsen

    Pete Siemsen - 2013-10-08

    I haven't seen this problem before. Could you email me a screenshot of the SwitchMap window? My email is siemsen@ucar.edu

     
  • Anonymous

    Anonymous - 2014-02-27

    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.

     
  • Anonymous

    Anonymous - 2014-02-28

    MACsec 802.1AE

     
  • Pete Siemsen

    Pete Siemsen - 2015-12-18

    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:

        ($PortName =~ /--Controlled$/)   or
        ($PortName =~ /--Uncontrolled$/) or
    

    I made this change in the latest version of SwitchMap, so it'll be in the next release.

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.