BDCOM-QOS-PIB-MIB

File: BDCOM-QOS-PIB-MIB.mib (63171 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
BDCOM-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
IpAddress MODULE-COMPLIANCE OBJECT-GROUP
TEXTUAL-CONVENTION DisplayString MacAddress
TruthValue Unsigned32 bdcomPibToMib

Defined Types

Dscp  
An integer that is in the range of the DiffServ codepoint values.
TEXTUAL-CONVENTION    
  INTEGER 0..63  

QosLayer2Cos  
An integer that is in the range of the layer 2 CoS values. This corresponds to the 802.1p and ISL CoS values.
TEXTUAL-CONVENTION    
  INTEGER 0..7  

QueueRange  
An integer that is limited to the number of queues per interface supported by the PIB. Limited to 64 which is the number of codepoints.
TEXTUAL-CONVENTION    
  INTEGER oneQ(1), twoQ(2), threeQ(3), fourQ(4), eightQ(8), sixteenQ(16), thirtyTwoQ(32), sixtyFourQ(64)  

ThresholdSetRange  
An integer that is limited to the number of threshold sets per queue supported by the PIB. A threshold set is a collection of parameters describing queue threshold. The parameters of a threshold set depend on the drop mechanism the queue implements. For example, the threshold set for tail-drop comprises a single parameter, the percentage of queue size at which dropping occurs. The threshold set for WRED comprises two parameters; within the range of the two parameters packets are randomly dropped.
TEXTUAL-CONVENTION    
  INTEGER zeroT(0), oneT(1), twoT(2), fourT(4), eightT(8)  

Percent  
An integer that is in the range of a percent value.
TEXTUAL-CONVENTION    
  INTEGER 0..100  

QosInterfaceQueueType  
An enumerated type for all the known interface types. The interface types are currently limited to a predefined combination of queues and thresholds such that the product of queues and thresholds does not exceed 64 (i.e., the total number of DSCPs.
TEXTUAL-CONVENTION    
  INTEGER oneQ1t(1), oneQ2t(2), oneQ4t(3), oneQ8t(4), twoQ1t(5), twoQ2t(6), twoQ4t(7), twoQ8t(8), threeQ1t(9), threeQ2t(10), threeQ4t(11), threeQ8t(12), fourQ1t(13), fourQ2t(14), fourQ4t(15), fourQ8t(16), eightQ1t(17), eightQ2t(18), eightQ4t(19), eightQ8t(20), sixteenQ1t(21), sixteenQ2t(22), sixteenQ4t(23), sixtyfourQ1t(24), sixtyfourQ2t(25), sixtyfourQ4t(26), oneP1Q0t(27), oneP1Q4t(28), oneP1Q8t(29), oneP2Q1t(30), oneP2Q2t(31), oneP3Q1t(32), oneP7Q8t(33)  

QosInterfaceTypeCapabilities  
An enumeration of interface capabilities. Used by the PDP to select policies and configuration to push to the PEP.
TEXTUAL-CONVENTION    
  BITS unspecified(0), inputL2Classification(1), inputIpClassification(2), outputL2Classification(3), outputIpClassification(4), inputPortClassification(19), outputPortClassification(20), inputUflowPolicing(5), inputAggregatePolicing(6), outputUflowPolicing(7), outputAggregatePolicing(8), policeByMarkingDown(9), policeByDropping(10), inputUflowShaping(21), inputAggregateShaping(22), outputUflowShaping(23), outputAggregateShaping(24), fifo(11), wrr(12), wfq(13), cq(14), pq(15), cbwfq(16), pqWrr(25), pqCbwfq(26), tailDrop(17), wred(18)  

RoleCombination  
A Display string consisting of a set of roles concatenated with a '+' character where the roles are in lexicographic order from minimum to maximum.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

PolicyInstanceId  
A textual convention for an attribute that is an an unsigned integer index attribute of class. It is used for attributes that exist for the purpose of providing an integer index of an instance. For any integer index that refers to another policy instance, that other policy instance must exist. Furthermore, it is an error to try to delete a policy instance that is referred to by another instance without first deleting the referring instance.
TEXTUAL-CONVENTION    
  Unsigned32  

Unsigned64  
An unsigned 64 bit integer. We use SYNTAX Counter64 for the enconding rules.
TEXTUAL-CONVENTION    
  Counter64  

QosDevicePibIncarnationEntry  
SEQUENCE    
  qosDeviceIncarnationId PolicyInstanceId
  qosDevicePdpName DisplayString
  qosDevicePibIncarnation OCTET STRING
  qosDevicePibTtl Unsigned32

QosDeviceAttributeEntry  
SEQUENCE    
  qosDeviceAttributeId PolicyInstanceId
  qosDevicePepDomain DisplayString
  qosDevicePrimaryPdp IpAddress
  qosDeviceSecondaryPdp IpAddress
  qosDeviceMaxMessageSize Unsigned32
  qosDeviceCapabilities BITS

QosInterfaceTypeEntry  
SEQUENCE    
  qosInterfaceTypeId PolicyInstanceId
  qosInterfaceQueueType QosInterfaceQueueType
  qosInterfaceTypeRoles RoleCombination
  qosInterfaceTypeCapabilities QosInterfaceTypeCapabilities

QosDiffServMappingEntry  
SEQUENCE    
  qosDscp Dscp
  qosMarkedDscp Dscp
  qosL2Cos QosLayer2Cos

QosCosToDscpEntry  
SEQUENCE    
  qosCosToDscpCos QosLayer2Cos
  qosCosToDscpDscp Dscp

QosUnmatchedPolicyEntry  
SEQUENCE    
  qosUnmatchedPolicyId PolicyInstanceId
  qosUnmatchedPolicyRole RoleCombination
  qosUnmatchedPolicyDirection INTEGER
  qosUnmatchedPolicyDscp Dscp
  qosUnmatchedPolicyDscpTrusted TruthValue
  qosUnmatchPolMicroFlowPolicerId PolicyInstanceId
  qosUnmatchedPolicyAggregateId PolicyInstanceId

QosPolicerEntry  
SEQUENCE    
  qosPolicerId PolicyInstanceId
  qosPolicerRate Unsigned64
  qosPolicerNormalBurst Unsigned32
  qosPolicerExcessBurst Unsigned32
  qosPolicerAction INTEGER

QosAggregateEntry  
SEQUENCE    
  qosAggregateId PolicyInstanceId
  qosAggregatePolicerId PolicyInstanceId

QosMacClassificationEntry  
SEQUENCE    
  qosMacClassificationId PolicyInstanceId
  qosDstMacVlan INTEGER
  qosDstMacAddress MacAddress
  qosDstMacCos QosLayer2Cos

QosIpAceEntry  
SEQUENCE    
  qosIpAceId PolicyInstanceId
  qosIpAceDstAddr IpAddress
  qosIpAceDstAddrMask IpAddress
  qosIpAceSrcAddr IpAddress
  qosIpAceSrcAddrMask IpAddress
  qosIpAceDscpMin Dscp
  qosIpAceDscpMax Dscp
  qosIpAceProtocol INTEGER
  qosIpAceDstL4PortMin INTEGER
  qosIpAceDstL4PortMax INTEGER
  qosIpAceSrcL4PortMin INTEGER
  qosIpAceSrcL4PortMax INTEGER
  qosIpAcePermit TruthValue

QosIpAclDefinitionEntry  
SEQUENCE    
  qosIpAclDefinitionId PolicyInstanceId
  qosIpAclId PolicyInstanceId
  qosIpAceOrder Unsigned32
  qosIpAclDefAceId PolicyInstanceId

QosIpAclActionEntry  
SEQUENCE    
  qosIpAclActionId PolicyInstanceId
  qosIpAclActAclId PolicyInstanceId
  qosIpAclInterfaceRoles RoleCombination
  qosIpAclInterfaceDirection INTEGER
  qosIpAclOrder Unsigned32
  qosIpAclDscp Dscp
  qosIpAclDscpTrusted TruthValue
  qosIpAclMicroFlowPolicerId PolicyInstanceId
  qosIpAclAggregateId PolicyInstanceId

QosIfSchedulingPreferenceEntry  
SEQUENCE    
  qosIfSchedulingPreferenceId PolicyInstanceId
  qosIfSchedulingRoles RoleCombination
  qosIfSchedulingPreference INTEGER
  qosIfSchedulingDiscipline INTEGER
  qosIfSchedulingQueueType QosInterfaceQueueType

QosIfDropPreferenceEntry  
SEQUENCE    
  qosIfDropPreferenceId PolicyInstanceId
  qosIfDropRoles RoleCombination
  qosIfDropPreference INTEGER
  qosIfDropDiscipline INTEGER

QosIfDscpAssignmentEntry  
SEQUENCE    
  qosIfDscpAssignmentId PolicyInstanceId
  qosIfDscpRoles RoleCombination
  qosIfQueueType QosInterfaceQueueType
  qosIfDscp Dscp
  qosIfQueue INTEGER
  qosIfThresholdSet INTEGER

QosIfRedEntry  
SEQUENCE    
  qosIfRedId PolicyInstanceId
  qosIfRedRoles RoleCombination
  qosIfRedNumThresholdSets ThresholdSetRange
  qosIfRedThresholdSet INTEGER
  qosIfRedThresholdSetLower Percent
  qosIfRedThresholdSetUpper Percent

QosIfTailDropEntry  
SEQUENCE    
  qosIfTailDropId PolicyInstanceId
  qosIfTailDropRoles RoleCombination
  qosIfTailDropNumThresholdSets ThresholdSetRange
  qosIfTailDropThresholdSet INTEGER
  qosIfTailDropThresholdSetValue Percent

QosIfWeightsEntry  
SEQUENCE    
  qosIfWeightsId PolicyInstanceId
  qosIfWeightsRoles RoleCombination
  qosIfWeightsNumQueues QueueRange
  qosIfWeightsQueue INTEGER
  qosIfWeightsDrainSize Unsigned32
  qosIfWeightsQueueSize Unsigned32

Defined Values

bdcomQosPIBMIB 1.3.6.1.4.1.3320.18.2.1
The BDCOM QOS Policy PIB for provisioning QOS policy.
MODULE-IDENTITY    

qosPIBConformance 1.3.6.1.4.1.3320.18.2.1.1
OBJECT IDENTIFIER    

qosDeviceConfig 1.3.6.1.4.1.3320.18.2.1.2
OBJECT IDENTIFIER    

qosDevicePibIncarnationTable 1.3.6.1.4.1.3320.18.2.1.2.1
This class contains a single policy instance that identifies the current incarnation of the PIB and the PDP that installed this incarnation. The instance of this class is reported to the PDP at client connect time so that the PDP can (attempt to) ascertain the current state of the PIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosDevicePibIncarnationEntry

qosDevicePibIncarnationEntry 1.3.6.1.4.1.3320.18.2.1.2.1.1
The single policy instance of this class identifies the current incarnation of the PIB and the PDP that installed this incarnation.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosDevicePibIncarnationEntry  

qosDeviceIncarnationId 1.3.6.1.4.1.3320.18.2.1.2.1.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosDevicePdpName 1.3.6.1.4.1.3320.18.2.1.2.1.1.2
The name of the PDP that installed the current incarnation of the PIB into the device. By default it is the zero length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

qosDevicePibIncarnation 1.3.6.1.4.1.3320.18.2.1.2.1.1.3
An octet string to identify the current incarnation. It has meaning to the PDP that installed the PIB and perhaps its standby PDPs. By default the empty string.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(128)  

qosDevicePibTtl 1.3.6.1.4.1.3320.18.2.1.2.1.1.4
The number of seconds after a client close or TCP timeout for which the PEP continues to enforce the policy in the PIB. After this interval, the PIB is consired expired and the device no longer enforces the policy installed in the PIB.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qosDeviceAttributeTable 1.3.6.1.4.1.3320.18.2.1.2.2
The single instance of this class indicates specific attributes of the device. These include configuration values such as the configured PDP addresses, the maximum message size, and specific device capabilities. The latter include input port-based and output port-based classification and/or policing, support for flow based policing, aggregate based policing, traffic shaping capabilities, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosDeviceAttributeEntry

qosDeviceAttributeEntry 1.3.6.1.4.1.3320.18.2.1.2.2.1
The single instance of this class indicates specific attributes of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosDeviceAttributeEntry  

qosDeviceAttributeId 1.3.6.1.4.1.3320.18.2.1.2.2.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosDevicePepDomain 1.3.6.1.4.1.3320.18.2.1.2.2.1.2
The QoS domain that this device belongs to. This is configured locally on the device (perhaps by some management protocol such as SNMP). By default, it is the zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

qosDevicePrimaryPdp 1.3.6.1.4.1.3320.18.2.1.2.2.1.3
The address of the PDP configured to be the primary PDP for the device.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

qosDeviceSecondaryPdp 1.3.6.1.4.1.3320.18.2.1.2.2.1.4
The address of the PDP configured to be the secondary PDP for the device. An address of zero indicates no secondary is configured.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

qosDeviceMaxMessageSize 1.3.6.1.4.1.3320.18.2.1.2.2.1.5
The maximum size message that this PEP is capable of receiving in bytes. A value of zero means that the maximum message size is unspecified (but does not mean it is unlimited). A message greater than this maximum results in a MessageTooBig error on a 'no commit' REP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qosDeviceCapabilities 1.3.6.1.4.1.3320.18.2.1.2.2.1.6
An enumeration of device capabilities. Used by the PDP to select policies and configuration to push to the PEP.
Status: current Access: read-only
OBJECT-TYPE    
  BITS unspecified(0), layer2Cos(1), ipPrecedence(2), dscp(3)  

qosInterfaceTypeTable 1.3.6.1.4.1.3320.18.2.1.2.3
This class describes the interface types of the interfaces that exist on the device. It includes the queue type, role combination and capabilities of interfaces. The PEP does not report which specific interfaces have which characteristics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosInterfaceTypeEntry

qosInterfaceTypeEntry 1.3.6.1.4.1.3320.18.2.1.2.3.1
An instance of this class describes a role combination for an interface type of an interface that exists on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosInterfaceTypeEntry  

qosInterfaceTypeId 1.3.6.1.4.1.3320.18.2.1.2.3.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosInterfaceQueueType 1.3.6.1.4.1.3320.18.2.1.2.3.1.2
The interface type in terms of number of queues and thresholds.
Status: current Access: read-only
OBJECT-TYPE    
  QosInterfaceQueueType  

qosInterfaceTypeRoles 1.3.6.1.4.1.3320.18.2.1.2.3.1.3
A combination of roles on at least one interface of type qosInterfaceType.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosInterfaceTypeCapabilities 1.3.6.1.4.1.3320.18.2.1.2.3.1.4
An enumeration of interface capabilities. Used by the PDP to select policies and configuration to push to the PEP.
Status: current Access: read-only
OBJECT-TYPE    
  QosInterfaceTypeCapabilities  

qosDomainConfig 1.3.6.1.4.1.3320.18.2.1.3
OBJECT IDENTIFIER    

qosDiffServMappingTable 1.3.6.1.4.1.3320.18.2.1.3.1
Maps each DSCP to a marked-down DSCP. Also maps each DSCP to an IP precedence and QosLayer2Cos. When configured for the first time, all 64 entries of the table must be specified. Thereafter, instances may be modified (with a delete and install in a single decision) but not deleted unless all instances are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosDiffServMappingEntry

qosDiffServMappingEntry 1.3.6.1.4.1.3320.18.2.1.3.1.1
An instance of this class represents mappings from a DSCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosDiffServMappingEntry  

qosDscp 1.3.6.1.4.1.3320.18.2.1.3.1.1.1
A DSCP for which this entry contains mappings.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dscp  

qosMarkedDscp 1.3.6.1.4.1.3320.18.2.1.3.1.1.2
The DSCP to use instead of the qosDscp when the packet is out of profile and hence marked as such.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

qosL2Cos 1.3.6.1.4.1.3320.18.2.1.3.1.1.3
The L2 CoS value to use when mapping this DSCP to layer 2 CoS.
Status: current Access: read-only
OBJECT-TYPE    
  QosLayer2Cos  

qosCosToDscpTable 1.3.6.1.4.1.3320.18.2.1.3.2
Maps each of eight CoS values to a DSCP. When configured for the first time, all 8 entries of the table must be specified. Thereafter, instances may be modified (with a delete and install in a single decision) but not deleted unless all instances are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosCosToDscpEntry

qosCosToDscpEntry 1.3.6.1.4.1.3320.18.2.1.3.2.1
An instance of this class maps a CoS value to a DSCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosCosToDscpEntry  

qosCosToDscpCos 1.3.6.1.4.1.3320.18.2.1.3.2.1.1
The L2 CoS value that is being mapped.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosLayer2Cos  

qosCosToDscpDscp 1.3.6.1.4.1.3320.18.2.1.3.2.1.2
The DSCP value to use when mapping the L2 CoS to a DSCP.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

qosUnmatchedPolicy 1.3.6.1.4.1.3320.18.2.1.4
OBJECT IDENTIFIER    

qosUnmatchedPolicyTable 1.3.6.1.4.1.3320.18.2.1.4.1
A policy class that specifies what QoS to apply to a packet that does not match any other policy configured for this role combination for a particular direction of traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosUnmatchedPolicyEntry

qosUnmatchedPolicyEntry 1.3.6.1.4.1.3320.18.2.1.4.1.1
An instance of this class specifies the unmatched policy for a particular role combination for incoming or outgoing traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosUnmatchedPolicyEntry  

qosUnmatchedPolicyId 1.3.6.1.4.1.3320.18.2.1.4.1.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosUnmatchedPolicyRole 1.3.6.1.4.1.3320.18.2.1.4.1.1.2
Role combination for which this instance applies.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosUnmatchedPolicyDirection 1.3.6.1.4.1.3320.18.2.1.4.1.1.3
The direction of packet flow at the interface in question to which this instance applies.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER in(0), out(1)  

qosUnmatchedPolicyDscp 1.3.6.1.4.1.3320.18.2.1.4.1.1.4
The DSCP to classify the unmatched packet with. This must be specified even if qosUnmatchedPolicyDscpTrusted is true.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

qosUnmatchedPolicyDscpTrusted 1.3.6.1.4.1.3320.18.2.1.4.1.1.5
If this attribute is true, then the Dscp associated with the packet is trusted, i.e., it is assumed to have already been set. In this case, the Dscp is not rewritten with qosUnmatchedPolicyDscp (qosUnmatchedPolicyDscp is ignored) unless this is a non-IP packet and arrives untagged. The packet is still policed as part of its micro flow and its aggregate flow. When a trusted action is applied to an input interface, the Dscp (for an IP packet) or CoS (for a non-IP packet) associated with the packet is the one contained in the packet. When a trusted action is applied to an output interface, the Dscp associated with the packet is the one that is the result of the input classification and policing.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

qosUnmatchPolMicroFlowPolicerId 1.3.6.1.4.1.3320.18.2.1.4.1.1.6
An index identifying the instance of policer to apply to unmatched packets. It must correspond to the integer index of an instance of class qosPolicerTable or be zero. If zero, the microflow is not policed.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyInstanceId  

qosUnmatchedPolicyAggregateId 1.3.6.1.4.1.3320.18.2.1.4.1.1.7
An index identifying the aggregate that the packet belongs to. It must correspond to the integer index of an instance of class qosAggregateTable or be zero. If zero, the microflow does not belong to any aggregate and is not policed as part of any aggregate.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyInstanceId  

qosPolicer 1.3.6.1.4.1.3320.18.2.1.5
OBJECT IDENTIFIER    

qosPolicerTable 1.3.6.1.4.1.3320.18.2.1.5.1
A class specifying policing parameters for both microflows and aggregate flows. This table is designed for policing according to a token bucket scheme where an average rate and burst size is specified.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPolicerEntry

qosPolicerEntry 1.3.6.1.4.1.3320.18.2.1.5.1.1
An instance of this class specifies a set of policing parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPolicerEntry  

qosPolicerId 1.3.6.1.4.1.3320.18.2.1.5.1.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosPolicerRate 1.3.6.1.4.1.3320.18.2.1.5.1.1.2
The token rate. It is specified in units of bit/s. A rate of zero means that all packets will be out of profile. If the qosPolicerAction is set to drop then this effectively denies any service to packets policed by this policer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

qosPolicerNormalBurst 1.3.6.1.4.1.3320.18.2.1.5.1.1.3
The normal size of a burst in terms of bits.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qosPolicerExcessBurst 1.3.6.1.4.1.3320.18.2.1.5.1.1.4
The excess size of a burst in terms of bits.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qosPolicerAction 1.3.6.1.4.1.3320.18.2.1.5.1.1.5
An indication of how to handle out of profile packets. When the shape action is chosen then traffic is shaped to the rate specified by qosPolicerRate.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER drop(0), mark(1), shape(2)  

qosAggregateTable 1.3.6.1.4.1.3320.18.2.1.5.2
Instances of this class identify aggregate flows and the policer to apply to each.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosAggregateEntry

qosAggregateEntry 1.3.6.1.4.1.3320.18.2.1.5.2.1
An instance of this class specifies the policer to apply to an aggregate flow.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosAggregateEntry  

qosAggregateId 1.3.6.1.4.1.3320.18.2.1.5.2.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosAggregatePolicerId 1.3.6.1.4.1.3320.18.2.1.5.2.1.2
An index identifying the instance of policer to apply to the aggregate. It must correspond to the integer index of an instance of class qosPolicerTable.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyInstanceId  

qosMacQos 1.3.6.1.4.1.3320.18.2.1.6
OBJECT IDENTIFIER    

qosMacClassificationTable 1.3.6.1.4.1.3320.18.2.1.6.1
A class of MAC/Vlan tuples and their associated CoS values.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosMacClassificationEntry

qosMacClassificationEntry 1.3.6.1.4.1.3320.18.2.1.6.1.1
An instance of this class specifies the mapping of a VLAN and a MAC address to a CoS value.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosMacClassificationEntry  

qosMacClassificationId 1.3.6.1.4.1.3320.18.2.1.6.1.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosDstMacVlan 1.3.6.1.4.1.3320.18.2.1.6.1.1.2
The VLAN of the destination MAC address of the L2 frame.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4095  

qosDstMacAddress 1.3.6.1.4.1.3320.18.2.1.6.1.1.3
The destination MAC address of the L2 frame.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

qosDstMacCos 1.3.6.1.4.1.3320.18.2.1.6.1.1.4
The CoS to assign the packet with the associated MAC/VLAN tuple. Note that this CoS is overridden by the policies to classify the frame at layer 3 if there are any.
Status: current Access: read-only
OBJECT-TYPE    
  QosLayer2Cos  

qosIpQos 1.3.6.1.4.1.3320.18.2.1.7
OBJECT IDENTIFIER    

qosIpAceTable 1.3.6.1.4.1.3320.18.2.1.7.1
ACE definitions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIpAceEntry

qosIpAceEntry 1.3.6.1.4.1.3320.18.2.1.7.1.1
An instance of this class specifies an ACE.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIpAceEntry  

qosIpAceId 1.3.6.1.4.1.3320.18.2.1.7.1.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAceDstAddr 1.3.6.1.4.1.3320.18.2.1.7.1.1.2
The IP address to match against the packet's destination IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

qosIpAceDstAddrMask 1.3.6.1.4.1.3320.18.2.1.7.1.1.3
A mask for the matching of the destination IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

qosIpAceSrcAddr 1.3.6.1.4.1.3320.18.2.1.7.1.1.4
The IP address to match against the packet's source IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

qosIpAceSrcAddrMask 1.3.6.1.4.1.3320.18.2.1.7.1.1.5
A mask for the matching of the source IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

qosIpAceDscpMin 1.3.6.1.4.1.3320.18.2.1.7.1.1.6
The minimum value that the DSCP in the packet can have and match this ACE.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

qosIpAceDscpMax 1.3.6.1.4.1.3320.18.2.1.7.1.1.7
The maximum value that the DSCP in the packet can have and match this ACE.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

qosIpAceProtocol 1.3.6.1.4.1.3320.18.2.1.7.1.1.8
The IP protocol to match against the packet's protocol. A value of zero means match all.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

qosIpAceDstL4PortMin 1.3.6.1.4.1.3320.18.2.1.7.1.1.9
The minimum value that the packet's layer 4 dest port number can have and match this ACE.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

qosIpAceDstL4PortMax 1.3.6.1.4.1.3320.18.2.1.7.1.1.10
The maximum value that the packet's layer 4 dest port number can have and match this ACE.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

qosIpAceSrcL4PortMin 1.3.6.1.4.1.3320.18.2.1.7.1.1.11
The minimum value that the packet's layer 4 source port number can have and match this ACE.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

qosIpAceSrcL4PortMax 1.3.6.1.4.1.3320.18.2.1.7.1.1.12
The maximum value that the packet's layer 4 source port number can have and match this ACE.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

qosIpAcePermit 1.3.6.1.4.1.3320.18.2.1.7.1.1.13
If the packet matches this ACE and the value of this attribute is true, then the matching process terminates and the QoS associated with this ACE (indirectly through the ACL) is applied to the packet. If the value of this attribute is false, then no more ACEs in this ACL are compared to this packet and matching continues with the first ACE of the next ACL.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

qosIpAclDefinitionTable 1.3.6.1.4.1.3320.18.2.1.7.2
A class that defines a set of ACLs each being an ordered list of ACEs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIpAclDefinitionEntry

qosIpAclDefinitionEntry 1.3.6.1.4.1.3320.18.2.1.7.2.1
An instance of this class specifies an ACE in an ACL and its order with respect to other ACEs in the same ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIpAclDefinitionEntry  

qosIpAclDefinitionId 1.3.6.1.4.1.3320.18.2.1.7.2.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAclId 1.3.6.1.4.1.3320.18.2.1.7.2.1.2
An index for this ACL. There will be one instance of policy class qosIpAclDefinition with this integer index for each ACE in the ACL per role combination.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAceOrder 1.3.6.1.4.1.3320.18.2.1.7.2.1.3
An integer that determines the position of this ACE in the ACL. An ACE with a given order is positioned in the access contol list before one with a higher order.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qosIpAclDefAceId 1.3.6.1.4.1.3320.18.2.1.7.2.1.4
This attribute specifies the ACE in the qosIpAceTable that is in the ACL specified by qosIpAclId at the position specified by qosIpAceOrder.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAclActionTable 1.3.6.1.4.1.3320.18.2.1.7.3
A class that applies a set of ACLs to interfaces specifying, for each interface the order of the ACL with respect to other ACLs applied to the same interface and, for each ACL the action to take for a packet that matches a permit ACE in that ACL. Interfaces are specified abstractly in terms of interface role combinations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIpAclActionEntry

qosIpAclActionEntry 1.3.6.1.4.1.3320.18.2.1.7.3.1
An instance of this class applies an ACL to traffic in a particular direction on an interface with a particular role combination, and specifies the action for packets which match the ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIpAclActionEntry  

qosIpAclActionId 1.3.6.1.4.1.3320.18.2.1.7.3.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAclActAclId 1.3.6.1.4.1.3320.18.2.1.7.3.1.2
The ACL associated with this action.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAclInterfaceRoles 1.3.6.1.4.1.3320.18.2.1.7.3.1.3
The interfaces to which this ACL applies specified in terms of a set of roles.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosIpAclInterfaceDirection 1.3.6.1.4.1.3320.18.2.1.7.3.1.4
The direction of packet flow at the interface in question to which this ACL applies.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER in(0), out(1)  

qosIpAclOrder 1.3.6.1.4.1.3320.18.2.1.7.3.1.5
An integer that determines the order of this ACL in the list of ACLs applied to interfaces of the specified role combination. An ACL with a given order is positioned in the list before one with a higher order.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qosIpAclDscp 1.3.6.1.4.1.3320.18.2.1.7.3.1.6
The DSCP to classify the packet with in the event that the packet matches an ACE in this ACL and the ACE is a permit.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

qosIpAclDscpTrusted 1.3.6.1.4.1.3320.18.2.1.7.3.1.7
If this attribute is true, then the Dscp associated with the packet is trusted, i.e., it is assumed to have already been set. In this case, the Dscp is not rewritten with qosIpAclDscp (qosIpAclDscp is ignored). The packet is still policed as part of its micro flow and its aggregate flow. When a trusted action is applied to an input interface, the Dscp associated with the packet is the one contained in the packet. When a trusted action is applied to an output interface, the Dscp associated with the packet is the one that is the result of the input classification and policing.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

qosIpAclMicroFlowPolicerId 1.3.6.1.4.1.3320.18.2.1.7.3.1.8
An index identifying the instance of policer to apply to the microflow. It must correspond to the integer index of an instance of class qosPolicerTableor be zero. If zero, the microflow is not policed.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAclAggregateId 1.3.6.1.4.1.3320.18.2.1.7.3.1.9
An index identifying the aggregate that the packet belongs to. It must correspond to the integer index of an instance of class qosAggregateTable or be zero. If zero, the microflow does not belong to any aggregate and is not policed as part of any aggregate.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyInstanceId  

qosIfParameters 1.3.6.1.4.1.3320.18.2.1.8
OBJECT IDENTIFIER    

qosIfSchedulingPreferencesTable 1.3.6.1.4.1.3320.18.2.1.8.1
This class specifies the scheduling preference an interface chooses if it supports multiple scheduling types. Higher values are preferred over lower values.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfSchedulingPreferenceEntry

qosIfSchedulingPreferenceEntry 1.3.6.1.4.1.3320.18.2.1.8.1.1
An instance of this class specifies a scheduling preference for a queue-type on an interface with a particular role combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIfSchedulingPreferenceEntry  

qosIfSchedulingPreferenceId 1.3.6.1.4.1.3320.18.2.1.8.1.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIfSchedulingRoles 1.3.6.1.4.1.3320.18.2.1.8.1.1.2
The combination of roles the interface must have for this policy instance to apply to that interface.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosIfSchedulingPreference 1.3.6.1.4.1.3320.18.2.1.8.1.1.3
The preference to use this scheduling discipline and queue type. A higher value means a higher preference. If two disciplines have the same preference the choice is a local decision.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

qosIfSchedulingDiscipline 1.3.6.1.4.1.3320.18.2.1.8.1.1.4
An enumerate type for all the known scheduling disciplines.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER weightedFairQueueing(1), weightedRoundRobin(2), customQueueing(3), priorityQueueing(4), classBasedWFQ(5), fifo(6), pqWrr(7), pqCbwfq(8)  

qosIfSchedulingQueueType 1.3.6.1.4.1.3320.18.2.1.8.1.1.5
The queue type of this preference.
Status: current Access: read-only
OBJECT-TYPE    
  QosInterfaceQueueType  

qosIfDropPreferenceTable 1.3.6.1.4.1.3320.18.2.1.8.2
This class specifies the preference of the drop mechanism an interface chooses if it supports multiple drop mechanisms. Higher values are preferred over lower values.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfDropPreferenceEntry

qosIfDropPreferenceEntry 1.3.6.1.4.1.3320.18.2.1.8.2.1
An instance of this class specifies a drop preference for a drop mechanism on an interface with a particular role combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIfDropPreferenceEntry  

qosIfDropPreferenceId 1.3.6.1.4.1.3320.18.2.1.8.2.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIfDropRoles 1.3.6.1.4.1.3320.18.2.1.8.2.1.2
The combination of roles the interface must have for this policy instance to apply to that interface.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosIfDropPreference 1.3.6.1.4.1.3320.18.2.1.8.2.1.3
The preference to use this drop mechanism. A higher value means a higher preference. If two mechanisms have the same preference the choice is a local decision.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

qosIfDropDiscipline 1.3.6.1.4.1.3320.18.2.1.8.2.1.4
An enumerate type for all the known drop mechanisms.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER qosIfDropWRED(1), qosIfDropTailDrop(2)  

qosIfDscpAssignmentTable 1.3.6.1.4.1.3320.18.2.1.8.3
The assignment of each DSCP to a queue and threshold for each interface queue type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfDscpAssignmentEntry

qosIfDscpAssignmentEntry 1.3.6.1.4.1.3320.18.2.1.8.3.1
An instance of this class specifies the queue and threshold set for a packet with a particular DSCP on an interface of a particular type with a particular role combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIfDscpAssignmentEntry  

qosIfDscpAssignmentId 1.3.6.1.4.1.3320.18.2.1.8.3.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIfDscpRoles 1.3.6.1.4.1.3320.18.2.1.8.3.1.2
The role combination the interface must be configured with.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosIfQueueType 1.3.6.1.4.1.3320.18.2.1.8.3.1.3
The interface queue type to which this row applies.
Status: current Access: read-only
OBJECT-TYPE    
  QosInterfaceQueueType  

qosIfDscp 1.3.6.1.4.1.3320.18.2.1.8.3.1.4
The DSCP to which this row applies.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

qosIfQueue 1.3.6.1.4.1.3320.18.2.1.8.3.1.5
The queue to which the DSCP applies for the given interface type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..64  

qosIfThresholdSet 1.3.6.1.4.1.3320.18.2.1.8.3.1.6
The threshold set of the specified queue to which the DSCP applies for the given interface type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

qosIfRedTable 1.3.6.1.4.1.3320.18.2.1.8.4
A class of lower and upper values for each threshold set in a queue supporting WRED. If the size of the queue for a given threshold is below the lower value then packets assigned to that threshold are always accepted into the queue. If the size of the queue is above upper value then packets are always dropped. If the size of the queue is between the lower and the upper then packets are randomly dropped.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfRedEntry

qosIfRedEntry 1.3.6.1.4.1.3320.18.2.1.8.4.1
An instance of this class specifies threshold limits for a particular RED threshold of a given threshold set on an interface and with a particular role combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIfRedEntry  

qosIfRedId 1.3.6.1.4.1.3320.18.2.1.8.4.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIfRedRoles 1.3.6.1.4.1.3320.18.2.1.8.4.1.2
The role combination the interface must be configured with.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosIfRedNumThresholdSets 1.3.6.1.4.1.3320.18.2.1.8.4.1.3
The values in this entry apply only to queues with the number of thresholds specified by this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  ThresholdSetRange  

qosIfRedThresholdSet 1.3.6.1.4.1.3320.18.2.1.8.4.1.4
The threshold set to which the lower and upper values apply. It must be in the range 1 through qosIfRedNumThresholdSets. There must be exactly one PRI for each value in this range.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

qosIfRedThresholdSetLower 1.3.6.1.4.1.3320.18.2.1.8.4.1.5
The threshold value below which no packets are dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Percent  

qosIfRedThresholdSetUpper 1.3.6.1.4.1.3320.18.2.1.8.4.1.6
The threshold value above which all packets are dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Percent  

qosIfTailDropTable 1.3.6.1.4.1.3320.18.2.1.8.5
A class for threshold sets in a queue supporting tail drop. If the size of the queue for a given threshold set is at or below the specified value then packets assigned to that threshold set are always accepted into the queue. If the size of the queue is above the specified value then packets are always dropped.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfTailDropEntry

qosIfTailDropEntry 1.3.6.1.4.1.3320.18.2.1.8.5.1
An instance of this class specifies the queue depth for a particular tail-drop threshold set on an interface with a particular role combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIfTailDropEntry  

qosIfTailDropId 1.3.6.1.4.1.3320.18.2.1.8.5.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIfTailDropRoles 1.3.6.1.4.1.3320.18.2.1.8.5.1.2
The role combination the interface must be configured with.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosIfTailDropNumThresholdSets 1.3.6.1.4.1.3320.18.2.1.8.5.1.3
The value in this entry applies only to queues with the number of thresholds specified by this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  ThresholdSetRange  

qosIfTailDropThresholdSet 1.3.6.1.4.1.3320.18.2.1.8.5.1.4
The threshold set to which the threshold value applies
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

qosIfTailDropThresholdSetValue 1.3.6.1.4.1.3320.18.2.1.8.5.1.5
The threshold value above which packets are dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Percent  

qosIfWeightsTable 1.3.6.1.4.1.3320.18.2.1.8.6
A class of scheduling weights for each queue of an interface that supports weighted round robin scheduling or a mix of priority queueing and weighted round robin. For a queue with N priority queues, the N highest queue numbers are the priority queues with the highest queue number having the highest priority. WRR is applied to the non-priority queues.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfWeightsEntry

qosIfWeightsEntry 1.3.6.1.4.1.3320.18.2.1.8.6.1
An instance of this class specifies the scheduling weight for a particular queue of an interface with a particular number of queues and with a particular role combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIfWeightsEntry  

qosIfWeightsId 1.3.6.1.4.1.3320.18.2.1.8.6.1.1
An integer index to identify the instance of the policy class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIfWeightsRoles 1.3.6.1.4.1.3320.18.2.1.8.6.1.2
The role combination the interface must be configured with.
Status: current Access: read-only
OBJECT-TYPE    
  RoleCombination  

qosIfWeightsNumQueues 1.3.6.1.4.1.3320.18.2.1.8.6.1.3
The value of the weight in this instance applies only to interfaces with the number of queues specified by this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  QueueRange  

qosIfWeightsQueue 1.3.6.1.4.1.3320.18.2.1.8.6.1.4
The queue to which the weight applies.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..64  

qosIfWeightsDrainSize 1.3.6.1.4.1.3320.18.2.1.8.6.1.5
The maximum number of bytes that may be drained from the queue in one cycle. The percentage of the bandwith allocated to this queue can be calculated from this attribute and the sum of the drain sizes of all the non-priority queues of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qosIfWeightsQueueSize 1.3.6.1.4.1.3320.18.2.1.8.6.1.6
The size of the queue in bytes. Some devices set queue size in terms of packets. These devices must calculate the queue size in packets by assuming an average packet size suitable for the particular interface. Some devices have a fixed size buffer to be shared among all queues. These devices must allocate a fraction of the total buffer space to this queue calculated as the the ratio of the queue size to the sum of the queue sizes for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qosPIBCompliances 1.3.6.1.4.1.3320.18.2.1.1.1
OBJECT IDENTIFIER    

qosPIBGroups 1.3.6.1.4.1.3320.18.2.1.1.2
OBJECT IDENTIFIER    

qosPIBCompliance 1.3.6.1.4.1.3320.18.2.1.1.1.1
The compliance statement for the QOS Policy Derived MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

qosDevicePibIncarnationTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.1
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosDeviceAttributeTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.2
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosInterfaceTypeTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.3
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosDiffServMappingTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.4
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosCosToDscpTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.5
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosUnmatchedPolicyTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.6
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosPolicerTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.7
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosAggregateTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.8
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosMacClassificationTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.9
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIpAceTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.10
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIpAclDefinitionTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.11
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIpAclActionTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.12
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIfSchedulingPreferencesTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.13
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIfDropPreferenceTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.14
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIfDscpAssignmentTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.15
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIfRedTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.16
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIfTailDropTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.17
Tok_String
Status: current Access: read-only
OBJECT-GROUP    

qosIfWeightsTableGroup 1.3.6.1.4.1.3320.18.2.1.1.2.18
Tok_String
Status: current Access: read-only
OBJECT-GROUP