CISCOSB-QOS-CLI-MIB

File: CISCOSB-QOS-CLI-MIB.mib (126861 bytes)

Imported modules

SNMPv2-SMI IF-MIB SNMPv2-TC
Q-BRIDGE-MIB CISCOSB-BRIDGEMIBOBJECTS-MIB CISCOSB-MIB
CISCOSB-POLICY-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Unsigned32 IpAddress
TimeTicks InterfaceIndex InterfaceIndexOrZero
TruthValue RowStatus RowPointer
TEXTUAL-CONVENTION DisplayString Counter64
PortList VlanId VlanList1
VlanList2 VlanList3 VlanList4
Percents switch001 StatisticsDPType
StatisticsClearActionType

Defined Types

ClassOffsetType  
Specifies one of 6 offset types: 1- Absolute-start of the packet. 2- Layer 2-start of MAC header. 3- MPLS-start of MPLS header. 4- Layer 3-start of layer 3 header. 5- Layer 4-start of layer 4 header. 6- Layer 5-after TCP/UDP header. 7- VLAN. 8- input device port. 9- input device port. 10-VPT. 11-EtherType. 12-innerVlan. 13-Layer 3 IPv6 - start of layer 3 IPv6 header
TEXTUAL-CONVENTION    
  INTEGER packetStart(1), layer2-start(2), mpls-start(3), layer3-start(4), layer4-start(5), layer5-start(6), vlan(7), in-port(8), out-port(9), vpt(10), ethertype(11), inner-vlan(12), layer3-ipv6-start(13)  

ClassTupleType  
Specifies one of Tuple types
TEXTUAL-CONVENTION    
  INTEGER protocol(1), ip-src(2), ip-dest(3), dscp(4), ip-precedence(5), udp-port-src(6), udp-port-dest(7), tcp-port-src(8), tcp-port-dest(9), mac-src(10), mac-dest(11), vlan(12), in-port(13), out-port(14), general(15), vpt(16), ether-type(17), tcp-flags(18), icmp-type(19), icmp-code(20), igmp-type(21), inner-vlan(22), ipv6-src(23), ipv6-dest(24), udp-port-range-start-src(25), udp-port-range-end-src(26), udp-port-range-start-dest(27), udp-port-range-end-dest(28), tcp-port-range-start-src(29), tcp-port-range-end-src(30), tcp-port-range-start-dest(31), tcp-port-range-end-dest(32)  

AceActionType  
Specifies one of 4 ACE Actions: 1- Permit- permit to the traffic that define by the parameters. 2- Deny- deny the traffic that define by the parameter. 3- Deny-DisablePort deny the traffic that defined by the parameters and disable the port. 4- Deny-LogInput deny the traffic that defined by the parameters and log incoming traffic. 5- Permit-LogInput permit the traffic that defined by the parameters and log incoming traffic.
TEXTUAL-CONVENTION    
  INTEGER permit(1), deny(2), deny-DisablePort(3), deny-LogInput(4), permit-LogInput(5)  

AceObjectType  
Specifies one of 13 ACE types: 1- IP ACE. 2- IP-TCP ACE. 3- IP-UDP ACE. 4- IP-offset ACE. 5- MAC ACE. 6- MAC-offset ACE. 7- IP-ICMP ACE. 8- IP-IGMP ACE. 9- IPv6 ACE. 10- IPv6-TCP ACE. 11- IPv6-UDP ACE. 12- IPv6-offset ACE. 13- IPv6-ICMP ACE.
TEXTUAL-CONVENTION    
  INTEGER ip(1), ip-TCP(2), ip-UDP(3), ip-Offset(4), mac(5), mac-Offset(6), ip-ICMP(7), ip-IGMP(8), ipv6(9), ipv6-TCP(10), ipv6-UDP(11), ipv6-Offset(12), ipv6-ICMP(13)  

AclObjectType  
Specifies one of 3 ACL types: 1- MAC ACL. 2- IPv4 ACL. 3- IPv6 ACL.
TEXTUAL-CONVENTION    
  INTEGER mac(1), ip(2), ipv6(3)  

ClassMapType  
Specifies one of 2 Class-map types: 1- Match all. logical and between all statements. 2- Match any. logical or between all statements.
TEXTUAL-CONVENTION    
  INTEGER matchAll(1), matchAny(2)  

ClassMapAction  
Specifies one of 8 Class-map actios: 1- none - action not specified - use default action. 2 -Mark IP-Precedence. 3- Mark DSCP. 4- Set Egress queue 5- Mark VPT 6- Choose queue by global trust mode.
TEXTUAL-CONVENTION    
  INTEGER none(1), setIP-Precedence(2), setDSCP(3), setQueue(4), setCos(5), trust(6)  

MarkVlanAction  
Specifies the mark vlan action type in the class map table. 1 - noMark - No vlan marking 2 - mark - mark vlan tagged. 3 - markNestedVlan - add vlan tag to the packet.
TEXTUAL-CONVENTION    
  INTEGER noMark(1), mark(2), markNestedVlan(3)  

RedirectAction  
Specifies the packet redirection options. Redirection is applied only on permitted packets. 1 - disabled - no redirect 2 - trap - trap to local_host (CPU) 3 - redirectToInterface - redirect to a output interface (port, trunk or vlan) 4 - redirectToAllPorts - redirect to all ports, except the ingress port. 5 - mirror - forward the packet and sent a copy to local_host (CPU) 6 - analyzerPort - forward the packet and sent a copy to egress port. 7 - loopback - redirect the packet the the port it was received. 8 - redirectToPortGroup - send to group of ports, defined in rlUserAssignedVidxTable table 9 - mirror_and_redirectToInterface - send the packet to interface and send a copy to local_host(CPU) 10 -mirror_and_redirectToInterfacesGroup - send the packet to group of ports and send a copy to local_host(CPU)
TEXTUAL-CONVENTION    
  INTEGER disabled(1), trap(2), redirectToInterface(3), redirectToAllPorts(4), mirror(5), analyzerPort(6), loopback(7), redirectToPortGroup(8), mirrorAndRedirectToInterface(9), mirrorAndRedirectToInterfacesGroup(10)  

PolicerType  
Specifies one of 3 Policer types: 1- Single policer only per one class map. 2- Aggregate policer can be applied to several class maps. 3- Cascade policer.
TEXTUAL-CONVENTION    
  INTEGER single(1), aggregate(2), cascade(3)  

PolicerAction  
Specifies one of 4 Policer Action: 1- No Action 2- Drop out of profile packets. 3- Remark out of profile packets. 4- Remark to explicit value out of profile packets 5- this policer is part of cascade chain
TEXTUAL-CONVENTION    
  INTEGER none(1), drop(2), remark(3), explicit-remark(4), cascadePointer(5)  

QosGlobalMode  
Specifies one of 3 QoS mode: 1- disable no QoS on the system 2- Basic Qos mode only trust mode with ACL are enabled. 3- Advance mode all Qos option are enabled. 4- Service Mode -v750 DEPEREACTED!!! all Qos option are enabled only in service mode configuration
TEXTUAL-CONVENTION    
  INTEGER disable(1), basic(2), advance(3)  

QosTrustMode  
Specifies one of 6 QoS trust mode: - none.- v750 DEPRECATED - same as globalMode = disable. means that only ACL can be applied. - 802.1p. queue is set by the VPT field. - DSCP. queue is set by the DSCP field - v750 deprecated. replaced with new scalar rlQosDscpMutationEnable . DSCP-Mutation. the DSCP mutate in the ingress and then the queue is set by the DSCP - tcp/udp.- v750 - DEPRECATED - not supported. the queue is set by the l4 port number. - cos-dscp. Queue is set for l2 traffic by VPT field and for l3 traffic by DSCP field.
TEXTUAL-CONVENTION    
  INTEGER cos(1), dscp(2), cos-dscp(3)  

BinaryStatus  
Specifies Disable or enable.
TEXTUAL-CONVENTION    
  INTEGER disable(1), enable(2)  

QueueType  
Queue type Ef or WRR.
TEXTUAL-CONVENTION    
  INTEGER ef(1), wrr(2)  

AclDefaultAction  
Default action when the ACL reach end point.
TEXTUAL-CONVENTION    
  INTEGER deny-all(1), forward-all(2), application-specific(3)  

InterfaceType  
Interface type.
TEXTUAL-CONVENTION    
  INTEGER vlan(1), port(2)  

StatisticsCntrNumOfBitsType  
The counter can be of different sizes - 32 bit, 48 bit, 64 bit. Maximum is 64.
TEXTUAL-CONVENTION    
  INTEGER uint32(32), uint48(48), uint64(64)  

StatisticsCntrType  
The counter can be of different types, depends on actions adhered to rules that the counter is working on.
TEXTUAL-CONVENTION    
  INTEGER statisticsCntrTypeSetDSCP(1), statisticsCntrTypeDeny(2)  

RlQosTimeBasedAclWeekPeriodicList  
Bitmap that includes days of week. Each bit in the bitmap associated with corresponding day of the week.
TEXTUAL-CONVENTION    
  BITS monday(0), tuesday(1), wednesday(2), thursday(3), friday(4), saturday(5), sunday(6)  

RlQosAceTidxActionDropType  
The Action Drop Type.
TEXTUAL-CONVENTION    
  INTEGER hardDrop(1), softDrop(2)  

RlQosApplicationDefaultActionType  
Application default actions.
TEXTUAL-CONVENTION    
  INTEGER forward(1), hard-Drop(2), soft-Drop(3), trap(4)  

RlQosOffsetEntry  
SEQUENCE    
  rlQosOffsetIndex INTEGER
  rlQosOffsetType ClassOffsetType
  rlQosOffsetValue INTEGER
  rlQosOffsetMask INTEGER
  rlQosOffsetPattern INTEGER
  rlQosOffsetTuplePointer INTEGER
  rlQosOffsetStatus RowStatus

RlQosTupleEntry  
SEQUENCE    
  rlQosTupleIndex INTEGER
  rlQosTupleType ClassTupleType
  rlQosTupleValue1 INTEGER
  rlQosTupleValue2 OCTET STRING
  rlQosTupleStatus RowStatus

RlQosAceEntry  
SEQUENCE    
  rlQosAceIndex INTEGER
  rlQosAceAction AceActionType
  rlQosAceType AceObjectType
  rlQosAceTuple1 INTEGER
  rlQosAceTuple2 INTEGER
  rlQosAceTuple3 INTEGER
  rlQosAceTuple4 INTEGER
  rlQosAceTuple5 INTEGER
  rlQosAceTuple6 INTEGER
  rlQosAceTuple7 INTEGER
  rlQosAceTuple8 INTEGER
  rlQosAceAccount BinaryStatus
  rlQosAceStatus RowStatus

RlQosAclEntry  
SEQUENCE    
  rlQosAclIndex INTEGER
  rlQosAclName DisplayString
  rlQosAclType AclObjectType
  rlQosAclStatus RowStatus
  rlQosAclNumOfAces INTEGER

RlQosAclAceRefEntry  
SEQUENCE    
  rlQosAclAceRefAcePointer INTEGER
  rlQosAclAceRefAclPointer INTEGER
  rlQosAclAceRefStatus RowStatus

RlQosClassMapEntry  
SEQUENCE    
  rlQosClassMapIndex INTEGER
  rlQosClassMapName DisplayString
  rlQosClassMapType ClassMapType
  rlQosClassMapAction ClassMapAction
  rlQosClassMapMarkValue INTEGER
  rlQosClassMapPolicer INTEGER
  rlQosClassMapMatch1 INTEGER
  rlQosClassMapMatch2 INTEGER
  rlQosClassMapMarkVlan MarkVlanAction
  rlQosClassMapNewVlan INTEGER
  rlQosClassMapRedirectAction RedirectAction
  rlQosClassMapDestInterface INTEGER
  rlQosClassMapStatus RowStatus
  rlQosClassMapMatch3 INTEGER
  rlQosClassMapTrapId INTEGER
  rlQosClassMapCounterEnable TruthValue
  rlQosClassMapTunnelIdx Unsigned32

RlQosPolicerEntry  
SEQUENCE    
  rlQosPolicerIndex INTEGER
  rlQosPolicerName DisplayString
  rlQosPolicerType PolicerType
  rlQosPolicerCir Unsigned32
  rlQosPolicerCbs Unsigned32
  rlQosPolicerAction PolicerAction
  rlQosPolicerCasPointerRemVal INTEGER
  rlQosPolicerStatus RowStatus

RlQosPolicyMapEntry  
SEQUENCE    
  rlQosPolicyMapIndex INTEGER
  rlQosPolicyMapName DisplayString
  rlQosPolicyMapStatus RowStatus

RlQosPolicyClassRefEntry  
SEQUENCE    
  rlQosPolicyClassRefClassPointer INTEGER
  rlQosPolicyClassRefPolicyPointer INTEGER
  rlQosPolicyClassRefStatus RowStatus

RlQosIfPolicyEntry  
SEQUENCE    
  rlIfIndex INTEGER
  rlIfType InterfaceType
  rlQosIfPolicyMapPointerIn INTEGER
  rlQosIfPolicyMapPointerOut INTEGER
  rlQosIfTrustActive BinaryStatus
  rlQosPortShaperStatus BinaryStatus
  rlQosCirPortShaper INTEGER
  rlQosCbsPortShaper INTEGER
  rlQosIfProfilePointer DisplayString
  rlQosQueueProfilePointer DisplayString
  rlQosQueueShapeProfilePointer INTEGER
  rlQosAclDefaultAction AclDefaultAction
  rlQosIfPolicyMapStatus RowStatus
  rlQosIfAclIn INTEGER
  rlQosIfAclOut INTEGER
  rlQosIfPolicerIn INTEGER
  rlQosPortRateLimitStatus BinaryStatus
  rlQosCirPortRateLimit INTEGER
  rlQosCbsPortRateLimit INTEGER
  rlQosIfIpv6AclIn INTEGER
  rlQosIfIpv6AclOut INTEGER

RlQosIfProfileCfgEntry  
SEQUENCE    
  rlIfProfileName DisplayString
  rlQosQueueId INTEGER
  rlQosTdThersholdDp0 INTEGER
  rlQosTdThersholdDp1 INTEGER
  rlQosTdThersholdDp2 INTEGER
  rlQosRedMinDp0 INTEGER
  rlQosRedMaxDp0 INTEGER
  rlQosRedProbDp0 INTEGER
  rlQosRedMinDp1 INTEGER
  rlQosRedMaxDp1 INTEGER
  rlQosRedProbDp1 INTEGER
  rlQosRedMinDp2 INTEGER
  rlQosRedMaxDp2 INTEGER
  rlQosRedProbDp2 INTEGER
  rlQosRedQweight INTEGER
  rlQosIfprofileStatus RowStatus

RlQosDscpMutationEntry  
SEQUENCE    
  rlQosOldDscp INTEGER
  rlQosNewDscp INTEGER

RlQosDscpRemarkEntry  
SEQUENCE    
  rlQosRmOldDscp INTEGER
  rlQosRmNewDscp INTEGER

RlQosCosQueueEntry  
SEQUENCE    
  rlQosCosIndex INTEGER
  rlQosCosQueueId INTEGER

RlQosDscpQueueEntry  
SEQUENCE    
  rlQosDscpIndex INTEGER
  rlQosQueueNum INTEGER

RlQosTcpPortQueueEntry  
SEQUENCE    
  rlQosTcpPort INTEGER
  rlQosTcpQueueValue INTEGER
  rlQosTcpPortQueueStatus RowStatus

RlQosUdpPortQueueEntry  
SEQUENCE    
  rlQosUdpPort INTEGER
  rlQosUdpQueueValue INTEGER
  rlQosUdpPortQueueStatus RowStatus

RlQosEfManageEntry  
SEQUENCE    
  rlQosEfQueueId INTEGER
  rlQosEfState BinaryStatus
  rlQosEfPriority INTEGER

RlQosQueueProfileEntry  
SEQUENCE    
  rlQueueProfileName DisplayString
  rlQosTypeQueue1 QueueType
  rlQosValueQueue1 INTEGER
  rlQosTypeQueue2 QueueType
  rlQosValueQueue2 INTEGER
  rlQosTypeQueue3 QueueType
  rlQosValueQueue3 INTEGER
  rlQosTypeQueue4 QueueType
  rlQosValueQueue4 INTEGER
  rlQosTypeQueue5 QueueType
  rlQosValueQueue5 INTEGER
  rlQosTypeQueue6 QueueType
  rlQosValueQueue6 INTEGER
  rlQosTypeQueue7 QueueType
  rlQosValueQueue7 INTEGER
  rlQosTypeQueue8 QueueType
  rlQosValueQueue8 INTEGER
  rlQosQueueProfileStatus RowStatus
  rlQosNumOfIfConnections INTEGER

RlQosQueueShapeProfileEntry  
SEQUENCE    
  rlQosQueueShapeIndex INTEGER
  rlQosCirQueue1 INTEGER
  rlQosCbsQueue1 INTEGER
  rlQosCirQueue2 INTEGER
  rlQosCbsQueue2 INTEGER
  rlQosCirQueue3 INTEGER
  rlQosCbsQueue3 INTEGER
  rlQosCirQueue4 INTEGER
  rlQosCbsQueue4 INTEGER
  rlQosCirQueue5 INTEGER
  rlQosCbsQueue5 INTEGER
  rlQosCirQueue6 INTEGER
  rlQosCbsQueue6 INTEGER
  rlQosCirQueue7 INTEGER
  rlQosCbsQueue7 INTEGER
  rlQosCirQueue8 INTEGER
  rlQosCbsQueue8 INTEGER
  rlQosQueueShapeProfileStatus RowStatus

RlQosAclCounterEntry  
SEQUENCE    
  rlQosAclCounterInterface InterfaceIndex
  rlQosAclCounterAclIndex INTEGER
  rlQosAclCounterAceIndex INTEGER
  rlQosAclCounterValue Counter32

RlQosFreeIndexesEntry  
SEQUENCE    
  rlQosFreeIndexesTableId INTEGER
  rlQosFreeIndexesValue INTEGER

RlQosNamesToIndexesEntry  
SEQUENCE    
  rlQosNamesToIndexesTableId INTEGER
  rlQosNamesToIndexesName DisplayString
  rlQosNamesToIndexesValue INTEGER

RlQosCosQueueDefaultMapEntry  
SEQUENCE    
  rlQosCosQueueDefaultMapVpt INTEGER
  rlQosCosQueueDefaultMapQueueId INTEGER

RlQosPredefBlockAclEntry  
SEQUENCE    
  rlQosPredefBlockAclIfIndex InterfaceIndex
  rlQosPredefBlockAclIfType InterfaceType
  rlQosPredefBlockAclMask OCTET STRING
  rlQosPredefBlockAclStatus RowStatus

RlQosAceTidxEntry  
SEQUENCE    
  rlQosAceTidxAclIndex INTEGER
  rlQosAceTidxIndex INTEGER
  rlQosAceTidxAction AceActionType
  rlQosAceTidxType AceObjectType
  rlQosAceTidxTuple1 INTEGER
  rlQosAceTidxTuple2 INTEGER
  rlQosAceTidxTuple3 INTEGER
  rlQosAceTidxTuple4 INTEGER
  rlQosAceTidxTuple5 INTEGER
  rlQosAceTidxTuple6 INTEGER
  rlQosAceTidxTuple7 INTEGER
  rlQosAceTidxTuple8 INTEGER
  rlQosAceTidxAccount BinaryStatus
  rlQosAceTidxStatus RowStatus
  rlQosAceTidxTimeRange DisplayString
  rlQosAceTidxTimeRangeIsActive TruthValue
  rlQosAceTidxTuple9 INTEGER
  rlQosAceTidxTuple10 INTEGER
  rlQosAceTidxTuple11 INTEGER
  rlQosAceTidxActionDropType RlQosAceTidxActionDropType

RlQosDscpQueueDefaultMapEntry  
SEQUENCE    
  rlQosDscpQueueDefaultMapDscp INTEGER
  rlQosDscpQueueDefaultMapQueueId INTEGER

RlQosDscpToDpEntry  
SEQUENCE    
  rlQosDscp INTEGER
  rlQosDp INTEGER

RlQosPortPolicyStatisticsEntry  
SEQUENCE    
  rlQosPortPolicyStatisticsCntrType StatisticsCntrType
  rlQosPortPolicyStatisticsCntrNumOfBits StatisticsCntrNumOfBitsType
  rlQosPortPolicyStatisticsEnableCounting TruthValue
  rlQosPortPolicyStatisticsCounterValue Counter64

RlQosSinglePolicerStatisticsEntry  
SEQUENCE    
  rlQosSinglePolicerStatisticsInProfileCounterValue Counter64
  rlQosSinglePolicerStatisticsInProfileCntrNumOfBits StatisticsCntrNumOfBitsType
  rlQosSinglePolicerStatisticsOutProfileCounterValue Counter64
  rlQosSinglePolicerStatisticsOutProfileCntrNumOfBits StatisticsCntrNumOfBitsType
  rlQosSinglePolicerStatisticsStatus RowStatus

RlQosAggregatePolicerStatisticsEntry  
SEQUENCE    
  rlQosAggregatePolicerStatisticsInProfileCounterValue Counter64
  rlQosAggregatePolicerStatisticsInProfileCntrNumOfBits StatisticsCntrNumOfBitsType
  rlQosAggregatePolicerStatisticsOutProfileCounterValue Counter64
  rlQosAggregatePolicerStatisticsOutProfileCntrNumOfBits StatisticsCntrNumOfBitsType
  rlQosAggregatePolicerStatisticsStatus RowStatus

RlQosOutQueueStatisticsEntry  
SEQUENCE    
  rlQosOutQueueStatisticsCountrID INTEGER
  rlQosOutQueueStatisticsIfIndexList PortList
  rlQosOutQueueStatisticsPortAll TruthValue
  rlQosOutQueueStatisticsVlan INTEGER
  rlQosOutQueueStatisticsVlanAll TruthValue
  rlQosOutQueueStatisticsQueue INTEGER
  rlQosOutQueueStatisticsQueueAll TruthValue
  rlQosOutQueueStatisticsDP StatisticsDPType
  rlQosOutQueueStatisticsDPAll TruthValue
  rlQosOutQueueStatisticsCounterTailDropValue Counter64
  rlQosOutQueueStatisticsCounterAllValue Counter64
  rlQosOutQueueStatisticsCntrNumOfBits StatisticsCntrNumOfBitsType
  rlQosOutQueueStatisticsStatus RowStatus

RlQosGlobalStatisticsCntrsEntry  
SEQUENCE    
  rlQosGlobalStatisticsCntrsType StatisticsCntrType
  rlQosGlobalStatisticsCntrsNumOfBits StatisticsCntrNumOfBitsType
  rlQosGlobalStatisticsCntrsCounterValue Counter64
  rlQosGlobalStatisticsStatus RowStatus

RlQosClassifierUtilizationEntry  
SEQUENCE    
  rlQosClassifierUtilizationUnitId Unsigned32
  rlQosClassifierUtilizationPercent Unsigned32
  rlQosClassifierUtilizationRulesNumber Unsigned32
  rlQosClassifierUtilizationFreeRulesNumber Unsigned32

RlQosPortToProfileMappingEntry  
SEQUENCE    
  rlQosPort INTEGER
  rlQosProfileName DisplayString

RlQosPolicyClassPriorityRefEntry  
SEQUENCE    
  rlQosPolicyClassPriorityRefPriority INTEGER
  rlQosPolicyClassPriorityRefClassPointer INTEGER
  rlQosPolicyClassPriorityRefPolicyPointer INTEGER
  rlQosPolicyClassPriorityRefStatus RowStatus

RlQosDenyAceStatisticsEntry  
SEQUENCE    
  rlQosDenyAceStatisticsIfIndex INTEGER
  rlQosDenyAceStatisticsIfCounter INTEGER

RlQosModeGlobalCfgEntry  
SEQUENCE    
  rlQosGlobalIndex INTEGER
  rlQosGlobalQoSMode QosGlobalMode
  rlQosBasicGlobalTrustMode QosTrustMode
  rlQosAdvcGlobalTrustMode QosTrustMode
  rlQoSPortTrustAdvancedMode TruthValue
  rlQosDscpMutationEnable TruthValue
  rlQosModeGlobalCfgStatus RowStatus

RlQosClassMapCounterEntry  
SEQUENCE    
  rlQosClassMapCounterValue Counter64

RlQosApplicationTrapIdEntry  
SEQUENCE    
  rlQosApplicationName DisplayString
  rlQosApplicationTrapId INTEGER

RlQosLogInputInterfacesAceMatchedEntry  
SEQUENCE    
  rlQosLogInputInterfacesAceMatchedIndex INTEGER
  rlQosLogInputInterfacesAceMatchedPorts PortList
  rlQosLogInputInterfacesAceMatchedVlanList1to1024 VlanList1
  rlQosLogInputInterfacesAceMatchedVlanList1025to2048 VlanList2
  rlQosLogInputInterfacesAceMatchedVlanList2049to3072 VlanList3
  rlQosLogInputInterfacesAceMatchedVlanList3073to4094 VlanList4

Defined Values

rlQosCliMib 1.3.6.1.4.1.9.6.1.101.88
Added: StatisticsCntrNumOfBitsType StatisticsCntrType rlQosStatistics rlQosPortPolicyStatisticsTable rlQosSinglePolicerStatisticsTable rlQosAggregatePolicerStatisticsTable rlQosOutQueueStatisticsTable rlQosGlobalStatisticsCntrsTable.
MODULE-IDENTITY    

rlQosCliQosMode 1.3.6.1.4.1.9.6.1.101.88.1
*********This Scalar is deprecated - rlQosGlobalCfgEntry - replaces its functionality*************** This scalar define in which mode the system will work: basic , advance or none.
Status: deprecated Access: read-write
OBJECT-TYPE    
  QosGlobalMode  

rlQosCliBasicModeCfg 1.3.6.1.4.1.9.6.1.101.88.2
*********This Scalar is deprecated - rlQosGlobalCfgEntry - replaces its functionality*************** This scalar define in which trust mode the system will work:802.1p or DSCP or DSCP-Mutation or TCP/UDP or none or vpt-dscp.
Status: deprecated Access: read-write
OBJECT-TYPE    
  QosTrustMode  

rlQosMaxNumOfAce 1.3.6.1.4.1.9.6.1.101.88.3
This scalar define the max number of aces.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosOffsetTable 1.3.6.1.4.1.9.6.1.101.88.4
This table specifies Offset Table information
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosOffsetEntry

rlQosOffsetEntry 1.3.6.1.4.1.9.6.1.101.88.4.1
Each entry in this table describes one classifier field. The information includes: Offset Type the offset the mask and the Pattern. if the type is vlan then the value will be the vlan tag. if the Type is in/out port it will be the device in/out port. The index is sequential integer represent by rlQosOffsetIndex
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  RlQosOffsetEntry  

rlQosOffsetIndex 1.3.6.1.4.1.9.6.1.101.88.4.1.1
An arbitrary incremental Index for the offset table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosOffsetType 1.3.6.1.4.1.9.6.1.101.88.4.1.2
Start of the offset.
Status: deprecated Access: read-create
OBJECT-TYPE    
  ClassOffsetType  

rlQosOffsetValue 1.3.6.1.4.1.9.6.1.101.88.4.1.3
The Offset value.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosOffsetMask 1.3.6.1.4.1.9.6.1.101.88.4.1.4
Define which bit to be extracted from the offset.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

rlQosOffsetPattern 1.3.6.1.4.1.9.6.1.101.88.4.1.5
The value to match too.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

rlQosOffsetTuplePointer 1.3.6.1.4.1.9.6.1.101.88.4.1.6
Pointer for the relevant Tuple.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosOffsetStatus 1.3.6.1.4.1.9.6.1.101.88.4.1.7
The status of a table entry. It is used to delete/Add an entry from this table.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosTupleTable 1.3.6.1.4.1.9.6.1.101.88.5
This table specifies Tuple Table information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosTupleEntry

rlQosTupleEntry 1.3.6.1.4.1.9.6.1.101.88.5.1
Each entry in this table describes one Tuple. The information includes: Tuple Type and the Tuples values. The index is sequential integer represent by rlQosTupleIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosTupleEntry  

rlQosTupleIndex 1.3.6.1.4.1.9.6.1.101.88.5.1.1
An arbitrary incremental Index for the offset table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosTupleType 1.3.6.1.4.1.9.6.1.101.88.5.1.2
Start of the offset.
Status: current Access: read-create
OBJECT-TYPE    
  ClassTupleType  

rlQosTupleValue1 1.3.6.1.4.1.9.6.1.101.88.5.1.3
The Tuple no.1 value can be regular integer values only.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosTupleValue2 1.3.6.1.4.1.9.6.1.101.88.5.1.4
The Tuple no.2 value can be IPv4/IPv6/MAC address or protocol number with mask
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

rlQosTupleStatus 1.3.6.1.4.1.9.6.1.101.88.5.1.5
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosAceTable 1.3.6.1.4.1.9.6.1.101.88.6
This table specifies ACE table information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosAceEntry

rlQosAceEntry 1.3.6.1.4.1.9.6.1.101.88.6.1
Each entry in this table describes one Classifier Element. The information includes: Action the ACE's Type the up to 8 tuples pointers. The index is sequential integer represent by rlQosAceIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosAceEntry  

rlQosAceIndex 1.3.6.1.4.1.9.6.1.101.88.6.1.1
An arbitrary incremental Index for the ACE table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosAceAction 1.3.6.1.4.1.9.6.1.101.88.6.1.2
ACE Action to take.
Status: current Access: read-create
OBJECT-TYPE    
  AceActionType  

rlQosAceType 1.3.6.1.4.1.9.6.1.101.88.6.1.3
ACE Type
Status: current Access: read-create
OBJECT-TYPE    
  AceObjectType  

rlQosAceTuple1 1.3.6.1.4.1.9.6.1.101.88.6.1.4
ACE Tuple 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTuple2 1.3.6.1.4.1.9.6.1.101.88.6.1.5
ACE Tuple 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTuple3 1.3.6.1.4.1.9.6.1.101.88.6.1.6
ACE Tuple 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTuple4 1.3.6.1.4.1.9.6.1.101.88.6.1.7
ACE Tuple 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTuple5 1.3.6.1.4.1.9.6.1.101.88.6.1.8
ACE Tuple 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTuple6 1.3.6.1.4.1.9.6.1.101.88.6.1.9
ACE Tuple 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTuple7 1.3.6.1.4.1.9.6.1.101.88.6.1.10
ACE Tuple 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTuple8 1.3.6.1.4.1.9.6.1.101.88.6.1.11
ACE Tuple 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceAccount 1.3.6.1.4.1.9.6.1.101.88.6.1.12
ACE Accounting state. When set to 'enabled' than appropriate statistic's counter is provided for an ACE.
Status: current Access: read-create
OBJECT-TYPE    
  BinaryStatus  

rlQosAceStatus 1.3.6.1.4.1.9.6.1.101.88.6.1.13
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosAclTable 1.3.6.1.4.1.9.6.1.101.88.7
This table specifies ACL table information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosAclEntry

rlQosAclEntry 1.3.6.1.4.1.9.6.1.101.88.7.1
Each entry in this table describes one Classifier Element. The information includes: Action and the row status. The ACE pointer are in the ACL-ACE reference table. The index is sequential integer represent by rlQosAceIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosAclEntry  

rlQosAclIndex 1.3.6.1.4.1.9.6.1.101.88.7.1.1
An arbitrary incremental Index for the ACE table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosAclName 1.3.6.1.4.1.9.6.1.101.88.7.1.2
Name ACL.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosAclType 1.3.6.1.4.1.9.6.1.101.88.7.1.3
ACL Type.
Status: current Access: read-create
OBJECT-TYPE    
  AclObjectType  

rlQosAclStatus 1.3.6.1.4.1.9.6.1.101.88.7.1.4
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosAclNumOfAces 1.3.6.1.4.1.9.6.1.101.88.7.1.5
Holds number of aces in the acl.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosAclAceRefTable 1.3.6.1.4.1.9.6.1.101.88.8
This table specifies the ACE to ACL relationship.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosAclAceRefEntry

rlQosAclAceRefEntry 1.3.6.1.4.1.9.6.1.101.88.8.1
Each entry in this table describes the relationship between ACE to ACL. Show which ACE include in one ACL. The index is the ACE pointer represent by rlQosAclAceRefAcePointer
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosAclAceRefEntry  

rlQosAclAceRefAcePointer 1.3.6.1.4.1.9.6.1.101.88.8.1.1
The Index is the ACE pointer
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosAclAceRefAclPointer 1.3.6.1.4.1.9.6.1.101.88.8.1.2
ACL index Pointer
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAclAceRefStatus 1.3.6.1.4.1.9.6.1.101.88.8.1.3
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosClassMapTable 1.3.6.1.4.1.9.6.1.101.88.9
This table specifies CCL table information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosClassMapEntry

rlQosClassMapEntry 1.3.6.1.4.1.9.6.1.101.88.9.1
Each entry in this table describes one Class Map Element. The information includes: Classes Name,Class Action, Policer pointer, and 1 match statements. The index is sequential integer represent by rlQosClassMapIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosClassMapEntry  

rlQosClassMapIndex 1.3.6.1.4.1.9.6.1.101.88.9.1.1
Class Map Index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosClassMapName 1.3.6.1.4.1.9.6.1.101.88.9.1.2
Name of the Class Map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosClassMapType 1.3.6.1.4.1.9.6.1.101.88.9.1.3
Class map type
Status: current Access: read-create
OBJECT-TYPE    
  ClassMapType  

rlQosClassMapAction 1.3.6.1.4.1.9.6.1.101.88.9.1.4
Class Map Action.
Status: current Access: read-create
OBJECT-TYPE    
  ClassMapAction  

rlQosClassMapMarkValue 1.3.6.1.4.1.9.6.1.101.88.9.1.5
Mark value when mark action has been chosen in Class Map Action field.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosClassMapPolicer 1.3.6.1.4.1.9.6.1.101.88.9.1.6
Policer pointer. 0-means no policer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosClassMapMatch1 1.3.6.1.4.1.9.6.1.101.88.9.1.7
Match ACL 1 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosClassMapMatch2 1.3.6.1.4.1.9.6.1.101.88.9.1.8
Match ACL 2 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosClassMapMarkVlan 1.3.6.1.4.1.9.6.1.101.88.9.1.9
If 'mark', than the classified traffic will be remarked with new VLAN id. If 'disabled' VLAN id is not changed. If markNestedVlan, if the egress interface defined as VLAN tagged member then a new VLAN tag is added to the packet.
Status: current Access: read-create
OBJECT-TYPE    
  MarkVlanAction  

rlQosClassMapNewVlan 1.3.6.1.4.1.9.6.1.101.88.9.1.10
If rlQosClassMapMarkVlan is not 'noMark', than the classified traffic will be remarked with new VLAN id. The value of this field sets new VLAN id.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..4095  

rlQosClassMapRedirectAction 1.3.6.1.4.1.9.6.1.101.88.9.1.11
Specifiy the redirection action.
Status: current Access: read-create
OBJECT-TYPE    
  RedirectAction  

rlQosClassMapDestInterface 1.3.6.1.4.1.9.6.1.101.88.9.1.12
Relevant if rlQosClassMapRedirect is either 'redirectToInterface' or 'analyzerPort' or 'toMultipleInterfaces'. Specified the output interface the packet is redireted to or the port that gets copy of the packet in addition to the port it was forwarded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosClassMapStatus 1.3.6.1.4.1.9.6.1.101.88.9.1.13
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosClassMapMatch3 1.3.6.1.4.1.9.6.1.101.88.9.1.14
Match ACL 3 pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosClassMapTrapId 1.3.6.1.4.1.9.6.1.101.88.9.1.15
If now zero, Indicates the trap type id the matched packets arrives with, relevant when RedirectAction is trap or mirror.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosClassMapCounterEnable 1.3.6.1.4.1.9.6.1.101.88.9.1.16
Enable/disable counting per class map. Counts packets matche the class map rules.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rlQosClassMapTunnelIdx 1.3.6.1.4.1.9.6.1.101.88.9.1.17
If not zero, then the tunnel data pointed by rlQosClassMapTunnelIdx is added to the packet
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

rlQosPolicerTable 1.3.6.1.4.1.9.6.1.101.88.10
This table specifies All the Policers in the system Information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosPolicerEntry

rlQosPolicerEntry 1.3.6.1.4.1.9.6.1.101.88.10.1
Each entry in this table describes one policer. The information includes: Policer name, Policer type, Committed Rate, Committed Burst, Out-of-Profile Action. The index is sequential integer represent by rlQosPolicerIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosPolicerEntry  

rlQosPolicerIndex 1.3.6.1.4.1.9.6.1.101.88.10.1.1
Policer Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosPolicerName 1.3.6.1.4.1.9.6.1.101.88.10.1.2
Name of the Policer.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosPolicerType 1.3.6.1.4.1.9.6.1.101.88.10.1.3
Policer type
Status: current Access: read-create
OBJECT-TYPE    
  PolicerType  

rlQosPolicerCir 1.3.6.1.4.1.9.6.1.101.88.10.1.4
Committed rate value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

rlQosPolicerCbs 1.3.6.1.4.1.9.6.1.101.88.10.1.5
Committed rate Value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

rlQosPolicerAction 1.3.6.1.4.1.9.6.1.101.88.10.1.6
Out of profile Action.
Status: current Access: read-create
OBJECT-TYPE    
  PolicerAction  

rlQosPolicerCasPointerRemVal 1.3.6.1.4.1.9.6.1.101.88.10.1.7
Pointer to use whan the type is cascade policer. 0-means no cascade policer. It can also be Remark value in case of explicit remark
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosPolicerStatus 1.3.6.1.4.1.9.6.1.101.88.10.1.8
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosPolicyMapTable 1.3.6.1.4.1.9.6.1.101.88.11
This table specifies Policy Map Table Information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosPolicyMapEntry

rlQosPolicyMapEntry 1.3.6.1.4.1.9.6.1.101.88.11.1
Each entry in this table describes one policy map. The information includes: Index, Policy Map name, Up to 6 class map names. The index is sequential integer represent by rlQosPolicerIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosPolicyMapEntry  

rlQosPolicyMapIndex 1.3.6.1.4.1.9.6.1.101.88.11.1.1
Policy map Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosPolicyMapName 1.3.6.1.4.1.9.6.1.101.88.11.1.2
Policy map Name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosPolicyMapStatus 1.3.6.1.4.1.9.6.1.101.88.11.1.3
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosPolicyClassRefTable 1.3.6.1.4.1.9.6.1.101.88.12
This table specifies The relationship between policy map to class map
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosPolicyClassRefEntry

rlQosPolicyClassRefEntry 1.3.6.1.4.1.9.6.1.101.88.12.1
Each entry in this table describes the connection between class-map entry to policy map by using pointers. The index is Class map pointer represent by rlQosPolicyClassRefClassPointer
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosPolicyClassRefEntry  

rlQosPolicyClassRefClassPointer 1.3.6.1.4.1.9.6.1.101.88.12.1.1
The Index is the Class-map pointer
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosPolicyClassRefPolicyPointer 1.3.6.1.4.1.9.6.1.101.88.12.1.2
Policy map index Pointer
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosPolicyClassRefStatus 1.3.6.1.4.1.9.6.1.101.88.12.1.3
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosIfPolicyTable 1.3.6.1.4.1.9.6.1.101.88.13
This table specifies for each interface the Policy Map attach to it
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosIfPolicyEntry

rlQosIfPolicyEntry 1.3.6.1.4.1.9.6.1.101.88.13.1
Each entry in this table describes what policy Map attached to specific Interface. The index is Interface Index represent by rlIfIndex and the interface type represent by rlIfType
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosIfPolicyEntry  

rlIfIndex 1.3.6.1.4.1.9.6.1.101.88.13.1.1
Interface Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlIfType 1.3.6.1.4.1.9.6.1.101.88.13.1.2
Interface Type(vlan/port).
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceType  

rlQosIfPolicyMapPointerIn 1.3.6.1.4.1.9.6.1.101.88.13.1.3
Policy map pointer Input.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfPolicyMapPointerOut 1.3.6.1.4.1.9.6.1.101.88.13.1.4
Policy map pointer Output.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfTrustActive 1.3.6.1.4.1.9.6.1.101.88.13.1.5
Interface Basic Mode Trust is active or not .
Status: current Access: read-create
OBJECT-TYPE    
  BinaryStatus  

rlQosPortShaperStatus 1.3.6.1.4.1.9.6.1.101.88.13.1.6
If there is shaper on the port
Status: current Access: read-create
OBJECT-TYPE    
  BinaryStatus  

rlQosCirPortShaper 1.3.6.1.4.1.9.6.1.101.88.13.1.7
The CIR for the port shaper. N/A when the shper is disabled
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsPortShaper 1.3.6.1.4.1.9.6.1.101.88.13.1.8
The CBS for the port shaper. N/A when the shper is disabled
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfProfilePointer 1.3.6.1.4.1.9.6.1.101.88.13.1.9
Interface Profile name pointer.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosQueueProfilePointer 1.3.6.1.4.1.9.6.1.101.88.13.1.10
Queue Profile name pointer.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosQueueShapeProfilePointer 1.3.6.1.4.1.9.6.1.101.88.13.1.11
Queue shape Profile pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAclDefaultAction 1.3.6.1.4.1.9.6.1.101.88.13.1.12
When one ACL is enterd then what to do for the last rull.
Status: current Access: read-create
OBJECT-TYPE    
  AclDefaultAction  

rlQosIfPolicyMapStatus 1.3.6.1.4.1.9.6.1.101.88.13.1.13
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosIfAclIn 1.3.6.1.4.1.9.6.1.101.88.13.1.14
Index of an ACL in the rlQosAclTable, which is applied to the ingress of an interface. 0 - means no ACL applied.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfAclOut 1.3.6.1.4.1.9.6.1.101.88.13.1.15
Index of an ACL in the rlQosAclTable, which is applied to the egress of an interface. 0 - means no ACL applied.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfPolicerIn 1.3.6.1.4.1.9.6.1.101.88.13.1.16
Index of an Policer in the rlQosPolicerTable, which is applied to the ingress of an interface. 0 - means no Policer applied.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosPortRateLimitStatus 1.3.6.1.4.1.9.6.1.101.88.13.1.17
If there is Rate limit on the port
Status: current Access: read-create
OBJECT-TYPE    
  BinaryStatus  

rlQosCirPortRateLimit 1.3.6.1.4.1.9.6.1.101.88.13.1.18
The CIR for the port rate limit. N/A when the Rate limit is disabled
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsPortRateLimit 1.3.6.1.4.1.9.6.1.101.88.13.1.19
The CBS for the port Rate limit. N/A when the Rate limit is disabled
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfIpv6AclIn 1.3.6.1.4.1.9.6.1.101.88.13.1.20
Index of an IPv6 ACL in the rlQosAclTable, which is applied to the ingress of an interface. 0 - means no ACL applied.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfIpv6AclOut 1.3.6.1.4.1.9.6.1.101.88.13.1.21
Index of an IPv6 ACL in the rlQosAclTable, which is applied to the egress of an interface. 0 - means no ACL applied.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfProfileCfgTable 1.3.6.1.4.1.9.6.1.101.88.14
This table specifies for each Queue the Tail Drop or WRED parameters and the EF of WRR parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosIfProfileCfgEntry

rlQosIfProfileCfgEntry 1.3.6.1.4.1.9.6.1.101.88.14.1
Each entry in this table describes one queue parameters: Tail-drop threshold for drop precedence 0,1,3 and the WRED min-max threshold and the probability factor for Drop precedence 0,1,2 and the WRED Q factor and the EF priority and the WRR weight. The index is Interface Index represent by rlIfProfileName and queue-id represent by rlQosQueueId
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosIfProfileCfgEntry  

rlIfProfileName 1.3.6.1.4.1.9.6.1.101.88.14.1.1
Interface Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosQueueId 1.3.6.1.4.1.9.6.1.101.88.14.1.2
Queue id Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..8  

rlQosTdThersholdDp0 1.3.6.1.4.1.9.6.1.101.88.14.1.3
Tail Drop Threshold for Drop Precedence 0.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosTdThersholdDp1 1.3.6.1.4.1.9.6.1.101.88.14.1.4
Tail Drop Threshold for Drop Precedence 1.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosTdThersholdDp2 1.3.6.1.4.1.9.6.1.101.88.14.1.5
Tail Drop Threshold for Drop Precedence 2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosRedMinDp0 1.3.6.1.4.1.9.6.1.101.88.14.1.6
WRED Min Threshold for Drop Precedence 2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosRedMaxDp0 1.3.6.1.4.1.9.6.1.101.88.14.1.7
WRED Max Threshold for Drop Precedence 0.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosRedProbDp0 1.3.6.1.4.1.9.6.1.101.88.14.1.8
WRED probability for Drop Precedence 0.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosRedMinDp1 1.3.6.1.4.1.9.6.1.101.88.14.1.9
WRED Min Threshold for Drop Precedence 2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosRedMaxDp1 1.3.6.1.4.1.9.6.1.101.88.14.1.10
WRED Max Threshold for Drop Precedence 1.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosRedProbDp1 1.3.6.1.4.1.9.6.1.101.88.14.1.11
WRED probability for Drop Precedence 1.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosRedMinDp2 1.3.6.1.4.1.9.6.1.101.88.14.1.12
WRED Min Threshold for Drop Precedence 2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosRedMaxDp2 1.3.6.1.4.1.9.6.1.101.88.14.1.13
WRED Max Threshold for Drop Precedence 2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

rlQosRedProbDp2 1.3.6.1.4.1.9.6.1.101.88.14.1.14
WRED probability for Drop Precedence 2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosRedQweight 1.3.6.1.4.1.9.6.1.101.88.14.1.15
Q factor for WRED.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosIfprofileStatus 1.3.6.1.4.1.9.6.1.101.88.14.1.16
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosDscpMutationTable 1.3.6.1.4.1.9.6.1.101.88.15
This table specifies The DSCP Mutation table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosDscpMutationEntry

rlQosDscpMutationEntry 1.3.6.1.4.1.9.6.1.101.88.15.1
Each entry in this table describes the new DSCP for the packet. The index is Old DSCP represent by rlQosOldDscp
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosDscpMutationEntry  

rlQosOldDscp 1.3.6.1.4.1.9.6.1.101.88.15.1.1
Old DSCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..63  

rlQosNewDscp 1.3.6.1.4.1.9.6.1.101.88.15.1.2
New DSCP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

rlQosDscpRemarkTable 1.3.6.1.4.1.9.6.1.101.88.16
This table specifies The DSCP Remark table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosDscpRemarkEntry

rlQosDscpRemarkEntry 1.3.6.1.4.1.9.6.1.101.88.16.1
Each entry in this table describes the new DSCP for the packet. The index is Old DSCP represent by rlQosOldDscp
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosDscpRemarkEntry  

rlQosRmOldDscp 1.3.6.1.4.1.9.6.1.101.88.16.1.1
Old DSCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..63  

rlQosRmNewDscp 1.3.6.1.4.1.9.6.1.101.88.16.1.2
New DSCP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

rlQosCosQueueTable 1.3.6.1.4.1.9.6.1.101.88.17
This table specifies The Cos to queue map table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosCosQueueEntry

rlQosCosQueueEntry 1.3.6.1.4.1.9.6.1.101.88.17.1
Each entry in this table describes queue ID. The index is CoS represent by rlQosCosIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosCosQueueEntry  

rlQosCosIndex 1.3.6.1.4.1.9.6.1.101.88.17.1.1
CoS value (0-7).
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..7  

rlQosCosQueueId 1.3.6.1.4.1.9.6.1.101.88.17.1.2
Queue ID.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..8  

rlQosDscpQueueTable 1.3.6.1.4.1.9.6.1.101.88.18
This table specifies The DSCP to Queue map table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosDscpQueueEntry

rlQosDscpQueueEntry 1.3.6.1.4.1.9.6.1.101.88.18.1
Each entry in this table describes The Queue Number. The index is DSCP represent by rlQosDscpIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosDscpQueueEntry  

rlQosDscpIndex 1.3.6.1.4.1.9.6.1.101.88.18.1.1
DSCP value.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..63  

rlQosQueueNum 1.3.6.1.4.1.9.6.1.101.88.18.1.2
Queue Number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..8  

rlQosTcpPortQueueTable 1.3.6.1.4.1.9.6.1.101.88.19
This table specifies TCP Port to Queue map table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosTcpPortQueueEntry

rlQosTcpPortQueueEntry 1.3.6.1.4.1.9.6.1.101.88.19.1
Each entry in this table describes The Queue Number. The index is TCP/UDP port represent by rlQosTcpUdpPort
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosTcpPortQueueEntry  

rlQosTcpPort 1.3.6.1.4.1.9.6.1.101.88.19.1.1
TCP port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosTcpQueueValue 1.3.6.1.4.1.9.6.1.101.88.19.1.2
Queue Number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..8  

rlQosTcpPortQueueStatus 1.3.6.1.4.1.9.6.1.101.88.19.1.3
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosUdpPortQueueTable 1.3.6.1.4.1.9.6.1.101.88.20
This table specifies UDP Port to Queue map table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosUdpPortQueueEntry

rlQosUdpPortQueueEntry 1.3.6.1.4.1.9.6.1.101.88.20.1
Each entry in this table describes The Queue Number. The index is UDP port represent by rlQosTcpUdpPort
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosUdpPortQueueEntry  

rlQosUdpPort 1.3.6.1.4.1.9.6.1.101.88.20.1.1
UDP port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosUdpQueueValue 1.3.6.1.4.1.9.6.1.101.88.20.1.2
Queue value.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..8  

rlQosUdpPortQueueStatus 1.3.6.1.4.1.9.6.1.101.88.20.1.3
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosEfManageTable 1.3.6.1.4.1.9.6.1.101.88.21
This table specifies UDP Port to DSCP map table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosEfManageEntry

rlQosEfManageEntry 1.3.6.1.4.1.9.6.1.101.88.21.1
This Table describes The EF management for the system. The index is UDP port represent by rlQosEfQueueId
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosEfManageEntry  

rlQosEfQueueId 1.3.6.1.4.1.9.6.1.101.88.21.1.1
Queue-ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..8  

rlQosEfState 1.3.6.1.4.1.9.6.1.101.88.21.1.2
Enable/disable
Status: current Access: read-create
OBJECT-TYPE    
  BinaryStatus  

rlQosEfPriority 1.3.6.1.4.1.9.6.1.101.88.21.1.3
The priority of the queue
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..8  

rlQosQueueProfileTable 1.3.6.1.4.1.9.6.1.101.88.22
This table describes the queue managment profiles
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosQueueProfileEntry

rlQosQueueProfileEntry 1.3.6.1.4.1.9.6.1.101.88.22.1
Each entry in this table describes The queue managment profile Value. The index is profile name represent by rlQueueProfileName
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosQueueProfileEntry  

rlQueueProfileName 1.3.6.1.4.1.9.6.1.101.88.22.1.1
Profile name for the Queue profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosTypeQueue1 1.3.6.1.4.1.9.6.1.101.88.22.1.2
EF or WRR
Status: current Access: read-create
OBJECT-TYPE    
  QueueType  

rlQosValueQueue1 1.3.6.1.4.1.9.6.1.101.88.22.1.3
for EF read-only for wrr the weight
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosTypeQueue2 1.3.6.1.4.1.9.6.1.101.88.22.1.4
EF or WRR
Status: current Access: read-create
OBJECT-TYPE    
  QueueType  

rlQosValueQueue2 1.3.6.1.4.1.9.6.1.101.88.22.1.5
for EF read-only for wrr the weight
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosTypeQueue3 1.3.6.1.4.1.9.6.1.101.88.22.1.6
EF or WRR
Status: current Access: read-create
OBJECT-TYPE    
  QueueType  

rlQosValueQueue3 1.3.6.1.4.1.9.6.1.101.88.22.1.7
for EF read-only for wrr the weight
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosTypeQueue4 1.3.6.1.4.1.9.6.1.101.88.22.1.8
EF or WRR
Status: current Access: read-create
OBJECT-TYPE    
  QueueType  

rlQosValueQueue4 1.3.6.1.4.1.9.6.1.101.88.22.1.9
for EF read-only for wrr the weight
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosTypeQueue5 1.3.6.1.4.1.9.6.1.101.88.22.1.10
EF or WRR
Status: current Access: read-create
OBJECT-TYPE    
  QueueType  

rlQosValueQueue5 1.3.6.1.4.1.9.6.1.101.88.22.1.11
for EF read-only for wrr the weight
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosTypeQueue6 1.3.6.1.4.1.9.6.1.101.88.22.1.12
EF or WRR
Status: current Access: read-create
OBJECT-TYPE    
  QueueType  

rlQosValueQueue6 1.3.6.1.4.1.9.6.1.101.88.22.1.13
for EF read-only for wrr the weight
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosTypeQueue7 1.3.6.1.4.1.9.6.1.101.88.22.1.14
EF or WRR
Status: current Access: read-create
OBJECT-TYPE    
  QueueType  

rlQosValueQueue7 1.3.6.1.4.1.9.6.1.101.88.22.1.15
for EF read-only for wrr the weight
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosTypeQueue8 1.3.6.1.4.1.9.6.1.101.88.22.1.16
EF or WRR
Status: current Access: read-create
OBJECT-TYPE    
  QueueType  

rlQosValueQueue8 1.3.6.1.4.1.9.6.1.101.88.22.1.17
for EF read-only for wrr the weight
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosQueueProfileStatus 1.3.6.1.4.1.9.6.1.101.88.22.1.18
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosNumOfIfConnections 1.3.6.1.4.1.9.6.1.101.88.22.1.19
how many time this entry connected to the if policy table
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosQueueShapeProfileTable 1.3.6.1.4.1.9.6.1.101.88.23
This table specifies the queue shaper profile
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosQueueShapeProfileEntry

rlQosQueueShapeProfileEntry 1.3.6.1.4.1.9.6.1.101.88.23.1
Each entry in this table describes The shaper profile for all queues. The index sequencial index represent by rlQosQueueShapeIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosQueueShapeProfileEntry  

rlQosQueueShapeIndex 1.3.6.1.4.1.9.6.1.101.88.23.1.1
Profile Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosCirQueue1 1.3.6.1.4.1.9.6.1.101.88.23.1.2
CIR for Queue1 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsQueue1 1.3.6.1.4.1.9.6.1.101.88.23.1.3
CBS for Queue1 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCirQueue2 1.3.6.1.4.1.9.6.1.101.88.23.1.4
CIR for Queue2 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsQueue2 1.3.6.1.4.1.9.6.1.101.88.23.1.5
CBS for Queue2 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCirQueue3 1.3.6.1.4.1.9.6.1.101.88.23.1.6
CIR for Queue3 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsQueue3 1.3.6.1.4.1.9.6.1.101.88.23.1.7
CBS for Queue3 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCirQueue4 1.3.6.1.4.1.9.6.1.101.88.23.1.8
CIR for Queue4 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsQueue4 1.3.6.1.4.1.9.6.1.101.88.23.1.9
CBS for Queue4 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCirQueue5 1.3.6.1.4.1.9.6.1.101.88.23.1.10
CIR for Queue5 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsQueue5 1.3.6.1.4.1.9.6.1.101.88.23.1.11
CBS for Queue5 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCirQueue6 1.3.6.1.4.1.9.6.1.101.88.23.1.12
CIR for Queue6 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsQueue6 1.3.6.1.4.1.9.6.1.101.88.23.1.13
CBS for Queue6 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCirQueue7 1.3.6.1.4.1.9.6.1.101.88.23.1.14
CIR for Queue7 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsQueue7 1.3.6.1.4.1.9.6.1.101.88.23.1.15
CBS for Queue7 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCirQueue8 1.3.6.1.4.1.9.6.1.101.88.23.1.16
CIR for Queue8 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosCbsQueue8 1.3.6.1.4.1.9.6.1.101.88.23.1.17
CBS for Queue8 0 for not active
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosQueueShapeProfileStatus 1.3.6.1.4.1.9.6.1.101.88.23.1.18
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosAclCounterTable 1.3.6.1.4.1.9.6.1.101.88.24
The table is used to show statistics for ACL applied on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosAclCounterEntry

rlQosAclCounterEntry 1.3.6.1.4.1.9.6.1.101.88.24.1
This entry shows value of conter for a particular ACE of an ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosAclCounterEntry  

rlQosAclCounterInterface 1.3.6.1.4.1.9.6.1.101.88.24.1.1
Interface Index on which ACL is applied.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rlQosAclCounterAclIndex 1.3.6.1.4.1.9.6.1.101.88.24.1.2
Index of ACL, which was applied on the IfIndex.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosAclCounterAceIndex 1.3.6.1.4.1.9.6.1.101.88.24.1.3
Index of ACE, which is belong to an ACL.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosAclCounterValue 1.3.6.1.4.1.9.6.1.101.88.24.1.4
The value of the ACE counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlQosFreeIndexesTable 1.3.6.1.4.1.9.6.1.101.88.25
The table is used to get free indexes of tables to create new entries. The algorithm for free indexes depends on table's type: Tuple table - first free index. Offset table - first free index. ACE table - last used index + ACE indexes delta. ACL table - first free index. Class Map table - last used index + Class Map indexes delta. Policy Map table - first free index. Policer Table - first free index. The ACE indexes delta and Class Map indexes delta are used to supply QoS MIB user easy insert entry capabilities. Values of these deltas depend on the MIB implementation. The 'Get and increment' approach is used in all cases.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosFreeIndexesEntry

rlQosFreeIndexesEntry 1.3.6.1.4.1.9.6.1.101.88.25.1
The entry is used to get free index for particular table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosFreeIndexesEntry  

rlQosFreeIndexesTableId 1.3.6.1.4.1.9.6.1.101.88.25.1.1
Identification of the table, for which free index is retrieved.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tuple(1), offset(2), ace(3), acl(4), class(5), policy(6), policer(7), shaper(8)  

rlQosFreeIndexesValue 1.3.6.1.4.1.9.6.1.101.88.25.1.2
Free index for table. 0 means no free entries.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosNamesToIndexesTable 1.3.6.1.4.1.9.6.1.101.88.26
The table is used to get the ACL,Class-Map and Policy-Map indexes from the name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosNamesToIndexesEntry

rlQosNamesToIndexesEntry 1.3.6.1.4.1.9.6.1.101.88.26.1
The entry is used to get index form particular name and table type.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosNamesToIndexesEntry  

rlQosNamesToIndexesTableId 1.3.6.1.4.1.9.6.1.101.88.26.1.1
Identification of the table, for which the index is retrieved.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER acl(1), class(2), policy(3), policer(4)  

rlQosNamesToIndexesName 1.3.6.1.4.1.9.6.1.101.88.26.1.2
The name of the entry
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosNamesToIndexesValue 1.3.6.1.4.1.9.6.1.101.88.26.1.3
the index for table
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosStackControlQueue 1.3.6.1.4.1.9.6.1.101.88.27
This scalar object defines queue ID, which is used for stack control information transfer. For standalone systems the scalar value equals 0. This scalar object can be used for warning messages when users assign a QoS map item, or a Class to the stack control queue.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosStackControlCos 1.3.6.1.4.1.9.6.1.101.88.28
This scalar object defines CoS (VPT), which is used for stack control information transfer. For standalone systems the scalar value equals 8 (not valid for VPT). This scalar object can be used for warning messages when users assign a stack control CoS to a non-stacking control queue.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosCosQueueDefaultMapTable 1.3.6.1.4.1.9.6.1.101.88.29
The table is used to set default 802.1p map (vpt to queue)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosCosQueueDefaultMapEntry

rlQosCosQueueDefaultMapEntry 1.3.6.1.4.1.9.6.1.101.88.29.1
The entry is used to get index form particular name and table type.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosCosQueueDefaultMapEntry  

rlQosCosQueueDefaultMapVpt 1.3.6.1.4.1.9.6.1.101.88.29.1.1
vlan priority tag , 3 bits of priority which determine the service class.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

rlQosCosQueueDefaultMapQueueId 1.3.6.1.4.1.9.6.1.101.88.29.1.2
the queue id vary from the first queue id to Max Number of queues supported
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

rlQosPredefBlockAclTable 1.3.6.1.4.1.9.6.1.101.88.30
The table is used apply predefined ACLs to interfaces. Predefined ACLs is ACL to filter particular protocol or protocol's family. These ACL may operate simultaneously with IP and MAC ACLs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosPredefBlockAclEntry

rlQosPredefBlockAclEntry 1.3.6.1.4.1.9.6.1.101.88.30.1
The entry is used to apply predefined ACLs to the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosPredefBlockAclEntry  

rlQosPredefBlockAclIfIndex 1.3.6.1.4.1.9.6.1.101.88.30.1.1
IfIndex of port/trunk or VLAN tag of VLAN on which predefined ACLa will be configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rlQosPredefBlockAclIfType 1.3.6.1.4.1.9.6.1.101.88.30.1.2
Interface Type(vlan/port).
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceType  

rlQosPredefBlockAclMask 1.3.6.1.4.1.9.6.1.101.88.30.1.3
This bitmap defines predefined ACL which are applied on an interface. The table below defines bitmasks for supported predefined ACL. Protocol/Family bitmask Description ===================================================== LLC NetBuei/NetBios 0x01 ACL filters out LLC encapsulated NetBuei/NetBios frames IP NetBuei/NetBios 0x02 ACL filters out IP encapsulated NetBuei/NetBios frames
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

rlQosPredefBlockAclStatus 1.3.6.1.4.1.9.6.1.101.88.30.1.4
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosAceTidxTable 1.3.6.1.4.1.9.6.1.101.88.31
This table specifies ACE table with two index information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosAceTidxEntry

rlQosAceTidxEntry 1.3.6.1.4.1.9.6.1.101.88.31.1
Each entry in this table describes one Classifier Element. The information includes: Action the ACE's Type the up to 11 tuples pointers. The index is sequential integer represent by rlQosAceTidxAclIndex ACL index and rlQosAceTidxIndex ACE index
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosAceTidxEntry  

rlQosAceTidxAclIndex 1.3.6.1.4.1.9.6.1.101.88.31.1.1
An arbitrary incremental Index for the ACL ACE connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxIndex 1.3.6.1.4.1.9.6.1.101.88.31.1.2
An arbitrary incremental Index for the ACE table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxAction 1.3.6.1.4.1.9.6.1.101.88.31.1.3
ACE Action to take.
Status: current Access: read-create
OBJECT-TYPE    
  AceActionType  

rlQosAceTidxType 1.3.6.1.4.1.9.6.1.101.88.31.1.4
ACE Type
Status: current Access: read-create
OBJECT-TYPE    
  AceObjectType  

rlQosAceTidxTuple1 1.3.6.1.4.1.9.6.1.101.88.31.1.5
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple2 1.3.6.1.4.1.9.6.1.101.88.31.1.6
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple3 1.3.6.1.4.1.9.6.1.101.88.31.1.7
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple4 1.3.6.1.4.1.9.6.1.101.88.31.1.8
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple5 1.3.6.1.4.1.9.6.1.101.88.31.1.9
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple6 1.3.6.1.4.1.9.6.1.101.88.31.1.10
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple7 1.3.6.1.4.1.9.6.1.101.88.31.1.11
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple8 1.3.6.1.4.1.9.6.1.101.88.31.1.12
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxAccount 1.3.6.1.4.1.9.6.1.101.88.31.1.13
ACE Accounting state. When set to 'enabled' than appropriate statistic's counter is provided for an ACE.
Status: current Access: read-create
OBJECT-TYPE    
  BinaryStatus  

rlQosAceTidxStatus 1.3.6.1.4.1.9.6.1.101.88.31.1.14
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosAceTidxTimeRange 1.3.6.1.4.1.9.6.1.101.88.31.1.15
ACE time range name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlQosAceTidxTimeRangeIsActive 1.3.6.1.4.1.9.6.1.101.88.31.1.16
ACE time range is rule active state shows is ACE currently active or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlQosAceTidxTuple9 1.3.6.1.4.1.9.6.1.101.88.31.1.17
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple10 1.3.6.1.4.1.9.6.1.101.88.31.1.18
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxTuple11 1.3.6.1.4.1.9.6.1.101.88.31.1.19
ACE Tuple pointer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosAceTidxActionDropType 1.3.6.1.4.1.9.6.1.101.88.31.1.20
This field is valid only if AceActionType is deny or deny-DisablePort.
Status: current Access: read-create
OBJECT-TYPE    
  RlQosAceTidxActionDropType  

rlQosMibVersion 1.3.6.1.4.1.9.6.1.101.88.32
MIB's version, the current version is 11 1 - original version 2 - Add new two MIB's items. - rlQosAceTidxTable - Ace table with two indexes - rlQosMibVersion. Change the unit in Policer table from bps to kbps 3 - Add new MIB's value for Textual convention QosObjectMode 4 - Add new MIBs rlQosDscpQueueDefaultMapTable 5 - Add new advanced action : trustCosDscp 6 - Add vpt,ether-type,tcp-flags,icmp-type,icmp-code,igmp-type to ClassTupleType Add ip-ICMP,ip-IGMP To AceObjectType Add vpt,ethertype To ClassOffsetType 7- Add rlQosPortRateLimitStatus,rlQosCirPortRateLimit, rlQosCbsPortRateLimit to rlQosIfPolicyTable 8 - Add Added rlQosDscpToDpTable 9 - Add statistics 10 - Add innerVlan to ClassOffsetType And inner-vlan to ClassTupleType 11 - Added rlQosCPUSafeGuardEnable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosDscpQueueDefaultMapTable 1.3.6.1.4.1.9.6.1.101.88.33
The table is used to set default dscp to queue map
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosDscpQueueDefaultMapEntry

rlQosDscpQueueDefaultMapEntry 1.3.6.1.4.1.9.6.1.101.88.33.1
The entry is used to get index form particular name and table type.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosDscpQueueDefaultMapEntry  

rlQosDscpQueueDefaultMapDscp 1.3.6.1.4.1.9.6.1.101.88.33.1.1
dscp , 6 bits of priority which determine the service class.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..63  

rlQosDscpQueueDefaultMapQueueId 1.3.6.1.4.1.9.6.1.101.88.33.1.2
the queue id vary from the first queue id to Max Number of queues supported
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

rlQosDscpToDpTable 1.3.6.1.4.1.9.6.1.101.88.34
This table specifies The DSCP To Dp table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosDscpToDpEntry

rlQosDscpToDpEntry 1.3.6.1.4.1.9.6.1.101.88.34.1
Each entry in this table describes the new DP for the packet. The index is DSCP represent by rlQosDscp
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosDscpToDpEntry  

rlQosDscp 1.3.6.1.4.1.9.6.1.101.88.34.1.1
Packet DSCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..63  

rlQosDp 1.3.6.1.4.1.9.6.1.101.88.34.1.2
New DP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2  

rlQosStatistics 1.3.6.1.4.1.9.6.1.101.88.35
OBJECT IDENTIFIER    

rlQosPortPolicyStatisticsTable 1.3.6.1.4.1.9.6.1.101.88.35.1
This table specifies statistics counter for policies with specific actions
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosPortPolicyStatisticsEntry

rlQosPortPolicyStatisticsEntry 1.3.6.1.4.1.9.6.1.101.88.35.1.1
Each entry in this table describes counter per port. The index is port represent by rlIfIndex. In each entry represents counter, it's type , it's size and whether it's enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosPortPolicyStatisticsEntry  

rlQosPortPolicyStatisticsCntrType 1.3.6.1.4.1.9.6.1.101.88.35.1.1.1
Counter type.
Status: current Access: read-write
OBJECT-TYPE    
  StatisticsCntrType  

rlQosPortPolicyStatisticsCntrNumOfBits 1.3.6.1.4.1.9.6.1.101.88.35.1.1.2
Counter size in bits.
Status: current Access: read-only
OBJECT-TYPE    
  StatisticsCntrNumOfBitsType  

rlQosPortPolicyStatisticsEnableCounting 1.3.6.1.4.1.9.6.1.101.88.35.1.1.3
Indication whether the counter is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlQosPortPolicyStatisticsCounterValue 1.3.6.1.4.1.9.6.1.101.88.35.1.1.4
Counter value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosSinglePolicerStatisticsTable 1.3.6.1.4.1.9.6.1.101.88.35.2
This table specifies statistics counters per QoS meter
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosSinglePolicerStatisticsEntry

rlQosSinglePolicerStatisticsEntry 1.3.6.1.4.1.9.6.1.101.88.35.2.1
Each entry in this table describes counter per meter. The index is port represent by RlQosMeterStatisticsPort and RlQosMeterStatisticsPolicerPointer. In each entry there are fields representing whether the counter for the meter is enabled and two counters value - for in-profile bytes and for out-of-profile bytes.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosSinglePolicerStatisticsEntry  

rlQosSinglePolicerStatisticsInProfileCounterValue 1.3.6.1.4.1.9.6.1.101.88.35.2.1.1
Counter value of in profile traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosSinglePolicerStatisticsInProfileCntrNumOfBits 1.3.6.1.4.1.9.6.1.101.88.35.2.1.2
Counter size in bits for in profile counter.
Status: current Access: read-only
OBJECT-TYPE    
  StatisticsCntrNumOfBitsType  

rlQosSinglePolicerStatisticsOutProfileCounterValue 1.3.6.1.4.1.9.6.1.101.88.35.2.1.3
Counter value of Out Profile traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosSinglePolicerStatisticsOutProfileCntrNumOfBits 1.3.6.1.4.1.9.6.1.101.88.35.2.1.4
Counter size in bits for out profile counter.
Status: current Access: read-only
OBJECT-TYPE    
  StatisticsCntrNumOfBitsType  

rlQosSinglePolicerStatisticsStatus 1.3.6.1.4.1.9.6.1.101.88.35.2.1.5
The status of a table entry. It is used to delete an entry from this table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlQosAggregatePolicerStatisticsTable 1.3.6.1.4.1.9.6.1.101.88.35.3
This table specifies statistics counters per QoS aggregate meter
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosAggregatePolicerStatisticsEntry

rlQosAggregatePolicerStatisticsEntry 1.3.6.1.4.1.9.6.1.101.88.35.3.1
Each entry in this table describes counter per aggregate meter. The index is rlQosPolicerIndex. In each entry there are fields representing whether the counter for the meter is enabled and three counters values - for green, yellow and red profiles bytes.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosAggregatePolicerStatisticsEntry  

rlQosAggregatePolicerStatisticsInProfileCounterValue 1.3.6.1.4.1.9.6.1.101.88.35.3.1.1
Counter value of In Profile amount of bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosAggregatePolicerStatisticsInProfileCntrNumOfBits 1.3.6.1.4.1.9.6.1.101.88.35.3.1.2
Counter size in bits for In Profile .
Status: current Access: read-only
OBJECT-TYPE    
  StatisticsCntrNumOfBitsType  

rlQosAggregatePolicerStatisticsOutProfileCounterValue 1.3.6.1.4.1.9.6.1.101.88.35.3.1.3
Counter value of Out Profile amount of bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosAggregatePolicerStatisticsOutProfileCntrNumOfBits 1.3.6.1.4.1.9.6.1.101.88.35.3.1.4
Counter size in bits for Out Profile.
Status: current Access: read-only
OBJECT-TYPE    
  StatisticsCntrNumOfBitsType  

rlQosAggregatePolicerStatisticsStatus 1.3.6.1.4.1.9.6.1.101.88.35.3.1.5
The status of a table entry. It is used to delete an entry from this table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlQosOutQueueStatisticsTable 1.3.6.1.4.1.9.6.1.101.88.35.4
This table specifies statistics counters per VLAN/Port/Queue/Drop Precedence
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosOutQueueStatisticsEntry

rlQosOutQueueStatisticsEntry 1.3.6.1.4.1.9.6.1.101.88.35.4.1
Each entry in this table describes counter per any permutation of Port/VLAN/Queue/Drop Precedence. Each of the above can a group off 'All'. The index is port represent by rlQosOutQueueStatisticsCountrID. In each entry there are fields representing whether the counter is enabled and counters value.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosOutQueueStatisticsEntry  

rlQosOutQueueStatisticsCountrID 1.3.6.1.4.1.9.6.1.101.88.35.4.1.1
Counter id, the key of the table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlQosOutQueueStatisticsIfIndexList 1.3.6.1.4.1.9.6.1.101.88.35.4.1.2
Port for which the flow is counted.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

rlQosOutQueueStatisticsPortAll 1.3.6.1.4.1.9.6.1.101.88.35.4.1.3
Indication for whether the port is configured as range of all the ports
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlQosOutQueueStatisticsVlan 1.3.6.1.4.1.9.6.1.101.88.35.4.1.4
VLAN for which the flow is counted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlQosOutQueueStatisticsVlanAll 1.3.6.1.4.1.9.6.1.101.88.35.4.1.5
Indication for whether the VLAN is configured as range of all the VLANS
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlQosOutQueueStatisticsQueue 1.3.6.1.4.1.9.6.1.101.88.35.4.1.6
Queue for which the flow is counted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

rlQosOutQueueStatisticsQueueAll 1.3.6.1.4.1.9.6.1.101.88.35.4.1.7
Indication for whether the queue is configured as range of all the Queues
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlQosOutQueueStatisticsDP 1.3.6.1.4.1.9.6.1.101.88.35.4.1.8
Drop Precedence for which the flow is counted.
Status: current Access: read-write
OBJECT-TYPE    
  StatisticsDPType  

rlQosOutQueueStatisticsDPAll 1.3.6.1.4.1.9.6.1.101.88.35.4.1.9
Indication for whether the DP is configured as range of all the DPs
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlQosOutQueueStatisticsCounterTailDropValue 1.3.6.1.4.1.9.6.1.101.88.35.4.1.10
The counter for tail dropped value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosOutQueueStatisticsCounterAllValue 1.3.6.1.4.1.9.6.1.101.88.35.4.1.11
The counter for all traffic value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosOutQueueStatisticsCntrNumOfBits 1.3.6.1.4.1.9.6.1.101.88.35.4.1.12
Counter size in bits for the counter.
Status: current Access: read-only
OBJECT-TYPE    
  StatisticsCntrNumOfBitsType  

rlQosOutQueueStatisticsStatus 1.3.6.1.4.1.9.6.1.101.88.35.4.1.13
The status of a table entry. It is used to delete an entry from this table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlQosGlobalStatisticsCntrsTable 1.3.6.1.4.1.9.6.1.101.88.35.5
This table specifies statistics global counters for specific rules for all ports that they are connected to
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosGlobalStatisticsCntrsEntry

rlQosGlobalStatisticsCntrsEntry 1.3.6.1.4.1.9.6.1.101.88.35.5.1
Each entry represents global counter.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosGlobalStatisticsCntrsEntry  

rlQosGlobalStatisticsCntrsType 1.3.6.1.4.1.9.6.1.101.88.35.5.1.1
Counter type.
Status: current Access: read-only
OBJECT-TYPE    
  StatisticsCntrType  

rlQosGlobalStatisticsCntrsNumOfBits 1.3.6.1.4.1.9.6.1.101.88.35.5.1.2
Counter size in bits.
Status: current Access: read-only
OBJECT-TYPE    
  StatisticsCntrNumOfBitsType  

rlQosGlobalStatisticsCntrsCounterValue 1.3.6.1.4.1.9.6.1.101.88.35.5.1.3
Counter value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosGlobalStatisticsStatus 1.3.6.1.4.1.9.6.1.101.88.35.5.1.4
The status of a table entry. It is used to delete an entry from this table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlQosClearCounters 1.3.6.1.4.1.9.6.1.101.88.35.6
This scalar indicates to clear all the counters.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlQosClassifierUtilization 1.3.6.1.4.1.9.6.1.101.88.36
OBJECT IDENTIFIER    

rlQosClassifierUtilizationTable 1.3.6.1.4.1.9.6.1.101.88.36.1
A table containing Classifier utilization information. Each row represents objects for a particular Unit present in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosClassifierUtilizationEntry

rlQosClassifierUtilizationEntry 1.3.6.1.4.1.9.6.1.101.88.36.1.1
A Single entry containing Classifier utilization information.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosClassifierUtilizationEntry  

rlQosClassifierUtilizationUnitId 1.3.6.1.4.1.9.6.1.101.88.36.1.1.1
The Unit ID of this Classifier. must be unique per entry. This is an index into the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rlQosClassifierUtilizationPercent 1.3.6.1.4.1.9.6.1.101.88.36.1.1.2
The classifier utilization percentage.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rlQosClassifierUtilizationRulesNumber 1.3.6.1.4.1.9.6.1.101.88.36.1.1.3
The classifier utilization number of used rules, in short rules resolution.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rlQosClassifierUtilizationFreeRulesNumber 1.3.6.1.4.1.9.6.1.101.88.36.1.1.4
The classifier utilization number of not used yet rules on the unit, in short rules resolution.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rlQosClassifierUtilizationSystem 1.3.6.1.4.1.9.6.1.101.88.36.2
The system classifier utilization percentage.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

rlQosClassifierRulesNumberUtilizationSystem 1.3.6.1.4.1.9.6.1.101.88.36.3
Number of used rules per system, in short rule resolution
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rlQosClassifierFreeRulesNumUtilizationSystem 1.3.6.1.4.1.9.6.1.101.88.36.4
Number of free rules per system, in short rule resolution
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rlQosClassifierMaxRulesNumberUtilizationSystem 1.3.6.1.4.1.9.6.1.101.88.36.5
Maximum number of rules per system, in short rule resolution
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rlQosPortToProfileMappingTable 1.3.6.1.4.1.9.6.1.101.88.37
This table maps between port and profile
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosPortToProfileMappingEntry

rlQosPortToProfileMappingEntry 1.3.6.1.4.1.9.6.1.101.88.37.1
Each entry in this table describes mapping between port and profile
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosPortToProfileMappingEntry  

rlQosPort 1.3.6.1.4.1.9.6.1.101.88.37.1.1
Port number
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosProfileName 1.3.6.1.4.1.9.6.1.101.88.37.1.2
profile
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlQosCPUSafeGuardEnable 1.3.6.1.4.1.9.6.1.101.88.38
This scalar enables/disables CPU Safeguard.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlQosPolicyClassPriorityRefTable 1.3.6.1.4.1.9.6.1.101.88.39
This table specifies The relationship between policy map to class map
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosPolicyClassPriorityRefEntry

rlQosPolicyClassPriorityRefEntry 1.3.6.1.4.1.9.6.1.101.88.39.1
Each entry in this table describes the connection between class-map entry to policy map by using pointers. The index is Class map pointer represent by rlQosPolicyClassRefClassPointer. It is also specifies the class-map priotiry in the policy-map, which set the rules order within the policy-map
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosPolicyClassPriorityRefEntry  

rlQosPolicyClassPriorityRefPriority 1.3.6.1.4.1.9.6.1.101.88.39.1.1
The class-map priority within the policy-map
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosPolicyClassPriorityRefClassPointer 1.3.6.1.4.1.9.6.1.101.88.39.1.2
Class-map index Pointer
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosPolicyClassPriorityRefPolicyPointer 1.3.6.1.4.1.9.6.1.101.88.39.1.3
Policy map index Pointer
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rlQosPolicyClassPriorityRefStatus 1.3.6.1.4.1.9.6.1.101.88.39.1.4
The status of a table entry. It is used to delete/Add an entry from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlQosDenyAceStatisticsTable 1.3.6.1.4.1.9.6.1.101.88.42
This table holds statistics for deny ACEs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosDenyAceStatisticsEntry

rlQosDenyAceStatisticsEntry 1.3.6.1.4.1.9.6.1.101.88.42.1
Each entry in this table holds number of hits for deny ACEs attached to specific Interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosDenyAceStatisticsEntry  

rlQosDenyAceStatisticsIfIndex 1.3.6.1.4.1.9.6.1.101.88.42.1.1
Interface Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosDenyAceStatisticsIfCounter 1.3.6.1.4.1.9.6.1.101.88.42.1.2
Number of hits on deny ACEs for this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosDenyAceStatisticsOtherFlowCounter 1.3.6.1.4.1.9.6.1.101.88.43
Number of hits on deny ACEs for 'Other'-type flow.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQosDenyAceStatisticsClearIfCounters 1.3.6.1.4.1.9.6.1.101.88.44
Keeps ifIndex a port or trunk or vlan that its hit counters should be reset. If the value is 0 then all interfaces counters must be reset.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

rlQosDenyAceStatisticsClearOtherFlowCounter 1.3.6.1.4.1.9.6.1.101.88.45
This scalar indicates clearing 'Other'-type flow counter operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlQosModeGlobalCfgTable 1.3.6.1.4.1.9.6.1.101.88.46
This table responsible to set the global qos mode configuration: qos mode, qos trust mode, and if port are trusted by default in qos advanced mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosModeGlobalCfgEntry

rlQosModeGlobalCfgEntry 1.3.6.1.4.1.9.6.1.101.88.46.1
This table responsible to set the global qos mode configuration: qos mode, qos trust mode, and if port are trusted by default in qos advanced mode. Current implemnetaion assumes only one entry exist.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosModeGlobalCfgEntry  

rlQosGlobalIndex 1.3.6.1.4.1.9.6.1.101.88.46.1.1
Entry index - currenly only one entry can exist, indexes hard coded with value '1'.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosGlobalQoSMode 1.3.6.1.4.1.9.6.1.101.88.46.1.2
This field replaces deprecated scalar rlQosCliQosMode. Defines the global qos operation mode: disable, basic or advnaced.
Status: current Access: read-write
OBJECT-TYPE    
  QosGlobalMode  

rlQosBasicGlobalTrustMode 1.3.6.1.4.1.9.6.1.101.88.46.1.3
This field replaces deprecated scalar rlQosCliBasicModeCfg. Defines the global qos trust operation mode relevant for qos basic mode.
Status: current Access: read-write
OBJECT-TYPE    
  QosTrustMode  

rlQosAdvcGlobalTrustMode 1.3.6.1.4.1.9.6.1.101.88.46.1.4
This field replaces deprecated scalar rlQosCliBasicModeCfg. Defines the global qos trust operation mode relevant for qos advanced mode.
Status: current Access: read-write
OBJECT-TYPE    
  QosTrustMode  

rlQoSPortTrustAdvancedMode 1.3.6.1.4.1.9.6.1.101.88.46.1.5
This field specified whether ports are set to trused or not-trusted by default when switching to qos advanced mode.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlQosDscpMutationEnable 1.3.6.1.4.1.9.6.1.101.88.46.1.6
This field indicates if dscp to dscp mutation mode is enable. It can be set to true in the following terms: 1.rlQosGlobalTrustMode is in {dscp, vpt-dscp} ( rlQosGlobalQoSMode must be basic or advanced) 2.if rlQosGlobalQoSMode is advanced then rlQoSPortTrustAdvancedMode must be set to true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlQosModeGlobalCfgStatus 1.3.6.1.4.1.9.6.1.101.88.46.1.7
This status of entry action. In current implementation only one entry exist, therefor only status = active is acceptable.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlQosClassMapCounterTable 1.3.6.1.4.1.9.6.1.101.88.47
The table is used to show statistics for ACL applied on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosClassMapCounterEntry

rlQosClassMapCounterEntry 1.3.6.1.4.1.9.6.1.101.88.47.1
This entry returns the value of the class map counter. Entry is added/deleted to this MIB when counting is enabled/disabled on the class map. The counter is set to zero upon reading its value.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosClassMapCounterEntry  

rlQosClassMapCounterValue 1.3.6.1.4.1.9.6.1.101.88.47.1.2
This field returns the current value of the class map counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rlQosApplicationTrapIdTable 1.3.6.1.4.1.9.6.1.101.88.48
The read only table is used to get the trapId assisated to application wants to use the trap action in the class map table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosApplicationTrapIdEntry

rlQosApplicationTrapIdEntry 1.3.6.1.4.1.9.6.1.101.88.48.1
This entry holds the trapId for application using the trap action in the class map table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosApplicationTrapIdEntry  

rlQosApplicationName 1.3.6.1.4.1.9.6.1.101.88.48.1.1
This field represents the application name and traffic type.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlQosApplicationTrapId 1.3.6.1.4.1.9.6.1.101.88.48.1.2
This field defines the trap id to be use in the class map entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlQoSApplicationDefaultAction 1.3.6.1.4.1.9.6.1.101.88.49
This scalar specifies application-specific default action
Status: current Access: read-write
OBJECT-TYPE    
  RlQosApplicationDefaultActionType  

rlQosLogInputInterfacesAceMatchedTable 1.3.6.1.4.1.9.6.1.101.88.50
This table holds a list and of ACE matched log-input option interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlQosLogInputInterfacesAceMatchedEntry

rlQosLogInputInterfacesAceMatchedEntry 1.3.6.1.4.1.9.6.1.101.88.50.1
This table holds only one entry of port list and vlan list.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlQosLogInputInterfacesAceMatchedEntry  

rlQosLogInputInterfacesAceMatchedIndex 1.3.6.1.4.1.9.6.1.101.88.50.1.1
An index is entrie's sequence.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlQosLogInputInterfacesAceMatchedPorts 1.3.6.1.4.1.9.6.1.101.88.50.1.2
the matched log-input ACEs port list
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

rlQosLogInputInterfacesAceMatchedVlanList1to1024 1.3.6.1.4.1.9.6.1.101.88.50.1.3
the matched log-input ACEs vlan list from 1 to 1024.
Status: current Access: read-only
OBJECT-TYPE    
  VlanList1  

rlQosLogInputInterfacesAceMatchedVlanList1025to2048 1.3.6.1.4.1.9.6.1.101.88.50.1.4
the matched log-input ACEs vlan list from 1025 to 2048.
Status: current Access: read-only
OBJECT-TYPE    
  VlanList2  

rlQosLogInputInterfacesAceMatchedVlanList2049to3072 1.3.6.1.4.1.9.6.1.101.88.50.1.5
the matched log-input ACEs vlan list from 2049 to 3072.
Status: current Access: read-only
OBJECT-TYPE    
  VlanList3  

rlQosLogInputInterfacesAceMatchedVlanList3073to4094 1.3.6.1.4.1.9.6.1.101.88.50.1.6
the matched log-input ACEs vlan list from 3073 to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  VlanList4