madgeConfigAdminStatus
MADGEBOX-MIB ·
.1.3.6.1.4.1.494.10.1.9
Object
scalar mandatory
r/w
Enumeration
The desired operating mode of the device. The mode
can be changed by setting this object. If the device
does not support the action it will return a bad
value error. The behaviour of these states is
device specific and some of the states may latch
until the state is returned to normal.
normal - standard operating mode / can be used
to cancel a download or return the
device from any latching state.
reboot - force the device to reboot. The
device will reboot into the version
of flash identified by
madgeConfigDefaultFlashVersion.
identify - force the device to identify itself
by flashing lights. This state may
latch.
test - force the device to do a self test.
This state may latch.
erase-config - erase all configuration info
erase-flash - erase the version of microcode stored
in the flash bank identifed by
madgeConfigEraseFlashVersion.
tftp-ip - force the device to start a TFTP
download over IP
tftp-ipx - force the device to start a TFTP
download over IPX
rpl-ipx - force the device to start a RPL
download over IPX
rpl-llc - force the device to start a RPL
download over LLC
Context
- MIB
- MADGEBOX-MIB
- OID
.1.3.6.1.4.1.494.10.1.9- Type
- scalar
- Access
- readwrite
- 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::madgeConfigAdminStatus.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::madgeConfigAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | reboot |
3 | identify |
4 | test |
5 | erase-config |
6 | erase-flash |
7 | tftp-ip |
8 | tftp-ipx |
9 | rpl-ipx |
10 | rpl-llc |