acctStoreMode
BINTEC-ACCTSTORE ·
.0.4.1.1
Object
scalar r/w
Enumeration
This enables the accouting store off : all new entries in acctStoreTable are deleted at once ram : entries are only kept in table (not saved permanent) flash: entries are saved permanent .
Context
- MIB
- BINTEC-ACCTSTORE
- OID
.0.4.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- acctStore
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 'BINTEC-ACCTSTORE' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-ACCTSTORE::acctStoreMode.0'
More examples
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::acctStoreMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | ram |
3 | flash |