flDeviceSaveConfig
FIBROLAN-DEVICE-MIB ·
.1.3.6.1.4.1.4467.1000.10.1.12
Object
scalar r/w
Enumeration
Trigger save of the running config to NV memory (normally becomes the startup config). 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 'saveConfig'.
Context
- MIB
- FIBROLAN-DEVICE-MIB
- OID
.1.3.6.1.4.1.4467.1000.10.1.12- 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::flDeviceSaveConfig.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::flDeviceSaveConfig'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | ready |
1 | notReady |
2 | saveConfig |