CISCO-QUEUE-MIB
25 objects
This is the MIB module for objects used to manage interface queuing in Cisco devices.
Imported Objects
| CISCO-SMI | ciscoMgmt |
| RFC1213-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Gauge32 Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.37 | IdentityciscoQueueMIB | This is the MIB module for objects used to manage interface queuing in Cisco devices. | ||
| 1.3.6.1.4.1.9.9.37.1 | NodeciscoQueueObjects | |||
| 1.3.6.1.4.1.9.9.37.1.1 | TablecQIfTable | not-accessible | current | This table contains objects that describe the queues on a Cisco Interface. An interface queue is modeled as a collection of one or more secondary queues that f… |
| 1.3.6.1.4.1.9.9.37.1.1.1 | RowcQIfEntry | not-accessible | current | A list of queue attributes for an interface. |
| 1.3.6.1.4.1.9.9.37.1.1.1.1 | ColumncQIfQType | read-only | current | The type of queuing used in the Hold Queue. First In First Out Queuing implies that the interface always transmits messages in the order that they are received… |
| 1.3.6.1.4.1.9.9.37.1.1.1.2 | ColumncQIfTxLimit | read-only | current | The maximum number of messages placed into the hardware transmission queue. This is a first come first serve queue, fed by the hold queue. If the hold queue co… |
| 1.3.6.1.4.1.9.9.37.1.1.1.3 | ColumncQIfSubqueues | read-only | current | The number of sub-queues of which the hold queue is built. This is a constant for each value of cQIfQType. |
| 1.3.6.1.4.1.9.9.37.1.2 | TablecQStatsTable | not-accessible | current | This table contains statistical objects that for the sub-queues of a Cisco Interface. |
| 1.3.6.1.4.1.9.9.37.1.2.1 | RowcQStatsEntry | not-accessible | current | A list of sub-queue attributes for an interface. |
| 1.3.6.1.4.1.9.9.37.1.2.1.1 | ColumncQStatsQNumber | not-accessible | current | The number of the queue within the queue set. In FIFO queuing, this value is always 2. In Priority Queuing, it corresponds to the various priorities: high = 0 … |
| 1.3.6.1.4.1.9.9.37.1.2.1.2 | ColumncQStatsDepth | read-only | current | The number of messages in the sub-queue. |
| 1.3.6.1.4.1.9.9.37.1.2.1.3 | ColumncQStatsMaxDepth | read-only | current | The maximum number of messages permitted in the sub-queue. |
| 1.3.6.1.4.1.9.9.37.1.2.1.4 | ColumncQStatsDiscards | read-only | current | The number of messages discarded from this queue since restart by reason of enqueue at a time that cQStatsDepth >= cQStatsMaxDepth. |
| 1.3.6.1.4.1.9.9.37.1.3 | TablecQRotationTable | not-accessible | current | This table describes the rotation of Custom Queuing on an Interface. |
| 1.3.6.1.4.1.9.9.37.1.3.1 | RowcQRotationEntry | not-accessible | current | Custom Queuing sub-queue attributes for an interface. |
| 1.3.6.1.4.1.9.9.37.1.3.1.1 | ColumncQRotationOctets | read-only | current | The number of octets which may be transmitted from a custom queuing sub-queue before it must yield to another queue. |
| 1.3.6.1.4.1.9.9.37.2 | NodeciscoQueueTraps | |||
| 1.3.6.1.4.1.9.9.37.3 | NodeciscoQueueConformance | |||
| 1.3.6.1.4.1.9.9.37.3.1 | NodecQCompliances | |||
| 1.3.6.1.4.1.9.9.37.3.1.1 | CompliancecQCompliance | current | The core compliance statement for all queued interfaces. | |
| 1.3.6.1.4.1.9.9.37.3.2 | NodecQGroups | |||
| 1.3.6.1.4.1.9.9.37.3.2.1 | GroupcQIfGroup | current | The configuration of queuing on the interface. Interface Queuing statistics (ifOutQDepth and ifOutDiscards) are kept in the interface table. | |
| 1.3.6.1.4.1.9.9.37.3.2.2 | GroupcQStatsGroup | current | The statistics for individual queues in the interface queuing system. | |
| 1.3.6.1.4.1.9.9.37.3.2.3 | GroupcQRotationGroup | current | The Custom Queuing queue rotation weights. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| CQAlgorithm | INTEGER { fifo(1), priority(2), custom(3), weightedFair(4) } | current | The type of queuing algorithm used on the interface. |