Details

    • Bug
    • Resolution: Fixed
    • Minor
    • None
    • CE-17.9
    • Discovery
    • None

    Description

      The rukos (buyer of the ICX line from brocade) firmware doesnt work with max-rep 60 anymore, if you set it to 30 it works however.

      Index: includes/definitions/os/brocade.inc.php
      ===================================================================
      --- includes/definitions/os/brocade.inc.php     (revision 11379)
      +++ includes/definitions/os/brocade.inc.php     (working copy)
      @@ -15,7 +15,7 @@
       $config['os'][$os]['type']                  = "network";
       $config['os'][$os]['vendor']                = "Brocade"; // New vendor is Ruckus Wireless
       $config['os'][$os]['model']                 = "brocade";
      -$config['os'][$os]['snmp']['max-rep']       = 60;
      +$config['os'][$os]['snmp']['max-rep']       = 30;
       $config['os'][$os]['ports_separate_walk']   = 1; // Force use separate ports polling feature
       $config['os'][$os]['sensors_poller_walk']   = 1; // Use sensors snmpwalk caching for this os, instead multi-get
       $config['os'][$os]['graphs'][]              = "device_bits";
      
      

      Attachments

        Activity

          [OBS-3775] max-rep too high on TurboIron-X24

          Fixed in r11386.

          But changed for per-model definitions.

          landy Mike Stupalov added a comment - Fixed in r11386. But changed for per-model definitions.

          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community>  --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community>  --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk

            If device not support SNMP version 2c, replace -v2c with -v1.

          • If you have problems with discovery or poller processes, please do and attach these debugs:

            ./discovery.php -d -h <device>
            ./poller.php -d -h <device>

          • additionally attach device and/or vendor specific MIB files

          Note, this comment is added automatically.

          bot Observium Bot added a comment - Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk If device not support SNMP version 2c, replace -v2c with -v1. If you have problems with discovery or poller processes, please do and attach these debugs: ./discovery.php -d -h <device> ./poller.php -d -h <device> additionally attach device and/or vendor specific MIB files Note, this comment is added automatically.

          People

            landy Mike Stupalov
            botanic matthew
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: