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

New Device Support for FS.COM switch S5860-20SQ

Details

    • Add New Device / OS
    • Resolution: Fixed
    • Major
    • None
    • Professional Edition
    • Default
    • None

    Description

      I like to Request full SNMP support for  FS.com  switches. Currently a lot of info in left out. Such as Temps, Fans, Power Supply status Etc.
      Specifically   S5860-20SQ.    https://www.fs.com/products/108710.html

      Attachments

        Activity

          [OBS-4055] New Device Support for FS.COM switch S5860-20SQ

          Added DDM sensors in r11924.

          landy Mike Stupalov added a comment - Added DDM sensors in r11924.

          Mike,

          I think incorrect dumps were uploaded. I'm correcting that now.

          Ports 1 to 4 are Ethernet SFP.

          I believe Ports 11 was a SFP+ 10G  Optical

          and port 25 is a 40GB  DAC.

           

            Thanks

          Envoi Kevin Riahi added a comment - Mike, I think incorrect dumps were uploaded. I'm correcting that now. Ports 1 to 4 are Ethernet SFP. I believe Ports 11 was a SFP+ 10G  Optical and port 25 is a 40GB  DAC.     Thanks

          As I see, you added RJ45 SFP tranceivers.
          This modules not have any DOM information for report..

          FS-FIBER-MIB::fsFiberPortDescr.1 = STRING: TenGigabitEthernet 0/1
          FS-FIBER-MIB::fsFiberPortDescr.2 = STRING: TenGigabitEthernet 0/2
          FS-FIBER-MIB::fsFiberPortDescr.3 = STRING: TenGigabitEthernet 0/3
          FS-FIBER-MIB::fsFiberPortDescr.4 = STRING: TenGigabitEthernet 0/4
          FS-FIBER-MIB::fsFiberPortDescr.20 = STRING: TenGigabitEthernet 0/20
          FS-FIBER-MIB::fsFiberTransceiverType.1 = INTEGER: fiber1000BASEGTSFP(8)
          FS-FIBER-MIB::fsFiberTransceiverType.2 = INTEGER: fiber1000BASEGTSFP(8)
          FS-FIBER-MIB::fsFiberTransceiverType.3 = INTEGER: fiber1000BASEGTSFP(8)
          FS-FIBER-MIB::fsFiberTransceiverType.4 = INTEGER: fiber1000BASEGTSFP(8)
          FS-FIBER-MIB::fsFiberTransceiverType.20 = INTEGER: fiber1000BASEGTSFP(8)
          FS-FIBER-MIB::fsFiberConnectorType.1 = INTEGER: rj45(17)
          FS-FIBER-MIB::fsFiberConnectorType.2 = INTEGER: rj45(17)
          FS-FIBER-MIB::fsFiberConnectorType.3 = INTEGER: rj45(17)
          FS-FIBER-MIB::fsFiberConnectorType.4 = INTEGER: rj45(17)
          FS-FIBER-MIB::fsFiberConnectorType.20 = INTEGER: rj45(17)

          I mean optical SFP/SFP+ tranceivers.

          landy Mike Stupalov added a comment - As I see, you added RJ45 SFP tranceivers. This modules not have any DOM information for report.. FS-FIBER-MIB::fsFiberPortDescr.1 = STRING: TenGigabitEthernet 0/1 FS-FIBER-MIB::fsFiberPortDescr.2 = STRING: TenGigabitEthernet 0/2 FS-FIBER-MIB::fsFiberPortDescr.3 = STRING: TenGigabitEthernet 0/3 FS-FIBER-MIB::fsFiberPortDescr.4 = STRING: TenGigabitEthernet 0/4 FS-FIBER-MIB::fsFiberPortDescr.20 = STRING: TenGigabitEthernet 0/20 FS-FIBER-MIB::fsFiberTransceiverType.1 = INTEGER: fiber1000BASEGTSFP(8) FS-FIBER-MIB::fsFiberTransceiverType.2 = INTEGER: fiber1000BASEGTSFP(8) FS-FIBER-MIB::fsFiberTransceiverType.3 = INTEGER: fiber1000BASEGTSFP(8) FS-FIBER-MIB::fsFiberTransceiverType.4 = INTEGER: fiber1000BASEGTSFP(8) FS-FIBER-MIB::fsFiberTransceiverType.20 = INTEGER: fiber1000BASEGTSFP(8) FS-FIBER-MIB::fsFiberConnectorType.1 = INTEGER: rj45(17) FS-FIBER-MIB::fsFiberConnectorType.2 = INTEGER: rj45(17) FS-FIBER-MIB::fsFiberConnectorType.3 = INTEGER: rj45(17) FS-FIBER-MIB::fsFiberConnectorType.4 = INTEGER: rj45(17) FS-FIBER-MIB::fsFiberConnectorType.20 = INTEGER: rj45(17) I mean optical SFP/SFP+ tranceivers.

          Mike,

          Just uploaded new SNMP dumps.

          Thanks

          Envoi Kevin Riahi added a comment - Mike, Just uploaded new SNMP dumps. Thanks

          Will add support for dom sensors if you give new snmp dump.

          landy Mike Stupalov added a comment - Will add support for dom sensors if you give new snmp dump.

          Added support for common entities in r11908.

          landy Mike Stupalov added a comment - Added support for common entities in r11908.

          I think so,

          I have to install them and link them so some device.

          Envoi Kevin Riahi added a comment - I think so, I have to install them and link them so some device.

          Can you make snmp dump from same device but with installed (active) SFP/SFP+ transceivers?

          landy Mike Stupalov added a comment - Can you make snmp dump from same device but with installed (active) SFP/SFP+ transceivers?

          General questions and device support can be discussed in our Discord channel, click here to join.


          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community> -t 3 -Cc --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

          This comment is added automatically.

          bot Observium Bot added a comment - General questions and device support can be discussed in our Discord channel, click here to join . Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> -t 3 -Cc --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 This comment is added automatically.

          People

            landy Mike Stupalov
            Envoi Kevin Riahi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: