MIB Viewer

CISCO-QUEUE-MIB

25 objects
This is the MIB module for objects used to manage interface queuing in Cisco devices.
Imported Objects
CISCO-SMIciscoMgmt
RFC1213-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMICounter32 Gauge32 Integer32 MODULE-IDENTITY OBJECT-TYPE
SNMPv2-TCTEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.37IdentityciscoQueueMIBThis is the MIB module for objects used to manage interface queuing in Cisco devices.
1.3.6.1.4.1.9.9.37.1NodeciscoQueueObjects
1.3.6.1.4.1.9.9.37.1.1TablecQIfTablenot-accessiblecurrentThis 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.1RowcQIfEntrynot-accessiblecurrentA list of queue attributes for an interface.
1.3.6.1.4.1.9.9.37.1.1.1.1ColumncQIfQTyperead-onlycurrentThe 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.2ColumncQIfTxLimitread-onlycurrentThe 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.3ColumncQIfSubqueuesread-onlycurrentThe 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.2TablecQStatsTablenot-accessiblecurrentThis table contains statistical objects that for the sub-queues of a Cisco Interface.
1.3.6.1.4.1.9.9.37.1.2.1RowcQStatsEntrynot-accessiblecurrentA list of sub-queue attributes for an interface.
1.3.6.1.4.1.9.9.37.1.2.1.1ColumncQStatsQNumbernot-accessiblecurrentThe 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.2ColumncQStatsDepthread-onlycurrentThe number of messages in the sub-queue.
1.3.6.1.4.1.9.9.37.1.2.1.3ColumncQStatsMaxDepthread-onlycurrentThe maximum number of messages permitted in the sub-queue.
1.3.6.1.4.1.9.9.37.1.2.1.4ColumncQStatsDiscardsread-onlycurrentThe 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.3TablecQRotationTablenot-accessiblecurrentThis table describes the rotation of Custom Queuing on an Interface.
1.3.6.1.4.1.9.9.37.1.3.1RowcQRotationEntrynot-accessiblecurrentCustom Queuing sub-queue attributes for an interface.
1.3.6.1.4.1.9.9.37.1.3.1.1ColumncQRotationOctetsread-onlycurrentThe 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.2NodeciscoQueueTraps
1.3.6.1.4.1.9.9.37.3NodeciscoQueueConformance
1.3.6.1.4.1.9.9.37.3.1NodecQCompliances
1.3.6.1.4.1.9.9.37.3.1.1CompliancecQCompliancecurrentThe core compliance statement for all queued interfaces.
1.3.6.1.4.1.9.9.37.3.2NodecQGroups
1.3.6.1.4.1.9.9.37.3.2.1GroupcQIfGroupcurrentThe 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.2GroupcQStatsGroupcurrentThe statistics for individual queues in the interface queuing system.
1.3.6.1.4.1.9.9.37.3.2.3GroupcQRotationGroupcurrentThe Custom Queuing queue rotation weights.
Type Definitions
NameSyntaxStatusDescription
CQAlgorithmINTEGER { fifo(1), priority(2), custom(3), weightedFair(4) }currentThe type of queuing algorithm used on the interface.