acctStoreType
BINTEC-ACCTSTORE ·
.0.4.2.1.1
Object
column r/w
Enumeration
Storage type of this entry. volatile : the entry is not saved permanent in flash permanent: the entry is saved permanent in flash delete : command to delete entries.
Context
- MIB
- BINTEC-ACCTSTORE
- OID
.0.4.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- acctStoreEntry
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 'BINTEC-ACCTSTORE' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-ACCTSTORE::acctStoreType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-ACCTSTORE' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-ACCTSTORE::acctStoreType.<acctStoreType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-ACCTSTORE' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-ACCTSTORE::acctStoreType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | volatile |
2 | permanent |
3 | delete |