qosIfQueueServiceOrder
QOS-POLICY-IP-PIB ·
.1.3.6.1.4.1.45.4.2.1.1.2.1.9
Object
column
r/w
QosInterfaceQueueCount
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.
Context
- MIB
- QOS-POLICY-IP-PIB
- OID
.1.3.6.1.4.1.45.4.2.1.1.2.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qosIfQueueEntry
- Table
- qosIfQueueTable
- Siblings
- 11
Syntax
QosInterfaceQueueCount
- Source
- QosInterfaceQueueCount
- Base type
Integer32
Values & Constraints
Type Constraints
range: 1..64
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| qosIfQueueId An index that uniquely identifies this row in the table,
i.e., this PRI. | column | POLICY-FRAMEWORK-PIBPolicyInstanceId | .1.3.6.1.4.1.45.4.2.1.1.2.1.1 |
| qosIfQueueSize 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 suitab… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.45.4.2.1.1.2.1.10 |
| qosIfQueueStorageType 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.
… | column | SNMPv2-TCStorageType | .1.3.6.1.4.1.45.4.2.1.1.2.1.11 |
| qosIfQueueStatus 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… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.45.4.2.1.1.2.1.12 |
| qosIfQueueSetId 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… | column | Integer32 | .1.3.6.1.4.1.45.4.2.1.1.2.1.2 |
| qosIfQueueIndex An arbitrary index that uniquely identifies a specific
queue within a set of queues that is identified by the
qosIfQueueSetId value. | column | QosInterfaceQueueCount | .1.3.6.1.4.1.45.4.2.1.1.2.1.3 |
| qosIfQueueGenDiscipline 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 attrib… | column | Enumeration | .1.3.6.1.4.1.45.4.2.1.1.2.1.4 |
| qosIfQueueExtDiscipline 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 iden… | column | ObjectIdentifier | .1.3.6.1.4.1.45.4.2.1.1.2.1.5 |
| qosIfQueueDrainSize 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 attribu… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.45.4.2.1.1.2.1.6 |
| qosIfQueueAbsBandwidth The maximum interface bandwidth that is available for
consumption when servicing this queue. This bandwidth is
specified in terms of kilobits per second.
This attri… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.45.4.2.1.1.2.1.7 |
| qosIfQueueBandwidthAllocation 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 qu… | column | Enumeration | .1.3.6.1.4.1.45.4.2.1.1.2.1.8 |