-- ================================================================= -- Copyright (C) 1996-2002 by HUAWEI TECHNOLOGIES. All rights reserved. -- -- Description:Huawei QOS MIB -- Reference:HUAWEI Enterprise MIB -- Version: V3.0 -- History: -- -- ================================================================= HUAWEIQOS-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 enterprises FROM RFC1155-SMI; -- -- Node definitions -- -- Node definitions -- -- 1.3.6.1.4.1.2011 -- 1.3.6.1.4.1.2011 huawei OBJECT IDENTIFIER ::= { enterprises 2011 } -- 1.3.6.1.4.1.2011.1 -- 1.3.6.1.4.1.2011.1 hwLocal OBJECT IDENTIFIER ::= { huawei 1 } -- 1.3.6.1.4.1.2011.1.3 -- 1.3.6.1.4.1.2011.1.3 hwInternetProtocol OBJECT IDENTIFIER ::= { hwLocal 3 } -- 1.3.6.1.4.1.2011.1.3.3 -- 1.3.6.1.4.1.2011.1.3.3 vrpProtocol OBJECT IDENTIFIER ::= { hwInternetProtocol 3 } -- 1.3.6.1.4.1.2011.1.3.3.2 -- 1.3.6.1.4.1.2011.1.3.3.2 huawei-qos OBJECT IDENTIFIER ::= { vrpProtocol 2 } -- HUAWEI QOS config group -- qos fifo 1 -- 1.3.6.1.4.1.2011.1.3.3.2.1 -- 1.3.6.1.4.1.2011.1.3.3.2.1 qosFIFOTable OBJECT-TYPE SYNTAX SEQUENCE OF QosFIFOEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "FIFO(First In Firts Out) queueing table" ::= { huawei-qos 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.1.1 qosFIFOEntry OBJECT-TYPE SYNTAX QosFIFOEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "FIFO configuration and running infomation Command:qos fifo queue-length" INDEX { qosFIFOIfIndex } ::= { qosFIFOTable 1 } QosFIFOEntry ::= SEQUENCE { qosFIFOIfIndex INTEGER, qosFIFOIfName OCTET STRING, qosFIFOMaxQueueLen INTEGER, qosFIFOCurQueueLen INTEGER, qosFIFODiscardPkt INTEGER, qosUndoFIFO INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.1 qosFIFOIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of interface." ::= { qosFIFOEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.2 qosFIFOIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosFIFOEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.3 qosFIFOMaxQueueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum length of fifo queue." ::= { qosFIFOEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.4 qosFIFOCurQueueLen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The current length of queue." ::= { qosFIFOEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.5 qosFIFODiscardPkt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The discarded packet number of queue." ::= { qosFIFOEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.1.1.6 qosUndoFIFO OBJECT-TYPE SYNTAX INTEGER { qosFIFO(0), qosNoFIFO(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºSet default value of the maximum length of fifo queue." ::= { qosFIFOEntry 6 } -- qos pql default-queue 2 -- ListNum 1-16 -- QueueType 0-3 corresponding top¡¢middle¡¢normal¡¢bottom -- UndoPqlDefault 1 -- ListNum is index -- 1.3.6.1.4.1.2011.1.3.3.2.2 -- 1.3.6.1.4.1.2011.1.3.3.2.2 qosPqlDefaultTable OBJECT-TYPE SYNTAX SEQUENCE OF QosPqlDefaultEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQL(Priority Queue List) default-queue table" ::= { huawei-qos 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.2.1 -- 1.3.6.1.4.1.2011.1.3.3.2.2.1 qosPqlDefaultEntry OBJECT-TYPE SYNTAX QosPqlDefaultEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQL default-queue configuration information. Command:qos pql group-number default-queue { top | middle | normal | bottom }" INDEX { qosPqlDefaultListNum } ::= { qosPqlDefaultTable 1 } QosPqlDefaultEntry ::= SEQUENCE { qosPqlDefaultListNum INTEGER, qosPqlDefaultQueueType INTEGER, qosUndoPqlDefault INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.2.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.2.1.1 qosPqlDefaultListNum OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the PQL number." ::= { qosPqlDefaultEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.2.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.2.1.2 qosPqlDefaultQueueType OBJECT-TYPE SYNTAX INTEGER { top(0), middle(1), normal(2), bottom(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of default priority queue,the default value is normal." DEFVAL { 2 } ::= { qosPqlDefaultEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.2.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.2.1.3 qosUndoPqlDefault OBJECT-TYPE SYNTAX INTEGER { qosPqlDefault(0), qosNoPqlDefault(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºSet default value of the defualt priority queue." ::= { qosPqlDefaultEntry 3 } -- qos pql queue-length 3 -- ListNum 1-16 -- QueueType 0-3 corresponding top¡¢middle¡¢normal¡¢bottom -- QueLenValue 1-1024 -- UndoPqlQueLen 1 -- ListNum and QueueType is index -- 1.3.6.1.4.1.2011.1.3.3.2.3 -- 1.3.6.1.4.1.2011.1.3.3.2.3 qosPqlQueueLenTable OBJECT-TYPE SYNTAX SEQUENCE OF QosPqlQueueLenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQL(Priority Queue List) queue-length table" ::= { huawei-qos 3 } qosPqlQueueLenEntry OBJECT-TYPE SYNTAX QosPqlQueueLenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQL queue-length configuration information. Command:qos pql pql-index queue { top | middle | normal | bottom } queue-length queue-length" INDEX { qosPqlQueLenListNum, qosPqlQueLenQueueType } ::= { qosPqlQueueLenTable 1 } QosPqlQueueLenEntry ::= SEQUENCE { qosPqlQueLenListNum INTEGER, qosPqlQueLenQueueType INTEGER, qosPqlQueLenValue INTEGER, qosUndoPqlQueLen INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.3.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.3.1.1 qosPqlQueLenListNum OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the PQL number." ::= { qosPqlQueueLenEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.3.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.3.1.2 qosPqlQueLenQueueType OBJECT-TYPE SYNTAX INTEGER { top(0), middle(1), normal(2), bottom(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The index of table, which is the type of priority queue." ::= { qosPqlQueueLenEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.3.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.3.1.3 qosPqlQueLenValue OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum length of specifid queue." ::= { qosPqlQueueLenEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.3.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.3.1.4 qosUndoPqlQueLen OBJECT-TYPE SYNTAX INTEGER { qosPqlQueLen(0), qosNoPqlQueLen(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºSet default value of the maximum length of specifid queue." ::= { qosPqlQueueLenEntry 4 } -- qos pql inbound-interface 4 -- ListNum 1-16 -- IfIndex interface index -- IfName (read-only£© -- QueueType 0-3 corresponding top¡¢middle¡¢normal¡¢bottom -- UndoPqlIf 1 -- ListNum and IfIndex are the index of the table -- 1.3.6.1.4.1.2011.1.3.3.2.4 -- 1.3.6.1.4.1.2011.1.3.3.2.4 qosPqlIfTable OBJECT-TYPE SYNTAX SEQUENCE OF QosPqlIfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQL(Priority Queue List) inbound-interface table" ::= { huawei-qos 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.4.1 -- 1.3.6.1.4.1.2011.1.3.3.2.4.1 qosPqlIfEntry OBJECT-TYPE SYNTAX QosPqlIfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQL inbound-interface configuration information. Command:qos pql pql-index inbound-interface interface-type interface-number queue { top | middle | normal | bottom }" INDEX { qosPqlIfListNum, qosPqlIfIndex } ::= { qosPqlIfTable 1 } QosPqlIfEntry ::= SEQUENCE { qosPqlIfListNum INTEGER, qosPqlIfIndex INTEGER, qosPqlIfName OCTET STRING, qosPqlIfQueueType INTEGER, qosUndoPqlIf INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.1 qosPqlIfListNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the PQL number." ::= { qosPqlIfEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.2 qosPqlIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the index of interface." ::= { qosPqlIfEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.3 qosPqlIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosPqlIfEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.4 qosPqlIfQueueType OBJECT-TYPE SYNTAX INTEGER { top(0), middle(1), normal(2), bottom(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of priority queue." ::= { qosPqlIfEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.4.1.5 qosUndoPqlIf OBJECT-TYPE SYNTAX INTEGER { qosPqlIF(0), qosNoPqlIF(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºdelete the corresponding inbound-interface rule of the specified PQL number" ::= { qosPqlIfEntry 5 } -- qos pql protocol 5 -- 1.3.6.1.4.1.2011.1.3.3.2.5 -- 1.3.6.1.4.1.2011.1.3.3.2.5 qosPqlProtocolTable OBJECT-TYPE SYNTAX SEQUENCE OF QosPqlProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQL(Priority Queue List) protocol table" ::= { huawei-qos 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.5.1 -- 1.3.6.1.4.1.2011.1.3.3.2.5.1 qosPqlProtocolEntry OBJECT-TYPE SYNTAX QosPqlProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQL protocol configuration information. Command:qos pql pql-index protocol protocol-name queue-key key-value queue { top | middle | normal | bottom }" INDEX { qosPqlProListNum, qosPqlProName, qosPqlProQueKey, qosPqlProQueKeyValue } ::= { qosPqlProtocolTable 1 } QosPqlProtocolEntry ::= SEQUENCE { qosPqlProListNum INTEGER, qosPqlProName INTEGER, qosPqlProQueKey INTEGER, qosPqlProQueKeyValue INTEGER, qosPqlProQueType INTEGER, qosUndoPqlProtocol INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.1 qosPqlProListNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the PQL number." ::= { qosPqlProtocolEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.2 qosPqlProName OBJECT-TYPE SYNTAX INTEGER { ip(1) } ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the protocol name. Only IP supported currently." ::= { qosPqlProtocolEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.3 qosPqlProQueKey OBJECT-TYPE SYNTAX INTEGER { null(1), fragment(2), acl(3), less-than(4), greater-than(5), tcp(6), udp(7) } ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the key words of traffic-classify rule." ::= { qosPqlProtocolEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.4 qosPqlProQueKeyValue OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the value of key words. for greater-than,less-than,tcp,udp:0~65535 for acl:1~199 for NULL and fragment: null" ::= { qosPqlProtocolEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.5 qosPqlProQueType OBJECT-TYPE SYNTAX INTEGER { top(0), middle(1), normal(2), bottom(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of priority queue. " ::= { qosPqlProtocolEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.5.1.6 qosUndoPqlProtocol OBJECT-TYPE SYNTAX INTEGER { qosPqlProtocol(0), qosNoPqlProtocol(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºdelete the corresponding protocol rule of the specified PQL number" ::= { qosPqlProtocolEntry 6 } -- qos pq / display qos pq interface 6 -- 1.3.6.1.4.1.2011.1.3.3.2.6 -- 1.3.6.1.4.1.2011.1.3.3.2.6 qosPQTable OBJECT-TYPE SYNTAX SEQUENCE OF QosPQEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQ(Priority Queueing) table" ::= { huawei-qos 6 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1 qosPQEntry OBJECT-TYPE SYNTAX QosPQEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PQ configuration and running infomation Command:qos pq pql display qos pq interface" INDEX { qosPQIfIndex } ::= { qosPQTable 1 } QosPQEntry ::= SEQUENCE { qosPQIfIndex INTEGER, qosPQListNum INTEGER, qosPQIfName OCTET STRING, qosPQTopPkt INTEGER, qosPQTopDiscard INTEGER, qosPQTopMaxQueLen INTEGER, qosPQMiddlePkt INTEGER, qosPQMiddleDiscard INTEGER, qosPQMiddleMaxQueLen INTEGER, qosPQNormalPkt INTEGER, qosPQNormalDiscard INTEGER, qosPQNormalMaxQueLen INTEGER, qosPQBottomPkt INTEGER, qosPQBottomDiscard INTEGER, qosPQBottomMaxQueLen INTEGER, qosUndoPQ INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.1 qosPQIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the index of interface." ::= { qosPQEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.2 qosPQListNum OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-write STATUS mandatory DESCRIPTION "The PQL number." ::= { qosPQEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.3 qosPQIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The desciption of the interface." ::= { qosPQEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.4 qosPQTopPkt OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets in the top priority queue." ::= { qosPQEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.5 qosPQTopDiscard OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded packets in top priority queue." ::= { qosPQEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.6 qosPQTopMaxQueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-only STATUS mandatory DESCRIPTION "The max length of top priority queue." ::= { qosPQEntry 6 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.7 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.7 qosPQMiddlePkt OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets in the middle priority queue." ::= { qosPQEntry 7 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.8 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.8 qosPQMiddleDiscard OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded packets in middle priority queue." ::= { qosPQEntry 8 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.9 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.9 qosPQMiddleMaxQueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-only STATUS mandatory DESCRIPTION "The max length of middle priority queue." ::= { qosPQEntry 9 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.10 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.10 qosPQNormalPkt OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets in the normal priority queue." ::= { qosPQEntry 10 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.11 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.11 qosPQNormalDiscard OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded packets in normal priority queue." ::= { qosPQEntry 11 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.12 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.12 qosPQNormalMaxQueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-only STATUS mandatory DESCRIPTION "The max length of normal priority queue." ::= { qosPQEntry 12 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.13 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.13 qosPQBottomPkt OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets in the bottom priority queue." ::= { qosPQEntry 13 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.14 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.14 qosPQBottomDiscard OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded packets in bottom priority queue." ::= { qosPQEntry 14 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.15 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.15 qosPQBottomMaxQueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-only STATUS mandatory DESCRIPTION "The max length of bottom priority queue." ::= { qosPQEntry 15 } -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.16 -- 1.3.6.1.4.1.2011.1.3.3.2.6.1.16 qosUndoPQ OBJECT-TYPE SYNTAX INTEGER { qosPQ(0), qosNoPQ(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Set the default queueing on interface: FIFO." ::= { qosPQEntry 16 } -- qos cql default-queue 7 -- ListNum 1-16 -- QueueNum 0-16 -- UndoCqlDefault 1 -- ListNum is index -- 1.3.6.1.4.1.2011.1.3.3.2.7 -- 1.3.6.1.4.1.2011.1.3.3.2.7 qosCqlDefaultTable OBJECT-TYPE SYNTAX SEQUENCE OF QosCqlDefaultEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQL(Custom Queue List) default-queue table" ::= { huawei-qos 7 } -- 1.3.6.1.4.1.2011.1.3.3.2.7.1 -- 1.3.6.1.4.1.2011.1.3.3.2.7.1 qosCqlDefaultEntry OBJECT-TYPE SYNTAX QosCqlDefaultEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQL default-queue configuration information. Command:qos cql group-number default-queue queue-number" INDEX { qosCqlListNum } ::= { qosCqlDefaultTable 1 } QosCqlDefaultEntry ::= SEQUENCE { qosCqlListNum INTEGER, qosCqlQueueNum INTEGER, qosUndoCqlDefault INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.7.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.7.1.1 qosCqlListNum OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the CQL number." ::= { qosCqlDefaultEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.7.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.7.1.2 qosCqlQueueNum OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-write STATUS mandatory DESCRIPTION "The queue number£¨0¡«16£©" DEFVAL { 1 } ::= { qosCqlDefaultEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.7.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.7.1.3 qosUndoCqlDefault OBJECT-TYPE SYNTAX INTEGER { qosCqlDefault(0), qosNoCqlDefault(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºSet default value of the defualt custom queue." ::= { qosCqlDefaultEntry 3 } -- qos cql inbound-interface 8 -- ListNum 1-16 -- IfIndex index of interface -- IfName (read-only£© -- QueueNum 0-16 -- UndoCqlIf 1 -- GroupNum and IfIndex are index. -- 1.3.6.1.4.1.2011.1.3.3.2.8 -- 1.3.6.1.4.1.2011.1.3.3.2.8 qosCqlIfTable OBJECT-TYPE SYNTAX SEQUENCE OF QosCqlIfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQL(Custom Queue List) inbound-interface table" ::= { huawei-qos 8 } -- 1.3.6.1.4.1.2011.1.3.3.2.8.1 -- 1.3.6.1.4.1.2011.1.3.3.2.8.1 qosCqlIfEntry OBJECT-TYPE SYNTAX QosCqlIfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQL inbound-interface configuration information. Command:qos cql cql-index inbound-interface interface-type interface-number queue queue-number" INDEX { qosCqlIfListNum, qosCqlIfIndex } ::= { qosCqlIfTable 1 } QosCqlIfEntry ::= SEQUENCE { qosCqlIfListNum INTEGER, qosCqlIfIndex INTEGER, qosCqlIfName OCTET STRING, qosCqlIfQueueNum INTEGER, qosUndoCqlIf INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.1 qosCqlIfListNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the CQL number." ::= { qosCqlIfEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.2 qosCqlIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of interface." ::= { qosCqlIfEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.3 qosCqlIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosCqlIfEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.4 qosCqlIfQueueNum OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-write STATUS mandatory DESCRIPTION "The queue number£¨0¡«16£©" DEFVAL { 1 } ::= { qosCqlIfEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.8.1.5 qosUndoCqlIf OBJECT-TYPE SYNTAX INTEGER { qosCqlIf(0), qosNoCqlIf(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºdelete the corresponding inbound-interface rule of the specified CQL number" ::= { qosCqlIfEntry 5 } -- qos cql protocol 9 -- 1.3.6.1.4.1.2011.1.3.3.2.9 -- 1.3.6.1.4.1.2011.1.3.3.2.9 qosCqlProtocolTable OBJECT-TYPE SYNTAX SEQUENCE OF QosCqlProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQL(Custom Queue List) protocol table" ::= { huawei-qos 9 } -- 1.3.6.1.4.1.2011.1.3.3.2.9.1 -- 1.3.6.1.4.1.2011.1.3.3.2.9.1 qosCqlProtocolEntry OBJECT-TYPE SYNTAX QosCqlProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQL protocol configuration information. Command:qos cql cql-index protocol protocol-name queue-key key-value queue queue-number." INDEX { qosCqlProListNum, qosCqlProName, qosCqlProQueKey, qosCqlProQueKeyValue } ::= { qosCqlProtocolTable 1 } QosCqlProtocolEntry ::= SEQUENCE { qosCqlProListNum INTEGER, qosCqlProName INTEGER, qosCqlProQueKey INTEGER, qosCqlProQueKeyValue INTEGER, qosCqlProQueNum INTEGER, qosUndoCqlProtocol INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.1 qosCqlProListNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the CQL number." ::= { qosCqlProtocolEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.2 qosCqlProName OBJECT-TYPE SYNTAX INTEGER { ip(1) } ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the protocol name. Only IP supported currently." ::= { qosCqlProtocolEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.3 qosCqlProQueKey OBJECT-TYPE SYNTAX INTEGER { null(1), fragment(2), acl(3), less-than(4), greater-than(5), tcp(6), udp(7) } ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the key words of traffic-classify rule." ::= { qosCqlProtocolEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.4 qosCqlProQueKeyValue OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the value of key words. for greater-than,less-than,tcp,udp:0~65535 for acl:1~199 for NULL and fragment: null" ::= { qosCqlProtocolEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.5 qosCqlProQueNum OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-write STATUS mandatory DESCRIPTION "The queue number." ::= { qosCqlProtocolEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.9.1.6 qosUndoCqlProtocol OBJECT-TYPE SYNTAX INTEGER { qosCqlProtocol(0), qosNoCqlProtocol(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºdelete the corresponding protocol rule of the specified CQL number" ::= { qosCqlProtocolEntry 6 } -- qos cql serving/queue-length 10 -- 1.3.6.1.4.1.2011.1.3.3.2.10 -- 1.3.6.1.4.1.2011.1.3.3.2.10 qosCqlQueParaTable OBJECT-TYPE SYNTAX SEQUENCE OF QosCqlQueParaEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQL(Custom Queue List) serving/queue-length table" ::= { huawei-qos 10 } -- 1.3.6.1.4.1.2011.1.3.3.2.10.1 -- 1.3.6.1.4.1.2011.1.3.3.2.10.1 qosCqlQueParaEntry OBJECT-TYPE SYNTAX QosCqlQueParaEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "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" INDEX { qosCqlQueParaListNum, qosCqlQueParaQueNum } ::= { qosCqlQueParaTable 1 } QosCqlQueParaEntry ::= SEQUENCE { qosCqlQueParaListNum INTEGER, qosCqlQueParaQueNum INTEGER, qosCqlQueParaServing INTEGER, qosCqlQueParaMaxQueLen INTEGER, qosUndoCqlQueParaServing INTEGER, qosUndoCqlQueParaMaxQueLen INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.1 qosCqlQueParaListNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the CQL number." ::= { qosCqlQueParaEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.2 qosCqlQueParaQueNum OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the queue number." ::= { qosCqlQueParaEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.3 qosCqlQueParaServing OBJECT-TYPE SYNTAX INTEGER (1..16777215) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum bytes that the specified queue can transmit in each turn" DEFVAL { 1500 } ::= { qosCqlQueParaEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.4 qosCqlQueParaMaxQueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum length of the specified queue." DEFVAL { 20 } ::= { qosCqlQueParaEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.5 qosUndoCqlQueParaServing OBJECT-TYPE SYNTAX INTEGER { qosCqlQueParaServing(0), qosNoCqlQueParaServing(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºSet the defualt value of the maximum bytes that the specified queue can transmit in each turn." ::= { qosCqlQueParaEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.10.1.6 qosUndoCqlQueParaMaxQueLen OBJECT-TYPE SYNTAX INTEGER { qosCqlQueParaMaxQueLen(0), qosNoCqlQueParaMaxQueLen(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0: Only for get. 1£ºSet the defualt value of the maximum length of the specified queue." ::= { qosCqlQueParaEntry 6 } -- qos cq 11 -- 1.3.6.1.4.1.2011.1.3.3.2.11 -- 1.3.6.1.4.1.2011.1.3.3.2.11 qosCQTable OBJECT-TYPE SYNTAX SEQUENCE OF QosCQEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQ(Custom Queueing) table" ::= { huawei-qos 11 } -- 1.3.6.1.4.1.2011.1.3.3.2.11.1 -- 1.3.6.1.4.1.2011.1.3.3.2.11.1 qosCQEntry OBJECT-TYPE SYNTAX QosCQEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQ configuration infomation Command:qos cq cql" INDEX { qosCQIfIndex } ::= { qosCQTable 1 } QosCQEntry ::= SEQUENCE { qosCQIfIndex INTEGER, qosCQListNum INTEGER, qosCQIfName OCTET STRING, qosUndoCQ INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.11.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.11.1.1 qosCQIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of table, which is the index of interface." ::= { qosCQEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.11.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.11.1.2 qosCQListNum OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-write STATUS mandatory DESCRIPTION "the CQL number." ::= { qosCQEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.11.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.11.1.3 qosCQIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosCQEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.11.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.11.1.4 qosUndoCQ OBJECT-TYPE SYNTAX INTEGER { qosCQ(0), qosNoCQ(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Set the default queueing on interface: FIFO" ::= { qosCQEntry 4 } -- display qos cq interface 12 -- 1.3.6.1.4.1.2011.1.3.3.2.12 -- 1.3.6.1.4.1.2011.1.3.3.2.12 qosCQRunInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF QosCQRunInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQ(Custom Queueing) statistics table" ::= { huawei-qos 12 } -- 1.3.6.1.4.1.2011.1.3.3.2.12.1 -- 1.3.6.1.4.1.2011.1.3.3.2.12.1 qosCQRunInfoEntry OBJECT-TYPE SYNTAX QosCQRunInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CQ running infomation Command:display qos cq interface" INDEX { qosCQRunInfoIfIndex, qosCQRunInfoQueNum } ::= { qosCQRunInfoTable 1 } QosCQRunInfoEntry ::= SEQUENCE { qosCQRunInfoIfIndex INTEGER, qosCQRunInfoQueNum INTEGER, qosCQRunInfoIfName OCTET STRING, qosCQRunInfoQuePkt INTEGER, qosCQRunInfoQueDiscard INTEGER, qosCQRunInfoMaxQueLen INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.1 qosCQRunInfoIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the index of interface." ::= { qosCQRunInfoEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.2 qosCQRunInfoQueNum OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the queue number" ::= { qosCQRunInfoEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.3 qosCQRunInfoIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosCQRunInfoEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.4 qosCQRunInfoQuePkt OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets in the specified queue." ::= { qosCQRunInfoEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.5 qosCQRunInfoQueDiscard OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded packets of the specified queue." ::= { qosCQRunInfoEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.12.1.6 qosCQRunInfoMaxQueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-only STATUS mandatory DESCRIPTION "The maximum length of the specified queue." ::= { qosCQRunInfoEntry 6 } -- qos wfq / display qos wfq interface 13 -- 1.3.6.1.4.1.2011.1.3.3.2.13 -- 1.3.6.1.4.1.2011.1.3.3.2.13 qosWFQTable OBJECT-TYPE SYNTAX SEQUENCE OF QosWFQEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "WFQ(Weighted Fair Queueing) table" ::= { huawei-qos 13 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1 qosWFQEntry OBJECT-TYPE SYNTAX QosWFQEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "WFQ configuration and running infomation Command:qos wfq [ queue-length max-queue-length [ queue-number total-queue-number ] ] display qos wfq interface" INDEX { qosWFQIfIndex } ::= { qosWFQTable 1 } QosWFQEntry ::= SEQUENCE { qosWFQIfIndex INTEGER, qosWFQIfName OCTET STRING, qosWFQMaxQueLen INTEGER, qosWFQTotalQueNum INTEGER, qosWFQCurQueLen INTEGER, qosWFQTotalDiscard INTEGER, qosWFQActiveQueNum INTEGER, qosWFQMaxActiveQueNum INTEGER, qosUndoWFQ INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.1 qosWFQIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the index of interface." ::= { qosWFQEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.2 qosWFQIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosWFQEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.3 qosWFQMaxQueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum length of the queue." ::= { qosWFQEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.4 qosWFQTotalQueNum OBJECT-TYPE SYNTAX INTEGER { a16(16), a32(32), a64(64), a128(128), a256(256), a512(512), a1024(1024), a2048(2048), a4096(4096) } ACCESS read-write STATUS mandatory DESCRIPTION "The total number of queues." ::= { qosWFQEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.5 qosWFQCurQueLen OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets in all the queues." ::= { qosWFQEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.6 qosWFQTotalDiscard OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded packets in all the queues." ::= { qosWFQEntry 6 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.7 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.7 qosWFQActiveQueNum OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The number of active queues." ::= { qosWFQEntry 7 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.8 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.8 qosWFQMaxActiveQueNum OBJECT-TYPE SYNTAX INTEGER (0..32767) ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of active queues." ::= { qosWFQEntry 8 } -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.9 -- 1.3.6.1.4.1.2011.1.3.3.2.13.1.9 qosUndoWFQ OBJECT-TYPE SYNTAX INTEGER { qosWFQ(0), qosNoWFQ(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Set the default queueing on interface: FIFO" ::= { qosWFQEntry 9 } -- qos wred / qos wred weighting-constant 13 -- 1.3.6.1.4.1.2011.1.3.3.2.14 -- 1.3.6.1.4.1.2011.1.3.3.2.14 qosWREDTable OBJECT-TYPE SYNTAX SEQUENCE OF QosWREDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "WRED(Weighted Random Early Detect) table" ::= { huawei-qos 14 } -- 1.3.6.1.4.1.2011.1.3.3.2.14.1 -- 1.3.6.1.4.1.2011.1.3.3.2.14.1 qosWREDEntry OBJECT-TYPE SYNTAX QosWREDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "WRED configuration infomation Command:qos wred qos wred weighting-constant exponent" INDEX { qosWREDIfIndex } ::= { qosWREDTable 1 } QosWREDEntry ::= SEQUENCE { qosWREDIfIndex INTEGER, qosWREDIfName OCTET STRING, qosWREDWeightConstant INTEGER, qosWREDEnable INTEGER, qosUndoWREDWeightConstant INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.1 qosWREDIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the index of interface." ::= { qosWREDEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.2 qosWREDIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosWREDEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.3 qosWREDWeightConstant OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-write STATUS mandatory DESCRIPTION "Weighted factor in formula for calculating the mean length of queue. From 1 to 16, the default value is 9" DEFVAL { 9 } ::= { qosWREDEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.4 qosWREDEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Recover the defult configuration: tail-drop" ::= { qosWREDEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.14.1.5 qosUndoWREDWeightConstant OBJECT-TYPE SYNTAX INTEGER { qosWREDExponent(0), qosNoWREDExponent(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Recover the default value of weighted factor: 9" ::= { qosWREDEntry 5 } -- qos wred ip-precedence 15 -- 1.3.6.1.4.1.2011.1.3.3.2.15 -- 1.3.6.1.4.1.2011.1.3.3.2.15 qosWREDPreTable OBJECT-TYPE SYNTAX SEQUENCE OF QosWREDPreEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "WRED(Weighted Random Early Detect) precedence table" ::= { huawei-qos 15 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1 qosWREDPreEntry OBJECT-TYPE SYNTAX QosWREDPreEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "WRED precedence configuration infomation Command:qos wred ip-precedence ip-precedence low-limit low-limit high-limit high-limit discard-probability discard-prob" INDEX { qosWREDPreIfIndex, qosWREDPrecedence } ::= { qosWREDPreTable 1 } QosWREDPreEntry ::= SEQUENCE { qosWREDPreIfIndex INTEGER, qosWREDPrecedence INTEGER, qosWREDPreIfName OCTET STRING, qosWREDPreLowLimit INTEGER, qosWREDPreHighLimit INTEGER, qosWREDPreDiscardProbability INTEGER, qosWREDPreRandomDropNum INTEGER, qosWREDPreTailDropNum INTEGER, qosUndoWREDPre INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.1 qosWREDPreIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the index of interface." ::= { qosWREDPreEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.2 qosWREDPrecedence OBJECT-TYPE SYNTAX INTEGER (0..7) ACCESS read-only STATUS mandatory DESCRIPTION "IP precedence, from 0 to 7" ::= { qosWREDPreEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.3 qosWREDPreIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosWREDPreEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.4 qosWREDPreLowLimit OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-write STATUS mandatory DESCRIPTION "Low Limit(number of packets)" ::= { qosWREDPreEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.5 qosWREDPreHighLimit OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-write STATUS mandatory DESCRIPTION "High limit(number of packets)" ::= { qosWREDPreEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.6 qosWREDPreDiscardProbability OBJECT-TYPE SYNTAX INTEGER (1..255) ACCESS read-write STATUS mandatory DESCRIPTION "Discard probability denominator" DEFVAL { 10 } ::= { qosWREDPreEntry 6 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.7 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.7 qosWREDPreRandomDropNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of packets random-dropped for WRED" ::= { qosWREDPreEntry 7 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.8 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.8 qosWREDPreTailDropNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of packets tail-dropped for WRED" ::= { qosWREDPreEntry 8 } -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.9 -- 1.3.6.1.4.1.2011.1.3.3.2.15.1.9 qosUndoWREDPre OBJECT-TYPE SYNTAX INTEGER { qosWREDPre(0), qosNoWREDPre(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Recover the default value of low-limit,high-limit and discard-probability on relevant precedence." ::= { qosWREDPreEntry 9 } -- qos carl 16 -- 1.3.6.1.4.1.2011.1.3.3.2.16 -- 1.3.6.1.4.1.2011.1.3.3.2.16 qosCarlTable OBJECT-TYPE SYNTAX SEQUENCE OF QosCarlEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CARL(Commited Access Rate List) table" ::= { huawei-qos 16 } -- 1.3.6.1.4.1.2011.1.3.3.2.16.1 -- 1.3.6.1.4.1.2011.1.3.3.2.16.1 qosCarlEntry OBJECT-TYPE SYNTAX QosCarlEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CARL configuration infomation Command:qos carl carl-index { precedence precedence-value | mac mac-address }" INDEX { qosCarlListNum } ::= { qosCarlTable 1 } QosCarlEntry ::= SEQUENCE { qosCarlListNum INTEGER, qosCarlParaType INTEGER, qosCarlParaValue OCTET STRING, qosUndoCarl INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.16.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.16.1.1 qosCarlListNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the CARL number" ::= { qosCarlEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.16.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.16.1.2 qosCarlParaType OBJECT-TYPE SYNTAX INTEGER { mac-address(1), prec-mask(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Parameter type of the CARL number" ::= { qosCarlEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.16.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.16.1.3 qosCarlParaValue OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "Parameter value of the CARL table" ::= { qosCarlEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.16.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.16.1.4 qosUndoCarl OBJECT-TYPE SYNTAX INTEGER { qosCARL(0), qosNoCARL(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Delete the specified CARL" ::= { qosCarlEntry 4 } -- qos car / display qos car interface 17 -- 1.3.6.1.4.1.2011.1.3.3.2.17 -- 1.3.6.1.4.1.2011.1.3.3.2.17 qosCARTable OBJECT-TYPE SYNTAX SEQUENCE OF QosCAREntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CAR(Commited Access Rate) table" ::= { huawei-qos 17 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1 qosCAREntry OBJECT-TYPE SYNTAX QosCAREntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CAR configration 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" INDEX { qosCARIfIndex, qosCARPktDirection, qosCARType, qosCARListNum, qosCARCIR, qosCARBurstSize, qosCARExcessBurstSize } ::= { qosCARTable 1 } QosCAREntry ::= SEQUENCE { qosCARIfIndex INTEGER, qosCARIfName OCTET STRING, qosCARPktDirection INTEGER, qosCARType INTEGER, qosCARListNum INTEGER, qosCARCIR INTEGER, qosCARBurstSize INTEGER, qosCARExcessBurstSize INTEGER, qosCARConformAction INTEGER, qosCARExceedAction INTEGER, qosCARConformNewPrec INTEGER, qosCARExceedNewPrec INTEGER, qosCARConformPkt INTEGER, qosCARConformByte INTEGER, qosCARExceedPkt INTEGER, qosCARExceedByte INTEGER, qosUndoCAR INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.1 qosCARIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the index of interface." ::= { qosCAREntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.2 qosCARIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosCAREntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.3 qosCARPktDirection OBJECT-TYPE SYNTAX INTEGER { inbound(1), outbound(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is direction of the processed packet." ::= { qosCAREntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.4 qosCARType OBJECT-TYPE SYNTAX INTEGER { acl(1), carl(2), all(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the matching type for the packets on interface:ACL¡¢CARL¡¢ANY." ::= { qosCAREntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.5 qosCARListNum OBJECT-TYPE SYNTAX INTEGER (0..199) ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is CARType=1,the number is ACL number; CARType=2,the number is CARL number; CARType=3,the parameter is invalied" ::= { qosCAREntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.6 qosCARCIR OBJECT-TYPE SYNTAX INTEGER (8000..155000000) ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is Commited Information Rate." ::= { qosCAREntry 6 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.7 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.7 qosCARBurstSize OBJECT-TYPE SYNTAX INTEGER (15000..155000000) ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is Burst Size." ::= { qosCAREntry 7 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.8 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.8 qosCARExcessBurstSize OBJECT-TYPE SYNTAX INTEGER (0..155000000) ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is Excess Burst Size." ::= { qosCAREntry 8 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.9 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.9 qosCARConformAction OBJECT-TYPE SYNTAX INTEGER { continue(1), discard(2), remark-prec-continue(3), remark-prec-pass(4), pass(5) } ACCESS read-write STATUS mandatory DESCRIPTION "Action on packets when traffic is within the CIR" ::= { qosCAREntry 9 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.10 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.10 qosCARExceedAction OBJECT-TYPE SYNTAX INTEGER { continue(1), discard(2), remark-prec-continue(3), remark-prec-pass(4), pass(5) } ACCESS read-write STATUS mandatory DESCRIPTION "Action on packets when traffic is out of CIR" ::= { qosCAREntry 10 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.11 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.11 qosCARConformNewPrec OBJECT-TYPE SYNTAX INTEGER (0..7) ACCESS read-write STATUS mandatory DESCRIPTION "Rewrite the precedence value on packets when traffic is within the CIR" ::= { qosCAREntry 11 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.12 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.12 qosCARExceedNewPrec OBJECT-TYPE SYNTAX INTEGER (0..7) ACCESS read-write STATUS mandatory DESCRIPTION "Rewrite the precedence value on packets when traffic is out of CIR" ::= { qosCAREntry 12 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.13 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.13 qosCARConformPkt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Conformmed packets." ::= { qosCAREntry 13 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.14 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.14 qosCARConformByte OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Bytes of Conformmed packets." ::= { qosCAREntry 14 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.15 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.15 qosCARExceedPkt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Exceedded packets." ::= { qosCAREntry 15 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.16 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.16 qosCARExceedByte OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Bytes of Exceedded packets." ::= { qosCAREntry 16 } -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.17 -- 1.3.6.1.4.1.2011.1.3.3.2.17.1.17 qosUndoCAR OBJECT-TYPE SYNTAX INTEGER { qosCAR(0), qosNoCAR(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Delete the relevant CAR policy" ::= { qosCAREntry 17 } -- qos gts / display qos gts interface 18 -- 1.3.6.1.4.1.2011.1.3.3.2.18 -- 1.3.6.1.4.1.2011.1.3.3.2.18 qosGTSTable OBJECT-TYPE SYNTAX SEQUENCE OF QosGTSEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "GTS(Generic Traffic Shaping) table" ::= { huawei-qos 18 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1 qosGTSEntry OBJECT-TYPE SYNTAX QosGTSEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "GTS configuration 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" INDEX { qosGTSIfIndex, qosGTSType, qosGTSACLNum } ::= { qosGTSTable 1 } QosGTSEntry ::= SEQUENCE { qosGTSIfIndex INTEGER, qosGTSIfName OCTET STRING, qosGTSType INTEGER, qosGTSACLNum INTEGER, qosGTSCIR INTEGER, qosGTSBurstSize INTEGER, qosGTSExcessBurstSize INTEGER, qosGTSMaxQueLen INTEGER, qosGTSCurQueLen INTEGER, qosGTSPassPkt INTEGER, qosGTSPassByte INTEGER, qosGTSDelayPkt INTEGER, qosGTSDelayByte INTEGER, qosGTSDiscardPkt INTEGER, qosGTSDiscardByte INTEGER, qosUndoGTS INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.1 qosGTSIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the index of interface." ::= { qosGTSEntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.2 qosGTSIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosGTSEntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.3 qosGTSType OBJECT-TYPE SYNTAX INTEGER { acl(1), all(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the matching type for the packets on interface:ACL¡¢ANY" ::= { qosGTSEntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.4 qosGTSACLNum OBJECT-TYPE SYNTAX INTEGER (0..199) ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is ACL number" ::= { qosGTSEntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.5 qosGTSCIR OBJECT-TYPE SYNTAX INTEGER (8000..155000000) ACCESS read-write STATUS mandatory DESCRIPTION "The Commited Information Rate for shaping" ::= { qosGTSEntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.6 qosGTSBurstSize OBJECT-TYPE SYNTAX INTEGER (15000..155000000) ACCESS read-write STATUS mandatory DESCRIPTION "The Burst Size for shaping" ::= { qosGTSEntry 6 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.7 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.7 qosGTSExcessBurstSize OBJECT-TYPE SYNTAX INTEGER (0..155000000) ACCESS read-write STATUS mandatory DESCRIPTION "The Excess Burst Size for shaping" ::= { qosGTSEntry 7 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.8 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.8 qosGTSMaxQueLen OBJECT-TYPE SYNTAX INTEGER (1..1024) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum queue length for shaping" ::= { qosGTSEntry 8 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.9 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.9 qosGTSCurQueLen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The current queue length for shaping" ::= { qosGTSEntry 9 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.10 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.10 qosGTSPassPkt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted packets for shaping" ::= { qosGTSEntry 10 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.11 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.11 qosGTSPassByte OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Bytes of transmitted packets for shaping" ::= { qosGTSEntry 11 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.12 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.12 qosGTSDelayPkt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of delayed packets for shaping" ::= { qosGTSEntry 12 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.13 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.13 qosGTSDelayByte OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Bytes of delayed packets for shaping" ::= { qosGTSEntry 13 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.14 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.14 qosGTSDiscardPkt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of discarded packets for shaping" ::= { qosGTSEntry 14 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.15 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.15 qosGTSDiscardByte OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Bytes of discarded packets for shaping" ::= { qosGTSEntry 15 } -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.16 -- 1.3.6.1.4.1.2011.1.3.3.2.18.1.16 qosUndoGTS OBJECT-TYPE SYNTAX INTEGER { qosGTS(0), qosNoGTS(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Delete the relevant GTS policy" ::= { qosGTSEntry 16 } -- LR 19 -- IfIndex interface index -- IfName (read-only£© -- CIR 8000-155000000 -- BurstSize 15000-155000000 -- ExcessBurstSize 0-155000000 -- PassPkt number of transmitted packet(read-only£© -- PassByte bytes of transmitted packet(read-only£© -- DelayPkt number of delayed packet(read-only£© -- DelayByte bytes of delayed packet(read-only£© -- UndoLR 1 -- IfIndex is index -- 1.3.6.1.4.1.2011.1.3.3.2.19 -- 1.3.6.1.4.1.2011.1.3.3.2.19 qosLRTable OBJECT-TYPE SYNTAX SEQUENCE OF QosLREntry ACCESS not-accessible STATUS mandatory DESCRIPTION "LR(Line Rate) table." ::= { huawei-qos 19 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1 qosLREntry OBJECT-TYPE SYNTAX QosLREntry ACCESS not-accessible STATUS mandatory DESCRIPTION "LR configuration and running information. Command:qos lr display qos lr interface" INDEX { qosLRIfIndex } ::= { qosLRTable 1 } QosLREntry ::= SEQUENCE { qosLRIfIndex INTEGER, qosLRIfName OCTET STRING, qosLRCIR INTEGER, qosLRBurstSize INTEGER, qosLRExcessBurstSize INTEGER, qosLRPassPkt INTEGER, qosLRPassByte INTEGER, qosLRDelayPkt INTEGER, qosLRDelayByte INTEGER, qosUndoLR INTEGER } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.1 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.1 qosLRIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the table, which is the index of interface." ::= { qosLREntry 1 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.2 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.2 qosLRIfName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The description of interface." ::= { qosLREntry 2 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.3 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.3 qosLRCIR OBJECT-TYPE SYNTAX INTEGER (8000..155000000) ACCESS read-write STATUS mandatory DESCRIPTION "The Commited Information Rate on the physical port." ::= { qosLREntry 3 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.4 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.4 qosLRBurstSize OBJECT-TYPE SYNTAX INTEGER (15000..155000000) ACCESS read-write STATUS mandatory DESCRIPTION "Burst Size." ::= { qosLREntry 4 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.5 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.5 qosLRExcessBurstSize OBJECT-TYPE SYNTAX INTEGER (0..155000000) ACCESS read-write STATUS mandatory DESCRIPTION "Excess Burst Size." ::= { qosLREntry 5 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.6 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.6 qosLRPassPkt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted packets." ::= { qosLREntry 6 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.7 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.7 qosLRPassByte OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Bytes of transmitted packets." ::= { qosLREntry 7 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.8 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.8 qosLRDelayPkt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of delayed packets" ::= { qosLREntry 8 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.9 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.9 qosLRDelayByte OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Bytes of delayed packets" ::= { qosLREntry 9 } -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.10 -- 1.3.6.1.4.1.2011.1.3.3.2.19.1.10 qosUndoLR OBJECT-TYPE SYNTAX INTEGER { qosLR(0), qosNoLR(1) } ACCESS read-write STATUS mandatory DESCRIPTION "0:Only for get. 1:Delete the relevant LR policy" ::= { qosLREntry 10 } END -- -- qos.mib --