qosIfType
BINTEC-QOS-MIB ·
.0.1.1.2
Object
column r/w
Enumeration
This object defines the queueing and scheduling algorithm used on the related interface, possible values: pq(1) = priority queueing wrr(2) = weighted round-robin scheduling wfq(3) = weighted fair queuing scheduling disable(8) = disable this entry delete(9) = delete this entry.
Context
- MIB
- BINTEC-QOS-MIB
- OID
.0.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qosIfEntry
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::qosIfType'
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::qosIfType.<qosIfIndex>'
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::qosIfType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pq |
2 | wrr |
3 | wfq |
8 | disabled |
9 | delete |