Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-3324

DDM information from Nokia SROS devices

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Discovery
    • Nokia 7705 SAR /Timos TiMOS-B-8.0.R10

    Description

      Hi.

      I need DDM data from Nokia devices.

      Attached output from SNMPWALK oid 1.3.6.1.4.1.6527.3.1.2.2.4.31 (http://oidref.com/1.3.6.1.4.1.6527.3.1.2.2.4.31.1)

       

       

      Attachments

        1. SNMPwalk - DDM.rtf
          7 kB
        2. 7705-MIBs.8.0R15.zip
          3.92 MB
        3. latest mib Nokia 7705 7750.zip
          9.52 MB
        4. SNMPwalk and CLI output of DDM.rtf
          9 kB
        5. KONG-A sensor debug - rolling.rtf
          83 kB

        Activity

          [OBS-3324] DDM information from Nokia SROS devices

          Confirmed  Thanks

          Stoffen Christoffer Smørås added a comment - Confirmed  Thanks

          Very well, values seems as correct, issue resolved

          CLI:

          show port optical 1/1/7 
           
          ===============================================================================
          Optical Interface
          ===============================================================================
           
          Transceiver Data
           
          Transceiver Type   : SFP
          Model Number       : none
          TX Laser Wavelength: 1310 nm                Diag Capable         : yes
          Connector Code     : LC                     Vendor OUI           : 00:17:6a
          Manufacture date   : 2016/10/11             Media                : Ethernet
          Serial Number      : AVJ204130DV     
          Part Number        : SFCT-5716PZ-CS1 
          Optical Compliance : GIGE-LX 
          Link Length support: 10km for SMF; 550m for OM2 50u MMF; 550m for OM1 62.5u M*
          SFP Sync-E Capable : yes
           
          ===============================================================================
          Transceiver Digital Diagnostic Monitoring (DDM), Internally Calibrated
          ===============================================================================
                                        Value High Alarm  High Warn   Low Warn  Low Alarm
          -------------------------------------------------------------------------------
          Temperature (C)               +25.1     +90.0      +85.0       -5.0      -10.0 
          Supply Voltage (V)             3.33      3.63       3.47       3.14       2.97 
          Tx Bias Current (mA)           14.4      65.1       61.0        3.0        2.4 
          Tx Output Power (dBm)         -7.13      0.00      -3.00      -9.50     -13.00 
          Rx Optical Power (avg dBm)   -11.24      0.00      -3.00     -19.03     -23.01 
          ===============================================================================
          

          Observium:

          descr: 1/1/7 Temperature, scale: 0.00390625, limits: (-10, -5, 85, 90), CURRENT: 25.11328125
          descr: 1/1/7 Voltage, scale: 0.0001, limits: (2.97, 3.14, 3.47, 3.63), CURRENT: 3.3256
          descr: 1/1/7 Tx Bias, scale: 2.0E-6, limits: (0.0024, 0.003, 0.061, 0.0651), CURRENT: 0.014408
          descr: 1/1/7 Tx Power, scale: 1.0E-7, limits: (-13.001622741328, -9.5000714307986, -2.9998893767789, 0), CURRENT: -7.1287037928089
          descr: 1/1/7 Rx Power, scale: 1.0E-7, limits: (-23.01029995664, -19.030899869919, -2.9998893767789, 0), CURRENT: -11.220530483708
          

          landy Mike Stupalov added a comment - Very well, values seems as correct, issue resolved CLI: show port optical 1/1/7   =============================================================================== Optical Interface ===============================================================================   Transceiver Data   Transceiver Type : SFP Model Number : none TX Laser Wavelength: 1310 nm Diag Capable : yes Connector Code : LC Vendor OUI : 00:17:6a Manufacture date : 2016/10/11 Media : Ethernet Serial Number : AVJ204130DV Part Number : SFCT-5716PZ-CS1 Optical Compliance : GIGE-LX Link Length support: 10km for SMF; 550m for OM2 50u MMF; 550m for OM1 62.5u M* SFP Sync-E Capable : yes   =============================================================================== Transceiver Digital Diagnostic Monitoring (DDM), Internally Calibrated =============================================================================== Value High Alarm High Warn Low Warn Low Alarm ------------------------------------------------------------------------------- Temperature (C) +25.1 +90.0 +85.0 -5.0 -10.0 Supply Voltage (V) 3.33 3.63 3.47 3.14 2.97 Tx Bias Current (mA) 14.4 65.1 61.0 3.0 2.4 Tx Output Power (dBm) -7.13 0.00 -3.00 -9.50 -13.00 Rx Optical Power (avg dBm) -11.24 0.00 -3.00 -19.03 -23.01 =============================================================================== Observium: descr: 1/1/7 Temperature, scale: 0.00390625, limits: (-10, -5, 85, 90), CURRENT: 25.11328125 descr: 1/1/7 Voltage, scale: 0.0001, limits: (2.97, 3.14, 3.47, 3.63), CURRENT: 3.3256 descr: 1/1/7 Tx Bias, scale: 2.0E-6, limits: (0.0024, 0.003, 0.061, 0.0651), CURRENT: 0.014408 descr: 1/1/7 Tx Power, scale: 1.0E-7, limits: (-13.001622741328, -9.5000714307986, -2.9998893767789, 0), CURRENT: -7.1287037928089 descr: 1/1/7 Rx Power, scale: 1.0E-7, limits: (-23.01029995664, -19.030899869919, -2.9998893767789, 0), CURRENT: -11.220530483708

          you used stable branch, for check need switch to trunk (where added support for DDM sensors):

          svn switch http://svn.observium.org/svn/observium/trunk
          svn up

          and make debug again:

          ./discovery.php -d -m sensors -h <device>

          landy Mike Stupalov added a comment - you used stable branch, for check need switch to trunk (where added support for DDM sensors): svn switch http://svn.observium.org/svn/observium/trunk svn up and make debug again: ./discovery.php -d -m sensors -h <device>

          Please make discovery debug instead raw snmpwalk:

          ./discovery.php -d -m sensors -h <device>
          

          landy Mike Stupalov added a comment - Please make discovery debug instead raw snmpwalk: ./discovery.php -d -m sensors -h <device>

          Support added in r10404.

          But I need your attention to compare values from device console and values polled by observium.

          Please make screenshot with DDM sensors from your sensors overview and values from same tranceiver from device cli.

          landy Mike Stupalov added a comment - Support added in r10404. But I need your attention to compare values from device console and values polled by observium. Please make screenshot with DDM sensors from your sensors overview and values from same tranceiver from device cli.

          People

            landy Mike Stupalov
            Stoffen Christoffer Smørås
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: