Details

    • Add New Device / OS
    • Resolution: Unresolved
    • Major
    • None
    • Professional Edition
    • Ports
    • Ciena 6500 OME

    Description

      Dear Support team, 

      We are trying to add our Ciena 6500 OME equipment to Observium, we notice that the polled informations are incomplete. 

      For example, the ports name are not retrieved, same as Fiber channel ports information.

       

      Can you please look at this issue and suggest any modification or add from our side if needed ?

       

      Thanks ! 

       

      Regards 

      Riadh A.

      Attachments

        1. myagent.snmpwalk
          2.65 MB
        2. observium.PNG
          observium.PNG
          398 kB

        Issue Links

          Activity

            [OBS-3757] Ciena 6500 OME - Missing information

            Hi Riadh AMAROUCHE, we have not received the additional information requested earlier from you in this issue 'Dear Support team, 

            We are trying to add our Ciena 6500 OME equipment to Observium, we notice that the polled informations are incomplete. 

            For example, the ports name are not retrieved, same as Fiber channel ports information.

             

            Can you please look at this issue and suggest any modification or add from our side if needed ?

             

            Thanks ! 

             

            Regards 

            Riadh A.'!

            Issues without your response will be closed within 2 weeks.

            landy Mike Stupalov added a comment - Hi Riadh AMAROUCHE, we have not received the additional information requested earlier from you in this issue 'Dear Support team,  We are trying to add our Ciena 6500 OME equipment to Observium, we notice that the polled informations are incomplete.  For example, the ports name are not retrieved, same as Fiber channel ports information.   Can you please look at this issue and suggest any modification or add from our side if needed ?   Thanks !    Regards  Riadh A.'! Issues without your response will be closed within 2 weeks.

            I suggest to use this for Ciena WaveServer and Ciena 6500:

            cat /opt/observium/includes/definitions/os.inc.php 
            <?php
             
            $os = "ciena-waveserveros";
             
            $config['os'][$os]['sysDescr_regex'][]      = '/Ciena Waveserver.*release (?<version>\d[\d\.]+)/';
            //$config['os'][$os]['port_label'][]          = '/^(.+?),\s+[^,]+(?:,\s+"?(?<ifAlias>[^"]+)"?)?/'; // 1/1/26, 10-Gig Ethernet, Link to MDR-AGG-SW01 xe-0/0/4
            $config['os'][$os]['ifname']                = 1;
            $config['os'][$os]['ifDescr_ifAlias']       = 1;
             
            //Ciena, 6500, other, 
            $os = "ciena-6500";
            //$config['os'][$os]['port_label'][]          = '/^.+?\/.+?\/((?<port_label_base>.+\/\D+)(?<port_label_num>\d[^\/]+)?)\s*\((?<ifAlias>.*?)\s*\)/';
            $config['os'][$os]['port_label'][]          = '/^Ciena, 6500, other, ((?<port_label_base>[\w]+)-(?<port_label_num>[S\d-]+))/';
             
            // EOF
            

            I send my snmpwalk from Ciena 6500 in private

            mtivi Martyushev Tim added a comment - I suggest to use this for Ciena WaveServer and Ciena 6500: cat /opt/observium/includes/definitions/os.inc.php <?php   $os = "ciena-waveserveros";   $config['os'][$os]['sysDescr_regex'][] = '/Ciena Waveserver.*release (?<version>\d[\d\.]+)/'; //$config['os'][$os]['port_label'][] = '/^(.+?),\s+[^,]+(?:,\s+"?(?<ifAlias>[^"]+)"?)?/'; // 1/1/26, 10-Gig Ethernet, Link to MDR-AGG-SW01 xe-0/0/4 $config['os'][$os]['ifname'] = 1; $config['os'][$os]['ifDescr_ifAlias'] = 1;   //Ciena, 6500, other, $os = "ciena-6500"; //$config['os'][$os]['port_label'][] = '/^.+?\/.+?\/((?<port_label_base>.+\/\D+)(?<port_label_num>\d[^\/]+)?)\s*\((?<ifAlias>.*?)\s*\)/'; $config['os'][$os]['port_label'][] = '/^Ciena, 6500, other, ((?<port_label_base>[\w]+)-(?<port_label_num>[S\d-]+))/';   // EOF I send my snmpwalk from Ciena 6500 in private

            These particular devices seem to have trash-tier SNMP. I can't find any which will actually provide ifTable.

            you can try: 

            snmpwalk -v1 -c <community> ifEntry

            snmpwalk -v1 -c <community> ifXEntry

             

            adama Adam Armstrong added a comment - These particular devices seem to have trash-tier SNMP. I can't find any which will actually provide ifTable. you can try:  snmpwalk -v1 -c <community> ifEntry snmpwalk -v1 -c <community> ifXEntry  

            Hello, 

            Here what i'm getting : 
            > snmpwalk -v2c -c s1p2rn3t --hexOutputLength=0 -ObentxU fr-par-eqx6-cofa0-tp1.sph.io .1 > myagent.snmpwalk
            Timeout: No Response from fr-par-eqx6-cofa0-tp1.sph.io
            (ERROR)(Exit Code 1)(General error)
            (Wed May-5 5:29:30pm)(CPU 50.7%:0:Net 11)(root:~)-(3.2M:61)
            > snmpwalk -v2c -c s1p2rn3t --hexOutputLength=0 -ObentxU fr-par-eqx6-cofa0-tp1.sph.io .1.3.6.1.4.1 >> myagent.snmpwalk
            Timeout: No Response from fr-par-eqx6-cofa0-tp1.sph.io
             

            myagent.snmpwalk

             

            Regads

            ramarouche Riadh AMAROUCHE added a comment - Hello,  Here what i'm getting :  > snmpwalk -v2c -c s1p2rn3t --hexOutputLength=0 -ObentxU fr-par-eqx6-cofa0-tp1.sph.io .1 > myagent.snmpwalk Timeout: No Response from fr-par-eqx6-cofa0-tp1.sph.io (ERROR) (Exit Code 1) (General error) (Wed May-5 5:29:30pm) (CPU 50.7%:0:Net 11) (root:~)-(3.2M:61) > snmpwalk -v2c -c s1p2rn3t --hexOutputLength=0 -ObentxU fr-par-eqx6-cofa0-tp1.sph.io .1.3.6.1.4.1 >> myagent.snmpwalk Timeout: No Response from fr-par-eqx6-cofa0-tp1.sph.io   myagent.snmpwalk   Regads

            Please add requested snmpdump.

            landy Mike Stupalov added a comment - Please add requested snmpdump.

            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
              ramarouche Riadh AMAROUCHE
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: