scrNonVolatileInt
SITEBOSS-450-STD-MIB ·
.1.3.6.1.4.1.3052.17.2.18.7.1.2
Object
column r/w
Integer32
Non-volatile integer for use in scripts. Use this object to store integer values that need to persist through reset. This object corresponds to the scripting.nvint[] setting key branch; use those keys in scripts and you can view or change their values with this object. Note: to store frequently- changing integers, use the scrVolatileInt object, otherwise your scripts may cause unnecessary wear of the non-volatile storage medium on the unit.
Context
- MIB
- SITEBOSS-450-STD-MIB
- OID
.1.3.6.1.4.1.3052.17.2.18.7.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- scrNonVolatileIntEntry
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 'SITEBOSS-450-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-450-STD-MIB::scrNonVolatileInt'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SITEBOSS-450-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-450-STD-MIB::scrNonVolatileInt.<scrNonVolatileIntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SITEBOSS-450-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SITEBOSS-450-STD-MIB::scrNonVolatileInt'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-2147483647