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