systemSNMPsave
RMS-MIB ·
.1.3.6.1.4.1.2769.10.1.2
Object
scalar mandatory
r/w
Enumeration
systemSNMPsave is used to write all changes made via SNMP into the flash disk. If set to 2 the save operation is triggered. After successfull write it is reset to 1 (default value).
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 'RMS-MIB' -M '/opt/observium/mibs/knuerr:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RMS-MIB::systemSNMPsave.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RMS-MIB' -M '/opt/observium/mibs/knuerr:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RMS-MIB::systemSNMPsave'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | default |
2 | save |