CISCO-IETF-DOT11-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IETF-DOT11-QOS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoIetfDot11QosMIB 1.3.6.1.4.1.9.10.89
This MIB module provides network management support for QoS on wireless LAN devices. All objects defined in this MIB are listed (object names have been modified to adopt Cisco MIB object naming convention) in the IEEE 802.11E November 2001 draft. The original names of the objects in the standard are included in the REFERENCE clauses. The standard is still under development. The standard IEEE 802.11E MIB can replace some of the MIB objects in this MIB once the standard is finalized. GLOSSARY and ACRONYMS Access point (AP) Transmitter/receiver (transceiver) device that commonly connects and transports data between a wireless network and a wired network. AIFS Arbitration Interframe Space. It is one of the five different IFSs defined to provide priority levels for access to the wireless media. It shall be used by QSTAs to transmit data type frames (MPDUs) and management type frames (MMPDUs). BSS IEEE 802.11 Basic Service Set (Radio Cell). The BSS of an AP comprises of the stations directly associating with the AP. CW Contention Window. It is the time period between radio signal collisions caused by simultaneous broadcast from multiple wireless stations. The contention window is used to compute the random backoff of the radio broadcast. The IEEE 802.11b does not specify the unit for the time period. CWP Factor Contention Window Persistence Factor. It indicates the factor used in computing new CW values on every 15 unsuccessful attempt to transmit an MPDU or an MMPDU of a traffic category. It is a scaling factor in units of 1/16 ths. IFS Inter-Frame Space is the time interval between frames. A STA shall determine that the medium is idle through the use of the carrier sense function for the interval specified. In other words, the size of the IFS determines the length of the backoff time interval of a device to the medium. In this case, the medium is the radio wave spectrum. The IEEE 802.11b standard does not specify any unit for the time interval. BSS IEEE 802.11 Basic Service Set (Radio Cell). The MAC Medium Access Control. Layer 2 in the network model. MPDU MAC protocol data unit. The unit of data exchanged between two peer MAC entities using the services of the physical layer (PHY). MMPDU Management type MAC protocol data unit. MSDU MAC service data unit. Information that is delivered as a unit between MAC service access points. QBSS Quality of service basic service set. QSTA QoS station. STA (WSTA) A non-AP IEEE 802.11 wireless station.
       ciscoIetfDot11QosMIBObjects 1.3.6.1.4.1.9.10.89.1
           ciscoIetfDot11QosConfig 1.3.6.1.4.1.9.10.89.1.1
               cid11QosConfigTable 1.3.6.1.4.1.9.10.89.1.1.1 no-access
This table contains the basic set of attributes to configure QoS for a wireless LAN device. This table has a sparse dependent relationship with the ifTable. Each IEEE 802.11 wireless interface has a set of configuration parameters for each IP network traffic category. For each entry in this table, there exists an entry in the ifTable of ifType ieee80211(71).
                   cid11QosConfigEntry 1.3.6.1.4.1.9.10.89.1.1.1.1 no-access
Each entry contains parameters to configure traffic contention window, AIFS, priority and MSDU lifetime for each traffic category on an IEEE 802.11 interface.
                       cid11TrafficCategory 1.3.6.1.4.1.9.10.89.1.1.1.1.1 cid11qostrafficcategory no-access
This object specifies the traffic category.
                       cid11CWmin 1.3.6.1.4.1.9.10.89.1.1.1.1.2 unsigned32 read-write
This specifies the minimum contention window value for a traffic category. The backoff interval of a radio is calculated from a pseudo random integer drawn from a uniform distribution over the interval [1, CW+1], where CW is an integer within the range of values of the cid11CWmin and cid11CWmax.
                       cid11CWmax 1.3.6.1.4.1.9.10.89.1.1.1.1.3 unsigned32 read-write
This object specifies the maximum contention window value for a traffic category. The backoff interval of a radio is calculated from a pseudo random integer drawn from a uniform distribution over the interval [1, CW+1], where CW is an integer within the range of values of the cid11CWmin and cid11CWmax.
                       cid11CWPFactor 1.3.6.1.4.1.9.10.89.1.1.1.1.4 unsigned32 read-write
This object specifies the contention window persistence factor for a traffic category.
                       cid11AIFS 1.3.6.1.4.1.9.10.89.1.1.1.1.5 unsigned32 read-write
This object specifies the AIFS for a traffic category.
                       cid11TrafficPriority 1.3.6.1.4.1.9.10.89.1.1.1.1.6 unsigned32 read-write
This object specifies the actual priority this agent is going to use to delivery packets for a traffic category. This allows multiple traffic categories to map to the same priority level. The priority 7 is the highest priority and priority 1 is the lowest priority, with priority 0, which is used for best effort traffic, ordered between priority 3 and priority 2. The resulting default ordering is {7,6,5,4,3,0,2,1}. The default value is same as the traffic category value.
                       cid11MSDULifetime 1.3.6.1.4.1.9.10.89.1.1.1.1.7 unsigned32 read-write
This object specifies the MSDU lifetime for a traffic category.
               cid11QosSupportTable 1.3.6.1.4.1.9.10.89.1.1.2 no-access
This table contains the attributes indicating QoS support information on the IEEE 802.11 interfaces of the device. This table has a sparse dependent relationship with the ifTable. For each entry in this table, there exists an entry in the ifTable of ifType ieee80211(71).
                   cid11QosSupportEntry 1.3.6.1.4.1.9.10.89.1.1.2.1 no-access
Each entry contains attributes to indicate if Qos and priority queue are supported for an IEEE 802.11 interface.
                       cid11QosOptionImplemented 1.3.6.1.4.1.9.10.89.1.1.2.1.1 truthvalue read-only
This object indicates if QoS is supported on this IEEE 802.11 network interface.
                       cid11QueuesAvailable 1.3.6.1.4.1.9.10.89.1.1.2.1.2 unsigned32 read-only
This object shows the number of QoS priority queues are available on this IEEE 802.11 network interface.
           ciscoIetfDot11QosQueue 1.3.6.1.4.1.9.10.89.1.2
               cid11QueueTable 1.3.6.1.4.1.9.10.89.1.2.1 no-access
This table contains the queue weight and size information and statistics for each traffic category on each the IEEE 802.11 interface. This table has a sparse dependent relationship with the ifTable. For each entry in this table, there exists an entry in the ifTable of ifType ieee80211(71).
                   cid11QueueEntry 1.3.6.1.4.1.9.10.89.1.2.1.1 no-access
Each entry contains the current queue weight, size, and peak size information for each traffic category on an IEEE 802.11 interface.
                       cid11QueueSize 1.3.6.1.4.1.9.10.89.1.2.1.1.1 unsigned32 read-only
This is the current QoS priority queue size for the traffic category.
                       cid11QueuePeakSize 1.3.6.1.4.1.9.10.89.1.2.1.1.2 counter32 read-only
This is the peak QoS priority queue size for the traffic category.
           ciscoIetfDot11QosStatistics 1.3.6.1.4.1.9.10.89.1.3
               cid11QosStatisticsTable 1.3.6.1.4.1.9.10.89.1.3.1 no-access
This table contains the QoS statistics by traffic category on each the IEEE 802.11 network interface. This table has a sparse dependent relationship with the ifTable. For each entry in this table, there exists an entry in the ifTable of ifType ieee80211(71).
                   cid11QosStatisticsEntry 1.3.6.1.4.1.9.10.89.1.3.1.1 no-access
Each entry contain QoS statistics for data transmission and receive for each traffic category on an IEEE 802.11 interface.
                       cid11QosReceivedMPDUs 1.3.6.1.4.1.9.10.89.1.3.1.1.1 counter32 read-only
This is the counter for QoS MPDUs received on this IEEE 802.11 interface for the traffic category.
                       cid11QosReceivedRetries 1.3.6.1.4.1.9.10.89.1.3.1.1.2 counter32 read-only
This is the counter for Qos retries received on this IEEE 802.11 interface for the traffic category.
                       cid11QosDiscardedFrames 1.3.6.1.4.1.9.10.89.1.3.1.1.3 counter32 read-only
This is the counter for Qos discarded frames transmitting from this IEEE 802.11 interface for the traffic category.
                       cid11QosTransmittedFragments 1.3.6.1.4.1.9.10.89.1.3.1.1.4 counter32 read-only
This is the counter for Qos fragments transmitted this IEEE 802.11 interface for the traffic category.
                       cid11QosFails 1.3.6.1.4.1.9.10.89.1.3.1.1.5 counter32 read-only
This is the counter for Qos failures on this IEEE 802.11 interface for the traffic category.
                       cid11QosRetries 1.3.6.1.4.1.9.10.89.1.3.1.1.6 counter32 read-only
This is the counter for Qos retries performed on this IEEE 802.11 interface for the traffic category.
                       cid11QosMutipleRetries 1.3.6.1.4.1.9.10.89.1.3.1.1.7 counter32 read-only
This is the counter for Qos multiple retries performed on this IEEE 802.11 interface for the traffic category.
                       cid11QosFrameDuplicates 1.3.6.1.4.1.9.10.89.1.3.1.1.8 counter32 read-only
This is the counter for Qos frame duplications performed on this IEEE 802.11 interface for the traffic category.
                       cid11QosReceivedFragments 1.3.6.1.4.1.9.10.89.1.3.1.1.9 counter32 read-only
This is the counter for Qos fragments received on this IEEE 802.11 interface for the traffic category.
                       cid11QosTransmittedFrames 1.3.6.1.4.1.9.10.89.1.3.1.1.10 counter32 read-only
This is the counter for Qos frames transmitted from this IEEE 802.11 interface for the traffic category.
               cid11QosIfStatisticsTable 1.3.6.1.4.1.9.10.89.1.3.2 no-access
This table contains the attributes indicating QoS statistics on the IEEE 802.11 interfaces of the device. This table has a sparse dependent relationship with the ifTable. For each entry in this table, there exists an entry in the ifTable of ifType ieee80211(71).
                   cid11QosIfStatisticsEntry 1.3.6.1.4.1.9.10.89.1.3.2.1 no-access
Each entry contains attributes to support QoS statistics on an IEEE 802.11 interface.
                       cid11QosIfDiscardedFragments 1.3.6.1.4.1.9.10.89.1.3.2.1.1 counter32 read-only
This object counts the number of QoS discarded transmitting fragments.
       ciscoIetfDot11QosMIBConformance 1.3.6.1.4.1.9.10.89.2
           ciscoIetfDot11QosMIBCompliances 1.3.6.1.4.1.9.10.89.2.1
               ciscoIetfDot11QosMIBCompliance 1.3.6.1.4.1.9.10.89.2.1.1
The compliance statement for the configuration and status groups.
           ciscoIetfDot11QosMIBGroups 1.3.6.1.4.1.9.10.89.2.2
               ciscoIetfDot11QosConfigGroup 1.3.6.1.4.1.9.10.89.2.2.1
Configurations for IEEE 802.11 QoS.
               ciscoIetfDot11QosQueueGroup 1.3.6.1.4.1.9.10.89.2.2.2
Configurations and statistics for IEEE 802.11 QoS queue.
               ciscoIetfDot11QosStatsGroup 1.3.6.1.4.1.9.10.89.2.2.3
Status and statistics for IEEE 802.11 QoS.