systemConfigSave
PACKETFRONT-DRG-MIB ·
.1.3.6.1.4.1.9303.4.3.1.2.3
Object
scalar r/w
Enumeration
Setting the object to save(1) causes the running configuration to be saved. The object responds with changed(2) if the running configuration differs from the initial configuration. The object responds with notChanged(3) if no configuration changes have occurred since the last save or boot.
Context
- MIB
- PACKETFRONT-DRG-MIB
- OID
.1.3.6.1.4.1.9303.4.3.1.2.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- systemConfig
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 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETFRONT-DRG-MIB::systemConfigSave.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKETFRONT-DRG-MIB::systemConfigSave'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | save |
2 | changed |
3 | notChanged |