ifOtdrFiberSpanState
LUM-IFOTDR-MIB ·
.1.3.6.1.4.1.8708.2.72.2.2.1.1.10
Object
column Enumeration
Indicates the measurement status of the interface
Inactive - No measurement is ongoing on this interface.
Measuring - A measurement is ongoing on this interface.
Queued - Measurement of this interface is queued since
there already is a measurement ongoing. Note
that for each interface only one measurement
can be queued, new attempts to start measurement
on the same interface will be ignored if status
is queued.
LatestMeasurementFailed - Latest attempted measurement on this
interface failed. One reason could be that
the input power is too high.
Context
- MIB
- LUM-IFOTDR-MIB
- OID
.1.3.6.1.4.1.8708.2.72.2.2.1.1.10- Type
- column
- Access
- readonly
- Status
- current
- Default
inactive- Parent
- ifOtdrFiberSpanEntry
- Groups
- 3
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 'LUM-IFOTDR-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFOTDR-MIB::ifOtdrFiberSpanState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-IFOTDR-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFOTDR-MIB::ifOtdrFiberSpanState.<ifOtdrFiberSpanIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-IFOTDR-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-IFOTDR-MIB::ifOtdrFiberSpanState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | inactive |
1 | measuring |
2 | queued |
3 | latestMeasurementFailed |