oaQoSPermTxSchedAlg
OA-QOS-MIB ·
mrv variant
·
.1.3.6.1.4.1.6926.1.21.2.11.2
Object
scalar mandatory
Enumeration
Tx priority queue scheduling Algorithm. Setting this object to the value WRR(2) causes Waited-Round-Robin scheduling algorithm. Setting this object to the value Hybrid(1/3)(3) causes Strict-Priority scheduling algorithm for the first priority queue, The other priority queues are scheduled by Waited-Round-Robin scheduling algorithm. Setting this object to the value Hybrid(2/2)(4) causes Strict-Priority scheduling algorithm for the first two priority queues, The other priority queues are scheduled by Waited-Round-Robin scheduling algorithm. Setting this object to the value SP(5) causes Strict-Priority scheduling algorithm for all of the priority queues.
Context
- MIB
- OA-QOS-MIB
- OID
.1.3.6.1.4.1.6926.1.21.2.11.2- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- oaQoSPerm
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 'OA-QOS-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OA-QOS-MIB::oaQoSPermTxSchedAlg.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OA-QOS-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OA-QOS-MIB::oaQoSPermTxSchedAlg'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | wrr |
3 | hybrid1sp3wrr |
4 | hybrid2sp2wrr |
5 | sp |