qosPolicyDropAlgorithm
BINTEC-QOS-MIB ·
.0.3.1.9
Object
column r/w
Enumeration
This objects defines the packet dropping algorithm to apply if more than qosPolicyUpperThreshold octets are currently enqueued, possible values: tail-drop(1) = drop all newly arriving packets head-drop(2) = drop packets at the queue head enqueue newly arriving packets random-drop(3) = drop arriving or enqueued packets randomly.
Context
- MIB
- BINTEC-QOS-MIB
- OID
.0.3.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qosPolicyEntry
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::qosPolicyDropAlgorithm'
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::qosPolicyDropAlgorithm.<qosPolicyIfIndex>'
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::qosPolicyDropAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tail-drop |
2 | head-drop |
3 | random-drop |