hwQueueGroupSchedMode
HUAWEI-ETHERLIKE-EXT-MIB ·
.1.3.6.1.4.1.2011.5.14.3.15.1.2
Object
column r/w
Enumeration
Indicates the queue scheduling mode. The system currently supports only PQ scheduling (enumerated value: strictPriority(1)). In the case of PQ scheduling, PQ takes out all packets from a queue with a high priority and transmits them. After such a transmission is completed, PQ performs the same on all packets in a queue with an intermediate priority, a queue with a normal priority, and a queue with a low priority one by one. In this way, packets in a queue with the highest priority precede packets in a queue with a less higher priority and therefore are processed preferentially, even in case of congestion. This ensures that packets for key services are processed first. Options: 1. strictPriority(1) -indicates the strict priority queue scheduling mode 2. wrr(2) -indicates the weighted round robin mode
Context
- MIB
- HUAWEI-ETHERLIKE-EXT-MIB
- OID
.1.3.6.1.4.1.2011.5.14.3.15.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwQueueGroupShapingEntry
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 'HUAWEI-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERLIKE-EXT-MIB::hwQueueGroupSchedMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERLIKE-EXT-MIB::hwQueueGroupSchedMode.<ifIndex>.<hwQueueGroup>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ETHERLIKE-EXT-MIB::hwQueueGroupSchedMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | strictPriority |
2 | wrr |