wdmCtrlGroupStatus
LUM-WDM-MIB ·
.1.3.6.1.4.1.8708.2.4.2.9.1.1.19
Object
column deprecated
Enumeration
The regulation status for the group
starting - the system is starting up
noRegulation - the group contains no channels to
regulate
reading - the control loop is reading the power from
the monitor
regulating - the control loop is calculating and
setting new attenuations
idle - the control loop is inactive until next
regulation
Context
- MIB
- LUM-WDM-MIB
- OID
.1.3.6.1.4.1.8708.2.4.2.9.1.1.19- Type
- column
- Access
- readonly
- Status
- deprecated
- Default
starting- Parent
- wdmCtrlGroupEntry
- 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::wdmCtrlGroupStatus'
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::wdmCtrlGroupStatus.<wdmCtrlGroupIndex>'
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::wdmCtrlGroupStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | starting |
2 | noRegulation |
3 | reading |
4 | regulation |
5 | idle |