HUAWEI-IF-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-IF-QOS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hwQoS 1.3.6.1.4.1.2011.5.25.32
       hwIfQoSMib 1.3.6.1.4.1.2011.5.25.32.2
The HUAWEI-IF-QOS-MIB contains objects to apply on interface for congestion management.
           qosFIFOTable 1.3.6.1.4.1.2011.5.25.32.2.1 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.1.1 no-access
FIFO configuration and running information Command:qos fifo queue-length
                   qosFIFOIfIndex 1.3.6.1.4.1.2011.5.25.32.2.1.1.1 integer read-only
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.
                   qosFIFOIfName 1.3.6.1.4.1.2011.5.25.32.2.1.1.2 octet string read-only
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.
                   qosFIFOMaxQueueLen 1.3.6.1.4.1.2011.5.25.32.2.1.1.3 integer read-write
The maximum length of fifo queue which means the maximum count of packets that can be cached in the fifo queue.
                   qosFIFOCurQueueLen 1.3.6.1.4.1.2011.5.25.32.2.1.1.4 integer read-only
The current length of queue which means the count of packets cached in the fifo queue when the interface is congesting.
                   qosFIFODiscardPkt 1.3.6.1.4.1.2011.5.25.32.2.1.1.5 counter read-only
The count of discarded packets which can't be enqueued fifo queue because the fifo queue is full.
                   qosUndoFIFO 1.3.6.1.4.1.2011.5.25.32.2.1.1.6 integer read-write
0: Only for get. 1: Set default value of the maximum length of fifo queue. Enumeration: 'qosFIFO': 0, 'qosNoFIFO': 1.
           qosPqlDefaultTable 1.3.6.1.4.1.2011.5.25.32.2.2 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.2.1 no-access
PQL default-queue configuration information. Command:qos pql group-number default-queue { top | middle | normal | bottom }
                   qosPqlDefaultListNum 1.3.6.1.4.1.2011.5.25.32.2.2.1.1 integer read-only
The index of table, which is the PQL number. Any number from 1 to 16 identifies the priority queue list.
                   qosPqlDefaultQueueType 1.3.6.1.4.1.2011.5.25.32.2.2.1.2 integer read-write
The type of default priority queue,the default value is normal. Enumeration: 'middle': 1, 'top': 0, 'bottom': 3, 'normal': 2.
                   qosUndoPqlDefault 1.3.6.1.4.1.2011.5.25.32.2.2.1.3 integer read-write
0: Only for get. 1: Set default value of the defualt priority queue. Enumeration: 'qosPqlDefault': 0, 'qosNoPqlDefault': 1.
           qosPqlQueueLenTable 1.3.6.1.4.1.2011.5.25.32.2.3 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.3.1 no-access
PQL queue-length configuration information. Command:qos pql pql-index queue { top | middle | normal | bottom } queue-length queue-length
                   qosPqlQueLenListNum 1.3.6.1.4.1.2011.5.25.32.2.3.1.1 integer read-only
The index of table, which is the PQL number. Any number from 1 to 16 identifies the priority queue list.
                   qosPqlQueLenQueueType 1.3.6.1.4.1.2011.5.25.32.2.3.1.2 integer read-only
The index of table, which is the type of priority queue. Enumeration: 'middle': 1, 'top': 0, 'bottom': 3, 'normal': 2.
                   qosPqlQueLenValue 1.3.6.1.4.1.2011.5.25.32.2.3.1.3 integer read-write
The maximum length of specified queue. Each priority queue has individual default maximum queue length: Top : 20 Middle: 40 Normal: 60 Bottom: 80
                   qosUndoPqlQueLen 1.3.6.1.4.1.2011.5.25.32.2.3.1.4 integer read-write
0: Only for get. 1: Set default value of the maximum length of specified queue. Enumeration: 'qosPqlQueLen': 0, 'qosNoPqlQueLen': 1.
           qosPqlIfTable 1.3.6.1.4.1.2011.5.25.32.2.4 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.4.1 no-access
PQL inbound-interface configuration information. Command:qos pql pql-index inbound-interface interface-type interface-number queue { top | middle | normal | bottom }
                   qosPqlIfListNum 1.3.6.1.4.1.2011.5.25.32.2.4.1.1 integer read-only
The index of table, which is the PQL number. Any number from 1 to 16 identifies the priority queue list.
                   qosPqlIfIndex 1.3.6.1.4.1.2011.5.25.32.2.4.1.2 integer read-only
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.
                   qosPqlIfName 1.3.6.1.4.1.2011.5.25.32.2.4.1.3 octet string read-only
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.
                   qosPqlIfQueueType 1.3.6.1.4.1.2011.5.25.32.2.4.1.4 integer read-write
The type of priority queue which the packets received from the specified interface will be put in. Enumeration: 'middle': 1, 'top': 0, 'bottom': 3, 'normal': 2.
                   qosUndoPqlIf 1.3.6.1.4.1.2011.5.25.32.2.4.1.5 integer read-write
0: Only for get. 1: delete the corresponding inbound-interface rule of the specified PQL number Enumeration: 'qosNoPqlIF': 1, 'qosPqlIF': 0.
           qosPqlProtocolTable 1.3.6.1.4.1.2011.5.25.32.2.5 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.5.1 no-access
PQL protocol configuration information. Command:qos pql pql-index protocol protocol-name queue-key key-value queue { top | middle | normal | bottom }
                   qosPqlProListNum 1.3.6.1.4.1.2011.5.25.32.2.5.1.1 integer read-only
The index of table, which is the PQL number. Any number from 1 to 16 identifies the priority queue list.
                   qosPqlProName 1.3.6.1.4.1.2011.5.25.32.2.5.1.2 integer read-only
The index of table, which is the protocol type the enqueuing packets having. Enumeration: 'ip': 1, 'mpls': 2.
                   qosPqlProQueKey 1.3.6.1.4.1.2011.5.25.32.2.5.1.3 integer read-only
The index of table, which is the key words of traffic-classify rule. Enumeration: 'udp': 7, 'less-than': 4, 'fragment': 2, 'exp-mask': 8, 'tcp': 6, 'acl': 3, 'greater-than': 5, 'null': 1.
                   qosPqlProQueKeyValue 1.3.6.1.4.1.2011.5.25.32.2.5.1.4 integer read-only
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
                   qosPqlProQueType 1.3.6.1.4.1.2011.5.25.32.2.5.1.5 integer read-write
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. Enumeration: 'middle': 1, 'top': 0, 'bottom': 3, 'normal': 2.
                   qosUndoPqlProtocol 1.3.6.1.4.1.2011.5.25.32.2.5.1.6 integer read-write
0: Only for get. 1: delete the corresponding protocol rule of the specified PQL number Enumeration: 'qosPqlProtocol': 0, 'qosNoPqlProtocol': 1.
           qosPQTable 1.3.6.1.4.1.2011.5.25.32.2.6 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.6.1 no-access
PQ configuration and running infomation Command:qos pq pql display qos pq interface
                   qosPQIfIndex 1.3.6.1.4.1.2011.5.25.32.2.6.1.1 integer read-only
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.
                   qosPQListNum 1.3.6.1.4.1.2011.5.25.32.2.6.1.2 integer read-write
The number of PQL applied to an interface identified by the value of qosPQIfIndex.
                   qosPQIfName 1.3.6.1.4.1.2011.5.25.32.2.6.1.3 octet string read-only
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.
                   qosPQTopPkt 1.3.6.1.4.1.2011.5.25.32.2.6.1.4 integer read-only
The count of packets enqueued the top priority queue when congestion occoured in the interface.
                   qosPQTopDiscard 1.3.6.1.4.1.2011.5.25.32.2.6.1.5 counter read-only
The count of discarded packets which can't be enqueued top priority queue because the top priority queue is full.
                   qosPQTopMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.6.1.6 integer read-only
The maximum length of top priority queue. The default value of maximum queue length is 20.
                   qosPQMiddlePkt 1.3.6.1.4.1.2011.5.25.32.2.6.1.7 integer read-only
The count of packets enqueued the middle priority queue when congestion occoured in the interface.
                   qosPQMiddleDiscard 1.3.6.1.4.1.2011.5.25.32.2.6.1.8 counter read-only
The count of discarded packets which can't be enqueued middle priority queue because the middle priority queue is full.
                   qosPQMiddleMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.6.1.9 integer read-only
The maximum length of middle priority queue. The default value of maximum queue length is 40.
                   qosPQNormalPkt 1.3.6.1.4.1.2011.5.25.32.2.6.1.10 integer read-only
The count of packets enqueued the normal priority queue when congestion occoured in the interface.
                   qosPQNormalDiscard 1.3.6.1.4.1.2011.5.25.32.2.6.1.11 counter read-only
The count of discarded packets which can't be enqueued normal priority queue because the normal priority queue is full.
                   qosPQNormalMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.6.1.12 integer read-only
The maximum length of normal priority queue. The default value of maximum queue length is 60.
                   qosPQBottomPkt 1.3.6.1.4.1.2011.5.25.32.2.6.1.13 integer read-only
The count of packets enqueued the bottom priority queue when congestion occoured in the interface.
                   qosPQBottomDiscard 1.3.6.1.4.1.2011.5.25.32.2.6.1.14 counter read-only
The count of discarded packets which can't be enqueued bottom priority queue because the bottom priority queue is full.
                   qosPQBottomMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.6.1.15 integer read-only
The maximum length of bottom priority queue. The default value of maximum queue length is 80.
                   qosUndoPQ 1.3.6.1.4.1.2011.5.25.32.2.6.1.16 integer read-write
0:Only for get. 1:Set the default queuing on interface: FIFO. Enumeration: 'qosNoPQ': 1, 'qosPQ': 0.
           qosCqlDefaultTable 1.3.6.1.4.1.2011.5.25.32.2.7 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.7.1 no-access
CQL default-queue configuration information. Command:qos cql group-number default-queue queue-number
                   qosCqlListNum 1.3.6.1.4.1.2011.5.25.32.2.7.1.1 integer read-only
The index of table, which is the CQL number. Any number from 1 to 16 identifies the custom queue list.
                   qosCqlQueueNum 1.3.6.1.4.1.2011.5.25.32.2.7.1.2 integer read-write
The number of default custom queue,the default value is queue number 1.
                   qosUndoCqlDefault 1.3.6.1.4.1.2011.5.25.32.2.7.1.3 integer read-write
0: Only for get. 1: Set default value of the defualt custom queue. Enumeration: 'qosCqlDefault': 0, 'qosNoCqlDefault': 1.
           qosCqlIfTable 1.3.6.1.4.1.2011.5.25.32.2.8 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.8.1 no-access
CQL inbound-interface configuration information. Command:qos cql cql-index inbound-interface interface-type interface-number queue queue-number
                   qosCqlIfListNum 1.3.6.1.4.1.2011.5.25.32.2.8.1.1 integer read-only
The index of table, which is the CQL number. Any number from 1 to 16 identifies the custom queue list.
                   qosCqlIfIndex 1.3.6.1.4.1.2011.5.25.32.2.8.1.2 integer read-only
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.
                   qosCqlIfName 1.3.6.1.4.1.2011.5.25.32.2.8.1.3 octet string read-only
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.
                   qosCqlIfQueueNum 1.3.6.1.4.1.2011.5.25.32.2.8.1.4 integer read-write
The number of custom queue which the packets received from the specified interface will be put in.
                   qosUndoCqlIf 1.3.6.1.4.1.2011.5.25.32.2.8.1.5 integer read-write
0: Only for get. 1: delete the corresponding inbound-interface rule of the specified CQL number Enumeration: 'qosNoCqlIf': 1, 'qosCqlIf': 0.
           qosCqlProtocolTable 1.3.6.1.4.1.2011.5.25.32.2.9 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.9.1 no-access
CQL protocol configuration information. Command:qos cql cql-index protocol protocol-name queue-key key-value queue queue-number.
                   qosCqlProListNum 1.3.6.1.4.1.2011.5.25.32.2.9.1.1 integer read-only
The index of table, which is the CQL number. Any number from 1 to 16 identifies the custom queue list.
                   qosCqlProName 1.3.6.1.4.1.2011.5.25.32.2.9.1.2 integer read-only
The index of table, which is the protocol type the enqueuing packets having. Enumeration: 'ip': 1, 'mpls': 2.
                   qosCqlProQueKey 1.3.6.1.4.1.2011.5.25.32.2.9.1.3 integer read-only
The index of table, which is the key words of traffic-classify rule. Enumeration: 'udp': 7, 'less-than': 4, 'fragment': 2, 'exp-mask': 8, 'tcp': 6, 'acl': 3, 'greater-than': 5, 'null': 1.
                   qosCqlProQueKeyValue 1.3.6.1.4.1.2011.5.25.32.2.9.1.4 integer read-only
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
                   qosCqlProQueNum 1.3.6.1.4.1.2011.5.25.32.2.9.1.5 integer read-write
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.
                   qosUndoCqlProtocol 1.3.6.1.4.1.2011.5.25.32.2.9.1.6 integer read-write
0: Only for get. 1: delete the corresponding protocol rule of the specified CQL number Enumeration: 'qosNoCqlProtocol': 1, 'qosCqlProtocol': 0.
           qosCqlQueParaTable 1.3.6.1.4.1.2011.5.25.32.2.10 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.10.1 no-access
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
                     qosCqlQueParaListNum 1.3.6.1.4.1.2011.5.25.32.2.10.1.1 integer read-only
The index of table, which is the CQL number. Any number from 1 to 16 identifies the custom queue list.
                     qosCqlQueParaQueNum 1.3.6.1.4.1.2011.5.25.32.2.10.1.2 integer read-only
The index of table, which is the queue number.
                     qosCqlQueParaServing 1.3.6.1.4.1.2011.5.25.32.2.10.1.3 integer read-write
The maximum bytes that the specified queue can transmit in each turn. The default value is 1500.
                     qosCqlQueParaMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.10.1.4 integer read-write
The maximum length of the specified queue.
                     qosUndoCqlQueParaServing 1.3.6.1.4.1.2011.5.25.32.2.10.1.5 integer read-write
0: Only for get. 1: Set the defualt value of the maximum bytes that the specified queue can transmit in each turn. Enumeration: 'qosCqlQueParaServing': 0, 'qosNoCqlQueParaServing': 1.
                     qosUndoCqlQueParaMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.10.1.6 integer read-write
0: Only for get. 1: Set the defualt value of the maximum length of the specified queue. Enumeration: 'qosCqlQueParaMaxQueLen': 0, 'qosNoCqlQueParaMaxQueLen': 1.
           qosCQTable 1.3.6.1.4.1.2011.5.25.32.2.11 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.11.1 no-access
CQ configuration infomation Command:qos cq cql
                     qosCQIfIndex 1.3.6.1.4.1.2011.5.25.32.2.11.1.1 integer read-only
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.
                     qosCQListNum 1.3.6.1.4.1.2011.5.25.32.2.11.1.2 integer read-write
The number of CQL applied to an interface identified by the value of qosCQIfIndex.
                     qosCQIfName 1.3.6.1.4.1.2011.5.25.32.2.11.1.3 octet string read-only
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.
                     qosUndoCQ 1.3.6.1.4.1.2011.5.25.32.2.11.1.4 integer read-write
0:Only for get. 1:Set the default queuing on interface: FIFO Enumeration: 'qosNoCQ': 1, 'qosCQ': 0.
           qosCQRunInfoTable 1.3.6.1.4.1.2011.5.25.32.2.12 no-access
CQ(Custom Queuing) statistics table This table is about the running infomation of CQ applied on interface for congestion management.
                 qosCQRunInfoEntry 1.3.6.1.4.1.2011.5.25.32.2.12.1 no-access
CQ running infomation Command:display qos cq interface
                     qosCQRunInfoIfIndex 1.3.6.1.4.1.2011.5.25.32.2.12.1.1 integer read-only
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.
                     qosCQRunInfoQueNum 1.3.6.1.4.1.2011.5.25.32.2.12.1.2 integer read-only
The index of the table, which is the custom queue number
                     qosCQRunInfoIfName 1.3.6.1.4.1.2011.5.25.32.2.12.1.3 octet string read-only
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.
                     qosCQRunInfoQuePkt 1.3.6.1.4.1.2011.5.25.32.2.12.1.4 integer read-only
The count of packets enqueued the spceified custom queue when congestion occoured in the interface.
                     qosCQRunInfoQueDiscard 1.3.6.1.4.1.2011.5.25.32.2.12.1.5 counter read-only
The count of discarded packets which can't be enqueued the specified custom queue because the custom queue is full.
                     qosCQRunInfoMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.12.1.6 integer read-only
The maximum length of the specified queue. The default value of maximum queue length is 20.
           qosWFQTable 1.3.6.1.4.1.2011.5.25.32.2.13 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.13.1 no-access
WFQ configuration and running infomation Command:qos wfq [ queue-length max-queue-length [ queue-number total-queue-number ] ] display qos wfq interface
                     qosWFQIfIndex 1.3.6.1.4.1.2011.5.25.32.2.13.1.1 integer read-only
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.
                     qosWFQIfName 1.3.6.1.4.1.2011.5.25.32.2.13.1.2 octet string read-only
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.
                     qosWFQMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.13.1.3 integer read-write
The maximum length of the queue.
                     qosWFQTotalQueNum 1.3.6.1.4.1.2011.5.25.32.2.13.1.4 integer read-write
The total number of queues. The default value is a256(256). Enumeration: 'a256': 256, 'a32': 32, 'a16': 16, 'a4096': 4096, 'a64': 64, 'a2048': 2048, 'a512': 512, 'a128': 128, 'a1024': 1024.
                     qosWFQCurQueLen 1.3.6.1.4.1.2011.5.25.32.2.13.1.5 integer read-only
The count of packets enqueued all the queues when congestion occoured in the interface.
                     qosWFQTotalDiscard 1.3.6.1.4.1.2011.5.25.32.2.13.1.6 counter read-only
The count of discarded packets which can't be enqueued all the queues because the queue is full.
                     qosWFQActiveQueNum 1.3.6.1.4.1.2011.5.25.32.2.13.1.7 integer read-only
A queue becomes active when the queue is not empty. The count of current active queues when WFQ was enabled in the interface.
                     qosWFQMaxActiveQueNum 1.3.6.1.4.1.2011.5.25.32.2.13.1.8 integer read-only
The maximum count of active queues. It is the count of active queues that have occurred since WFQ was enabled in the interface.
                     qosUndoWFQ 1.3.6.1.4.1.2011.5.25.32.2.13.1.9 integer read-write
0:Only for get. 1:Set the default queuing on interface: FIFO Enumeration: 'qosNoWFQ': 1, 'qosWFQ': 0.
           qosWREDTable 1.3.6.1.4.1.2011.5.25.32.2.14 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.14.1 no-access
WRED configuration infomation Command:qos wred qos wred weighting-constant exponent
                     qosWREDIfIndex 1.3.6.1.4.1.2011.5.25.32.2.14.1.1 integer read-only
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 qosWFQIfIndex.
                     qosWREDIfName 1.3.6.1.4.1.2011.5.25.32.2.14.1.2 octet string read-only
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.
                     qosWREDWeightConstant 1.3.6.1.4.1.2011.5.25.32.2.14.1.3 integer read-write
Weighted factor in formula for calculating the mean length of queue. From 1 to 16, the default value is 9
                     qosWREDEnable 1.3.6.1.4.1.2011.5.25.32.2.14.1.4 integer read-write
0: Disable WRED feature. Recover to tail-drop. 1: Enable WRED feature for the specified interface. Enumeration: 'enable': 1, 'disable': 0.
                     qosUndoWREDWeightConstant 1.3.6.1.4.1.2011.5.25.32.2.14.1.5 integer read-write
0:Only for get. 1:Recover the default value of weighted factor: 9 Enumeration: 'qosNoWREDExponent': 1, 'qosWREDExponent': 0.
           qosWREDPreTable 1.3.6.1.4.1.2011.5.25.32.2.15 no-access
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 1.3.6.1.4.1.2011.5.25.32.2.15.1 no-access
WRED precedence configuration infomation Command:qos wred ip-precedence ip-precedence low-limit low-limit high-limit high-limit discard-probability discard-prob
                     qosWREDPreIfIndex 1.3.6.1.4.1.2011.5.25.32.2.15.1.1 integer read-only
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 qosWREDIfIndex.
                     qosWREDPrecedence 1.3.6.1.4.1.2011.5.25.32.2.15.1.2 integer read-only
IP precedence, from 0 to 7
                     qosWREDPreIfName 1.3.6.1.4.1.2011.5.25.32.2.15.1.3 octet string read-only
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.
                     qosWREDPreLowLimit 1.3.6.1.4.1.2011.5.25.32.2.15.1.4 integer read-write
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.
                     qosWREDPreHighLimit 1.3.6.1.4.1.2011.5.25.32.2.15.1.5 integer read-write
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.
                     qosWREDPreDiscardProbability 1.3.6.1.4.1.2011.5.25.32.2.15.1.6 integer read-write
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 average queue is at the high limit. For all precedences, the default value is 10.
                     qosWREDPreRandomDropNum 1.3.6.1.4.1.2011.5.25.32.2.15.1.7 counter read-only
Number of packets random-dropped for WRED
                     qosWREDPreTailDropNum 1.3.6.1.4.1.2011.5.25.32.2.15.1.8 counter read-only
Number of packets tail-dropped for WRED
                     qosUndoWREDPre 1.3.6.1.4.1.2011.5.25.32.2.15.1.9 integer read-write
0:Only for get. 1:Recover the default value of low-limit,high-limit and discard-probability on relevant precedence. Enumeration: 'qosWREDPre': 0, 'qosNoWREDPre': 1.
           qosCarlTable 1.3.6.1.4.1.2011.5.25.32.2.16 no-access
CARL(Committed Access Rate List) table
                 qosCarlEntry 1.3.6.1.4.1.2011.5.25.32.2.16.1 no-access
CARL configuration infomation Command:qos carl carl-index { precedence precedence-value | mac mac-address }
                     qosCarlListNum 1.3.6.1.4.1.2011.5.25.32.2.16.1.1 integer read-only
The index of the CARL table, which is the CARL number
                     qosCarlParaType 1.3.6.1.4.1.2011.5.25.32.2.16.1.2 integer read-write
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 DSCP of the IP packet. Enumeration: 'dscp-mask': 3, 'mac-address': 1, 'prec-mask': 2.
                     qosCarlParaValue 1.3.6.1.4.1.2011.5.25.32.2.16.1.3 octet string read-write
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 0x00000000 ~ 0x11111111. The bit is corresponding to IP precedence. For example, in value 0x00100010, the bit 0 and bit 5 is set, that means IP precedenc 1 and 5.
                     qosUndoCarl 1.3.6.1.4.1.2011.5.25.32.2.16.1.4 integer read-write
0:Only for get. 1:Delete the specified CARL Enumeration: 'qosNoCARL': 1, 'qosCARL': 0.
           qosCARTable 1.3.6.1.4.1.2011.5.25.32.2.17 no-access
CAR(Committed Access Rate) table
                 qosCAREntry 1.3.6.1.4.1.2011.5.25.32.2.17.1 no-access
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 display qos car interface
                     qosCARIfIndex 1.3.6.1.4.1.2011.5.25.32.2.17.1.1 integer read-only
One of the index of the CAR table. This is the index of the interface on which CAR policy applied.
                     qosCARIfName 1.3.6.1.4.1.2011.5.25.32.2.17.1.2 octet string read-only
The description of the interface.
                     qosCARPktDirection 1.3.6.1.4.1.2011.5.25.32.2.17.1.3 integer read-only
One of the index of the CAR table. This is the direction of traffic. There are two directions: inbound(1) and outbound(2) Enumeration: 'inbound': 1, 'outbound': 2.
                     qosCARType 1.3.6.1.4.1.2011.5.25.32.2.17.1.4 integer read-only
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 traffic matching the configured CARL is applicable to the CAR policy. The value all(3) means that all the traffic passing the interface is applicable to the CAR policy. Enumeration: 'all': 3, 'carl': 2, 'acl': 1.
                     qosCARListNum 1.3.6.1.4.1.2011.5.25.32.2.17.1.5 integer read-only
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=3,this parameter is invalid
                     qosCARCIR 1.3.6.1.4.1.2011.5.25.32.2.17.1.6 integer read-only
One of the index of the CAR table. The Committed Information Rate. Unit: bps. This is the target rate which the CAR policy limits.
                     qosCARBurstSize 1.3.6.1.4.1.2011.5.25.32.2.17.1.7 integer read-only
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.
                     qosCARExcessBurstSize 1.3.6.1.4.1.2011.5.25.32.2.17.1.8 integer read-only
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.
                     qosCARConformAction 1.3.6.1.4.1.2011.5.25.32.2.17.1.9 integer read-write
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. Discard(2) -- Discard the packet. remark-prec-continue(3) -- Remark the IP precedence of IP packet, and then continue to be processed by the following CAR policy. remark-prec-pass(4) -- Remark the IP precedence of IP packet, and then send the packet. pass(5) -- Send the packet directly. remark-mplsexp-continue(6) -- Remark the mpls exp field of mpls packet, and then continue to be processed by the following CAR policy. remark-mplsexp-pass(7) -- Remark the mpls exp field of mpls packet, and then send the packet. Enumeration: 'remark-prec-pass': 4, 'remark-mplsexp-continue': 6, 'remark-prec-continue': 3, 'continue': 1, 'pass': 5, 'discard': 2, 'remark-mplsexp-pass': 7.
                     qosCARExceedAction 1.3.6.1.4.1.2011.5.25.32.2.17.1.10 integer read-write
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 interface. Discard(2) -- Discard the packet. remark-prec-continue(3) -- Remark the IP precedence of IP packet, and then continue to be processed by the following CAR policy. remark-prec-pass(4) -- Remark the IP precedence of IP packet, and then send the packet. pass(5) -- Send the packet directly. remark-mplsexp-continue(6) -- Remark the mpls exp field of mpls packet, and then continue to be processed by the following CAR policy. remark-mplsexp-pass(7) -- Remark the mpls exp field of mpls packet, and then send the packet. Enumeration: 'remark-prec-pass': 4, 'remark-mplsexp-continue': 6, 'remark-prec-continue': 3, 'continue': 1, 'pass': 5, 'discard': 2, 'remark-mplsexp-pass': 7.
                     qosCARConformNewPrec 1.3.6.1.4.1.2011.5.25.32.2.17.1.11 integer read-write
Rewrite the precedence value on packets when traffic is within the CIR
                     qosCARExceedNewPrec 1.3.6.1.4.1.2011.5.25.32.2.17.1.12 integer read-write
Rewrite the precedence value on packets when traffic is out of CIR
                     qosCARConformPkt 1.3.6.1.4.1.2011.5.25.32.2.17.1.13 counter read-only
The number of packets which conformed CIR.
                     qosCARConformByte 1.3.6.1.4.1.2011.5.25.32.2.17.1.14 counter read-only
The bytes of packets which conformed CIR.
                     qosCARExceedPkt 1.3.6.1.4.1.2011.5.25.32.2.17.1.15 counter read-only
The number of packets which exceeded CIR.
                     qosCARExceedByte 1.3.6.1.4.1.2011.5.25.32.2.17.1.16 counter read-only
the bytes of packets which exceeded CIR.
                     qosUndoCAR 1.3.6.1.4.1.2011.5.25.32.2.17.1.17 integer read-write
0:Only for get. 1:Cancel the CAR policy applied on the interface. Enumeration: 'qosNoCAR': 1, 'qosCAR': 0.
           qosGTSTable 1.3.6.1.4.1.2011.5.25.32.2.18 no-access
GTS(Generic Traffic Shaping) table
                 qosGTSEntry 1.3.6.1.4.1.2011.5.25.32.2.18.1 no-access
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
                     qosGTSIfIndex 1.3.6.1.4.1.2011.5.25.32.2.18.1.1 integer read-only
One of the index of the GTS table. This is the index of the interface on which GTS policy applied.
                     qosGTSIfName 1.3.6.1.4.1.2011.5.25.32.2.18.1.2 octet string read-only
The description of the interface on which GTS policy applied.
                     qosGTSType 1.3.6.1.4.1.2011.5.25.32.2.18.1.3 integer read-only
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 traffic passing the interface is applicable to the GTS policy. Enumeration: 'all': 2, 'acl': 1.
                     qosGTSACLNum 1.3.6.1.4.1.2011.5.25.32.2.18.1.4 integer read-only
One of the index of the GTS table. This is the ACL number for the shaping traffic to match.
                     qosGTSCIR 1.3.6.1.4.1.2011.5.25.32.2.18.1.5 integer read-write
The Committed Information Rate. This is the target sustained rate which the GTS policy will shape. Unit: bps.
                     qosGTSBurstSize 1.3.6.1.4.1.2011.5.25.32.2.18.1.6 integer read-write
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.
                     qosGTSExcessBurstSize 1.3.6.1.4.1.2011.5.25.32.2.18.1.7 integer read-write
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.
                     qosGTSMaxQueLen 1.3.6.1.4.1.2011.5.25.32.2.18.1.8 integer read-write
The maximum queue length for the GTS buffer.
                     qosGTSCurQueLen 1.3.6.1.4.1.2011.5.25.32.2.18.1.9 integer read-only
The current queue length for the GTS buffer, i.e. the number of packets queuing in the GTS buffer.
                     qosGTSPassPkt 1.3.6.1.4.1.2011.5.25.32.2.18.1.10 counter read-only
The number of packets which passed by the GTS policy.
                     qosGTSPassByte 1.3.6.1.4.1.2011.5.25.32.2.18.1.11 counter read-only
The bytes of packets which passed by the GTS policy.
                     qosGTSDelayPkt 1.3.6.1.4.1.2011.5.25.32.2.18.1.12 counter read-only
The number of packets which delayed by the GTS policy.
                     qosGTSDelayByte 1.3.6.1.4.1.2011.5.25.32.2.18.1.13 counter read-only
The bytes of packets which delayed by the GTS policy.
                     qosGTSDiscardPkt 1.3.6.1.4.1.2011.5.25.32.2.18.1.14 counter read-only
The number of packets which discarded by the GTS policy.
                     qosGTSDiscardByte 1.3.6.1.4.1.2011.5.25.32.2.18.1.15 counter read-only
The bytes of packets which discarded by the GTS policy.
                     qosUndoGTS 1.3.6.1.4.1.2011.5.25.32.2.18.1.16 integer read-write
0:Only for get. 1:Cancel the GTS policy applied on the interface. Enumeration: 'qosNoGTS': 1, 'qosGTS': 0.
           qosLRTable 1.3.6.1.4.1.2011.5.25.32.2.19 no-access
LR(Line Rate) table.
                 qosLREntry 1.3.6.1.4.1.2011.5.25.32.2.19.1 no-access
LR configuration and running information. Command:qos lr display qos lr interface
                     qosLRIfIndex 1.3.6.1.4.1.2011.5.25.32.2.19.1.1 integer read-only
The index of the LR table, which is the index of the interface on which LR policy is applied.
                     qosLRIfName 1.3.6.1.4.1.2011.5.25.32.2.19.1.2 octet string read-only
The description of the interface on which LR policy is applied.
                     qosLRCIR 1.3.6.1.4.1.2011.5.25.32.2.19.1.3 integer read-write
The Committed Information Rate on the physical port. This is the target sustained rate which the LR policy limits. Unit: bps.
                     qosLRBurstSize 1.3.6.1.4.1.2011.5.25.32.2.19.1.4 integer read-write
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.
                     qosLRExcessBurstSize 1.3.6.1.4.1.2011.5.25.32.2.19.1.5 integer read-write
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.
                     qosLRPassPkt 1.3.6.1.4.1.2011.5.25.32.2.19.1.6 counter read-only
The Number of packets which passed by LR policy.
                     qosLRPassByte 1.3.6.1.4.1.2011.5.25.32.2.19.1.7 counter read-only
The bytes of packets which passed by LR policy.
                     qosLRDelayPkt 1.3.6.1.4.1.2011.5.25.32.2.19.1.8 counter read-only
The number of packets which delayed by LR policy.
                     qosLRDelayByte 1.3.6.1.4.1.2011.5.25.32.2.19.1.9 counter read-only
The bytes of packets which delayed by LR policy.
                     qosUndoLR 1.3.6.1.4.1.2011.5.25.32.2.19.1.10 integer read-write
0:Only for get. 1:Cancel the LR policy applied on the interface. Enumeration: 'qosLR': 0, 'qosNoLR': 1.
           qosIfBandwidthTable 1.3.6.1.4.1.2011.5.25.32.2.20 no-access
A table of bandwidth parameter on interface.
                 qosIfBandwidthEntry 1.3.6.1.4.1.2011.5.25.32.2.20.1 no-access
Bandwidth parameter applied on Interface.
                     qosIfBandwidthIfIndex 1.3.6.1.4.1.2011.5.25.32.2.20.1.1 integer32 read-only
Interface Index, equal to ifIndex.
                     qosIFBandwidthMaxBW 1.3.6.1.4.1.2011.5.25.32.2.20.1.2 integer32 read-write
Max bandwidth Value (Unit: Kbps) applied on the interface.
                     qosIFBandwidthMaxReservedBWPct 1.3.6.1.4.1.2011.5.25.32.2.20.1.3 integer32 read-write
Max reserved bandwidth as percent of the interface bandwidth (Unit: percent).
                     qosIFBandwidthMaxReservedBW 1.3.6.1.4.1.2011.5.25.32.2.20.1.4 integer32 read-only
Max reserved bandwidth. Unit : Kbps
                     qosIFBandwidthAvailable 1.3.6.1.4.1.2011.5.25.32.2.20.1.5 integer32 read-only
Available bandwidth. Unit : Kbps
                     qosIFBandwidthRowStatus 1.3.6.1.4.1.2011.5.25.32.2.20.1.6 rowstatus read-only
RowStatus for qosIfBandwidthTable Table. Three actions are used: active, createAndGo, destroy
           qosRTPIfApplyTable 1.3.6.1.4.1.2011.5.25.32.2.21 no-access
A table of QoS rtpq instance.
                 qosRTPIfApplyEntry 1.3.6.1.4.1.2011.5.25.32.2.21.1 no-access
Rtpq Configuration Information Entry.
                     qosRTPIfApplyIfIndex 1.3.6.1.4.1.2011.5.25.32.2.21.1.1 integer32 read-only
Interface Index, equal to ifIndex.
                     qosRTPIfApplyStartPort 1.3.6.1.4.1.2011.5.25.32.2.21.1.2 integer32 read-only
RTP-PORT(3): start-port: 2000~65535
                     qosRTPIfApplyEndPort 1.3.6.1.4.1.2011.5.25.32.2.21.1.3 integer32 read-only
RTP-PORT(3): end-port: 2000~65535
                     qosRTPIfApplyBandWidth 1.3.6.1.4.1.2011.5.25.32.2.21.1.4 integer32 read-only
Max bandwidth Value: Absolute value: 8..1000000. Unit: Kbps
                     qosRTPIfApplyCbs 1.3.6.1.4.1.2011.5.25.32.2.21.1.5 integer32 read-only
Committed Burst Size: 1500..2000000. Unit: bytes
                     qosRTPIfApplyRowStatus 1.3.6.1.4.1.2011.5.25.32.2.21.1.6 rowstatus read-only
RowStatus for RTPQoSIfApply Table. Three actions are used: active, createAndGo, destroy
           qosRTPIfQueueRunInfoTable 1.3.6.1.4.1.2011.5.25.32.2.22 no-access
A table of Running statistics for RTP(Realtime Transport Protocol) Queue applied on the interface.
                 qosRTPIfQueueRunInfoEntry 1.3.6.1.4.1.2011.5.25.32.2.22.1 no-access
RTP(Realtime Transport Protocol) Queue statistics entry.
                     qosRTPIfQueueSize 1.3.6.1.4.1.2011.5.25.32.2.22.1.1 counter32 read-only
Size of Rtpq Queue.
                     qosRTPIfQueueMaxSize 1.3.6.1.4.1.2011.5.25.32.2.22.1.2 counter32 read-only
Max packet number of RTP(Realtime Transport Protocol) Queue.
                     qosRTPIfQueueOutputs 1.3.6.1.4.1.2011.5.25.32.2.22.1.3 counter32 read-only
Output packet number of RTP(Realtime Transport Protocol) Queue.
                     qosRTPIfQueueDiscards 1.3.6.1.4.1.2011.5.25.32.2.22.1.4 counter32 read-only
Discarded packet number of RTP(Realtime Transport Protocol) Queue.