swGenMgmtSave
GENERAL-MGMT-MIB ·
.1.3.6.1.4.1.171.10.127.1.20.1.1.12
Object
scalar r/w
Enumeration
This indicates the method of saving information to the NV-RAM of the device. other(1) - No action. configuration(2) - Save configuration. log(3) - Save log. all(4) - Save both ( active configuration and log).
Context
- MIB
- GENERAL-MGMT-MIB
- OID
.1.3.6.1.4.1.171.10.127.1.20.1.1.12- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- swGenMgmtGroup
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 'GENERAL-MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GENERAL-MGMT-MIB::swGenMgmtSave.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GENERAL-MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GENERAL-MGMT-MIB::swGenMgmtSave'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | configuration |
3 | log |
4 | all |