MIBs Depot

CISCO-QUEUE-MIB

Registered at
1.3.6.1.4.1.9.9.37
Last updated
1995-05-31 00:00
Organization
Cisco Systems, Inc.
Revisions
1995-08-21 00:00
Namespace
cisco
Source file
CISCO-QUEUE-MIB
Digest
sha256:2b58051156d9c36c6fe5b25ef8d376c416676e957cc126a8cea87a698c0d9a99

Description

This is the MIB module for objects used to manage interface queuing in Cisco devices.

Contact

Cisco Systems Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-QUEUE-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CQAlgorithm
TEXTUAL-CONVENTION
The type of queuing algorithm used on the interface.
current

Objects

NameOIDSyntaxAccessStatus
ciscoQueueObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.37.1
cQIfTable
OBJECT-TYPE
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 feed into a device's hardware queue. The hardware queue has a maximum depth set by the MCI tx-queue-limit command or equivalent. The secondary queues (also known as the 'hold queue') have maximum depths set by the hold-queue command or equivalent. This table parallels the ifTable, and indicates the type of queuing in use on the interface, number of queues, and similar parameters.
1.3.6.1.4.1.9.9.37.1.1not-accessiblecurrent
cQIfEntry
OBJECT-TYPE
A list of queue attributes for an interface.
1.3.6.1.4.1.9.9.37.1.1.1not-accessiblecurrent
cQIfQType
OBJECT-TYPE
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. Priority Queuing sorts messages out by the use of access lists. Messages in a higher priority queue are always sent in preference to messages in a lower priority queue. Custom Queuing sorts messages out by the use of access lists. Sub-queues are selected in round robin order as either the sub-queue is drained or a given number of octets is moved from the sub-queue to the transmission queue. Weighted Fair Queuing sorts messages by 'conversation', which is source-destination pair of addresses and sockets or ports, as defined by the network layer protocol. Messages are removed from queues in a sequence that gives each conversation a proportion of the available bandwidth.
1.3.6.1.4.1.9.9.37.1.1.1.1CQAlgorithmread-onlycurrent
cQIfTxLimit
OBJECT-TYPE
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 contains information, this queue is presumably full.
1.3.6.1.4.1.9.9.37.1.1.1.2Integer32read-onlycurrent
cQIfSubqueues
OBJECT-TYPE
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.1.1.3Integer32read-onlycurrent
cQStatsTable
OBJECT-TYPE
This table contains statistical objects that for the sub-queues of a Cisco Interface.
1.3.6.1.4.1.9.9.37.1.2not-accessiblecurrent
cQStatsEntry
OBJECT-TYPE
A list of sub-queue attributes for an interface.
1.3.6.1.4.1.9.9.37.1.2.1not-accessiblecurrent
cQStatsQNumber
OBJECT-TYPE
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 medium = 1 normal = 2 low = 3 In Custom Queuing, it is the queue number referenced in the access list. In Weighted Fair Queuing, it is the queue number associated with the traffic stream (conversation) identified.
1.3.6.1.4.1.9.9.37.1.2.1.1Integer32 (0..2147483647)not-accessiblecurrent
cQStatsDepth
OBJECT-TYPE
The number of messages in the sub-queue.
1.3.6.1.4.1.9.9.37.1.2.1.2Gauge32read-onlycurrent
cQStatsMaxDepth
OBJECT-TYPE
The maximum number of messages permitted in the sub-queue.
1.3.6.1.4.1.9.9.37.1.2.1.3Integer32read-onlycurrent
cQStatsDiscards
OBJECT-TYPE
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.2.1.4Counter32read-onlycurrent
cQRotationTable
OBJECT-TYPE
This table describes the rotation of Custom Queuing on an Interface.
1.3.6.1.4.1.9.9.37.1.3not-accessiblecurrent
cQRotationEntry
OBJECT-TYPE
Custom Queuing sub-queue attributes for an interface.
1.3.6.1.4.1.9.9.37.1.3.1not-accessiblecurrent
cQRotationOctets
OBJECT-TYPE
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.1.3.1.1Integer32read-onlycurrent
ciscoQueueTraps
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.37.2
ciscoQueueConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.37.3
cQCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.37.3.1
cQGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.37.3.2

Conformance

NameOIDStatus
cQCompliance
MODULE-COMPLIANCE
The core compliance statement for all queued interfaces.
1.3.6.1.4.1.9.9.37.3.1.1current
cQIfGroup
OBJECT-GROUP
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.1current
cQStatsGroup
OBJECT-GROUP
The statistics for individual queues in the interface queuing system.
1.3.6.1.4.1.9.9.37.3.2.2current
cQRotationGroup
OBJECT-GROUP
The Custom Queuing queue rotation weights.
1.3.6.1.4.1.9.9.37.3.2.3current