wdmIfThresholdOptimizationState

LUM-WDM-MIB · .1.3.6.1.4.1.8708.2.4.2.2.1.1.60

Object

column Enumeration
State of the optimization procedure
              
normal              - no operation has been started
              
started             - the operation is started
              
searchingFirstLow   - Search for the first value of
                      the lower flank
              
searchingSecondLow  - Search for the second value of
                      the lower flank
              
searchingThirdLow   - Search for the third value of
                      the lower flank
              
searchingFirstHigh  - Search for the first value of
                      the upper flank
              
searchingSecondHigh - Search for the second value of
                      the upper flank
              
searchingThirdHigh  - Search for the third value of
                      the upper flank
              
finishedOk          - the operation has been
                      successfully finished
              
finishedFailed      - the operation failed
              
searchingFrameLow   - Search for the frame at the
                      lower end
              
searchingFrameHigh  - Search for the frame at the
                      upper end
              
foundFrame          - frame has been found
              
waitOptimize        - wait for HW-optimize procedure

Context

MIB
LUM-WDM-MIB
OID
.1.3.6.1.4.1.8708.2.4.2.2.1.1.60
Type
column
Access
readonly
Status
current
Parent
wdmIfEntry
Groups
23

Walk 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-WDM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-WDM-MIB::wdmIfThresholdOptimizationState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-WDM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-WDM-MIB::wdmIfThresholdOptimizationState.<wdmIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-WDM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-WDM-MIB::wdmIfThresholdOptimizationState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1normal
2started
3searchingFirstLow
4searchingSecondLow
5searchingThirdLow
6searchingFirstHigh
7searchingSecondHigh
8searchingThirdHigh
9finishedFailed
10finishedOk
11searchingFrameLow
12searchingFrameHigh
13foundFrame
14waitOptimize