qosIfStatState
BINTEC-QOS-MIB ·
.0.2.1.10
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 except
counters for queued packets and octets.
resetall(3) = perform the same action as reset(2) and
additionally perform reset action on
associated entries of the qosPolicyStatTable
and qosTosStatTable for the same interface.
When the reset action is over, this object is automatically
restored to its 'running(1)' default state.
Context
- MIB
- BINTEC-QOS-MIB
- OID
.0.2.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qosIfStatEntry
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::qosIfStatState'
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::qosIfStatState.<qosIfStatIndex>'
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::qosIfStatState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | reset |
3 | resetall |