hwGonuOpticsModuleSubType
HUAWEI-GONU-MIB ·
.1.3.6.1.4.1.2011.5.104.1.1.1.1.15
Object
column Enumeration
This object indicates the sub type of the optical transceiver. Options: 1.unknown(1) - Unknow 2.classbplus(101) - CLASS B+ 3.classcplus(102) - CLASS C+ 4.classb(103) - CLASS B 5.px20(201) - PX20 6.px20plus(202) - PX20+ 7.pr30(301) - PR30 8.pr20(302) - PR20 9.prx30(303) - PRX30 10.prx20(304) - PRX20 11.n2a(405) - N2a 12.n2b(406) - N2b 13.n1(407) - N1 14.e1(408) - E1 15.e2a(409) - E2a 16.e2b(410) - E2b 17.n1n2ae1e2a(411) - N1/N2a/E1/E2a 18.classbplusandpx20plus(701) - CLASS B+ and PX20+ 19.invalid(-1) - Indicates that the query fails or no information is detected
Context
- MIB
- HUAWEI-GONU-MIB
- OID
.1.3.6.1.4.1.2011.5.104.1.1.1.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwGonuStatusEntry
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-GONU-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-GONU-MIB::hwGonuOpticsModuleSubType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-GONU-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-GONU-MIB::hwGonuOpticsModuleSubType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-GONU-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-GONU-MIB::hwGonuOpticsModuleSubType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | unknown |
101 | classbplus |
102 | classcplus |
103 | classb |
201 | px20 |
202 | px20plus |
301 | pr30 |
302 | pr20 |
303 | prx30 |
304 | prx20 |
405 | n2a |
406 | n2b |
407 | n1 |
408 | e1 |
409 | e2a |
410 | e2b |
411 | n1n2ae1e2a |
701 | classbplusandpx20plus |