ostSaveState
OMNITRON-EXT-MIB ·
.1.3.6.1.4.1.7342.7.1.3.2.1.8
Object
column Enumeration
The state of the save process indicating if a save is needed and if the
save opeeration completed
idle(0) Save is not in process, no save is needed
New save will be accepted
changed(1) Save is not in process, but configuration has changed
New save accepted will be accepted
inProcess(2) Save is in process
New save initiation rejected will be rejected
saveDone(3) Save has completed, but is not ready for a new save
New save initiation rejected will be rejected
Context
- MIB
- OMNITRON-EXT-MIB
- OID
.1.3.6.1.4.1.7342.7.1.3.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ostModuleStatusEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'OMNITRON-EXT-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-EXT-MIB::ostSaveState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'OMNITRON-EXT-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-EXT-MIB::ostSaveState.<ostModuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OMNITRON-EXT-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OMNITRON-EXT-MIB::ostSaveState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | changed |
2 | inProcess |
3 | saveDone |
Conformance
Member of