saveInfoWriteStatus
G6-SYSTEM-MIB ·
.1.3.6.1.4.1.3181.10.6.1.30.107.1.4
Object
column Enumeration
Indicates if last parameter was written to SD card or temporary RAM.
Context
- MIB
- G6-SYSTEM-MIB
- OID
.1.3.6.1.4.1.3181.10.6.1.30.107.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- saveInfoEntry
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 'G6-SYSTEM-MIB' -M '/opt/observium/mibs/microsens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'G6-SYSTEM-MIB::saveInfoWriteStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'G6-SYSTEM-MIB' -M '/opt/observium/mibs/microsens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'G6-SYSTEM-MIB::saveInfoWriteStatus.<saveInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'G6-SYSTEM-MIB' -M '/opt/observium/mibs/microsens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'G6-SYSTEM-MIB::saveInfoWriteStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | nothingToSave |
1 | processing |
2 | savedToRam |
3 | savedToSdcard |