Details

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

    Description

      I add support for some generic optical transiver.

      I think (not one) company rebrand it using special sticker and sell to end customer this China device, so it is possible to add it with "generic" in os name?

       

      Attachments

        Issue Links

          Activity

            [OBS-3873] Definition for optical amplifier

            Done in r11601.

            landy Mike Stupalov added a comment - Done in r11601.

            I think we do not need $os = "vectra-optical-receiver" it is better discovered via "nscrtv-optical-amplifier" definition.
            Also all oses in "os/nscrtv.inc.php" are optical (L1), not network.
            nscrtv.patch

            mtivi Martyushev Tim added a comment - I think we do not need $os = "vectra-optical-receiver" it is better discovered via "nscrtv-optical-amplifier" definition. Also all oses in "os/nscrtv.inc.php" are optical (L1), not network. nscrtv.patch

            Added in r11593.

            Little reorganized:

            • os named as "nscrtv-optical-amplifier"
            • definitions moved to "os/nscrtv.inc.php"
            landy Mike Stupalov added a comment - Added in r11593. Little reorganized: os named as "nscrtv-optical-amplifier" definitions moved to "os/nscrtv.inc.php"

            using

            $config['os'][$os]['group']                 = "enterprise_tree_only"

            disabled sysDescr polling.
            So, I use "enterprise_tree_snmpv2".

            I update patch, please check it.

            mtivi Martyushev Tim added a comment - using $config['os'][$os]['group'] = "enterprise_tree_only" disabled sysDescr polling. So, I use "enterprise_tree_snmpv2". I update patch, please check it.

            If I correctly understand, this devices not support mostly common MIBs.

            Than need to use one of this os_group: `enterprise_tree_snmpv2` or `enterprise_tree_snmp` (but if this devices still support SNMPv2-MIB).

            landy Mike Stupalov added a comment - If I correctly understand, this devices not support mostly common MIBs. Than need to use one of this os_group: `enterprise_tree_snmpv2` or `enterprise_tree_snmp` (but if this devices still support SNMPv2-MIB).

            attach output for

            snmpwalk -v1 -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1.3.6

            Device does not answer if try:

            snmpwalk -v1 -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1
            End of MIB
            snmpwalk -v1 -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1.3
            End of MIB

            mtivi Martyushev Tim added a comment - attach output for snmpwalk -v1 -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1.3.6 Device does not answer if try: snmpwalk -v1 -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1 End of MIB snmpwalk -v1 -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1.3 End of MIB

            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

            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> -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 Note, this comment is added automatically.

            People

              landy Mike Stupalov
              mtivi Martyushev Tim
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: