cwdxBWQueueOrder
CISCO-WIRELESS-DOCS-EXT-MIB ·
.1.3.6.1.4.1.9.9.169.1.2.1.1.2
Object
column
Integer32
The relative order of this queue to the other queues within the
wireless interface. The smaller number has higher order. That is,
0 is the highest order and 10 is the lowest order. The
scheduler will serve the requests in higher order queue up to
the number of requests defined in cwdxBWQueueNumServedBeforeYield
before serving requests in the next higher order queue.
The queues with higher priority will not be serviced
(once the QueueNumServedBeforeYield number has been hit)
until all remaining queues are processed.
If there are n queues on this interface, the queue order will
be 0 to n-1 and maximum number of requests defined as
cwdxBWQueueNumServedBeforeYield in order 0 queue will be served
before the requests in order 1 queue to be served.
Context
- MIB
- CISCO-WIRELESS-DOCS-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.169.1.2.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cwdxBWQueueEntry
- Table
- cwdxBWQueueTable
- Siblings
- 6
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-10
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cwdxBWQueueNameCode The name code for the queue.
cirQ: CIR queue. The queue is for Committed Information Rate
(CIR) type of service which serves Service IDs which have
minimum guarantee… | column | Enumeration | .1.3.6.1.4.1.9.9.169.1.2.1.1.1 |
| cwdxBWQueueNumServedBeforeYield The maximum number of requests/packets the scheduler can serve
before yielding to another queue. The value 0 means all requests
must be served before yielding to another queue. | column | Integer32 | .1.3.6.1.4.1.9.9.169.1.2.1.1.3 |
| cwdxBWQueueType The queuing type which decides the position of a request/packet
within the queue.
unknown : queue type unknown.
other : not fifo, and not priority.
fifo : first in fir… | column | Enumeration | .1.3.6.1.4.1.9.9.169.1.2.1.1.4 |
| cwdxBWQueueMaxDepth The maximum number of requests/packets which the queue can
support. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.9.9.169.1.2.1.1.5 |
| cwdxBWQueueDepth The current number of requests/packets in the queue. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.9.9.169.1.2.1.1.6 |
| cwdxBWQueueDiscards The number of requests/packets discarded because of queue
overflow (queue depth > queue maximum depth). | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.9.9.169.1.2.1.1.7 |