hw10GEOpticsMDDetector
HUAWEI-ETHERNET-OPTICMODULE-MIB ·
.1.3.6.1.4.1.2011.5.14.6.3.1.51
Object
column Enumeration
Indicate the Detector is enable or not. Options: 1. nonDetector(0) -detector is disable 2. detector(1) -detector is enable 3. invalid(-1) -invalid value
Context
- MIB
- HUAWEI-ETHERNET-OPTICMODULE-MIB
- OID
.1.3.6.1.4.1.2011.5.14.6.3.1.51- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hw10GEOpticsModuleInformationEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-ETHERNET-OPTICMODULE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERNET-OPTICMODULE-MIB::hw10GEOpticsMDDetector'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ETHERNET-OPTICMODULE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERNET-OPTICMODULE-MIB::hw10GEOpticsMDDetector.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ETHERNET-OPTICMODULE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ETHERNET-OPTICMODULE-MIB::hw10GEOpticsMDDetector'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
0 | nonDetector |
1 | detector |