wdmCtrlChannelStatus
LUM-WDM-MIB ·
.1.3.6.1.4.1.8708.2.4.2.8.1.1.16
Object
column deprecated
Enumeration
The regulation status of the channel.
initial - No regulation has been performed yet.
searching - The system is trying to detect the channel.
regulating - The system is regulating the output
power of the channel to the wanted
level.
ok - The output power of the channel is at the
wanted level.
notFound - Channel could not be detected in monitor.
error - Regulation of channel output power failed.
waiting - Channel is in queue for regulation startup
and will be started when ongoing
regulations and prior elements in the
startup queue have been processed.
Context
- MIB
- LUM-WDM-MIB
- OID
.1.3.6.1.4.1.8708.2.4.2.8.1.1.16- Type
- column
- Access
- readonly
- Status
- deprecated
- Default
initial- Parent
- wdmCtrlChannelEntry
- Groups
- 4
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-WDM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-WDM-MIB::wdmCtrlChannelStatus'
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::wdmCtrlChannelStatus.<wdmCtrlChannelIndex>'
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::wdmCtrlChannelStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initial |
2 | searching |
3 | regulating |
4 | ok |
5 | notFound |
6 | error |
7 | waiting |