Details

    • New Feature
    • Resolution: Unresolved
    • Trivial
    • None
    • Professional Edition
    • Poller

    Description

      If the capacity of the interface is exceeded, the frame that is currently being received is dropped and the overrun counter is incremented.

      Is it possible to add graphs for interfaces with overrun errors? This would really help us to troubleshoot some problems that we experience

      http://www.oidview.com/mibs/9/OLD-CISCO-INTERFACES-MIB.html
      locIfInOverrun 1.3.6.1.4.1.9.2.2.1.1.14

      Attachments

        Issue Links

          Activity

            [OBS-2207] add support for Cisco overrun errors

            Mike,

            See previous comment. Pending Response status was not updated and I can not change that.

            Thanks,

            Tromp

            tromp Tromp Wezelman added a comment - Mike, See previous comment. Pending Response status was not updated and I can not change that. Thanks, Tromp

            I reported the wrong MIB and link. We need the CISCO-IF-EXTENSION-MIB

            http://www.oidview.com/mibs/9/CISCO-IF-EXTENSION-MIB.html

            Is it possible to add graphs for interfaces with overrun errors?

            tromp Tromp Wezelman added a comment - I reported the wrong MIB and link. We need the CISCO-IF-EXTENSION-MIB http://www.oidview.com/mibs/9/CISCO-IF-EXTENSION-MIB.html Is it possible to add graphs for interfaces with overrun errors?

            We have a lot of different Cisco devices and want graphs with overrun errors. Because often you don't see a big spike if it is within the 5-minutes before the device is polled.

            Cisco IOS-XE 03.13.05.S.154-3.S5-ext (ADVENTERPRISEK9)
            ASR1002

            Cisco IOS 15.0(1)SY10 (ADVENTERPRISEK9)
            Cisco 6506

            Cisco IOS 15.2(4)S4a (ADVENTERPRISEK9)
            CISCO7606-S

            Cisco IOS 15.1(2)SY7 (ADVENTERPRISEK9)
            C6807-XL

            Cisco IOS 15.0(1)SY10 (ADVENTERPRISEK9)
            Cisco 6506

            Cisco IOS 15.1(2)SY6 (ADVENTERPRISEK9)
            Cisco 6509

            etc.....

            tromp Tromp Wezelman added a comment - We have a lot of different Cisco devices and want graphs with overrun errors. Because often you don't see a big spike if it is within the 5-minutes before the device is polled. Cisco IOS-XE 03.13.05.S.154-3.S5-ext (ADVENTERPRISEK9) ASR1002 Cisco IOS 15.0(1)SY10 (ADVENTERPRISEK9) Cisco 6506 Cisco IOS 15.2(4)S4a (ADVENTERPRISEK9) CISCO7606-S Cisco IOS 15.1(2)SY7 (ADVENTERPRISEK9) C6807-XL Cisco IOS 15.0(1)SY10 (ADVENTERPRISEK9) Cisco 6506 Cisco IOS 15.1(2)SY6 (ADVENTERPRISEK9) Cisco 6509 etc.....

            Which IOS version and cisco platform you use?
            This MIB unsupported for years by Cisco... we not have any device where exist this data.

            landy Mike Stupalov added a comment - Which IOS version and cisco platform you use? This MIB unsupported for years by Cisco... we not have any device where exist this data.

            I see the following lines in includes/polling/ports.inc.php

            // FIXME This probably needs re-enabled. We need to clear these things when they get unset, too.
            //foreach ($cisco_oids as $oid)

            { $port_stats = snmpwalk_cache_oid($device, $oid, $port_stats, "OLD-CISCO-INTERFACES-MIB"); }

            and

            // Cisco old locIf OIDs. Currently unused.

            $cisco_oids = array('locIfHardType', 'locIfInRunts', 'locIfInGiants', 'locIfInCRC', 'locIfInFrame', 'locIfInOverrun', 'locIfInIgnored', 'locIfInAbort',
            'locIfCollisions', 'locIfInputQueueDrops', 'locIfOutputQueueDrops');

            Is it possible to add graphs for interfaces with with these errors

            tromp Tromp Wezelman added a comment - I see the following lines in includes/polling/ports.inc.php // FIXME This probably needs re-enabled. We need to clear these things when they get unset, too. //foreach ($cisco_oids as $oid) { $port_stats = snmpwalk_cache_oid($device, $oid, $port_stats, "OLD-CISCO-INTERFACES-MIB"); } and // Cisco old locIf OIDs. Currently unused. $cisco_oids = array('locIfHardType', 'locIfInRunts', 'locIfInGiants', 'locIfInCRC', 'locIfInFrame', 'locIfInOverrun', 'locIfInIgnored', 'locIfInAbort', 'locIfCollisions', 'locIfInputQueueDrops', 'locIfOutputQueueDrops'); Is it possible to add graphs for interfaces with with these errors

            People

              landy Mike Stupalov
              tromp Tromp Wezelman
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: