NMS-R-QOS-MIB

File: NMS-R-QOS-MIB.mib (62135 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
NMS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Counter64 Integer32
TimeTicks mib-2 NOTIFICATION-TYPE
TEXTUAL-CONVENTION DisplayString PhysAddress
TruthValue RowStatus TimeStamp
AutonomousType TestAndIncr MODULE-COMPLIANCE
OBJECT-GROUP nms nmsMgmt

Defined Types

RQosClassEntry  
SEQUENCE    
  classMapID INTEGER
  classMapName DisplayString
  matchClass INTEGER
  matchNotClass INTEGER
  aclID INTEGER
  aclName DisplayString
  protocolType INTEGER
  dscp INTEGER
  interface DisplayString
  precedence INTEGER
  maxLen INTEGER
  minLen INTEGER
  vlanPri INTEGER
  vlanId INTEGER
  tos INTEGER

PolicyCqEntry  
SEQUENCE    
  listNumCq INTEGER
  queueNumCq INTEGER
  defaultCq INTEGER
  classIdCq INTEGER
  classNameCq DisplayString
  queuelimitCq INTEGER
  bytecountCq INTEGER
  pribandwidthCq INTEGER

PolicyPqEntry  
SEQUENCE    
  listNumPq INTEGER
  queueNumPq INTEGER
  defaultPq INTEGER
  classIdPq INTEGER
  classNamePq DisplayString
  queuelimitPq INTEGER
  pribandwidthPq INTEGER

PolicyCbwfqEntry  
SEQUENCE    
  policyIDCbwfq INTEGER
  policyNameCbwfq DisplayString
  classNumCbwfq INTEGER
  classIDCbwfq INTEGER
  classNameCbwfq DisplayString
  bandwidthType INTEGER
  bandwidth INTEGER
  priBandwidthType INTEGER
  priBandwidth INTEGER
  policyLimit INTEGER
  wredType INTEGER
  wredMin INTEGER
  wredMax INTEGER
  wredPro INTEGER
  shapeType INTEGER
  shapeRate INTEGER
  shapeBurst INTEGER
  shapeExburst INTEGER

PolicyWredEntry  
SEQUENCE    
  policyIDWred INTEGER
  policyNameWred DisplayString
  classNumWred INTEGER
  classIDWred INTEGER
  classNameWred DisplayString
  labelChangeType INTEGER
  labelChangeValue INTEGER
  wredMin INTEGER
  wredMax INTEGER
  wredPro INTEGER

PolicyLableEntry  
SEQUENCE    
  policyIDLabel INTEGER
  policyNameLabel DisplayString
  classNumLabel INTEGER
  classIDLabel INTEGER
  classNameLabel DisplayString
  labelChangeType INTEGER
  labelChangeValue INTEGER

FifoStatEntry  
SEQUENCE    
  fifoIfindex INTEGER
  fifoQueueLen INTEGER
  fifoLenLimit INTEGER

CqStatEntry  
SEQUENCE    
  cqIfindex INTEGER
  cqListNum INTEGER
  cqQueueNum INTEGER
  cqCsize INTEGER
  cqQueueLimit INTEGER
  cqDrop INTEGER
  llqByte INTEGER
  priBand INTEGER
  priCount INTEGER
  cqpktSend INTEGER
  cqpktDrop INTEGER
  cqRate INTEGER

PqStatEntry  
SEQUENCE    
  pqIfindex INTEGER
  pqListNum INTEGER
  pqQueueNum INTEGER
  pqCsize INTEGER
  pqQueueLimit INTEGER
  pqDrop INTEGER
  llqByte INTEGER
  priBand INTEGER
  priCount INTEGER
  pqpktSend INTEGER
  pqpktDrop INTEGER
  pqRate INTEGER

WfqStatEntry  
SEQUENCE    
  wfqIfindex INTEGER
  wfqClassNo INTEGER
  wfqQueueLen INTEGER
  wfqTotalLimit INTEGER
  wfqTotalDrop INTEGER
  wfqFlowNum INTEGER
  wfqFlowSend INTEGER
  wfqFlowDrop INTEGER
  wfqFlowRate INTEGER
  wfqOtherNum INTEGER
  wfqOtherSend INTEGER
  wfqOtherDrop INTEGER
  wfqOtherRate INTEGER
  wfqTos INTEGER

CbwfqStatEntry  
SEQUENCE    
  cbwfqIfindex INTEGER
  cbwfqClassNo INTEGER
  cbwfqPolicyName INTEGER
  cbwfqClassPktnum INTEGER
  cbwfqClassSend INTEGER
  cbwfqClassDrop INTEGER
  cbwfqClassRate INTEGER
  cbwfqQueuelen INTEGER
  cbwfqTotallimit INTEGER
  cbwfqTotalDrop INTEGER
  cbwfqOthernum INTEGER
  cbwfqReservednum INTEGER
  cbwfqTos INTEGER
  cbwfqWredFlag INTEGER
  cbwfqWredMin INTEGER
  cbwfqWredMax INTEGER
  cbwfqWredPro INTEGER

RQosRatelimitEntry  
SEQUENCE    
  ratelimitIfindex INTEGER
  ratelimitInAll INTEGER
  ratelimitInAcl DisplayString
  ratelimitInPrec INTEGER
  ratelimitInDscp INTEGER
  ratelimitInBps INTEGER
  ratelimitOutAll INTEGER
  ratelimitOutAcl DisplayString
  ratelimitOutPrec INTEGER
  ratelimitOutDscp INTEGER
  ratelimitOutBps INTEGER

Defined Values

nmsrqos 1.3.6.1.4.1.3320.9.194
Tok_String
MODULE-IDENTITY    

rQosClassTable 1.3.6.1.4.1.3320.9.194.1
A list of class table entries. Each rule contains Classify informations for making qos(Quality of Service) class.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RQosClassEntry

rQosClassEntry 1.3.6.1.4.1.3320.9.194.1.1
A collection of additional objects in the router QoS class table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RQosClassEntry  

classMapID 1.3.6.1.4.1.3320.9.194.1.1.1
class map id, unique in this table as a index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classMapName 1.3.6.1.4.1.3320.9.194.1.1.2
class map name, size is between 0-64.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

matchClass 1.3.6.1.4.1.3320.9.194.1.1.3
match class of class-map.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER acl-group(3), interface(1), length(6), vlanpri(12), vlanid(13), ip(4), any(7), not(8)  

matchNotClass 1.3.6.1.4.1.3320.9.194.1.1.4
match not class of class-map.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER interface(1), acl-group(3)  

aclID 1.3.6.1.4.1.3320.9.194.1.1.5
class-map match or match not acl ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

aclName 1.3.6.1.4.1.3320.9.194.1.1.6
class-map match or match not acl name, size is between 0-64.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

protocolType 1.3.6.1.4.1.3320.9.194.1.1.7
class-map match protrol. 0=NONE 1=IP 2=ARP 3=TCP_COMPRESS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(0), ip(1), arp(2), tcpCompress(8)  

dscp 1.3.6.1.4.1.3320.9.194.1.1.8
class-map match dscp value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

interface 1.3.6.1.4.1.3320.9.194.1.1.9
class-map match or natch not incoming interface number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

precedence 1.3.6.1.4.1.3320.9.194.1.1.10
class-map match precedence value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

maxLen 1.3.6.1.4.1.3320.9.194.1.1.11
class-map match maximal length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

minLen 1.3.6.1.4.1.3320.9.194.1.1.12
class-map match minmal length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanPri 1.3.6.1.4.1.3320.9.194.1.1.13
class-map match vlan priority.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanId 1.3.6.1.4.1.3320.9.194.1.1.14
class-map match vlan Id.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tos 1.3.6.1.4.1.3320.9.194.1.1.15
class-map match tos.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyTable 1.3.6.1.4.1.3320.9.194.2
OBJECT IDENTIFIER    

policyCqTable 1.3.6.1.4.1.3320.9.194.2.1
A list of policy CQ table entries. Each rule contains policy CQ informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyCqEntry

policyCqEntry 1.3.6.1.4.1.3320.9.194.2.1.1
A collection of additional objects in the router policy CQ table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyCqEntry  

listNumCq 1.3.6.1.4.1.3320.9.194.2.1.1.1
listNum together with queueNum, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

queueNumCq 1.3.6.1.4.1.3320.9.194.2.1.1.2
queueNum together with listNum, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

defaultCq 1.3.6.1.4.1.3320.9.194.2.1.1.3
The default queue Number .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classIdCq 1.3.6.1.4.1.3320.9.194.2.1.1.4
The id of class-map which CQ policy based on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classNameCq 1.3.6.1.4.1.3320.9.194.2.1.1.5
The name of class-map which CQ policy based on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

queuelimitCq 1.3.6.1.4.1.3320.9.194.2.1.1.6
Maximal queue limit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bytecountCq 1.3.6.1.4.1.3320.9.194.2.1.1.7
Byte count of queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pribandwidthCq 1.3.6.1.4.1.3320.9.194.2.1.1.8
Bandwidth of Priority Queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyPqTable 1.3.6.1.4.1.3320.9.194.2.2
A list of policy PQ table entries. Each rule contains policy PQ informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyPqEntry

policyPqEntry 1.3.6.1.4.1.3320.9.194.2.2.1
A collection of additional objects in the router policy PQ table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyPqEntry  

listNumPq 1.3.6.1.4.1.3320.9.194.2.2.1.1
listNum together with queueNum, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

queueNumPq 1.3.6.1.4.1.3320.9.194.2.2.1.2
queueNum together with listNum, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER high(0), medium(1), normal(2), low(3), priority(4), priority(5), priority(6)  

defaultPq 1.3.6.1.4.1.3320.9.194.2.2.1.3
The default queue number .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER high(0), medium(1), normal(2), low(3), priority(4), priority(5), priority(6)  

classIdPq 1.3.6.1.4.1.3320.9.194.2.2.1.4
The id of class-map which PQ policy based on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classNamePq 1.3.6.1.4.1.3320.9.194.2.2.1.5
The name of class-map which PQ policy based on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

queuelimitPq 1.3.6.1.4.1.3320.9.194.2.2.1.6
Maximal queue limit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pribandwidthPq 1.3.6.1.4.1.3320.9.194.2.2.1.7
Bandwidth of Priority Queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyCbwfqTable 1.3.6.1.4.1.3320.9.194.2.3
A list of policy Cbwfq table entries. Each rule contains policy Cbwfq informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyCbwfqEntry

policyCbwfqEntry 1.3.6.1.4.1.3320.9.194.2.3.1
A collection of additional objects in the router policy Cbwfq table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyCbwfqEntry  

policyIDCbwfq 1.3.6.1.4.1.3320.9.194.2.3.1.1
policyID together with classNum, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyNameCbwfq 1.3.6.1.4.1.3320.9.194.2.3.1.2
Policy Name .
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

classNumCbwfq 1.3.6.1.4.1.3320.9.194.2.3.1.3
classNum together with policyID, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classIDCbwfq 1.3.6.1.4.1.3320.9.194.2.3.1.4
Class ID .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classNameCbwfq 1.3.6.1.4.1.3320.9.194.2.3.1.5
The referring class-map name .
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

bandwidthType 1.3.6.1.4.1.3320.9.194.2.3.1.6
Bandwidth Type of this Queue .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER weightNone(0), weightValue(1), weightPrecent(2)  

bandwidth 1.3.6.1.4.1.3320.9.194.2.3.1.7
Bandwidth of this Queue .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

priBandwidthType 1.3.6.1.4.1.3320.9.194.2.3.1.8
Bandwidth Type of Priority Queue .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER weightNone(0), weightValue(1), weightPrecent(2)  

priBandwidth 1.3.6.1.4.1.3320.9.194.2.3.1.9
Bandwidth of Priority Queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyLimit 1.3.6.1.4.1.3320.9.194.2.3.1.10
Policy limit .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wredType 1.3.6.1.4.1.3320.9.194.2.3.1.11
Wred type .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wredMin 1.3.6.1.4.1.3320.9.194.2.3.1.12
Wred min .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wredMax 1.3.6.1.4.1.3320.9.194.2.3.1.13
Wred max .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wredPro 1.3.6.1.4.1.3320.9.194.2.3.1.14
Wred probability .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

shapeType 1.3.6.1.4.1.3320.9.194.2.3.1.15
Shape type .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

shapeRate 1.3.6.1.4.1.3320.9.194.2.3.1.16
Shape rate .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

shapeBurst 1.3.6.1.4.1.3320.9.194.2.3.1.17
Shape burst .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

shapeExburst 1.3.6.1.4.1.3320.9.194.2.3.1.18
Shape exburst .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyWredTable 1.3.6.1.4.1.3320.9.194.2.4
A list of policy Wred table entries. Each rule contains policy Wred informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyWredEntry

policyWredEntry 1.3.6.1.4.1.3320.9.194.2.4.1
A collection of additional objects in the router policy Wred table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyWredEntry  

policyIDWred 1.3.6.1.4.1.3320.9.194.2.4.1.1
policyID together with classNum, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyNameWred 1.3.6.1.4.1.3320.9.194.2.4.1.2
Policy Name .
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

classNumWred 1.3.6.1.4.1.3320.9.194.2.4.1.3
classNum together with policyID, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classIDWred 1.3.6.1.4.1.3320.9.194.2.4.1.4
Class ID .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classNameWred 1.3.6.1.4.1.3320.9.194.2.4.1.5
The referring class-map name .
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wredMin 1.3.6.1.4.1.3320.9.194.2.4.1.6
Wred Min .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wredMax 1.3.6.1.4.1.3320.9.194.2.4.1.7
Wred Max .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wredPro 1.3.6.1.4.1.3320.9.194.2.4.1.8
Wred Pro .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyLabelTable 1.3.6.1.4.1.3320.9.194.2.5
A list of policy Label table entries. Each rule contains policy Label informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyLableEntry

policyLableEntry 1.3.6.1.4.1.3320.9.194.2.5.1
A collection of additional objects in the router policy Label table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyLableEntry  

policyIDLabel 1.3.6.1.4.1.3320.9.194.2.5.1.1
policyID together with classNum, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyNameLabel 1.3.6.1.4.1.3320.9.194.2.5.1.2
Policy Name .
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

classNumLabel 1.3.6.1.4.1.3320.9.194.2.5.1.3
classNum together with policyID, is the index of this table .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classIDLabel 1.3.6.1.4.1.3320.9.194.2.5.1.4
Class ID .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classNameLabel 1.3.6.1.4.1.3320.9.194.2.5.1.5
The referring class-map name .
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

labelChangeType 1.3.6.1.4.1.3320.9.194.2.5.1.6
LabelChangeType of label-map .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(0), dscp(1), precedence(2), tc(16), vlanpri(4), tos(8), exp(64)  

labelChangeValue 1.3.6.1.4.1.3320.9.194.2.5.1.7
LabelChangeValue of label-map .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

statisticsTable 1.3.6.1.4.1.3320.9.194.3
OBJECT IDENTIFIER    

fifoStatTable 1.3.6.1.4.1.3320.9.194.3.1
A list of policy fifo statistics table entries. Each rule contains policy fifo statistics informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FifoStatEntry

fifoStatEntry 1.3.6.1.4.1.3320.9.194.3.1.1
A collection of additional objects in the router fifo statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FifoStatEntry  

fifoIfindex 1.3.6.1.4.1.3320.9.194.3.1.1.1
fifoIfindex is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fifoQueueLen 1.3.6.1.4.1.3320.9.194.3.1.1.2
Current length of queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fifoLenLimit 1.3.6.1.4.1.3320.9.194.3.1.1.3
Maximal length of queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqStatTable 1.3.6.1.4.1.3320.9.194.3.2
A list of policy cq statistics table entries. Each rule contains policy cq statistics informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CqStatEntry

cqStatEntry 1.3.6.1.4.1.3320.9.194.3.2.1
A collection of additional objects in the router cq statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CqStatEntry  

cqIfindex 1.3.6.1.4.1.3320.9.194.3.2.1.1
cqIfindex together with cqQueueNum, is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqListNum 1.3.6.1.4.1.3320.9.194.3.2.1.2
Cq list number applied to interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqQueueNum 1.3.6.1.4.1.3320.9.194.3.2.1.3
cqQueueNum together with cqIfindex, is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqCsize 1.3.6.1.4.1.3320.9.194.3.2.1.4
Cq current size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqQueueLimit 1.3.6.1.4.1.3320.9.194.3.2.1.5
Cq queue maximal size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqDrop 1.3.6.1.4.1.3320.9.194.3.2.1.6
Cq queue drops.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

llqByte 1.3.6.1.4.1.3320.9.194.3.2.1.7
llq byte.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

priBand 1.3.6.1.4.1.3320.9.194.3.2.1.8
priority band.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

priCount 1.3.6.1.4.1.3320.9.194.3.2.1.9
priority count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqpktSend 1.3.6.1.4.1.3320.9.194.3.2.1.10
cq packet send count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqpktDrop 1.3.6.1.4.1.3320.9.194.3.2.1.11
cq packet drop count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cqRate 1.3.6.1.4.1.3320.9.194.3.2.1.12
cq rate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pqStatTable 1.3.6.1.4.1.3320.9.194.3.3
A list of policy pq statistics table entries. Each rule contains policy pq statistics informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PqStatEntry

pqStatEntry 1.3.6.1.4.1.3320.9.194.3.3.1
A collection of additional objects in the router pq statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PqStatEntry  

pqIfindex 1.3.6.1.4.1.3320.9.194.3.3.1.1
pqIfindex together with pqQueueNum, is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pqListNum 1.3.6.1.4.1.3320.9.194.3.3.1.2
Pq list number applied to interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pqQueueNum 1.3.6.1.4.1.3320.9.194.3.3.1.3
pqQueueNum together with pqIfindex, is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER high(0), medium(1), normal(2), low(3), priority(4), priority(5), priority(6)  

pqCsize 1.3.6.1.4.1.3320.9.194.3.3.1.4
Pq current size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pqQueueLimit 1.3.6.1.4.1.3320.9.194.3.3.1.5
Pq queue maximal size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pqDrop 1.3.6.1.4.1.3320.9.194.3.3.1.6
Pq queue drops.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

llqByte 1.3.6.1.4.1.3320.9.194.3.3.1.7
llq byte.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

priBand 1.3.6.1.4.1.3320.9.194.3.3.1.8
priority band.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

priCount 1.3.6.1.4.1.3320.9.194.3.3.1.9
priority count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pqpktSend 1.3.6.1.4.1.3320.9.194.3.3.1.10
pq packet send count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pqpktDrop 1.3.6.1.4.1.3320.9.194.3.3.1.11
pq packet drop count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pqRate 1.3.6.1.4.1.3320.9.194.3.3.1.12
pq rate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqStatTable 1.3.6.1.4.1.3320.9.194.3.4
A list of policy wfq statistics table entries. Each rule contains policy wfq statistics informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfqStatEntry

wfqStatEntry 1.3.6.1.4.1.3320.9.194.3.4.1
A collection of additional objects in the router wfq statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfqStatEntry  

wfqIfindex 1.3.6.1.4.1.3320.9.194.3.4.1.1
WfqIfindex together with wfqClassNo, is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqClassNo 1.3.6.1.4.1.3320.9.194.3.4.1.2
WfqClassNo together with wfqIfindex, is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqQueueLen 1.3.6.1.4.1.3320.9.194.3.4.1.3
WFQ queue length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqTotalLimit 1.3.6.1.4.1.3320.9.194.3.4.1.4
WFQ queue maximal length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqTotalDrop 1.3.6.1.4.1.3320.9.194.3.4.1.5
WFQ queue drops.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqFlowNum 1.3.6.1.4.1.3320.9.194.3.4.1.6
WFQ flow num.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqFlowSend 1.3.6.1.4.1.3320.9.194.3.4.1.7
WFQ flow send.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqFlowDrop 1.3.6.1.4.1.3320.9.194.3.4.1.8
WFQ flow drop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqFlowRate 1.3.6.1.4.1.3320.9.194.3.4.1.9
WFQ flow rate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqOtherNum 1.3.6.1.4.1.3320.9.194.3.4.1.10
WFQ other num.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqOtherSend 1.3.6.1.4.1.3320.9.194.3.4.1.11
WFQ other send.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqOtherDrop 1.3.6.1.4.1.3320.9.194.3.4.1.12
WFQ other drop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqOtherRate 1.3.6.1.4.1.3320.9.194.3.4.1.13
WFQ other rate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfqTos 1.3.6.1.4.1.3320.9.194.3.4.1.14
WFQ queue type of service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqStatTable 1.3.6.1.4.1.3320.9.194.3.5
A list of policy cbwfq statistics table entries. Each rule contains policy cbwfq statistics informations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CbwfqStatEntry

cbwfqStatEntry 1.3.6.1.4.1.3320.9.194.3.5.1
A collection of additional objects in the router cbwfq statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CbwfqStatEntry  

cbwfqIfindex 1.3.6.1.4.1.3320.9.194.3.5.1.1
CbwfqIfindex together with cbwfqClassNo, is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqClassNo 1.3.6.1.4.1.3320.9.194.3.5.1.2
CbwfqClassNo together with cbwfqIfindex, is the index of this table. The value is corresponding to ifIndex in ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqPolicyName 1.3.6.1.4.1.3320.9.194.3.5.1.3
Cbwfq queue policy name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqClassPktnum 1.3.6.1.4.1.3320.9.194.3.5.1.4
Cbwfq queue class packet num.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqClassSend 1.3.6.1.4.1.3320.9.194.3.5.1.5
Cbwfq queue class packet send.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqClassDrop 1.3.6.1.4.1.3320.9.194.3.5.1.6
Cbwfq queue class packet drop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqClassRate 1.3.6.1.4.1.3320.9.194.3.5.1.7
Cbwfq queue flow rate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqQueuelen 1.3.6.1.4.1.3320.9.194.3.5.1.8
Cbwfq queue length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqTotallimit 1.3.6.1.4.1.3320.9.194.3.5.1.9
Cbwfq total limit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqTotalDrop 1.3.6.1.4.1.3320.9.194.3.5.1.10
Cbwfq total drop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqOthernum 1.3.6.1.4.1.3320.9.194.3.5.1.11
Cbwfq total drop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqReservednum 1.3.6.1.4.1.3320.9.194.3.5.1.12
Cbwfq reserved number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqTos 1.3.6.1.4.1.3320.9.194.3.5.1.13
Cbwfq tos.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqWredFlag 1.3.6.1.4.1.3320.9.194.3.5.1.14
Apply wred to cbwfq queue. 1=YES 0=NO
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

cbwfqWredMin 1.3.6.1.4.1.3320.9.194.3.5.1.15
Minimal value of wred in Cbwfq queue of current interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqWredMax 1.3.6.1.4.1.3320.9.194.3.5.1.16
Maximal value of wred in Cbwfq queue of current interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cbwfqWredPro 1.3.6.1.4.1.3320.9.194.3.5.1.17
Cbwfq queue wred package count to deal with.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

rQosRateLimitTable 1.3.6.1.4.1.3320.9.194.4
A list of rate limit table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RQosRatelimitEntry

rQosRatelimitEntry 1.3.6.1.4.1.3320.9.194.4.1
A collection of additional objects in the router QoS Ratelimit table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RQosRatelimitEntry  

ratelimitIfindex 1.3.6.1.4.1.3320.9.194.4.1.1
Interface id, unique in this table as a index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ratelimitInAll 1.3.6.1.4.1.3320.9.194.4.1.2
rate-limit input All, 1=YES 0=NO.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

ratelimitInAcl 1.3.6.1.4.1.3320.9.194.4.1.3
rate-limit input Acl name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ratelimitInPrec 1.3.6.1.4.1.3320.9.194.4.1.4
rate-limit input Precedence value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ratelimitInDscp 1.3.6.1.4.1.3320.9.194.4.1.5
rate-limit input Dscp value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ratelimitInBps 1.3.6.1.4.1.3320.9.194.4.1.6
rate-limit input Bps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ratelimitOutAll 1.3.6.1.4.1.3320.9.194.4.1.7
rate-limit output All, 1=YES 0=NO.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

ratelimitOutAcl 1.3.6.1.4.1.3320.9.194.4.1.8
rate-limit output Acl name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ratelimitOutPrec 1.3.6.1.4.1.3320.9.194.4.1.9
rate-limit output Precedence value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ratelimitOutDscp 1.3.6.1.4.1.3320.9.194.4.1.10
rate-limit output Dscp value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ratelimitOutBps 1.3.6.1.4.1.3320.9.194.4.1.11
rate-limit output Bps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER