cwdxBWQueueType

CISCO-WIRELESS-DOCS-EXT-MIB · .1.3.6.1.4.1.9.9.169.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.

Context

MIB
CISCO-WIRELESS-DOCS-EXT-MIB
OID
.1.3.6.1.4.1.9.9.169.1.2.1.1.4
Type
column
Access
readonly
Status
current
Parent
cwdxBWQueueEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-WIRELESS-DOCS-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WIRELESS-DOCS-EXT-MIB::cwdxBWQueueType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WIRELESS-DOCS-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WIRELESS-DOCS-EXT-MIB::cwdxBWQueueType.<ifIndex>.<cwdxBWQueueNameCode>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WIRELESS-DOCS-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WIRELESS-DOCS-EXT-MIB::cwdxBWQueueType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2other
3fifo
4priority

Conformance