flDeviceRestoreDefaults
FIBROLAN-DEVICE-MIB ·
.1.3.6.1.4.1.4467.1000.10.1.11
Object
scalar r/w
Enumeration
Trigger a system restore defaults operation. The following sequence must be performed in order for the operation to be triggered: - read the object's value - must be 'ready' - set the value to 'notReady' (acts as a sema4 lock) - set the value to 'restoreDefaults'.
Context
- MIB
- FIBROLAN-DEVICE-MIB
- OID
.1.3.6.1.4.1.4467.1000.10.1.11- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- flDeviceMIBObjects
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 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-DEVICE-MIB::flDeviceRestoreDefaults.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBROLAN-DEVICE-MIB::flDeviceRestoreDefaults'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | ready |
1 | notReady |
2 | restoreDefaults |