AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Cisco » CISCO-QUEUE-MIB » Objects

CISCO-QUEUE-MIB.mib object view, vendor Cisco

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file CISCO-QUEUE-MIB and use it to monitor vendor specific OID's.

CISCO-QUEUE-MIB file content

Object view of CISCO-QUEUE-MIB:

Scalar Object
cQIfEntry .1.3.6.1.4.1.9.9.37.1.1.1
A list of queue attributes for an interface.
cQStatsEntry .1.3.6.1.4.1.9.9.37.1.2.1
A list of sub-queue attributes for an interface.
cQRotationEntry .1.3.6.1.4.1.9.9.37.1.3.1
Custom Queuing sub-queue attributes for an interface.
Tabular Object
cQIfQType .1.3.6.1.4.1.9.9.37.1.1.1.1
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.
cQIfTxLimit .1.3.6.1.4.1.9.9.37.1.1.1.2
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.
cQIfSubqueues .1.3.6.1.4.1.9.9.37.1.1.1.3
The number of sub-queues of which the hold queue is built. This is a constant for each value of cQIfQType.
cQStatsQNumber .1.3.6.1.4.1.9.9.37.1.2.1.1
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.
cQStatsDepth .1.3.6.1.4.1.9.9.37.1.2.1.2
The number of messages in the sub-queue.
cQStatsMaxDepth .1.3.6.1.4.1.9.9.37.1.2.1.3
The maximum number of messages permitted in the sub-queue.
cQStatsDiscards .1.3.6.1.4.1.9.9.37.1.2.1.4
The number of messages discarded from this queue since restart by reason of enqueue at a time that cQStatsDepth >= cQStatsMaxDepth.
cQRotationOctets .1.3.6.1.4.1.9.9.37.1.3.1.1
The number of octets which may be transmitted from a custom queuing sub-queue before it must yield to another queue.
Table
cQIfTable .1.3.6.1.4.1.9.9.37.1.1
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.
cQStatsTable .1.3.6.1.4.1.9.9.37.1.2
This table contains statistical objects that for the sub-queues of a Cisco Interface.
cQRotationTable .1.3.6.1.4.1.9.9.37.1.3
This table describes the rotation of Custom Queuing on an Interface.
Object Identifier
ciscoQueueMIB .1.3.6.1.4.1.9.9.37
This is the MIB module for objects used to manage interface queuing in Cisco devices.
ciscoQueueObjects .1.3.6.1.4.1.9.9.37.1
ciscoQueueTraps .1.3.6.1.4.1.9.9.37.2
ciscoQueueConformance .1.3.6.1.4.1.9.9.37.3
cQCompliances .1.3.6.1.4.1.9.9.37.3.1
cQGroups .1.3.6.1.4.1.9.9.37.3.2
Group
cQIfGroup .1.3.6.1.4.1.9.9.37.3.2.1
The configuration of queuing on the interface. Interface Queuing statistics (ifOutQDepth and ifOutDiscards) are kept in the interface table.
cQStatsGroup .1.3.6.1.4.1.9.9.37.3.2.2
The statistics for individual queues in the interface queuing system.
cQRotationGroup .1.3.6.1.4.1.9.9.37.3.2.3
The Custom Queuing queue rotation weights.