qosTosStatState
BINTEC-QOS-MIB ·
.0.5.1.9
Object
column r/w
Enumeration
This object allows statistics to be reinitialized.
Possible values:
running(1) = no reset of statistics
reset(2) = reset all counters in this entry.
When the reset action is over, this object is automatically
restored to its 'running(1)' default state.
Context
- MIB
- BINTEC-QOS-MIB
- OID
.0.5.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qosTosStatEntry
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-QOS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-QOS-MIB::qosTosStatState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-QOS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-QOS-MIB::qosTosStatState.<qosTosStatIfIndex>.<qosTosStatTos>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-QOS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-QOS-MIB::qosTosStatState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | reset |