OA-QOS-MIB

File: OA-QOS-MIB.mib (56277 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB ONEACCESS-GLOBAL-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Gauge32 Counter64
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
DisplayString TruthValue ifIndex
InterfaceIndex oacExpIMIp

Defined Types

QosObjectType  
QOS object types.
TEXTUAL-CONVENTION    
  INTEGER policymap(1), classmap(2), matchStatement(3), queueing(4), randomDetect(5), police(7), set(8)  

TrafficDirection  
A policy is configured for the input or output directions.
TEXTUAL-CONVENTION    
  INTEGER input(1), output(2)  

QosClassInfo  
A classmap can be match all or match any.
TEXTUAL-CONVENTION    
  INTEGER none(1), matchAll(2), matchAny(3)  

QosMatchInfo  
A match can be match or match not. 23 Aug 2013 : replaced 'none(1)' by 'match(1)'
TEXTUAL-CONVENTION    
  INTEGER match(1), matchNot(2)  

InterfaceType  
The interface type.
TEXTUAL-CONVENTION    
  INTEGER mainInterface(1), subInterface(2)  

QueueingBandwidthUnits  
Unit type for bandwidth.
TEXTUAL-CONVENTION    
  INTEGER kbps(1), percentage(2), percentageRemaining(3)  

PoliceAction  
The available actions.
TEXTUAL-CONVENTION    
  INTEGER transmit(1), setIpDSCP(2), setIpPrecedence(3), setQosGroup(4), drop(5), setAtmClp(6), setDiscardClass(7), setCos(8)  

SetFeatureType  
The available packet marking features.
TEXTUAL-CONVENTION    
  BITS ipDscp(0), ipPrecedence(1), qosGroupNumber(2), atmClpBit(3), discardClass(4), cos(5)  

WREDMechanism  
WRED mechanism.
TEXTUAL-CONVENTION    
  INTEGER precedence(1), dscp(2), cos(3)  

QosQueueUnitType  
Unit type for queue size.
TEXTUAL-CONVENTION    
  INTEGER packets(1), cells(2), bytes(3)  

QosQueueDepth  
Queue depth value.
TEXTUAL-CONVENTION    
  Gauge32  

OacQosServicePolicyEntry  
SEQUENCE    
  oacQosPolicyIndex Gauge32
  oacQosIfIndex InterfaceIndex
  oacQosIfType InterfaceType
  oacQosPolicyDirection TrafficDirection

OacQosInterfacePolicyEntry  
SEQUENCE    
  oacQosInterfacePolicyIndex Gauge32

OacQosObjectsEntry  
SEQUENCE    
  oacQosObjectsIndex Gauge32
  oacQosConfigIndex Gauge32
  oacQosObjectsType QosObjectType
  oacQosParentObjectsIndex Gauge32

OacQosPolicyMapConfigEntry  
SEQUENCE    
  oacQosPolicyMapName DisplayString

OacQosClassMapConfigEntry  
SEQUENCE    
  oacQosClassMapName DisplayString
  oacQosClassMapInfo QosClassInfo

OacQosClassMapStatsEntry  
SEQUENCE    
  oacQosClassMapPreExecutePkt Counter32
  oacQosClassMapPreExecutePkt64 Counter64
  oacQosClassMapPreExecuteByte Counter32
  oacQosClassMapPreExecuteByte64 Counter64
  oacQosClassMapPreExecuteBitRate Gauge32
  oacQosClassMapPostExecuteByte Counter32
  oacQosClassMapPostExecuteByte64 Counter64
  oacQosClassMapPostExecuteBitRate Gauge32
  oacQosClassMapDropPkt Counter32
  oacQosClassMapDropPkt64 Counter64
  oacQosClassMapDropByte Counter32
  oacQosClassMapDropByte64 Counter64
  oacQosClassMapDropBitRate Gauge32
  oacQosClassMapRemarkedPkt Counter32
  oacQosClassMapRemarkedPkt64 Counter64
  oacQosClassMapRemarkedByte Counter32
  oacQosClassMapRemarkedByte64 Counter64

OacQosMatchConfigEntry  
SEQUENCE    
  oacQosMatchName DisplayString
  oacQosMatchInfo QosMatchInfo

OacQosMatchStatsEntry  
SEQUENCE    
  oacQosMatchPreExecutePkt Counter32
  oacQosMatchPreExecutePkt64 Counter64
  oacQosMatchPreExecuteByte Counter32
  oacQosMatchPreExecuteByte64 Counter64
  oacQosMatchPreExecuteBitRate Gauge32

OacQosSetConfigEntry  
SEQUENCE    
  oacQosSetConfigFeature SetFeatureType
  oacQosSetConfigIpDSCPValue Integer32
  oacQosSetConfigIpPrecedenceValue Integer32
  oacQosSetConfigQosGroupValue Integer32
  oacQosSetConfigDiscardClassValue Gauge32
  oacQosSetConfigCosValue Integer32

OacQosPoliceConfigEntry  
SEQUENCE    
  oacQosPoliceConfigCir Gauge32
  oacQosPoliceConfigCir64 Counter64
  oacQosPoliceConfigConformBurstSize Gauge32
  oacQosPoliceConfigPir Gauge32
  oacQosPoliceConfigPeakBurstSize Gauge32
  oacQosPoliceConfigConformAction PoliceAction
  oacQosPoliceConfigConformSetValue Gauge32
  oacQosPoliceConfigExceedAction PoliceAction
  oacQosPoliceConfigExceedSetValue Gauge32
  oacQosPoliceConfigViolateAction PoliceAction
  oacQosPoliceConfigViolateSetValue Gauge32

OacQosPoliceActionConfigEntry  
SEQUENCE    
  oacQosPoliceActionConfigIndex Gauge32
  oacQosPoliceActionConfigConform PoliceAction
  oacQosPoliceActionConfigConformSetValue Gauge32
  oacQosPoliceActionConfigExceed PoliceAction
  oacQosPoliceActionConfigExceedSetValue Gauge32
  oacQosPoliceActionConfigViolate PoliceAction
  oacQosPoliceActionConfigViolateSetValue Gauge32

OacQosPoliceStatsEntry  
SEQUENCE    
  oacQosPoliceConformPkt Counter32
  oacQosPoliceConformPkt64 Counter64
  oacQosPoliceConformByte Counter32
  oacQosPoliceConformByte64 Counter64
  oacQosPoliceConformBitRate Gauge32
  oacQosPoliceExceedPkt Counter32
  oacQosPoliceExceedPkt64 Counter64
  oacQosPoliceExceedByte Counter32
  oacQosPoliceExceedByte64 Counter64
  oacQosPoliceExceedBitRate Gauge32
  oacQosPoliceViolatePkt Counter32
  oacQosPoliceViolatePkt64 Counter64
  oacQosPoliceViolateByte Counter32
  oacQosPoliceViolateByte64 Counter64
  oacQosPoliceViolateBitRate Gauge32

OacQosWREDConfigEntry  
SEQUENCE    
  oacQosWREDConfigExponentialWeight Integer32
  oacQosWREDConfigDscpPrecQosCosGroup WREDMechanism
  oacQosWREDConfigECNEnabled TruthValue

OacQosWREDClassConfigEntry  
SEQUENCE    
  oacQosWREDValue Integer32
  oacQosWREDConfigPktDropProb Integer32
  oacQosWREDClassConfigThresholdUnit QosQueueUnitType
  oacQosWREDClassConfigMinThreshold QosQueueDepth
  oacQosWREDClassConfigMaxThreshold QosQueueDepth

OacQosWREDClassStatsEntry  
SEQUENCE    
  oacQosWREDAverageQueueSizeUnits QosQueueUnitType
  oacQosWREDAverageQueueSize QosQueueDepth
  oacQosWREDRandomDropPkt Counter32
  oacQosWREDRandomDropPkt64 Counter64
  oacQosWREDRandomDropByte Counter32
  oacQosWREDRandomDropByte64 Counter64
  oacQosWREDTailDropPkt Counter32
  oacQosWREDTailDropPkt64 Counter64
  oacQosWREDTailDropByte Counter32
  oacQosWREDTailDropByte64 Counter64
  oacQosWREDTransmitPkt Counter32
  oacQosWREDTransmitPkt64 Counter64
  oacQosWREDTransmitByte Counter32
  oacQosWREDTransmitByte64 Counter64
  oacQosWREDECNMarkPkt Counter32
  oacQosWREDECNMarkPkt64 Counter64
  oacQosWREDECNMarkByte Counter32
  oacQosWREDECNMarkByte64 Counter64

OacQosQueueConfigEntry  
SEQUENCE    
  oacQosQueueConfigFlowBasedEnabled TruthValue
  oacQosQueueConfigPriorityEnabled TruthValue
  oacQosQueueConfigBandwidth Integer32
  oacQosQueueConfigBandwidthUnits QueueingBandwidthUnits
  oacQosQueueConfigFlowBasedQSize Integer32
  oacQosQueueConfigFlowBasedQNumber Integer32
  oacQosQueueConfigPrioBurstSize Gauge32
  oacQosQueueConfigQueueLimitUnits QosQueueUnitType
  oacQosQueueConfigQueueLimit QosQueueDepth
  oacQosQueueConfigERPriority Integer32

OacQosQueueStatsEntry  
SEQUENCE    
  oacQosQueueDiscardByte Counter32
  oacQosQueueDiscardByte64 Counter64
  oacQosQueueDiscardPkt Counter32
  oacQosQueueDiscardPkt64 Counter64
  oacQosQueueCurrentQDepth Gauge32
  oacQosQueueMaxQDepth Gauge32

Defined Values

oacQOS 1.3.6.1.4.1.13191.10.3.1.3
Description added
MODULE-IDENTITY    

oacQosServicePolicyTable 1.3.6.1.4.1.13191.10.3.1.3.1
This table describes the interfaces that have attached policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosServicePolicyEntry

oacQosServicePolicyEntry 1.3.6.1.4.1.13191.10.3.1.3.1.1
Each entry is indexed by policy index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosServicePolicyEntry  

oacQosPolicyIndex 1.3.6.1.4.1.13191.10.3.1.3.1.1.1
Each policy has a distinct index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Gauge32  

oacQosIfIndex 1.3.6.1.4.1.13191.10.3.1.3.1.1.2
The interface index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

oacQosIfType 1.3.6.1.4.1.13191.10.3.1.3.1.1.3
Interface type.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceType  

oacQosPolicyDirection 1.3.6.1.4.1.13191.10.3.1.3.1.1.4
Policy direction (input or output).
Status: current Access: read-only
OBJECT-TYPE    
  TrafficDirection  

oacQosInterfacePolicyTable 1.3.6.1.4.1.13191.10.3.1.3.2
This describes the service policies attached to the interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosInterfacePolicyEntry

oacQosInterfacePolicyEntry 1.3.6.1.4.1.13191.10.3.1.3.2.1
Each entry is indexed by ifindex and direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosInterfacePolicyEntry  

oacQosInterfacePolicyIndex 1.3.6.1.4.1.13191.10.3.1.3.2.1.1
Index for policy, identical with oacQosPolicyIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosObjectsTable 1.3.6.1.4.1.13191.10.3.1.3.3
This tables describes the hierarchy of objects(policies, classmaps, actions, match statements). A policy can contain several classmaps, a classmap several match statements, etc. For each object there is also an index to the corresponding config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosObjectsEntry

oacQosObjectsEntry 1.3.6.1.4.1.13191.10.3.1.3.3.1
Each entry is indexed by policy index and object index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosObjectsEntry  

oacQosObjectsIndex 1.3.6.1.4.1.13191.10.3.1.3.3.1.1
Each object has a unique index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Gauge32  

oacQosConfigIndex 1.3.6.1.4.1.13191.10.3.1.3.3.1.2
The index of the config. A config can be shared by several objects.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosObjectsType 1.3.6.1.4.1.13191.10.3.1.3.3.1.3
The type of the object: policymap, or classmap, or matchStatement, etc.
Status: current Access: read-only
OBJECT-TYPE    
  QosObjectType  

oacQosParentObjectsIndex 1.3.6.1.4.1.13191.10.3.1.3.3.1.4
The index of the parent object.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosPolicyMapConfigTable 1.3.6.1.4.1.13191.10.3.1.3.4
This Table specifies the policy maps configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosPolicyMapConfigEntry

oacQosPolicyMapConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.4.1
Each entry is indexed by config index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosPolicyMapConfigEntry  

oacQosPolicyMapName 1.3.6.1.4.1.13191.10.3.1.3.4.1.1
Policy map name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

oacQosClassMapConfigTable 1.3.6.1.4.1.13191.10.3.1.3.5
This Table specifies the classmaps configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosClassMapConfigEntry

oacQosClassMapConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.5.1
Each entry is indexed by config index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosClassMapConfigEntry  

oacQosClassMapName 1.3.6.1.4.1.13191.10.3.1.3.5.1.1
Name of class map.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

oacQosClassMapInfo 1.3.6.1.4.1.13191.10.3.1.3.5.1.2
Type of classmap: Match all or Match any.
Status: current Access: read-only
OBJECT-TYPE    
  QosClassInfo  

oacQosClassMapStatsTable 1.3.6.1.4.1.13191.10.3.1.3.6
Statistics for classmaps.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosClassMapStatsEntry

oacQosClassMapStatsEntry 1.3.6.1.4.1.13191.10.3.1.3.6.1
Each entry is indexed by policy index and object index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosClassMapStatsEntry  

oacQosClassMapPreExecutePkt 1.3.6.1.4.1.13191.10.3.1.3.6.1.1
Count of inbound packets before executing any policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosClassMapPreExecutePkt64 1.3.6.1.4.1.13191.10.3.1.3.6.1.2
Count64 of inbound packets before executing any policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosClassMapPreExecuteByte 1.3.6.1.4.1.13191.10.3.1.3.6.1.3
Count of inbound bytes before executing any policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosClassMapPreExecuteByte64 1.3.6.1.4.1.13191.10.3.1.3.6.1.4
Count64 of inbound bytes before executing any policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosClassMapPreExecuteBitRate 1.3.6.1.4.1.13191.10.3.1.3.6.1.5
Bit rate of data before executing any policy.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosClassMapPostExecuteByte 1.3.6.1.4.1.13191.10.3.1.3.6.1.6
Count of outbound bytes after applying policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosClassMapPostExecuteByte64 1.3.6.1.4.1.13191.10.3.1.3.6.1.7
Count64 of outbound bytes after applying policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosClassMapPostExecuteBitRate 1.3.6.1.4.1.13191.10.3.1.3.6.1.8
Rate of outbound bits after applying policy.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosClassMapDropPkt 1.3.6.1.4.1.13191.10.3.1.3.6.1.9
Count of dropped packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosClassMapDropPkt64 1.3.6.1.4.1.13191.10.3.1.3.6.1.10
Count64 of dropped packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosClassMapDropByte 1.3.6.1.4.1.13191.10.3.1.3.6.1.11
Count of dropped bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosClassMapDropByte64 1.3.6.1.4.1.13191.10.3.1.3.6.1.12
Count64 of dropped bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosClassMapDropBitRate 1.3.6.1.4.1.13191.10.3.1.3.6.1.13
Rate of dropped bits.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosClassMapRemarkedPkt 1.3.6.1.4.1.13191.10.3.1.3.6.1.14
Count of remarked packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosClassMapRemarkedPkt64 1.3.6.1.4.1.13191.10.3.1.3.6.1.15
Count64 of remarked packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosClassMapRemarkedByte 1.3.6.1.4.1.13191.10.3.1.3.6.1.16
Count of remarked bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosClassMapRemarkedByte64 1.3.6.1.4.1.13191.10.3.1.3.6.1.17
Count of remarked bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosMatchConfigTable 1.3.6.1.4.1.13191.10.3.1.3.7
This table specifies the match statements configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosMatchConfigEntry

oacQosMatchConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.7.1
Each entry is indexed by config index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosMatchConfigEntry  

oacQosMatchName 1.3.6.1.4.1.13191.10.3.1.3.7.1.1
The name of the match statement.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

oacQosMatchInfo 1.3.6.1.4.1.13191.10.3.1.3.7.1.2
Match or Match not.
Status: current Access: read-only
OBJECT-TYPE    
  QosMatchInfo  

oacQosMatchStatsTable 1.3.6.1.4.1.13191.10.3.1.3.8
This table specifies the match statements statistics. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counters exist in OneOS
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosMatchStatsEntry

oacQosMatchStatsEntry 1.3.6.1.4.1.13191.10.3.1.3.8.1
Each entry is indexed by policy index and object index.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  OacQosMatchStatsEntry  

oacQosMatchPreExecutePkt 1.3.6.1.4.1.13191.10.3.1.3.8.1.1
Count of inbound packets before executing any policy. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosMatchPreExecutePkt64 1.3.6.1.4.1.13191.10.3.1.3.8.1.2
Count64 of inbound packets before executing any policy. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosMatchPreExecuteByte 1.3.6.1.4.1.13191.10.3.1.3.8.1.3
Count of inbound bytes before executing any policy. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosMatchPreExecuteByte64 1.3.6.1.4.1.13191.10.3.1.3.8.1.4
Count64 of inbound bytes before executing any policy. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosMatchPreExecuteBitRate 1.3.6.1.4.1.13191.10.3.1.3.8.1.5
Input bit rate. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosSetConfigTable 1.3.6.1.4.1.13191.10.3.1.3.9
This table specifies Actions configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosSetConfigEntry

oacQosSetConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.9.1
Each entry is indexed by config index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosSetConfigEntry  

oacQosSetConfigFeature 1.3.6.1.4.1.13191.10.3.1.3.9.1.1
The configured packet marking feature : ipDscp(0), ipPrecedence(1), qosGroupNumber(2), atmClpBit(3), discardClass(4), cos(5)
Status: current Access: read-only
OBJECT-TYPE    
  SetFeatureType  

oacQosSetConfigIpDSCPValue 1.3.6.1.4.1.13191.10.3.1.3.9.1.2
The IP DSCP value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..63  

oacQosSetConfigIpPrecedenceValue 1.3.6.1.4.1.13191.10.3.1.3.9.1.3
The IP Precedence value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

oacQosSetConfigQosGroupValue 1.3.6.1.4.1.13191.10.3.1.3.9.1.4
The Qos Group value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..99  

oacQosSetConfigDiscardClassValue 1.3.6.1.4.1.13191.10.3.1.3.9.1.5
Not supported.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..7  

oacQosSetConfigCosValue 1.3.6.1.4.1.13191.10.3.1.3.9.1.6
The Cos value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

oacQosPoliceConfigTable 1.3.6.1.4.1.13191.10.3.1.3.10
This table specifies Traffic Conditioning configuration information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosPoliceConfigEntry

oacQosPoliceConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.10.1
Each entry is indexed by config index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosPoliceConfigEntry  

oacQosPoliceConfigCir 1.3.6.1.4.1.13191.10.3.1.3.10.1.1
Committed Information Rate.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 8000..2000000000  

oacQosPoliceConfigCir64 1.3.6.1.4.1.13191.10.3.1.3.10.1.2
Committed Information Rate.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosPoliceConfigConformBurstSize 1.3.6.1.4.1.13191.10.3.1.3.10.1.3
Committed Burst Size.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1000..512000000  

oacQosPoliceConfigPir 1.3.6.1.4.1.13191.10.3.1.3.10.1.4
Peak Information Rate.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 8000..2000000000  

oacQosPoliceConfigPeakBurstSize 1.3.6.1.4.1.13191.10.3.1.3.10.1.5
Peak Burst Size.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1000..512000000  

oacQosPoliceConfigConformAction 1.3.6.1.4.1.13191.10.3.1.3.10.1.6
Configured conform action : transmit(1), setIpDSCP(2), setIpPrecedence(3), setQosGroup(4), drop(5), setAtmClp(6), setDiscardClass(7), setCos(8).
Status: deprecated Access: read-only
OBJECT-TYPE    
  PoliceAction  

oacQosPoliceConfigConformSetValue 1.3.6.1.4.1.13191.10.3.1.3.10.1.7
Configured packet marking feature value in case of conform action
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32 1..99  

oacQosPoliceConfigExceedAction 1.3.6.1.4.1.13191.10.3.1.3.10.1.8
Configured exceed action : transmit(1), setIpDSCP(2), setIpPrecedence(3), setQosGroup(4), drop(5), setAtmClp(6), setDiscardClass(7), setCos(8).
Status: deprecated Access: read-only
OBJECT-TYPE    
  PoliceAction  

oacQosPoliceConfigExceedSetValue 1.3.6.1.4.1.13191.10.3.1.3.10.1.9
Configured packet marking feature value in case of exceed action
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32 1..99  

oacQosPoliceConfigViolateAction 1.3.6.1.4.1.13191.10.3.1.3.10.1.10
Configured violate action : transmit(1), setIpDSCP(2), setIpPrecedence(3), setQosGroup(4), drop(5), setAtmClp(6), setDiscardClass(7), setCos(8).
Status: deprecated Access: read-only
OBJECT-TYPE    
  PoliceAction  

oacQosPoliceConfigViolateSetValue 1.3.6.1.4.1.13191.10.3.1.3.10.1.11
Configured packet marking feature value in case of violate action
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32 1..99  

oacQosPoliceActionConfigTable 1.3.6.1.4.1.13191.10.3.1.3.11
This table specifies Traffic Conditioning Action configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosPoliceActionConfigEntry

oacQosPoliceActionConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.11.1
Each entry is indexed by config index and police action config index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosPoliceActionConfigEntry  

oacQosPoliceActionConfigIndex 1.3.6.1.4.1.13191.10.3.1.3.11.1.1
Each action has a unique index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Gauge32  

oacQosPoliceActionConfigConform 1.3.6.1.4.1.13191.10.3.1.3.11.1.2
Action taken when traffic does not exceed conform token bucket.
Status: current Access: read-only
OBJECT-TYPE    
  PoliceAction  

oacQosPoliceActionConfigConformSetValue 1.3.6.1.4.1.13191.10.3.1.3.11.1.3
New value set for each conform packets. If Action action does not required a set value, this object is set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..99  

oacQosPoliceActionConfigExceed 1.3.6.1.4.1.13191.10.3.1.3.11.1.4
Action taken when traffic is between conform and exceed token buckets.
Status: current Access: read-only
OBJECT-TYPE    
  PoliceAction  

oacQosPoliceActionConfigExceedSetValue 1.3.6.1.4.1.13191.10.3.1.3.11.1.5
New value set for each exceed packets. If action does not required a set value, this object is set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..99  

oacQosPoliceActionConfigViolate 1.3.6.1.4.1.13191.10.3.1.3.11.1.6
Action taken when traffic exceeds conform token bucket.
Status: current Access: read-only
OBJECT-TYPE    
  PoliceAction  

oacQosPoliceActionConfigViolateSetValue 1.3.6.1.4.1.13191.10.3.1.3.11.1.7
New value set for each violate packets. If action does not required a set value, this object is set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..99  

oacQosPoliceStatsTable 1.3.6.1.4.1.13191.10.3.1.3.12
This table specifies Traffic Conditioning Statistics information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosPoliceStatsEntry

oacQosPoliceStatsEntry 1.3.6.1.4.1.13191.10.3.1.3.12.1
Each entry is indexed by policy index and object index
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosPoliceStatsEntry  

oacQosPoliceConformPkt 1.3.6.1.4.1.13191.10.3.1.3.12.1.1
Count of conformed packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosPoliceConformPkt64 1.3.6.1.4.1.13191.10.3.1.3.12.1.2
Count64 of conformed packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosPoliceConformByte 1.3.6.1.4.1.13191.10.3.1.3.12.1.3
Count of conformed bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosPoliceConformByte64 1.3.6.1.4.1.13191.10.3.1.3.12.1.4
Count64 of conformed bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosPoliceConformBitRate 1.3.6.1.4.1.13191.10.3.1.3.12.1.5
The conform traffic rate.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosPoliceExceedPkt 1.3.6.1.4.1.13191.10.3.1.3.12.1.6
Count of exceeded packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosPoliceExceedPkt64 1.3.6.1.4.1.13191.10.3.1.3.12.1.7
Count64 of exceeded packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosPoliceExceedByte 1.3.6.1.4.1.13191.10.3.1.3.12.1.8
Count of exceeded bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosPoliceExceedByte64 1.3.6.1.4.1.13191.10.3.1.3.12.1.9
Count64 of exceeded bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosPoliceExceedBitRate 1.3.6.1.4.1.13191.10.3.1.3.12.1.10
The exceed traffic rate.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosPoliceViolatePkt 1.3.6.1.4.1.13191.10.3.1.3.12.1.11
Count of violated packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosPoliceViolatePkt64 1.3.6.1.4.1.13191.10.3.1.3.12.1.12
Count64 of violated packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosPoliceViolateByte 1.3.6.1.4.1.13191.10.3.1.3.12.1.13
Count of violated bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosPoliceViolateByte64 1.3.6.1.4.1.13191.10.3.1.3.12.1.14
Count64 of violated bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosPoliceViolateBitRate 1.3.6.1.4.1.13191.10.3.1.3.12.1.15
The violate traffic rate.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosWREDConfigTable 1.3.6.1.4.1.13191.10.3.1.3.13
This table specifies the WRED configuration information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosWREDConfigEntry

oacQosWREDConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.13.1
Each entry is indexed by config index
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosWREDConfigEntry  

oacQosWREDConfigExponentialWeight 1.3.6.1.4.1.13191.10.3.1.3.13.1.1
The exponential weighting factor used to compute average queue size.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..16  

oacQosWREDConfigDscpPrecQosCosGroup 1.3.6.1.4.1.13191.10.3.1.3.13.1.2
The WRED based mechanism.
Status: current Access: read-only
OBJECT-TYPE    
  WREDMechanism  

oacQosWREDConfigECNEnabled 1.3.6.1.4.1.13191.10.3.1.3.13.1.3
Indicate if Explicit Congestion Notification is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

oacQosWREDClassConfigTable 1.3.6.1.4.1.13191.10.3.1.3.14
This table specifies the WRED configuration information for each value.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosWREDClassConfigEntry

oacQosWREDClassConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.14.1
Each entry is indexed by config index and WRED value.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosWREDClassConfigEntry  

oacQosWREDValue 1.3.6.1.4.1.13191.10.3.1.3.14.1.1
The DSCP, Precedence, QosGroup or Cos value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..63  

oacQosWREDConfigPktDropProb 1.3.6.1.4.1.13191.10.3.1.3.14.1.2
The Mark Probality Drop factor.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65536  

oacQosWREDClassConfigThresholdUnit 1.3.6.1.4.1.13191.10.3.1.3.14.1.3
The unit to specify WRED thresholds.
Status: current Access: read-only
OBJECT-TYPE    
  QosQueueUnitType  

oacQosWREDClassConfigMinThreshold 1.3.6.1.4.1.13191.10.3.1.3.14.1.4
The minimum WRED threshold value.
Status: current Access: read-only
OBJECT-TYPE    
  QosQueueDepth  

oacQosWREDClassConfigMaxThreshold 1.3.6.1.4.1.13191.10.3.1.3.14.1.5
The maximum WRED threshold value.
Status: current Access: read-only
OBJECT-TYPE    
  QosQueueDepth  

oacQosWREDClassStatsTable 1.3.6.1.4.1.13191.10.3.1.3.15
This table specifies the WRED statistics information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosWREDClassStatsEntry

oacQosWREDClassStatsEntry 1.3.6.1.4.1.13191.10.3.1.3.15.1
Each entry is indexed by config index, object index and WRED value.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosWREDClassStatsEntry  

oacQosWREDAverageQueueSizeUnits 1.3.6.1.4.1.13191.10.3.1.3.15.1.1
The queue size unit type.
Status: current Access: read-only
OBJECT-TYPE    
  QosQueueUnitType  

oacQosWREDAverageQueueSize 1.3.6.1.4.1.13191.10.3.1.3.15.1.2
The average queue size used by WRED.
Status: current Access: read-only
OBJECT-TYPE    
  QosQueueDepth  

oacQosWREDRandomDropPkt 1.3.6.1.4.1.13191.10.3.1.3.15.1.3
Count of packets dropped ramdomly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosWREDRandomDropPkt64 1.3.6.1.4.1.13191.10.3.1.3.15.1.4
Count64 of packets dropped ramdomly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosWREDRandomDropByte 1.3.6.1.4.1.13191.10.3.1.3.15.1.5
Count of bytes dropped ramdomly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosWREDRandomDropByte64 1.3.6.1.4.1.13191.10.3.1.3.15.1.6
Count64 of bytes dropped ramdomly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosWREDTailDropPkt 1.3.6.1.4.1.13191.10.3.1.3.15.1.7
Count of packets dropped when the number of packets exceeds the maximum threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosWREDTailDropPkt64 1.3.6.1.4.1.13191.10.3.1.3.15.1.8
Count64 of packets dropped when the number of packets exceeds the maximum threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosWREDTailDropByte 1.3.6.1.4.1.13191.10.3.1.3.15.1.9
Count of bytes dropped when the number of packets exceeds the maximum threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosWREDTailDropByte64 1.3.6.1.4.1.13191.10.3.1.3.15.1.10
Count64 of bytes dropped when the number of packets exceeds the maximum threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosWREDTransmitPkt 1.3.6.1.4.1.13191.10.3.1.3.15.1.11
Count of packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosWREDTransmitPkt64 1.3.6.1.4.1.13191.10.3.1.3.15.1.12
Count64 of packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosWREDTransmitByte 1.3.6.1.4.1.13191.10.3.1.3.15.1.13
Count of bytes transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosWREDTransmitByte64 1.3.6.1.4.1.13191.10.3.1.3.15.1.14
Count64 of bytes transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosWREDECNMarkPkt 1.3.6.1.4.1.13191.10.3.1.3.15.1.15
Count of packets marked with ECN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosWREDECNMarkPkt64 1.3.6.1.4.1.13191.10.3.1.3.15.1.16
Count64 of packets marked with ECN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosWREDECNMarkByte 1.3.6.1.4.1.13191.10.3.1.3.15.1.17
Count of bytes marked with ECN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosWREDECNMarkByte64 1.3.6.1.4.1.13191.10.3.1.3.15.1.18
Count of bytes marked with ECN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosQueueConfigTable 1.3.6.1.4.1.13191.10.3.1.3.16
This table specifies Queue configuration information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosQueueConfigEntry

oacQosQueueConfigEntry 1.3.6.1.4.1.13191.10.3.1.3.16.1
Each entry is indexed by config index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosQueueConfigEntry  

oacQosQueueConfigFlowBasedEnabled 1.3.6.1.4.1.13191.10.3.1.3.16.1.1
Indicate if Flow-Based WFQ is enable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

oacQosQueueConfigPriorityEnabled 1.3.6.1.4.1.13191.10.3.1.3.16.1.2
Indicate if this class used priority queueing.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

oacQosQueueConfigBandwidth 1.3.6.1.4.1.13191.10.3.1.3.16.1.3
Indicate the bandwidth configured to this class.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2000000  

oacQosQueueConfigBandwidthUnits 1.3.6.1.4.1.13191.10.3.1.3.16.1.4
Indicate the bandwidth unit.
Status: current Access: read-only
OBJECT-TYPE    
  QueueingBandwidthUnits  

oacQosQueueConfigFlowBasedQSize 1.3.6.1.4.1.13191.10.3.1.3.16.1.5
The maximum number of packets allowed for each Flow-Based WFQ queues.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..32768  

oacQosQueueConfigFlowBasedQNumber 1.3.6.1.4.1.13191.10.3.1.3.16.1.6
The number of dynamic queues reserved for Flow-Based WFQ.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..32768  

oacQosQueueConfigPrioBurstSize 1.3.6.1.4.1.13191.10.3.1.3.16.1.7
The burst size.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 32..64000000  

oacQosQueueConfigQueueLimitUnits 1.3.6.1.4.1.13191.10.3.1.3.16.1.8
The maximum number of packets allowed for all queues associated for this class.
Status: current Access: read-only
OBJECT-TYPE    
  QosQueueUnitType  

oacQosQueueConfigQueueLimit 1.3.6.1.4.1.13191.10.3.1.3.16.1.9
The queue limit unit.
Status: current Access: read-only
OBJECT-TYPE    
  QosQueueDepth  

oacQosQueueConfigERPriority 1.3.6.1.4.1.13191.10.3.1.3.16.1.10
The excess rate priority.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

oacQosQueueStatsTable 1.3.6.1.4.1.13191.10.3.1.3.17
This table specifies Queue statistics information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OacQosQueueStatsEntry

oacQosQueueStatsEntry 1.3.6.1.4.1.13191.10.3.1.3.17.1
Each entry is indexed by policy index and object index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OacQosQueueStatsEntry  

oacQosQueueDiscardByte 1.3.6.1.4.1.13191.10.3.1.3.17.1.1
Count of bytes dropped by queueing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosQueueDiscardByte64 1.3.6.1.4.1.13191.10.3.1.3.17.1.2
Count64 of bytes dropped by queueing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosQueueDiscardPkt 1.3.6.1.4.1.13191.10.3.1.3.17.1.3
Count of packets dropped by queueing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

oacQosQueueDiscardPkt64 1.3.6.1.4.1.13191.10.3.1.3.17.1.4
Count64 of packets dropped by queueing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oacQosQueueCurrentQDepth 1.3.6.1.4.1.13191.10.3.1.3.17.1.5
The current depth of the queue.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

oacQosQueueMaxQDepth 1.3.6.1.4.1.13191.10.3.1.3.17.1.6
The maximum depth of the queue.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32