CISCO-IETF-DOT11-QOS-MIB

File: CISCO-IETF-DOT11-QOS-MIB.mib (28674 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 MODULE-COMPLIANCE OBJECT-GROUP
TEXTUAL-CONVENTION TruthValue ifIndex
ciscoExperiment

Defined Types

Cid11QosTrafficCategory  
This is the 802.1D IP traffic category. There are a total of 8 categories. Each category can be mapped to a 802.1P priority level of IP packets. The priority levels are implemented using the Precedence Bits in the IP packets. The default priority levels start from 'background', the lowest, to the highest, 'networkControl': background(1) - background traffic (lowest priority) spare(2) - spare traffic (2nd lowest) bestEffort(0) - best effort delivery (this is the default type for all traffic) excellentEffort(3) - execellent effect controlledLoad(4) - controlled load interactiveVideo(5) - video traffic interactiveVoice(6) - voice traffic networkControl(7) - network control packets (highest).
TEXTUAL-CONVENTION    
  INTEGER bestEffort(0), background(1), spare(2), excellentEffort(3), controlledLoad(4), interactiveVideo(5), interactiveVoice(6), networkControl(7)  

Cid11QosConfigEntry  
SEQUENCE    
  cid11TrafficCategory Cid11QosTrafficCategory
  cid11CWmin Unsigned32
  cid11CWmax Unsigned32
  cid11CWPFactor Unsigned32
  cid11AIFS Unsigned32
  cid11TrafficPriority Unsigned32
  cid11MSDULifetime Unsigned32

Cid11QosSupportEntry  
SEQUENCE    
  cid11QosOptionImplemented TruthValue
  cid11QueuesAvailable Unsigned32

Cid11QueueEntry  
SEQUENCE    
  cid11QueueSize Unsigned32
  cid11QueuePeakSize Counter32

Cid11QosStatisticsEntry  
SEQUENCE    
  cid11QosReceivedMPDUs Counter32
  cid11QosReceivedRetries Counter32
  cid11QosDiscardedFrames Counter32
  cid11QosTransmittedFragments Counter32
  cid11QosFails Counter32
  cid11QosRetries Counter32
  cid11QosMutipleRetries Counter32
  cid11QosFrameDuplicates Counter32
  cid11QosReceivedFragments Counter32
  cid11QosTransmittedFrames Counter32

Cid11QosIfStatisticsEntry  
SEQUENCE    
  cid11QosIfDiscardedFragments Counter32

Defined Values

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.
MODULE-IDENTITY    

ciscoIetfDot11QosMIBObjects 1.3.6.1.4.1.9.10.89.1
OBJECT IDENTIFIER    

ciscoIetfDot11QosMIBConformance 1.3.6.1.4.1.9.10.89.2
OBJECT IDENTIFIER    

ciscoIetfDot11QosConfig 1.3.6.1.4.1.9.10.89.1.1
OBJECT IDENTIFIER    

ciscoIetfDot11QosQueue 1.3.6.1.4.1.9.10.89.1.2
OBJECT IDENTIFIER    

ciscoIetfDot11QosStatistics 1.3.6.1.4.1.9.10.89.1.3
OBJECT IDENTIFIER    

cid11QosConfigTable 1.3.6.1.4.1.9.10.89.1.1.1
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cid11QosConfigEntry

cid11QosConfigEntry 1.3.6.1.4.1.9.10.89.1.1.1.1
Each entry contains parameters to configure traffic contention window, AIFS, priority and MSDU lifetime for each traffic category on an IEEE 802.11 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cid11QosConfigEntry  

cid11TrafficCategory 1.3.6.1.4.1.9.10.89.1.1.1.1.1
This object specifies the traffic category.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cid11QosTrafficCategory  

cid11CWmin 1.3.6.1.4.1.9.10.89.1.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1023  

cid11CWmax 1.3.6.1.4.1.9.10.89.1.1.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1023  

cid11CWPFactor 1.3.6.1.4.1.9.10.89.1.1.1.1.4
This object specifies the contention window persistence factor for a traffic category.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

cid11AIFS 1.3.6.1.4.1.9.10.89.1.1.1.1.5
This object specifies the AIFS for a traffic category.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 2..10  

cid11TrafficPriority 1.3.6.1.4.1.9.10.89.1.1.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

cid11MSDULifetime 1.3.6.1.4.1.9.10.89.1.1.1.1.7
This object specifies the MSDU lifetime for a traffic category.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

cid11QosSupportTable 1.3.6.1.4.1.9.10.89.1.1.2
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cid11QosSupportEntry

cid11QosSupportEntry 1.3.6.1.4.1.9.10.89.1.1.2.1
Each entry contains attributes to indicate if Qos and priority queue are supported for an IEEE 802.11 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cid11QosSupportEntry  

cid11QosOptionImplemented 1.3.6.1.4.1.9.10.89.1.1.2.1.1
This object indicates if QoS is supported on this IEEE 802.11 network interface.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cid11QueuesAvailable 1.3.6.1.4.1.9.10.89.1.1.2.1.2
This object shows the number of QoS priority queues are available on this IEEE 802.11 network interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 4..8  

cid11QueueTable 1.3.6.1.4.1.9.10.89.1.2.1
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cid11QueueEntry

cid11QueueEntry 1.3.6.1.4.1.9.10.89.1.2.1.1
Each entry contains the current queue weight, size, and peak size information for each traffic category on an IEEE 802.11 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cid11QueueEntry  

cid11QueueSize 1.3.6.1.4.1.9.10.89.1.2.1.1.1
This is the current QoS priority queue size for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..511  

cid11QueuePeakSize 1.3.6.1.4.1.9.10.89.1.2.1.1.2
This is the peak QoS priority queue size for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosStatisticsTable 1.3.6.1.4.1.9.10.89.1.3.1
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cid11QosStatisticsEntry

cid11QosStatisticsEntry 1.3.6.1.4.1.9.10.89.1.3.1.1
Each entry contain QoS statistics for data transmission and receive for each traffic category on an IEEE 802.11 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cid11QosStatisticsEntry  

cid11QosReceivedMPDUs 1.3.6.1.4.1.9.10.89.1.3.1.1.1
This is the counter for QoS MPDUs received on this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosReceivedRetries 1.3.6.1.4.1.9.10.89.1.3.1.1.2
This is the counter for Qos retries received on this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosDiscardedFrames 1.3.6.1.4.1.9.10.89.1.3.1.1.3
This is the counter for Qos discarded frames transmitting from this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosTransmittedFragments 1.3.6.1.4.1.9.10.89.1.3.1.1.4
This is the counter for Qos fragments transmitted this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosFails 1.3.6.1.4.1.9.10.89.1.3.1.1.5
This is the counter for Qos failures on this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosRetries 1.3.6.1.4.1.9.10.89.1.3.1.1.6
This is the counter for Qos retries performed on this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosMutipleRetries 1.3.6.1.4.1.9.10.89.1.3.1.1.7
This is the counter for Qos multiple retries performed on this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosFrameDuplicates 1.3.6.1.4.1.9.10.89.1.3.1.1.8
This is the counter for Qos frame duplications performed on this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosReceivedFragments 1.3.6.1.4.1.9.10.89.1.3.1.1.9
This is the counter for Qos fragments received on this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosTransmittedFrames 1.3.6.1.4.1.9.10.89.1.3.1.1.10
This is the counter for Qos frames transmitted from this IEEE 802.11 interface for the traffic category.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cid11QosIfStatisticsTable 1.3.6.1.4.1.9.10.89.1.3.2
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cid11QosIfStatisticsEntry

cid11QosIfStatisticsEntry 1.3.6.1.4.1.9.10.89.1.3.2.1
Each entry contains attributes to support QoS statistics on an IEEE 802.11 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cid11QosIfStatisticsEntry  

cid11QosIfDiscardedFragments 1.3.6.1.4.1.9.10.89.1.3.2.1.1
This object counts the number of QoS discarded transmitting fragments.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ciscoIetfDot11QosMIBCompliances 1.3.6.1.4.1.9.10.89.2.1
OBJECT IDENTIFIER    

ciscoIetfDot11QosMIBGroups 1.3.6.1.4.1.9.10.89.2.2
OBJECT IDENTIFIER    

ciscoIetfDot11QosMIBCompliance 1.3.6.1.4.1.9.10.89.2.1.1
The compliance statement for the configuration and status groups.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoIetfDot11QosConfigGroup 1.3.6.1.4.1.9.10.89.2.2.1
Configurations for IEEE 802.11 QoS.
Status: current Access: read-only
OBJECT-GROUP    

ciscoIetfDot11QosQueueGroup 1.3.6.1.4.1.9.10.89.2.2.2
Configurations and statistics for IEEE 802.11 QoS queue.
Status: current Access: read-only
OBJECT-GROUP    

ciscoIetfDot11QosStatsGroup 1.3.6.1.4.1.9.10.89.2.2.3
Status and statistics for IEEE 802.11 QoS.
Status: current Access: read-only
OBJECT-GROUP