QOS-POLICY-IP-PIB

File: QOS-POLICY-IP-PIB.mib (83582 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB POLICY-FRAMEWORK-PIB SYNOPTICS-ROOT-MIB

Imported symbols

Unsigned32 IpAddress Integer32
MODULE-IDENTITY OBJECT-TYPE TruthValue
TEXTUAL-CONVENTION RowStatus StorageType
MODULE-COMPLIANCE OBJECT-GROUP SnmpAdminString
RoleCombination PolicyInstanceId policy

Defined Types

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

PolicyInstanceIdOrZero  
The textual convention for use by an attribute which is used as the instance-identifying index of a PRC, i.e., an attribute named in an INDEX clause. The value of an attribute with this syntax is always greater than zero when it identifies a PRC. A value of zero indicates that no associated PRC is identified.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

QosInterfaceQueueCount  
An integer that describes the number of queues an interface supports. It is limited to the number of DSCP values.
TEXTUAL-CONVENTION    
  INTEGER 1..64  

QosInterfaceTypeEntry  
SEQUENCE    
  qosInterfaceTypeId PolicyInstanceId
  qosInterfaceTypeRoles RoleCombination
  qosInterfaceTypeQueueSet PolicyInstanceId
  qosInterfaceTypeCapabilities BITS
  qosInterfaceTypeStorageType StorageType
  qosInterfaceTypeStatus RowStatus

QosIfQueueEntry  
SEQUENCE    
  qosIfQueueId PolicyInstanceId
  qosIfQueueSetId INTEGER
  qosIfQueueIndex QosInterfaceQueueCount
  qosIfQueueGenDiscipline INTEGER
  qosIfQueueExtDiscipline OBJECT IDENTIFIER
  qosIfQueueDrainSize Unsigned32
  qosIfQueueAbsBandwidth Unsigned32
  qosIfQueueBandwidthAllocation INTEGER
  qosIfQueueServiceOrder QosInterfaceQueueCount
  qosIfQueueSize Integer32
  qosIfQueueStorageType StorageType
  qosIfQueueStatus RowStatus

QosIfDscpAssignmentEntry  
SEQUENCE    
  qosIfDscpAssignmentId PolicyInstanceId
  qosIfDscpAssignmentRoles RoleCombination
  qosIfDscpAssignmentDscp Dscp
  qosIfDscpAssignmentQueue QosInterfaceQueueCount
  qosIfDscpAssignmentStorageType StorageType
  qosIfDscpAssignmentStatus RowStatus

QosMeterEntry  
SEQUENCE    
  qosMeterId PolicyInstanceId
  qosMeterDataSpecification INTEGER
  qosMeterCommittedRate Unsigned32
  qosMeterCommittedBurst Unsigned32
  qosMeterPeakRate Unsigned32
  qosMeterPeakBurst Unsigned32
  qosMeterHighConfAction PolicyInstanceIdOrZero
  qosMeterMedConfAction PolicyInstanceIdOrZero
  qosMeterLowConfAction PolicyInstanceIdOrZero
  qosMeterStorageType StorageType
  qosMeterStatus RowStatus
  qosMeterLabel SnmpAdminString

QosActionEntry  
SEQUENCE    
  qosActionId PolicyInstanceId
  qosActionDrop TruthValue
  qosActionUpdateDSCP Integer32
  qosActionMeter PolicyInstanceId
  qosActionStorageType StorageType
  qosActionStatus RowStatus
  qosActionLabel SnmpAdminString

QosTargetEntry  
SEQUENCE    
  qosTargetId PolicyInstanceId
  qosTargetAclId PolicyInstanceId
  qosTargetAclType OBJECT IDENTIFIER
  qosTargetInterfaceRoles RoleCombination
  qosTargetInterfaceDirection INTEGER
  qosTargetOrder Unsigned32
  qosTargetMeter PolicyInstanceIdOrZero
  qosTargetStorageType StorageType
  qosTargetStatus RowStatus
  qosTargetShapingParams PolicyInstanceIdOrZero
  qosTargetShapingGroup Unsigned32
  qosTargetLabel SnmpAdminString
  qosTargetInProfileAction PolicyInstanceIdOrZero
  qosTargetOutOfProfileAction PolicyInstanceIdOrZero
  qosTargetUserGroupSession Unsigned32

QosIpAceEntry  
SEQUENCE    
  qosIpAceId PolicyInstanceId
  qosIpAceDstAddr IpAddress
  qosIpAceDstAddrMask IpAddress
  qosIpAceSrcAddr IpAddress
  qosIpAceSrcAddrMask IpAddress
  qosIpAceDscp Integer32
  qosIpAceProtocol INTEGER
  qosIpAceDstL4PortMin INTEGER
  qosIpAceDstL4PortMax INTEGER
  qosIpAceSrcL4PortMin INTEGER
  qosIpAceSrcL4PortMax INTEGER
  qosIpAcePermit TruthValue
  qosIpAceStorageType StorageType
  qosIpAceStatus RowStatus

QosIpAclDefinitionEntry  
SEQUENCE    
  qosIpAclDefinitionId PolicyInstanceId
  qosIpAclDefinitionAclId PolicyInstanceId
  qosIpAclDefinitionAceId PolicyInstanceId
  qosIpAclDefinitionAceOrder Unsigned32
  qosIpAclDefinitionStorageType StorageType
  qosIpAclDefinitionStatus RowStatus
  qosIpAclDefinitionLabel SnmpAdminString

Defined Values

qosPolicyIpPib 1.3.6.1.4.1.45.4.2
The PIB module containing an initial set of policy rule classes that describe the quality of service (QoS) policies. It includes general classes that may be extended by other PIB specifications as well as an initial set of PIB classes related to IP processing.
MODULE-IDENTITY    

qosPolicyGenPibClasses 1.3.6.1.4.1.45.4.2.1
OBJECT IDENTIFIER    

qosPolicyIpPibClasses 1.3.6.1.4.1.45.4.2.2
OBJECT IDENTIFIER    

qosIfParameters 1.3.6.1.4.1.45.4.2.1.1
OBJECT IDENTIFIER    

qosInterfaceTypeTable 1.3.6.1.4.1.45.4.2.1.1.1
Interface type definitions. This class describes the types of interfaces that exist on the device. An interface type is denoted by its designated role identifier as well as by the queue set and queue capabilities it supports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosInterfaceTypeEntry

qosInterfaceTypeEntry 1.3.6.1.4.1.45.4.2.1.1.1.1
An instance of this class describes the characteristics of a type of an interface. Interface type characteristics include a role combination identifier, a queue set identifier and a queue capabilities attribute. An instance is required for each different unique role combination identifier which represents the different interface types that are operational in the device at any given time. The PEP does not report which specific interfaces have which characteristics.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosInterfaceTypeEntry  

qosInterfaceTypeId 1.3.6.1.4.1.45.4.2.1.1.1.1.1
An arbitrary integer index that uniquely identifies a instance of the qosInterfaceType class. Class instances may not be contiguous.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosInterfaceTypeRoles 1.3.6.1.4.1.45.4.2.1.1.1.1.2
The role combination that is used to identify interfaces with the characteristics specified by the attributes of this class instance. Interface role combination identifiers are used within a number of classes to logically identify a physical set of interfaces to which policy rules and actions are applied. Role combination identifiers must exist in this table prior to being referenced in other class instances.
Status: current Access: read-create
OBJECT-TYPE    
  RoleCombination  

qosInterfaceTypeQueueSet 1.3.6.1.4.1.45.4.2.1.1.1.1.3
The index of the queue set that is associated with interfaces that are identified with the role combination identifier that is associated with this class instance.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceId  

qosInterfaceTypeCapabilities 1.3.6.1.4.1.45.4.2.1.1.1.1.4
An enumeration of interface capabilities. Used by the PDP or network manager to select which policies and configuration it should push to the PEP.
Status: current Access: read-create
OBJECT-TYPE    
  BITS other(0), inputIpClassification(1), outputIpClassification(2), input802Classification(3), output802Classification(4), singleQueuingDiscipline(5), hybridQueuingDiscipline(6)  

qosInterfaceTypeStorageType 1.3.6.1.4.1.45.4.2.1.1.1.1.5
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qosInterfaceTypeStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qosInterfaceTypeStatus 1.3.6.1.4.1.45.4.2.1.1.1.1.6
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosIfQueueTable 1.3.6.1.4.1.45.4.2.1.1.2
Contains information about the individual queues that comprise a queue set implemented on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfQueueEntry

qosIfQueueEntry 1.3.6.1.4.1.45.4.2.1.1.2.1
A conceptual row in the qosIfQueueTable. Each row identifies a specific queue within a given queue set and contains detailed information about the queue. Queues are associated with a given set through this table and a queue set is associated with an interface set through the qosInterfaceTypeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIfQueueEntry  

qosIfQueueId 1.3.6.1.4.1.45.4.2.1.1.2.1.1
An index that uniquely identifies this row in the table, i.e., this PRI.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIfQueueSetId 1.3.6.1.4.1.45.4.2.1.1.2.1.2
An index that uniquely identifies a specific queue set. The queue set that is identified with this value is associated with an interface set through the qosInterfaceTypeQueueSet object in the qosInterfaceTypeTable. The individual queues that are members of this set all have the same value for this attribute (i.e., they have the same set ID).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

qosIfQueueIndex 1.3.6.1.4.1.45.4.2.1.1.2.1.3
An arbitrary index that uniquely identifies a specific queue within a set of queues that is identified by the qosIfQueueSetId value.
Status: current Access: read-create
OBJECT-TYPE    
  QosInterfaceQueueCount  

qosIfQueueGenDiscipline 1.3.6.1.4.1.45.4.2.1.1.2.1.4
This object identifies the queuing discipline that is associated with the specified queue. Several general purpose and well-known queuing disciplines are supported by this attribute. Queuing disciplines that differ from those that are supported by this object are specified by setting this attribute to other(1) and providing the object identifier that represents the different queuing paradigm in the qosIfQueueExtDiscipline object. A value of fifo(2) indicates that the queue is serviced on a first-in-first-out (FIFO) basis. This discipline is generally employed when only a single queue is available for a given interface. A value of pq(3) indicates that the queue is serviced using a priority queuing discipline. This technique is used when several queues are available for a given interface. Each queue is assigned a priority and queues are serviced in order of priority. Higher priority queues are completely drained before lower priority queues are serviced. A value of fq(4) indicates that the queue is serviced using a fair queuing discipline. This technique is used when several queues are available for a given interface. Each queue is treated equally and is serviced in a round-robin fashion. A value of wfq(5) indicates that the queue is serviced using a weighted fair queuing discipline. This technique is used when several queues are available for a given interface. Each queue is serviced based on queue weights which determine the scheduling and frequency of queue servicing. Queues that are assigned a greater weight are implicitly provided with more bandwidth. Note that the processing disciplines for all of the queues in a given set must be considered when trying to establish a processing profile for a given interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), fifo(2), pq(3), fq(4), wfq(5)  

qosIfQueueExtDiscipline 1.3.6.1.4.1.45.4.2.1.1.2.1.5
This object identifies the queuing discipline that is associated with the specified queue. This attribute provides a means through which additional queuing mechanisms can be identified should the general queuing disciplines be inadequate for a given device. As such. this attribute is consulted only when the value of the qosIfQueueGenDiscipline object is other(1). It contains an object identifier that uniquely identifies a queuing paradigm. Note that the processing disciplines for all of the queues in a given set must be considered when trying to establish a processing profile for a given interface.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

qosIfQueueDrainSize 1.3.6.1.4.1.45.4.2.1.1.2.1.6
The maximum number of bytes that may be drained from the queue in one cycle. The percentage of the interface bandwidth allocated to this queue can be calculated from this attribute and the sum of the drain sizes of all the queues in a specific queue cluster in a queue set. This attribute represents the relative bandwidth that is available to a given queue with respect to other queues with which it is associated. The absolute bandwidth that is available to a given queue is specified by the attribute qosIfQueueAbsBandwidth. Which of these two applies is specified by the attribute qosIfQueueBandwidthAllocation.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

qosIfQueueAbsBandwidth 1.3.6.1.4.1.45.4.2.1.1.2.1.7
The maximum interface bandwidth that is available for consumption when servicing this queue. This bandwidth is specified in terms of kilobits per second. This attribute represents the absolute bandwidth that is available to a given queue. The relative bandwidth that is available to a given queue, with respect to other queues with which it is associated, is specified by the attribute qosIfQueueDrainSize. Which of these two applies is specified by the attribute qosIfQueueBandwidthAllocation.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

qosIfQueueBandwidthAllocation 1.3.6.1.4.1.45.4.2.1.1.2.1.8
This attribute specifies whether to configure the queue for an absolute bandwidth limit or one that is relative to other queues of the interface. i.e., whether to configure the queue using qosIfQueueAbsBandwidth or qosIfQueueDrainSize.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER absolute(1), relative(2)  

qosIfQueueServiceOrder 1.3.6.1.4.1.45.4.2.1.1.2.1.9
This object is used to provide an additional level of priority that is required for certain queuing disciplines and when the different queues that comprise a queue set are serviced using a mix of queuing disciplines. This object can be used to specify, for example, the order in which queues will be serviced when priority queuing is used. It also supports the ability to describe the servicing hierarchy when a hybrid queuing scheme, such as priority queuing coupled with weighted fair queuing, is used. Queue service priority is assigned such that a lower service order value indicates a higher priority. For example, a priority queue with a value of 1 will be serviced (i.e., drained) before another priority queue with a service order value of 2. Note that multiple queues that are logically associated, based on the queuing discipline that is being employed, will be assigned the same service order value. Under this scenario, other parameters that are related to the queuing discipline determine the order of queue servicing (e.g., queue drain size is used for 'wfq'). For example, an interface that is associated with a queue set supporting two priority queues and three queues that are serviced using WFQ would be modeled as follows: Q Index Q Discipline Q Drain Size Q Service Order 22 pq(1) - 1 23 pq(1) - 2 24 wfq(3) 500 3 25 wfq(3) 350 3 26 wfq(3) 150 3 The queue set presented in this example would service all queued traffic in queue 22 first, followed by all of the queued traffic in queue 23. Next the queued traffic in queues 24 through 26 would be serviced in a round robin fashion with queue 24 receiving 50% of the available bandwidth, queue 25 receiving 35% of the available bandwidth and queue 26 receiving 15% of the available bandwidth. This example is presented for expository purposes and has been simplified accordingly. Note that, in this example, queues 24, 25 and 26 form a queue cluster. Members of a queue cluster are all assigned the same qosIfQueueServiceOrder as there are tightly coupled. The qosIfQueueDrainSize attribute is used to determine the additional processing characteristics of the individual queues in a cluster.
Status: current Access: read-create
OBJECT-TYPE    
  QosInterfaceQueueCount  

qosIfQueueSize 1.3.6.1.4.1.45.4.2.1.1.2.1.10
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-create
OBJECT-TYPE    
  Integer32  

qosIfQueueStorageType 1.3.6.1.4.1.45.4.2.1.1.2.1.11
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qosIfQueueStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qosIfQueueStatus 1.3.6.1.4.1.45.4.2.1.1.2.1.12
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosIfDscpAssignmentTable 1.3.6.1.4.1.45.4.2.1.1.3
Supports the assignment of DSCP values to a queue for each interface with a specific queue count. There will be 64 instances of this class for each supported combination of queue count and role combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfDscpAssignmentEntry

qosIfDscpAssignmentEntry 1.3.6.1.4.1.45.4.2.1.1.3.1
An instance of the qosIfDscpAssignment class.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIfDscpAssignmentEntry  

qosIfDscpAssignmentId 1.3.6.1.4.1.45.4.2.1.1.3.1.1
An index that is used to uniquely identify the instance of the qosIfDscpAssignment class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIfDscpAssignmentRoles 1.3.6.1.4.1.45.4.2.1.1.3.1.2
The role combination with which an interface must be configured to support the DSCP-to-queue assignment described by this instance. The specified role combination must be defined in the qosInterfaceType table prior to being referenced by this entry. Otherwise a 'priAssociationUnknown(3)' error code will be returned.
Status: current Access: read-create
OBJECT-TYPE    
  RoleCombination  

qosIfDscpAssignmentDscp 1.3.6.1.4.1.45.4.2.1.1.3.1.3
The DSCP to which this class instance applies.
Status: current Access: read-create
OBJECT-TYPE    
  Dscp  

qosIfDscpAssignmentQueue 1.3.6.1.4.1.45.4.2.1.1.3.1.4
The specific queue, within the queue set that is associated with the interface set identified by the qosIfDscpAssignmentRoles tag, on which traffic with the specified DSCP, dictated by the qosIfDscpAssignmentDscp value, is placed. Failure to specify an appropriate queue results in a 'priAssociationConflict(4)' error indication being returned.
Status: current Access: read-create
OBJECT-TYPE    
  QosInterfaceQueueCount  

qosIfDscpAssignmentStorageType 1.3.6.1.4.1.45.4.2.1.1.3.1.5
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qosIfDscpAssignmentStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qosIfDscpAssignmentStatus 1.3.6.1.4.1.45.4.2.1.1.3.1.6
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosMeter 1.3.6.1.4.1.45.4.2.1.2
OBJECT IDENTIFIER    

qosMeterTable 1.3.6.1.4.1.45.4.2.1.2.1
Contains the current set of configured meters. The meters are associated with a classifier during operation through the QoS Target Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosMeterEntry

qosMeterEntry 1.3.6.1.4.1.45.4.2.1.2.1.1
General metering definitions. Each entry specifies an instance of the qosMeter class which specifies metering information in terms of traffic stream bandwidth parameters. An entry can thus be used to support traffic metering based on the specified service level specification.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosMeterEntry  

qosMeterId 1.3.6.1.4.1.45.4.2.1.2.1.1.1
An arbitrary integer index that uniquely identifies the instance of the qosMeter class. Meters are associated with specific flows using this attribute through the qosTargetMeter attribute in the QoS Target class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosMeterDataSpecification 1.3.6.1.4.1.45.4.2.1.2.1.1.2
Specifies the metering data, and thus the actions, that are defined in a given entry. A value of noMeterData(1) indicates that no flow metering is necessary. All flows associated with this meter entry are considered to be at a high level of conformance. A value of committedData(2) indicates that committed rate and committed burst information has been specified and will be applied to associated flows. No peak rate and burst information has been specified meaning that two levels of conformance (high, medium) are supported. A value of peakData(3) indicates that peak rate and peak burst information has been provided in addition to the committed rate and committed burst information. All provided information will be applied to associated flows meaning that three levels of conformance (high, medium, low) are supported. A value of committedRestricted(4) indicates that committed rate and committed burst information has been specified and will be applied to associated flows. No peak rate and burst information has been specified meaning that two levels of conformance (high, medium) are supported. Furthermore, the non-conformant (out-of-profile) action is derived from the ntnQosConfigDefaultOutOfProfileAction attribute. The out-of- profile action can not be specified via the meter or policy entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noMeterData(1), committedData(2), peakData(3), committedRestricted(4)  

qosMeterCommittedRate 1.3.6.1.4.1.45.4.2.1.2.1.1.3
This object represents the committed information rate (CIR) against which associated traffic streams will be metered. The CIR specifies the rate at which incoming traffic can arrive to be considered to be at a high level of conformance. Typically, this value specifies the rate at which tokens are added to a token bucket used to meter received flows. This object specifies a rate in bytes per second units such that, for example, a value of 100 equates to a committed information rate of 100 bytes per second. Committed rate (and burst) information must be present if the qosMeterDataSpecification object has the value committedData(2) or peakRate(3). This, in turn, requires that at least both high and medium conformance actions be specified.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..ffffffff  

qosMeterCommittedBurst 1.3.6.1.4.1.45.4.2.1.2.1.1.4
This object represents the committed burst size (CBS) against which associated traffic streams will be metered. The CBS specifies the maximum burst size that is supported for flows to be considered to be at a high level of conformance. Typically, this value represents the maximum number of tokens in a token bucket. This object specifies flow data in bytes per second units such that, for example, a value of 100 equates to a committed information rate of 100 bytes per second. Committed burst (and rate) information must be present if the qosMeterDataSpecification object has the value committedData(2) or peakRate(3). This, in turn, requires that at least both high and medium conformance actions be specified.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..ffffffff  

qosMeterPeakRate 1.3.6.1.4.1.45.4.2.1.2.1.1.5
This object represents the peak information rate (PIR) against which associated traffic streams will be metered. The PIR specifies the rate at which incoming traffic can arrive to be considered to be at a medium level of conformance. Typically, this value specifies the rate at which tokens are added to a token bucket used to meter received flows. This object specifies a rate in bytes per second units such that, for example, a value of 100 equates to a committed information rate of 100 bytes per second. Peak rate (and burst) information must be present if the qosMeterDataSpecification object has the value peakData(3). This, in turn, requires that high, medium and low conformance actions be specified.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..ffffffff  

qosMeterPeakBurst 1.3.6.1.4.1.45.4.2.1.2.1.1.6
This object represents the peak burst size (PBS) against which associated traffic streams will be metered. The CBS specifies the maximum burst size that is supported for flows to be considered to be at a medium level of conformance. Typically, this value represents the maximum number of tokens in a token bucket. This object specifies flow data in bytes per second units such that, for example, a value of 100 equates to a committed information rate of 100 bytes per second. Peak burst (and rate) information must be present if the qosMeterDataSpecification object has the value peakData(3). This, in turn, requires that high, medium and low conformance actions be specified.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..ffffffff  

qosMeterHighConfAction 1.3.6.1.4.1.45.4.2.1.2.1.1.7
This attribute identifies the action that is to be initiated for flows that are determined to have a high level of conformance with regard to metering criteria being applied to the flow. Actions must be defined in the qosActionTable prior to being referenced by this attribute. A non-zero value for this attribute must be provided prior to use unless an in-profile action is specified in the associated qosTargetTable entry.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceIdOrZero  

qosMeterMedConfAction 1.3.6.1.4.1.45.4.2.1.2.1.1.8
This attribute identifies the action that is to be initiated for flows that are determined to have a medium level of conformance with regard to metering criteria being applied to the flow. Actions must be defined in the qosActionTable prior to being referenced by this attribute. A valid value for this attribute must be provided prior to use if the value of the associated qosMeterDataSpecification object is committedRate(2) or peakRate(3) and an out-of-profile action is not specified in the associated qosTargetTable entry.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceIdOrZero  

qosMeterLowConfAction 1.3.6.1.4.1.45.4.2.1.2.1.1.9
This attribute identifies the action that is to be initiated for flows that are determined to have a low level of conformance with regard to metering criteria being applied to the flow. Actions must be defined in the qosActionTable prior to being referenced by this attribute. A valid value for this attribute must be provided if the value of the associated qosMeterDataSpecification object is peakRate(3).
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceIdOrZero  

qosMeterStorageType 1.3.6.1.4.1.45.4.2.1.2.1.1.10
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qosIfDscpAssignmentStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qosMeterStatus 1.3.6.1.4.1.45.4.2.1.2.1.1.11
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosMeterLabel 1.3.6.1.4.1.45.4.2.1.2.1.1.12
A label used to reference the entry in a textual manner.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

qosAction 1.3.6.1.4.1.45.4.2.1.3
OBJECT IDENTIFIER    

qosActionTable 1.3.6.1.4.1.45.4.2.1.3.1
Contains the current set of configured actions. The actions are associated with IP, IEEE 802 and other ACLs and interfaces during operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosActionEntry

qosActionEntry 1.3.6.1.4.1.45.4.2.1.3.1.1
General action definitions. Each entry specifies an instance of the qosAction class which describes (potentially) several distinct action attributes. Each action is taken individually regarding the data in question. Several actions can be taken for a single frame. An instance of this class can not be deleted while it is being referenced in a target instance in another class. This class may be extended with actions that apply to specific QoS policies (e.g., IP, IEEE 802, security) using augmentation.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosActionEntry  

qosActionId 1.3.6.1.4.1.45.4.2.1.3.1.1.1
An arbitrary integer index that uniquely identifies the instance of the QoS Action class. Class instances may not be contiguous. Actions are associated with Target instances in other classes (e.g., the QoS Target class) using this attribute.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosActionDrop 1.3.6.1.4.1.45.4.2.1.3.1.1.2
This action attribute, when specified, will cause the frame being evaluated to be dropped if the value is 'true(1)'. A value of 'false(2)' indicates that this action will not be initiated (i.e., the frame will not be dropped) based on this attribute. Prior to discarding a packet, other actions that have been specified should be performed if they make protocol sense. For example, requests for traffic mirroring (if such an action is supported by a device) should be honored. However, updating protocol header values will typically not be necessary.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

qosActionUpdateDSCP 1.3.6.1.4.1.45.4.2.1.3.1.1.3
This action component, when specified, will cause the value contained in the Differentiated Services (DS) field of an associated IP datagram to be updated with the value of this object. A value of -1 indicates that this action component has not been set to an appropriate value and should not be used for action initiation. The DSCP should remain unchanged.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..63  

qosActionMeter 1.3.6.1.4.1.45.4.2.1.3.1.1.4
This action component, when specified, will identify another level of metering that should be applied to the given flow. This action is only taken if it is not in conflict with other specified actions, i.e., qosActionDrop. A value of 0 indicates that an additional metering component has not been specified. No additional metering is thus required.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceId  

qosActionStorageType 1.3.6.1.4.1.45.4.2.1.3.1.1.5
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qosActionStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qosActionStatus 1.3.6.1.4.1.45.4.2.1.3.1.1.6
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosActionLabel 1.3.6.1.4.1.45.4.2.1.3.1.1.7
A label used to reference the entry in a textual manner.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

qosTargetTable 1.3.6.1.4.1.45.4.2.1.3.2
A class that applies a set of ACLs to interfaces specifying, for each interface, the precedence 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 roles. This class may contain ACLs that specify different types of traffic classification (e.g., IP ACLs and IEEE 802 ACLs defined in their respective definition tables). An ACL is identified by its class and instance within that class. An ACL association is formed when ACLs apply to the same interfaces, as determined by the specified interface role and direction. ACL evaluation precedence within an association is determined by the precedence attribute.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosTargetEntry

qosTargetEntry 1.3.6.1.4.1.45.4.2.1.3.2.1
An instance of the qosTarget class. Instance creation may be prohibited based on the status of certain class attributes which must exist prior to class instantiation.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosTargetEntry  

qosTargetId 1.3.6.1.4.1.45.4.2.1.3.2.1.1
An arbitrary integer index that uniquely identifies the instance of the QoS Target class.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosTargetAclId 1.3.6.1.4.1.45.4.2.1.3.2.1.2
This attribute identifies the ACL that is associated with this target. It identifies (potentially many) ACL class instances in a specific ACL Definition table where ACLs, and their associated ACEs, are defined. For example, instances in the qosIpAclDefinitionTable are identified by setting the value of this object equal to the qosIpAclDefinitionAclId of the instances being targeted. This value, together with the value of the corresponding qosTargetAclType attribute, uniquely identifies one or more instances of a specific ACL Definition class. Attempting to specify an unknown ACL class instance will result in an appropriate error indication being returned to the entity that is attempting to install the conflicting entry. For example, a 'priUnknown(2)' error indication is returned to the policy server in this situation.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceId  

qosTargetAclType 1.3.6.1.4.1.45.4.2.1.3.2.1.3
The ACL Definition class that is being referenced by this instance of the ACL Target class. This policy class identifier, together with the corresponding qosTargetAclId attribute, uniquely identifies instances of a specific ACL Definition class. The object identifier value of this attribute must exist in the policyPrcSupportTable.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

qosTargetInterfaceRoles 1.3.6.1.4.1.45.4.2.1.3.2.1.4
The interfaces to which this ACL applies specified in terms of a set of roles. The role combination specified by this attribute must exist in the qosInterfaceTypeTable prior to being association with an instance of this class.
Status: current Access: read-create
OBJECT-TYPE    
  RoleCombination  

qosTargetInterfaceDirection 1.3.6.1.4.1.45.4.2.1.3.2.1.5
The direction of packet flow at the interface in question to which this ACL applies.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER in(1), out(2)  

qosTargetOrder 1.3.6.1.4.1.45.4.2.1.3.2.1.6
An integer that determines the precedence order of this ACL in the list of ACLs applied to interfaces of the specified role combination. An ACL with a given precedence order is positioned in the list before one with a higher-valued precedence order. As an example, consider the following ACL Target association: Index IfRoleCombo IfDirection AclId AclType Order 14 'eth1000+L2+L3' 'in' 8 '802' 1 15 'eth1000+L2+L3' 'in' 3 '802' 2 16 'eth1000+L2+L3' 'in' 12 'IP' 3 17 'eth1000+L2+L3' 'in' 6 'IP' 4 18 'eth1000+L2+L3' 'in' 21 'IP' 5 Five distinct ACL specifications, 3 from an IP ACL Definition class and 2 from an IEEE 802 ACL Definition class, form an Acl Target association (e.g., based on the specified interface role combination and direction attributes) with a prescribed order of evaluation. The AclType and AclId attributes identify the ACL Definition instances in their respective classes. Precedence values within an association must be unique otherwise instance installation will be prohibited and an error value will be returned.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

qosTargetMeter 1.3.6.1.4.1.45.4.2.1.3.2.1.7
This attribute identifies the meter that is associated with this QoS Target instance. Meters are defined in the qosMeterTable. The corresponding instance in the qosMeter class (i.e., the class instance where the qosMeterId is equal to the value of this object) must exist prior to being associated with an ACL Target entry. A value equal to zero indicates that no metering is requested.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceIdOrZero  

qosTargetStorageType 1.3.6.1.4.1.45.4.2.1.3.2.1.8
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qosTargetStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qosTargetStatus 1.3.6.1.4.1.45.4.2.1.3.2.1.9
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosTargetShapingParams 1.3.6.1.4.1.45.4.2.1.3.2.1.10
This attribute identifies the shaping specification that is associated with this QoS Target instance. Shaping parameters are defined in the ntnQosShapingParamsTable. The corresponding instance in the ntnQosShapingParams class (i.e., the class instance where the ntnQosShapingParamsId is equal to the value of this object) must exist prior to being associated with an Target entry. A value equal to 0 for this attribute indicates that no shaping criteria is specified. Note that a shaping specification may be indirectly specified using the qosTargetShapingGroup attribute. The shaping specification associated with the shaping group is used in this case. Inconsistencies between the shaping group shaping specification and a non-zero value provided for this attribute results in an error.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceIdOrZero  

qosTargetShapingGroup 1.3.6.1.4.1.45.4.2.1.3.2.1.11
This attribute specifies a shaping group number. Aggregate shaping across one or more QoS Target instances (i.e., shaping traffic identified by one or more QoS Target entries as if they were a single flow) is supported by assigning the same shaping group number to multiple QoS Target entries. A value equal to 0 for this attribute indicates that aggregate shaping with one or more existing policies is not specified. Note that a shaping specification may be indirectly specified using this attribute. The shaping specification associated with the shaping group, if it already exists, is used in this case. Inconsistencies between the shaping group shaping specification and a non-zero value for the qosTargetShapingParams attribute results in an error.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

qosTargetLabel 1.3.6.1.4.1.45.4.2.1.3.2.1.12
A label used to reference the entry in a textual manner.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

qosTargetInProfileAction 1.3.6.1.4.1.45.4.2.1.3.2.1.13
This attribute identifies the action that is to be initiated for flows that are determined to be in-profile with regard to metering criteria being applied to the flow. If no metering criteria is specified, all flows matching a given target specification are considered in-profile. Actions must be defined in the qosActionTable prior to being referenced by this attribute. A non-zero value for this attribute must be provided unless an in-profile (high conformance) action is specified and associated with a meter identified by the qosTargetMeter attribute.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceIdOrZero  

qosTargetOutOfProfileAction 1.3.6.1.4.1.45.4.2.1.3.2.1.14
This attribute identifies the action that is to be initiated for flows that are determined to be out-of- profile with regard to metering criteria being applied to the flow. Actions must be defined in the qosActionTable prior to being referenced by this attribute. An out-of-profile action is required if metering is requested (i.e., the associated meter's qosMeterDataSpecification object is `committedRate` or `peakRate`). A non-zero value for this attribute must be provided unless an out-of-profile (meduim conformance) action is specified and associated with a meter identified by the qosTargetMeter attribute.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceIdOrZero  

qosTargetUserGroupSession 1.3.6.1.4.1.45.4.2.1.3.2.1.15
This attribute identifies a user group session to which the specified policy criteria is to be applied. The identified user group session must exist in the User Role Table for the policy installation to succeed. This attribute is thus used to synchronize state for user-based policies. The attribute ntnQosUserRoleSessionGroup in the User Role Table identifies current (i.e., applicable) user group sessions. Furthermore, the specified qosTargetInterfaceRoles role combination identifies a user role (and not an interface role) when the value of this attribute is non-zero. A value of zero for this attribute indicates that the policy is not to be applied to a specific set of users. In this case, policy is applied based on the standard interface-to-role associations specified in the ntnQosInterfaceIdTable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

qosIpQos 1.3.6.1.4.1.45.4.2.2.1
OBJECT IDENTIFIER    

qosIpAceTable 1.3.6.1.4.1.45.4.2.2.1.1
ACE definitions. A packet has to match all fields in an ACE. Wildcards may be specified for those fields that are not relevant.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIpAceEntry

qosIpAceEntry 1.3.6.1.4.1.45.4.2.2.1.1.1
An instance of the qosIpAce class.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIpAceEntry  

qosIpAceId 1.3.6.1.4.1.45.4.2.2.1.1.1.1
An integer index to uniquely identify this ACE among all the ACEs.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

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

qosIpAceDstAddrMask 1.3.6.1.4.1.45.4.2.2.1.1.1.3
A mask for the matching of the destination IP address. A zero bit in the mask means that the corresponding bit in the address always matches.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

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

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

qosIpAceDscp 1.3.6.1.4.1.45.4.2.2.1.1.1.6
The value that the DSCP in the packet can have and match this ACE. A value of -1 indicates that a specific DSCP value has not been defined and thus all DSCP values are considered a match.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..63  

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

qosIpAceDstL4PortMin 1.3.6.1.4.1.45.4.2.2.1.1.1.8
The minimum value that the packet's layer 4 destination port number can have and match this ACE. The value of this attribute must be less-than-or-equal-to the value of the corresponding qosIpAceDstL4PortMax attribute.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

qosIpAceDstL4PortMax 1.3.6.1.4.1.45.4.2.2.1.1.1.9
The maximum value that the packet's layer 4 destination port number can have and match this ACE. The value of this attribute must be greater-than-or-equal-to the value of the corresponding qosIpAceDstL4PortMin attribute.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

qosIpAceSrcL4PortMin 1.3.6.1.4.1.45.4.2.2.1.1.1.10
The minimum value that the packet's layer 4 source port number can have and match this ACE. The value of this attribute must be less-than-or-equal-to the value of the corresponding qosIpAceSrcL4PortMax attribute.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

qosIpAceSrcL4PortMax 1.3.6.1.4.1.45.4.2.2.1.1.1.11
The maximum value that the packet's layer 4 source port number can have and match this ACE. The value of this attribute must be greater-than-or-equal-to the value of the corresponding qosIpAceSrcL4PortMin attribute.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

qosIpAcePermit 1.3.6.1.4.1.45.4.2.2.1.1.1.12
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-create
OBJECT-TYPE    
  TruthValue  

qosIpAceStorageType 1.3.6.1.4.1.45.4.2.2.1.1.1.13
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qosIpAceStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qosIpAceStatus 1.3.6.1.4.1.45.4.2.2.1.1.1.14
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosIpAclDefinitionTable 1.3.6.1.4.1.45.4.2.2.1.2
A class that defines a set of ACLs each being an ordered list of ACEs. Each instance of this class identifies one ACE of an ACL and the precedence order of that ACE with respect to other ACEs in the same ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIpAclDefinitionEntry

qosIpAclDefinitionEntry 1.3.6.1.4.1.45.4.2.2.1.2.1
An instance of the qosIpAclDefinition class.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosIpAclDefinitionEntry  

qosIpAclDefinitionId 1.3.6.1.4.1.45.4.2.2.1.2.1.1
Unique index of this policy rule instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAclDefinitionAclId 1.3.6.1.4.1.45.4.2.2.1.2.1.2
An ID for this ACL. There will be one instance of the class qosIpAclDefinition with this ID for each ACE in the ACL per role combination.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAclDefinitionAceId 1.3.6.1.4.1.45.4.2.2.1.2.1.3
This attribute specifies the ACE in the qosIpAceTable that is in the ACL specified by qosIpAclIndex at the position specified by qosIpAceOrder. Attempting to specify an unknown class instance will result in an appropriate error indication being returned to the entity that is attempting to install the conflicting entry. For example, a 'priUnknown(2)' error indication is returned to the policy server in this situation.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceId  

qosIpAclDefinitionAceOrder 1.3.6.1.4.1.45.4.2.2.1.2.1.4
The precedence order of this ACE. The precedence order determines the position of this ACE in the ACL. An ACE with a given precedence order is positioned in the access control list before one with a higher-valued precedence order. Precedence values within a group must be unique otherwise instance installation will be prohibited and an error value will be returned.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

qosIpAclDefinitionStorageType 1.3.6.1.4.1.45.4.2.2.1.2.1.5
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qosIpAclDefinitionStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qosIpAclDefinitionStatus 1.3.6.1.4.1.45.4.2.2.1.2.1.6
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosIpAclDefinitionLabel 1.3.6.1.4.1.45.4.2.2.1.2.1.7
A label used to reference the filter group in a textual manner. All members of the same group, as determined by the value of the qosIpAclDefinitionAclId attribute, must have the same label.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

qosPolicyIpPibConformance 1.3.6.1.4.1.45.4.2.3
OBJECT IDENTIFIER    

qosPolicyIpPibCompliances 1.3.6.1.4.1.45.4.2.3.1
OBJECT IDENTIFIER    

qosPolicyIpPibGroups 1.3.6.1.4.1.45.4.2.3.2
OBJECT IDENTIFIER    

qosPolicyIpPibCompliance 1.3.6.1.4.1.45.4.2.3.1.1
Describes the requirements for conformance to the QoS Policy IP PIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

qosInterfaceTypeGroup 1.3.6.1.4.1.45.4.2.3.2.1
Objects from the qosInterfaceTypeTable.
Status: current Access: read-only
OBJECT-GROUP    

qosIfQueueGroup 1.3.6.1.4.1.45.4.2.3.2.2
Objects from the qosIfQueueTable.
Status: current Access: read-only
OBJECT-GROUP    

qosIfDscpAssignmentGroup 1.3.6.1.4.1.45.4.2.3.2.3
Objects from the qosIfDscpAssignmentTable.
Status: current Access: read-only
OBJECT-GROUP    

qosMeterGroup 1.3.6.1.4.1.45.4.2.3.2.4
Objects from the qosMeterTable.
Status: current Access: read-only
OBJECT-GROUP    

qosActionGroup 1.3.6.1.4.1.45.4.2.3.2.5
Objects from the qosActionTable.
Status: current Access: read-only
OBJECT-GROUP    

qosTargetGroup 1.3.6.1.4.1.45.4.2.3.2.6
Objects from the qosTargetTable.
Status: current Access: read-only
OBJECT-GROUP    

qosIpAceGroup 1.3.6.1.4.1.45.4.2.3.2.7
Objects from the qosIpAceTable.
Status: current Access: read-only
OBJECT-GROUP    

qosIpAclDefinitionGroup 1.3.6.1.4.1.45.4.2.3.2.8
Objects from the qosIpAclDefinitionTable.
Status: current Access: read-only
OBJECT-GROUP