cdxBWQueueType
CISCO-DOCS-EXT-MIB ·
.1.3.6.1.4.1.9.9.116.1.2.1.1.4
Object
column
Enumeration
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 first out.
priority: each bandwidth request has a priority and the
position of the request within the queue depends
on its priority.
For DOCSIS1.1 all the priority queues are fifo queues.
Context
- MIB
- CISCO-DOCS-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.116.1.2.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cdxBWQueueEntry
- Table
- cdxBWQueueTable
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | other |
3 | fifo |
4 | priority |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cdxBWQueueNameCode 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 min… | column | Enumeration | .1.3.6.1.4.1.9.9.116.1.2.1.1.1 |
| cdxBWQueueOrder The relative order of this queue to the other queues within the
cable interface. The smaller number has higher order. That is,
0 is the highest order and 10 is the lowest order. … | column | Integer32 | .1.3.6.1.4.1.9.9.116.1.2.1.1.2 |
| cdxBWQueueNumServedBeforeYield 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.116.1.2.1.1.3 |
| cdxBWQueueMaxDepth The maximum number of requests/packets which the queue can
support.The range is 0-50 for DOCSIS1.0 and for
DOCSIS1.1 it is 0-64. | column | Integer32 | .1.3.6.1.4.1.9.9.116.1.2.1.1.5 |
| cdxBWQueueDepth The current number of requests/packets in the queue.
The range is 0-50 for DOCSIS1.0 and for
DOCSIS1.1 it is 0-64. | column | Integer32 | .1.3.6.1.4.1.9.9.116.1.2.1.1.6 |
| cdxBWQueueDiscards 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.116.1.2.1.1.7 |