madgeConfigOperStatus
MADGEBOX-MIB ·
.1.3.6.1.4.1.494.10.1.12
Object
scalar mandatory
Enumeration
The current operating mode of the device.
normal - standard operating mode
reboot - the device is rebooting
identify - the device is identifying itself
test - the device is performing a self-test
downloading - the device is performing a download
NOTE:This variable is only available on devices
that support version 1.2 or greater of the Box MIB
Context
- MIB
- MADGEBOX-MIB
- OID
.1.3.6.1.4.1.494.10.1.12- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- madgeConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MADGEBOX-MIB::madgeConfigOperStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MADGEBOX-MIB::madgeConfigOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | reboot |
3 | identify |
4 | test |
5 | downloading |