HUAWEI-IF-QOS-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
22
Rows
22
Columns
156

qosFIFOTable

table
.1.3.6.1.4.1.2011.5.25.32.2.1 · 1 row entry · 6 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosFIFOTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosFIFOTable'
FIFO(First In First Out) queuing table.
FIFO is a kind of queuing strategy applied on interface for congestion management.
And It's the default queuing strategy when other queuing strategy not configured on interface.
This table is about the FIFO configuration and running infomation.
qosFIFOEntry row .1.3.6.1.4.1.2011.5.25.32.2.1.1
FIFO configuration and running information Command:qos fifo queue-length
Indexes
Column Syntax OID
The index of interface applying FIFO queuing strategy.
The interface identified by the value of this index is the same interface
as identified by the same value of ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.1.1.1
The description of interface identified by the value of qosFIFOIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.1.1.2
The maximum length of fifo queue which means the maximum count of packets
that can be cached in the fifo queue.
Integer32r/w
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.1.1.3
The current length of queue which means the count of packets cached
in the fifo queue when the interface is congesting.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.1.1.4
The count of discarded packets which can't be enqueued fifo queue
because the fifo queue is full.
.1.3.6.1.4.1.2011.5.25.32.2.1.1.5
0: Only for get.
1: Set default value of the maximum length of fifo queue.
Enumerationr/w
Enumerated Values:
0qosFIFO
1qosNoFIFO
.1.3.6.1.4.1.2011.5.25.32.2.1.1.6
.1.3.6.1.4.1.2011.5.25.32.2.2 · 1 row entry · 3 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosPqlDefaultTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosPqlDefaultTable'
PQL(Priority Queue List) default-queue table.
There are four priority queues:top,middle,normal,bottom. 
The priority level of these queues is from high to low.
A type of priority queue is assigned for those packets that do not match any other rule
in each PQL whose number is from 1 to 16. Such queue is the default queue. For 
each PQL the default queue may be different. The default queue is normal if other 
type of queue is not configured.
qosPqlDefaultEntry row .1.3.6.1.4.1.2011.5.25.32.2.2.1
PQL default-queue configuration information.
Command:qos pql group-number default-queue { top | middle | normal | bottom }
Column Syntax OID
The index of table, which is the PQL number.
Any number from 1 to 16 identifies the priority queue list.
Integer32
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.2.1.1
The type of default priority queue,the default value is normal.
Enumerationr/w
Enumerated Values:
0top
1middle
2normal
3bottom
.1.3.6.1.4.1.2011.5.25.32.2.2.1.2
0: Only for get.
1: Set default value of the defualt priority queue.
Enumerationr/w
Enumerated Values:
0qosPqlDefault
1qosNoPqlDefault
.1.3.6.1.4.1.2011.5.25.32.2.2.1.3
.1.3.6.1.4.1.2011.5.25.32.2.3 · 1 row entry · 4 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosPqlQueueLenTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosPqlQueueLenTable'
PQL(Priority Queue List) queue-length table
There are four priority queues:top,middle,normal,bottom. 
The priority level of these queues is from high to low.
The maximum queue length of each queue can be configured in each PQL whose number is from 1 to 16. 
Each priority queue has individual default maximum queue length.
qosPqlQueueLenEntry row .1.3.6.1.4.1.2011.5.25.32.2.3.1
PQL queue-length configuration information.
Command:qos pql pql-index queue { top | middle | normal | bottom } queue-length queue-length
Column Syntax OID
The index of table, which is the PQL number.
Any number from 1 to 16 identifies the priority queue list.
Integer32
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.3.1.1
The index of table, which is the type of priority queue.
Enumeration
Enumerated Values:
0top
1middle
2normal
3bottom
.1.3.6.1.4.1.2011.5.25.32.2.3.1.2
The maximum length of specified queue.
Each priority queue has individual default maximum queue length:
Top : 20
Middle: 40
Normal: 60
Bottom: 80
Integer32r/w
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.3.1.3
0: Only for get.
1: Set default value of the maximum length of specified queue.
Enumerationr/w
Enumerated Values:
0qosPqlQueLen
1qosNoPqlQueLen
.1.3.6.1.4.1.2011.5.25.32.2.3.1.4
.1.3.6.1.4.1.2011.5.25.32.2.4 · 1 row entry · 5 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosPqlIfTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosPqlIfTable'
PQL(Priority Queue List) inbound-interface table
There are four priority queues:top,middle,normal,bottom. 
The priority level of these queues is from high to low.
The packets received from the specified interface can be configured to enqueue specified priority queue 
in each PQL whose number is from 1 to 16.
qosPqlIfEntry row .1.3.6.1.4.1.2011.5.25.32.2.4.1
PQL inbound-interface configuration information.
Command:qos pql pql-index inbound-interface interface-type interface-number queue { top | middle | normal | bottom }
Column Syntax OID
The index of table, which is the PQL number.
Any number from 1 to 16 identifies the priority queue list.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.4.1.1
The index of table, which is the index of interface that the enqueuing
packets are received from.
The interface identified by the value of this index is the same interface
as identified by the same value of ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.4.1.2
The description of interface identified by the value of qosPqlIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.4.1.3
The type of priority queue which the packets received from the specified interface
will be put in.
Enumerationr/w
Enumerated Values:
0top
1middle
2normal
3bottom
.1.3.6.1.4.1.2011.5.25.32.2.4.1.4
0: Only for get.
1: delete the corresponding inbound-interface rule of the specified PQL number
Enumerationr/w
Enumerated Values:
0qosPqlIF
1qosNoPqlIF
.1.3.6.1.4.1.2011.5.25.32.2.4.1.5
.1.3.6.1.4.1.2011.5.25.32.2.5 · 1 row entry · 6 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosPqlProtocolTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosPqlProtocolTable'
PQL(Priority Queue List) protocol table
There are four priority queues:top,middle,normal,bottom. 
The priority level of these queues is from high to low.
The packets which belong to the specified protocol type and match the specified 
traffic-classifying rule can be configured to enqueue specified priority queue in each
PQL whose number is from 1 to 16.
qosPqlProtocolEntry row .1.3.6.1.4.1.2011.5.25.32.2.5.1
PQL protocol configuration information.
Command:qos pql pql-index protocol protocol-name queue-key key-value queue { top | middle | normal | bottom }
Column Syntax OID
The index of table, which is the PQL number.
Any number from 1 to 16 identifies the priority queue list.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.5.1.1
The index of table, which is the protocol type the enqueuing packets having.
Enumeration
Enumerated Values:
1ip
2mpls
.1.3.6.1.4.1.2011.5.25.32.2.5.1.2
The index of table, which is the key words of traffic-classify rule.
Enumeration
Enumerated Values:
1null
2fragment
3acl
4less-than
5greater-than
6tcp
7udp
8exp-mask
.1.3.6.1.4.1.2011.5.25.32.2.5.1.3
The index of table, which is the value of key words.
for greater-than,less-than,tcp,udp:0~65535
for acl:2000~3999
for NULL and fragment: 0
for exp-mask: 0~255
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.2011.5.25.32.2.5.1.4
The type of priority queue which the packets belong to the specified protocol type
and match the specified traffic-classifying rule will be put in.
Enumerationr/w
Enumerated Values:
0top
1middle
2normal
3bottom
.1.3.6.1.4.1.2011.5.25.32.2.5.1.5
0: Only for get.
1: delete the corresponding protocol rule of the specified PQL number
Enumerationr/w
Enumerated Values:
0qosPqlProtocol
1qosNoPqlProtocol
.1.3.6.1.4.1.2011.5.25.32.2.5.1.6

qosPQTable

table
.1.3.6.1.4.1.2011.5.25.32.2.6 · 1 row entry · 16 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosPQTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosPQTable'
PQ(Priority Queuing) table
PQ is a kind of queuing strategy applied on interface for congestion management.
PQ provides a mechanism to prioritize packets sent on an interface.
If the specified priority list is applied to an interface the Priority Queuing strategy
is applied on this interface. Only one list can be assigned per interface. 
This table is about the PQ configuration and running infomation.
qosPQEntry row .1.3.6.1.4.1.2011.5.25.32.2.6.1
PQ configuration and running infomation
Command:qos pq pql
display qos pq interface
Indexes
Column Syntax OID
The index of table, which is the index of interface applying Priority Queuing strategy.
The interface identified by the value of this index is the same interface
as identified by the same value of ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.6.1.1
The number of PQL applied to an interface identified by the value of qosPQIfIndex.
Integer32r/w
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.6.1.2
The description of the interface by the value of qosPQIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.6.1.3
The count of packets enqueued the top priority queue when congestion occoured in the interface.
Integer32
Constraints:
range: 0-32767
.1.3.6.1.4.1.2011.5.25.32.2.6.1.4
The count of discarded packets which can't be enqueued top priority queue
because the top priority queue is full.
.1.3.6.1.4.1.2011.5.25.32.2.6.1.5
The maximum length of top priority queue.
The default value of maximum queue length is 20.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.6.1.6
The count of packets enqueued the middle priority queue when congestion occoured in the interface.
Integer32
Constraints:
range: 0-32767
.1.3.6.1.4.1.2011.5.25.32.2.6.1.7
The count of discarded packets which can't be enqueued middle priority queue
because the middle priority queue is full.
.1.3.6.1.4.1.2011.5.25.32.2.6.1.8
The maximum length of middle priority queue.
The default value of maximum queue length is 40.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.6.1.9
The count of packets enqueued the normal priority queue when congestion occoured in the interface.
Integer32
Constraints:
range: 0-32767
.1.3.6.1.4.1.2011.5.25.32.2.6.1.10
The count of discarded packets which can't be enqueued normal priority queue
because the normal priority queue is full.
.1.3.6.1.4.1.2011.5.25.32.2.6.1.11
The maximum length of normal priority queue.
The default value of maximum queue length is 60.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.6.1.12
The count of packets enqueued the bottom priority queue when congestion occoured in the interface.
Integer32
Constraints:
range: 0-32767
.1.3.6.1.4.1.2011.5.25.32.2.6.1.13
The count of discarded packets which can't be enqueued bottom priority queue
because the bottom priority queue is full.
.1.3.6.1.4.1.2011.5.25.32.2.6.1.14
The maximum length of bottom priority queue.
The default value of maximum queue length is 80.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.6.1.15
0:Only for get.
1:Set the default queuing on interface: FIFO.
Enumerationr/w
Enumerated Values:
0qosPQ
1qosNoPQ
.1.3.6.1.4.1.2011.5.25.32.2.6.1.16
.1.3.6.1.4.1.2011.5.25.32.2.7 · 1 row entry · 3 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosCqlDefaultTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosCqlDefaultTable'
CQL(Custom Queue List) default-queue table.
There are sixteen custom queues whose queue number is from 1 to 16.
A custom queue is assigned for those packets that do not match any other rule
in each CQL whose number is from 1 to 16. Such queue is the default queue. For 
each CQL the default queue may be different. The default queue is queue number 1 
if other queue is not configured.
qosCqlDefaultEntry row .1.3.6.1.4.1.2011.5.25.32.2.7.1
CQL default-queue configuration information.
Command:qos cql group-number default-queue queue-number
Indexes
Column Syntax OID
The index of table, which is the CQL number.
Any number from 1 to 16 identifies the custom queue list.
Integer32
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.7.1.1
The number of default custom queue,the default value is queue number 1.
Integer32r/w
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.7.1.2
0: Only for get.
1: Set default value of the defualt custom queue.
Enumerationr/w
Enumerated Values:
0qosCqlDefault
1qosNoCqlDefault
.1.3.6.1.4.1.2011.5.25.32.2.7.1.3
.1.3.6.1.4.1.2011.5.25.32.2.8 · 1 row entry · 5 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosCqlIfTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosCqlIfTable'
CQL(Custom Queue List) inbound-interface table
There are sixteen custom queues whose queue number is from 1 to 16.
The packets received from the specified interface can be configured to enqueue 
specified custom queue in each CQL whose number is from 1 to 16.
qosCqlIfEntry row .1.3.6.1.4.1.2011.5.25.32.2.8.1
CQL inbound-interface configuration information.
Command:qos cql cql-index inbound-interface interface-type interface-number queue queue-number
Column Syntax OID
The index of table, which is the CQL number.
Any number from 1 to 16 identifies the custom queue list.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.8.1.1
The index of table, which is the index of interface that the enqueuing
packets are received from.
The interface identified by the value of this index is the same interface
as identified by the same value of ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.8.1.2
The description of interface identified by the value of qosCqlIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.8.1.3
The number of custom queue which the packets received from the specified interface
will be put in.
Integer32r/w
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.8.1.4
0: Only for get.
1: delete the corresponding inbound-interface rule of the specified CQL number
Enumerationr/w
Enumerated Values:
0qosCqlIf
1qosNoCqlIf
.1.3.6.1.4.1.2011.5.25.32.2.8.1.5
.1.3.6.1.4.1.2011.5.25.32.2.9 · 1 row entry · 6 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosCqlProtocolTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosCqlProtocolTable'
CQL(Custom Queue List) protocol table.
There are sixteen custom queues whose queue number is from 1 to 16.
The packets which belong to the specified protocol type and match the specified 
traffic-classifying rule can be configured to enqueue specified custom queue in each
CQL whose number is from 1 to 16.
qosCqlProtocolEntry row .1.3.6.1.4.1.2011.5.25.32.2.9.1
CQL protocol configuration information.
Command:qos cql cql-index protocol protocol-name queue-key key-value queue queue-number.
Column Syntax OID
The index of table, which is the CQL number.
Any number from 1 to 16 identifies the custom queue list.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.9.1.1
The index of table, which is the protocol type the enqueuing packets having.
Enumeration
Enumerated Values:
1ip
2mpls
.1.3.6.1.4.1.2011.5.25.32.2.9.1.2
The index of table, which is the key words of traffic-classify rule.
Enumeration
Enumerated Values:
1null
2fragment
3acl
4less-than
5greater-than
6tcp
7udp
8exp-mask
.1.3.6.1.4.1.2011.5.25.32.2.9.1.3
The index of table, which is the value of key words.
for greater-than,less-than,tcp,udp:0~65535
for acl:2000~3999
for NULL and fragment: null
for exp-mask: 0~255
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.2011.5.25.32.2.9.1.4
The number of custom queue which the packets belong to the specified protocol type
and match the specified traffic-classifying rule will be put in.
Integer32r/w
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.9.1.5
0: Only for get.
1: delete the corresponding protocol rule of the specified CQL number
Enumerationr/w
Enumerated Values:
0qosCqlProtocol
1qosNoCqlProtocol
.1.3.6.1.4.1.2011.5.25.32.2.9.1.6
.1.3.6.1.4.1.2011.5.25.32.2.10 · 1 row entry · 6 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosCqlQueParaTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosCqlQueParaTable'
CQL(Custom Queue List) serving/queue-length table
There are sixteen custom queues whose queue number is from 1 to 16.
The maximum queue length of each queue and serving can be configured
in each CQL whose number is from 1 to 16. Each custom queue has individual default maximum
queue length and serving.
qosCqlQueParaEntry row .1.3.6.1.4.1.2011.5.25.32.2.10.1
CQL serving/queue-length configuration information.
Command:qos cql cql-index queue queue-number serving byte-number
qos cql cql-index queue queue-number queue-length queue-length
Column Syntax OID
The index of table, which is the CQL number.
Any number from 1 to 16 identifies the custom queue list.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.10.1.1
The index of table, which is the queue number.
Integer32
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.10.1.2
The maximum bytes that the specified queue can transmit in each turn.
The default value is 1500.
Integer32r/w
Constraints:
range: 1-16777215
.1.3.6.1.4.1.2011.5.25.32.2.10.1.3
The maximum length of the specified queue.
Integer32r/w
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.10.1.4
0: Only for get.
1: Set the defualt value of the maximum bytes that the specified queue can transmit in each turn.
Enumerationr/w
Enumerated Values:
0qosCqlQueParaServing
1qosNoCqlQueParaServing
.1.3.6.1.4.1.2011.5.25.32.2.10.1.5
0: Only for get.
1: Set the defualt value of the maximum length of the specified queue.
Enumerationr/w
Enumerated Values:
0qosCqlQueParaMaxQueLen
1qosNoCqlQueParaMaxQueLen
.1.3.6.1.4.1.2011.5.25.32.2.10.1.6

qosCQTable

table
.1.3.6.1.4.1.2011.5.25.32.2.11 · 1 row entry · 4 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosCQTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosCQTable'
CQ(Custom Queuing) table
CQ is a kind of queuing strategy applied on interface for congestion management.
CQ allows a fairness not provided with PQ. Associated with each custom queue is a configurable
serving, which specifies how many bytes of data should be delivered from the current queue by 
the system before the system moves on to the next queue. When a particular queue is being 
processed, packets are sent until the number of bytes sent exceeds the queue serving or until
the queue is empty.
If the specified custom list is applied to an interface the Custom Queuing strategy
is applied on this interface. Only one list can be assigned per interface. 
This table is about the CQ configuration infomation.
qosCQEntry row .1.3.6.1.4.1.2011.5.25.32.2.11.1
CQ configuration infomation
Command:qos cq cql
Indexes
Column Syntax OID
The index of table, which is the index of interface applying Custom Queuing strategy.
The interface identified by the value of this index is the same interface
as identified by the same value of ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.11.1.1
The number of CQL applied to an interface identified by the value of qosCQIfIndex.
Integer32r/w
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.11.1.2
The description of the interface by the value of qosCQIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.11.1.3
0:Only for get.
1:Set the default queuing on interface: FIFO
Enumerationr/w
Enumerated Values:
0qosCQ
1qosNoCQ
.1.3.6.1.4.1.2011.5.25.32.2.11.1.4
.1.3.6.1.4.1.2011.5.25.32.2.12 · 1 row entry · 6 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosCQRunInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosCQRunInfoTable'
CQ(Custom Queuing) statistics table
This table is about the running infomation of CQ applied on interface for congestion management.
qosCQRunInfoEntry row .1.3.6.1.4.1.2011.5.25.32.2.12.1
CQ running infomation
Command:display qos cq interface
Column Syntax OID
The index of the table, which is the index of interface applying Custom Queuing strategy.
The interface identified by the value of this index is the same interface
as identified by the same value of ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.12.1.1
The index of the table, which is the custom queue number
Integer32
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.12.1.2
The description of the interface by the value of qosCQRunInfoIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.12.1.3
The count of packets enqueued the spceified custom queue when congestion occoured in the interface.
Integer32
Constraints:
range: 0-32767
.1.3.6.1.4.1.2011.5.25.32.2.12.1.4
The count of discarded packets which can't be enqueued the specified custom queue
because the custom queue is full.
.1.3.6.1.4.1.2011.5.25.32.2.12.1.5
The maximum length of the specified queue.
The default value of maximum queue length is 20.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.12.1.6

qosWFQTable

table
.1.3.6.1.4.1.2011.5.25.32.2.13 · 1 row entry · 9 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosWFQTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosWFQTable'
WFQ(Weighted Fair Queuing) table
WFQ is a kind of queuing strategy applied on interface for congestion management.
With WFQ, packets are classified by flow. For example, packets with the same source IP address,
destination IP address, source TCP or UDP port, destination TCP or UDP port, and protocol 
belong to the same flow.
When enabled for an interface, WFQ provides traffic priority management that automatically sorts
among individual traffic flows without requiring first defined match rule lists.
This table is about the WFQ configuration and running infomation.
qosWFQEntry row .1.3.6.1.4.1.2011.5.25.32.2.13.1
WFQ configuration and running infomation
Command:qos wfq [ queue-length max-queue-length [ queue-number total-queue-number ] ]
display qos wfq interface
Indexes
Column Syntax OID
The index of the table, which is the index of interface applying Weighted Fair Queuing strategy.
The interface identified by the value of this index is the same interface
as identified by the same value of ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.13.1.1
The description of the interface by the value of qosWFQIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.13.1.2
The maximum length of the queue.
Integer32r/w
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.13.1.3
The total number of queues. The default value is a256(256).
Enumerationr/w
Enumerated Values:
16a16
32a32
64a64
128a128
256a256
512a512
1024a1024
2048a2048
4096a4096
.1.3.6.1.4.1.2011.5.25.32.2.13.1.4
The count of packets enqueued all the queues when congestion occoured in the interface.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.13.1.5
The count of discarded packets which can't be enqueued all the queues
because the queue is full.
.1.3.6.1.4.1.2011.5.25.32.2.13.1.6
A queue becomes active when the queue is not empty.
The count of current active queues when WFQ was enabled in the interface.
Integer32
Constraints:
range: 0-32767
.1.3.6.1.4.1.2011.5.25.32.2.13.1.7
The maximum count of active queues.
It is the count of active queues that have occurred since WFQ was enabled in the interface.
Integer32
Constraints:
range: 0-32767
.1.3.6.1.4.1.2011.5.25.32.2.13.1.8
0:Only for get.
1:Set the default queuing on interface: FIFO
Enumerationr/w
Enumerated Values:
0qosWFQ
1qosNoWFQ
.1.3.6.1.4.1.2011.5.25.32.2.13.1.9

qosWREDTable

table
.1.3.6.1.4.1.2011.5.25.32.2.14 · 1 row entry · 5 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosWREDTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosWREDTable'
WRED(Weighted Random Early Detect) table.
WRED is a congestion avoidance mechanism that slows traffic by randomly dropping packets when
congestion exists. WRED can be enabled only when Weighted Fair Queuing strategy was enable on 
the interface.
This table is about the WRED configuration infomation.
qosWREDEntry row .1.3.6.1.4.1.2011.5.25.32.2.14.1
WRED configuration infomation
Command:qos wred
qos wred weighting-constant exponent
Indexes
Column Syntax OID
The index of the table, which is the index of interface applying Weighted Random Early Detection.
The interface identified by the value of this index is the same interface
as identified by the same value of qosWFQIfIn…
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.14.1.1
The description of the interface by the value of qosWREDIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.14.1.2
Weighted factor in formula for calculating the mean length of queue. From 1 to 16, the default value is 9
Integer32r/w
Constraints:
range: 1-16
.1.3.6.1.4.1.2011.5.25.32.2.14.1.3
0: Disable WRED feature. Recover to tail-drop.
1: Enable WRED feature for the specified interface.
Enumerationr/w
Enumerated Values:
0disable
1enable
.1.3.6.1.4.1.2011.5.25.32.2.14.1.4
0:Only for get.
1:Recover the default value of weighted factor: 9
Enumerationr/w
Enumerated Values:
0qosWREDExponent
1qosNoWREDExponent
.1.3.6.1.4.1.2011.5.25.32.2.14.1.5
.1.3.6.1.4.1.2011.5.25.32.2.15 · 1 row entry · 9 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosWREDPreTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosWREDPreTable'
WRED(Weighted Random Early Detect) precedence table.
Weighted Random Early Detection(WRED) parameters for a particular IP Precedence
can be configured.
This table is about the WRED precedence configuration and running infomation.
qosWREDPreEntry row .1.3.6.1.4.1.2011.5.25.32.2.15.1
WRED precedence configuration infomation
Command:qos wred ip-precedence ip-precedence low-limit low-limit high-limit high-limit discard-probability discard-prob
Column Syntax OID
The index of the table, which is the index of interface applying Weighted Random Early Detection.
The interface identified by the value of this index is the same interface
as identified by the same value of qosWREDIfI…
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.15.1.1
IP precedence, from 0 to 7
Integer32
Constraints:
range: 0-7
.1.3.6.1.4.1.2011.5.25.32.2.15.1.2
The description of the interface by the value of qosWREDPreIfIndex.
It's a textual string containing information about the interface type and the interface number.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.15.1.3
Low Limit in number of packets. When the average queue length reaches the
low limit, WRED randomly drops some packets with the specified IP Precedence.
For all precedences, the default value is 10.
Integer32r/w
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.15.1.4
High limit in number of packets. When the average queue length exceeds the
high limit, WRED drops all packets with the specified IP Precedence.
For all precedences, the default value is 30.
Integer32r/w
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.15.1.5
Discard probability denominator.
It is for the fraction of packets dropped when the average queue depth is at the high limit.
For example, if the denominator is 128, 1 out of every 128 packets is dropped when the
avera…
Integer32r/w
Constraints:
range: 1-255
.1.3.6.1.4.1.2011.5.25.32.2.15.1.6
Number of packets random-dropped for WRED
.1.3.6.1.4.1.2011.5.25.32.2.15.1.7
Number of packets tail-dropped for WRED
.1.3.6.1.4.1.2011.5.25.32.2.15.1.8
0:Only for get.
1:Recover the default value of low-limit,high-limit and discard-probability on relevant precedence.
Enumerationr/w
Enumerated Values:
0qosWREDPre
1qosNoWREDPre
.1.3.6.1.4.1.2011.5.25.32.2.15.1.9

qosCarlTable

table
.1.3.6.1.4.1.2011.5.25.32.2.16 · 1 row entry · 4 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosCarlTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosCarlTable'
CARL(Committed Access Rate List) table
qosCarlEntry row .1.3.6.1.4.1.2011.5.25.32.2.16.1
CARL configuration infomation
Command:qos carl carl-index { precedence precedence-value | mac mac-address }
Indexes
Column Syntax OID
The index of the CARL table, which is the CARL number
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.16.1.1
The matching type of the CARL. The types are as follows:
Mac-address(1) -- matching the MAC address of the ethernet frame.
prec-mask(2) -- matching the IP precedence of the IP packet.
dscp-mask(3) -- matching the IP DSC…
Enumerationr/w
Enumerated Values:
1mac-address
2prec-mask
3dscp-mask
.1.3.6.1.4.1.2011.5.25.32.2.16.1.2
The parameter value of CARL.
When CarlParaType=mac-address(1), this value is the MAC address
with the format HHHHHH(hex).
When CarlParaType=prec-mask(2), this value is the IP precedence mask.
The value range is 0x0000…
OctetStringr/w .1.3.6.1.4.1.2011.5.25.32.2.16.1.3
0:Only for get.
1:Delete the specified CARL
Enumerationr/w
Enumerated Values:
0qosCARL
1qosNoCARL
.1.3.6.1.4.1.2011.5.25.32.2.16.1.4

qosCARTable

table
.1.3.6.1.4.1.2011.5.25.32.2.17 · 1 row entry · 17 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosCARTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosCARTable'
CAR(Committed Access Rate) table
qosCAREntry row .1.3.6.1.4.1.2011.5.25.32.2.17.1
CAR configuration and running infomation.
Command:qos car { inbound | outbound } { any | acl acl-index | carl carl-index } cir committed-rate cbs burst-size ebs excess-burst-size conform action exceed action
di…
Column Syntax OID
One of the index of the CAR table. This is the index of the interface
on which CAR policy applied.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.17.1.1
The description of the interface.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.17.1.2
One of the index of the CAR table. This is the direction of traffic.
There are two directions: inbound(1) and outbound(2)
Enumeration
Enumerated Values:
1inbound
2outbound
.1.3.6.1.4.1.2011.5.25.32.2.17.1.3
One of the index of the CAR table. This is the matching type
for the traffic.
The value acl(1) means that the traffic matching the
configured ACL is applicable to the CAR policy.
The value carl(2) means that the traf…
Enumeration
Enumerated Values:
1acl
2carl
3all
.1.3.6.1.4.1.2011.5.25.32.2.17.1.4
One of the index of the CAR table. This is the ACL number or CARL number.
When CARType=1,this number is ACL number, the range is 2000..3999;
When CARType=2,this number is CARL number, the range is 1..199;
When CARType=…
Integer32
Constraints:
range: 0-199
range: 2000-3999
.1.3.6.1.4.1.2011.5.25.32.2.17.1.5
One of the index of the CAR table. The Committed Information Rate.
Unit: bps. This is the target rate which the CAR policy limits.
Integer32
Constraints:
range: 8000-155000000
.1.3.6.1.4.1.2011.5.25.32.2.17.1.6
One of the index of the CAR table. Burst traffic size. Unit: bit.
This is the amount of traffic in excess of the committed information
rate that will be permitted by the CAR policy.
Integer32
Constraints:
range: 15000-155000000
.1.3.6.1.4.1.2011.5.25.32.2.17.1.7
One of the index of the CAR table. Excess Burst Size. Unit: bit.
This is the amount of traffic in excess of the burst size,
which may be conditionally permitted by the CAR policy.
Integer32
Constraints:
range: 0-155000000
.1.3.6.1.4.1.2011.5.25.32.2.17.1.8
Action to be taken by the traffic, when the traffic
conforms CIR. There are the following actions:
Continue(1) -- Continue to be processed by the following
CAR policy which applied on the interface.
Di…
Enumerationr/w
Enumerated Values:
1continue
2discard
3remark-prec-continue
4remark-prec-pass
5pass
6remark-mplsexp-continue
7remark-mplsexp-pass
.1.3.6.1.4.1.2011.5.25.32.2.17.1.9
Action to be taken by the traffic, when the traffic is
exceeds the CIR. There are the following actions:
Continue(1) -- Continue to be processed by the following
CAR policy which applied on the interfac…
Enumerationr/w
Enumerated Values:
1continue
2discard
3remark-prec-continue
4remark-prec-pass
5pass
6remark-mplsexp-continue
7remark-mplsexp-pass
.1.3.6.1.4.1.2011.5.25.32.2.17.1.10
Rewrite the precedence value on packets when traffic is within the CIR
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.2011.5.25.32.2.17.1.11
Rewrite the precedence value on packets when traffic is out of CIR
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.2011.5.25.32.2.17.1.12
The number of packets which conformed CIR.
.1.3.6.1.4.1.2011.5.25.32.2.17.1.13
The bytes of packets which conformed CIR.
.1.3.6.1.4.1.2011.5.25.32.2.17.1.14
The number of packets which exceeded CIR.
.1.3.6.1.4.1.2011.5.25.32.2.17.1.15
the bytes of packets which exceeded CIR.
.1.3.6.1.4.1.2011.5.25.32.2.17.1.16
0:Only for get.
1:Cancel the CAR policy applied on the interface.
Enumerationr/w
Enumerated Values:
0qosCAR
1qosNoCAR
.1.3.6.1.4.1.2011.5.25.32.2.17.1.17

qosGTSTable

table
.1.3.6.1.4.1.2011.5.25.32.2.18 · 1 row entry · 16 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosGTSTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosGTSTable'
GTS(Generic Traffic Shaping) table
qosGTSEntry row .1.3.6.1.4.1.2011.5.25.32.2.18.1
GTS configuration and running information
Command:qos gts { any | acl acl-index } cir committed-rate [ cbs burst-size [ ebs excess-burst-size [ queue-length queue-length ] ] ]
display qos gts interface
Column Syntax OID
One of the index of the GTS table. This is the index of the interface
on which GTS policy applied.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.18.1.1
The description of the interface on which GTS policy applied.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.18.1.2
One of the index of the GTS table. This is the matching type
for the traffic.
The value acl(1) means that the traffic matching the
configured ACL is applicable to the GTS policy.
The value all(2) means that all the t…
Enumeration
Enumerated Values:
1acl
2all
.1.3.6.1.4.1.2011.5.25.32.2.18.1.3
One of the index of the GTS table. This is the ACL number
for the shaping traffic to match.
Integer32
Constraints:
range: 2000-3999
range: 0-0
.1.3.6.1.4.1.2011.5.25.32.2.18.1.4
The Committed Information Rate. This is the target sustained
rate which the GTS policy will shape. Unit: bps.
Integer32r/w
Constraints:
range: 8000-155000000
.1.3.6.1.4.1.2011.5.25.32.2.18.1.5
Burst traffic size. Unit: bit. This is the amount of traffic
in excess of the committed information rate that will be permitted
by the GTS policy.
Integer32r/w
Constraints:
range: 15000-155000000
.1.3.6.1.4.1.2011.5.25.32.2.18.1.6
Excess Burst Size. Unit: bit. This is the amount of traffic
in excess of the burst size, which may be conditionally permitted
by the GTS policy.
Integer32r/w
Constraints:
range: 0-155000000
.1.3.6.1.4.1.2011.5.25.32.2.18.1.7
The maximum queue length for the GTS buffer.
Integer32r/w
Constraints:
range: 1-1024
.1.3.6.1.4.1.2011.5.25.32.2.18.1.8
The current queue length for the GTS buffer, i.e. the
number of packets queuing in the GTS buffer.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.18.1.9
The number of packets which passed by the GTS policy.
.1.3.6.1.4.1.2011.5.25.32.2.18.1.10
The bytes of packets which passed by the GTS policy.
.1.3.6.1.4.1.2011.5.25.32.2.18.1.11
The number of packets which delayed by the GTS policy.
.1.3.6.1.4.1.2011.5.25.32.2.18.1.12
The bytes of packets which delayed by the GTS policy.
.1.3.6.1.4.1.2011.5.25.32.2.18.1.13
The number of packets which discarded by the GTS policy.
.1.3.6.1.4.1.2011.5.25.32.2.18.1.14
The bytes of packets which discarded by the GTS policy.
.1.3.6.1.4.1.2011.5.25.32.2.18.1.15
0:Only for get.
1:Cancel the GTS policy applied on the interface.
Enumerationr/w
Enumerated Values:
0qosGTS
1qosNoGTS
.1.3.6.1.4.1.2011.5.25.32.2.18.1.16

qosLRTable

table
.1.3.6.1.4.1.2011.5.25.32.2.19 · 1 row entry · 10 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosLRTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosLRTable'
LR(Line Rate) table.
qosLREntry row .1.3.6.1.4.1.2011.5.25.32.2.19.1
LR configuration and running information.
Command:qos lr
display qos lr interface
Indexes
Column Syntax OID
The index of the LR table, which is the index of the interface
on which LR policy is applied.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.19.1.1
The description of the interface on which LR policy is applied.
OctetString .1.3.6.1.4.1.2011.5.25.32.2.19.1.2
The Committed Information Rate on the physical port. This is the target sustained rate
which the LR policy limits. Unit: bps.
Integer32r/w
Constraints:
range: 8000-155000000
.1.3.6.1.4.1.2011.5.25.32.2.19.1.3
Burst traffic size. Unit: bit. This is the amount of traffic
in excess of the committed information rate that will be permitted
by the LR policy.
Integer32r/w
Constraints:
range: 15000-155000000
.1.3.6.1.4.1.2011.5.25.32.2.19.1.4
Excess Burst Size. Unit: bit. This is the amount of traffic
in excess of the burst size, which may be conditionally permitted
by the LR policy.
Integer32r/w
Constraints:
range: 0-155000000
.1.3.6.1.4.1.2011.5.25.32.2.19.1.5
The Number of packets which passed by LR policy.
.1.3.6.1.4.1.2011.5.25.32.2.19.1.6
The bytes of packets which passed by LR policy.
.1.3.6.1.4.1.2011.5.25.32.2.19.1.7
The number of packets which delayed by LR policy.
.1.3.6.1.4.1.2011.5.25.32.2.19.1.8
The bytes of packets which delayed by LR policy.
.1.3.6.1.4.1.2011.5.25.32.2.19.1.9
0:Only for get.
1:Cancel the LR policy applied on the interface.
Enumerationr/w
Enumerated Values:
0qosLR
1qosNoLR
.1.3.6.1.4.1.2011.5.25.32.2.19.1.10
.1.3.6.1.4.1.2011.5.25.32.2.20 · 1 row entry · 6 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosIfBandwidthTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosIfBandwidthTable'
A table of bandwidth parameter on interface.
qosIfBandwidthEntry row .1.3.6.1.4.1.2011.5.25.32.2.20.1
Bandwidth parameter applied on Interface.
Column Syntax OID
Interface Index, equal to ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.20.1.1
Max bandwidth Value (Unit: Kbps) applied on the interface.
Integer32r/w
Constraints:
range: 1-1000000
.1.3.6.1.4.1.2011.5.25.32.2.20.1.2
Max reserved bandwidth as percent of the interface bandwidth (Unit: percent).
Integer32r/w
Constraints:
range: 1-100
.1.3.6.1.4.1.2011.5.25.32.2.20.1.3
Max reserved bandwidth. Unit : Kbps
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.20.1.4
Available bandwidth. Unit : Kbps
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.20.1.5
RowStatus for qosIfBandwidthTable Table.
Three actions are used: active, createAndGo, destroy
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.2011.5.25.32.2.20.1.6
.1.3.6.1.4.1.2011.5.25.32.2.21 · 1 row entry · 6 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosRTPIfApplyTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosRTPIfApplyTable'
A table of QoS rtpq instance.
qosRTPIfApplyEntry row .1.3.6.1.4.1.2011.5.25.32.2.21.1
Rtpq Configuration Information Entry.
Column Syntax OID
Interface Index, equal to ifIndex.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.5.25.32.2.21.1.1
RTP-PORT(3): start-port: 2000~65535
Integer32r/w
Constraints:
range: 2000-65535
.1.3.6.1.4.1.2011.5.25.32.2.21.1.2
RTP-PORT(3): end-port: 2000~65535
Integer32r/w
Constraints:
range: 2000-65535
.1.3.6.1.4.1.2011.5.25.32.2.21.1.3
Max bandwidth Value:
Absolute value: 8..1000000. Unit: Kbps
Integer32r/w
Constraints:
range: 8-1000000
.1.3.6.1.4.1.2011.5.25.32.2.21.1.4
Committed Burst Size: 1500..2000000. Unit: bytes
Integer32r/w
Constraints:
range: 1500-2000000
.1.3.6.1.4.1.2011.5.25.32.2.21.1.5
RowStatus for RTPQoSIfApply Table.
Three actions are used: active, createAndGo, destroy
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.2011.5.25.32.2.21.1.6
.1.3.6.1.4.1.2011.5.25.32.2.22 · 1 row entry · 4 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk qosRTPIfQueueRunInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IF-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IF-QOS-MIB::qosRTPIfQueueRunInfoTable'
A table of Running statistics for RTP(Realtime Transport Protocol) Queue
applied on the interface.
qosRTPIfQueueRunInfoEntry row .1.3.6.1.4.1.2011.5.25.32.2.22.1
RTP(Realtime Transport Protocol) Queue statistics entry.
Column Syntax OID
Size of Rtpq Queue.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2011.5.25.32.2.22.1.1
Max packet number of RTP(Realtime Transport Protocol) Queue.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2011.5.25.32.2.22.1.2
Output packet number of RTP(Realtime Transport Protocol) Queue.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2011.5.25.32.2.22.1.3
Discarded packet number of RTP(Realtime Transport Protocol) Queue.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2011.5.25.32.2.22.1.4