zxAnOtdrIfWorkMode
ZTE-AN-OTDR-MIB ·
zte-ng variant
·
.1.3.6.1.4.1.3902.1083.5.2.1.3.1.21
Object
column Enumeration
The working mode of OTDR interface. When the mode is faultLocating, the interface can be used for fault locating. When the mode is nodeMonitoring, the interface can be used for node monitoring. When the mode is opticalPowerMonitoring,the interface can be used for optical power monitoring. When the mode is lineDetection, the interface can be used for line detection. When the mode is bothwayTest, the interface can be used for bothway test. Bothway test uses two NEs linked by one fiber. When the mode is unusable, the interface can not be use.
Context
- MIB
- ZTE-AN-OTDR-MIB
- OID
.1.3.6.1.4.1.3902.1083.5.2.1.3.1.21- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxAnOtdrIfEntry
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 'ZTE-AN-OTDR-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-OTDR-MIB::zxAnOtdrIfWorkMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-OTDR-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-OTDR-MIB::zxAnOtdrIfWorkMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-OTDR-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-OTDR-MIB::zxAnOtdrIfWorkMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | faultLocating |
2 | nodeMonitoring |
3 | opticalPowerMonitoring |
4 | lineDetection |
5 | bothwayTest |
255 | unusable |