1-- ***************************************************************** 2-- CISCO-IETF-DOT11-QOS-MIB.my: CISCO IEEE 802.11E QOS MIB file 3-- 4-- February 2002, Francis Pang 5-- 6-- Copyright (c) 2002 by Cisco Systems, Inc. 7-- All rights reserved. 8-- ***************************************************************** 9-- 10 11-- This MIB is a Cisco implementation of the QoS MIB in 12-- IEEE 802.11e/D1.42.0, October November 2001, 13-- "Draft Supplement to STANDARD FOR Telecommunications and 14-- Information Exchange Between Systems - 15-- LAN/MAN Specific Requirements - 16-- Part 11: Wireless Medium Access Control (MAC) 17-- and physical layer (PHY) specifications: 18-- Medium Access Control (MAC) Enhancements for 19-- Quality of Service (QoS)". 20-- The MIB objects are extracted from 802.11e_nov_2001.pdf file. 21-- Both the standard and the MIB are still under development. 22 23CISCO-IETF-DOT11-QOS-MIB DEFINITIONS ::= BEGIN 24 25IMPORTS 26 MODULE-IDENTITY, 27 OBJECT-TYPE, 28 Unsigned32, 29 Counter32 30 FROM SNMPv2-SMI 31 MODULE-COMPLIANCE, 32 OBJECT-GROUP 33 FROM SNMPv2-CONF 34 TEXTUAL-CONVENTION, 35 TruthValue 36 FROM SNMPv2-TC 37 ifIndex 38 FROM IF-MIB 39 ciscoExperiment 40 FROM CISCO-SMI; 41 42 43 44ciscoIetfDot11QosMIB MODULE-IDENTITY 45 LAST-UPDATED "200203280000Z" 46 ORGANIZATION "Cisco System Inc." 47 CONTACT-INFO 48 " Cisco Systems 49 Customer Service 50 51 Postal: 170 West Tasman Drive, 52 San Jose CA 95134-1706. 53 USA 54 55 Tel: +1 800 553-NETS 56 57 E-mail: cs-dot11@cisco.com" 58 DESCRIPTION 59 "This MIB module provides network management 60 support for QoS on wireless LAN devices. All 61 objects defined in this MIB are listed (object 62 names have been modified to adopt Cisco MIB object 63 naming convention) in the IEEE 802.11E November 64 2001 draft. The original names of the objects 65 in the standard are included in the REFERENCE 66 clauses. The standard is still under development. 67 The standard IEEE 802.11E MIB can replace some of 68 the MIB objects in this MIB once the standard is 69 finalized. 70 71 72 GLOSSARY and ACRONYMS 73 74 Access point (AP) 75 Transmitter/receiver (transceiver) device 76 that commonly connects and transports data 77 between a wireless network and a wired network. 78 79 AIFS 80 Arbitration Interframe Space. It is one of the 81 five different IFSs defined to provide priority 82 levels for access to the wireless media. It shall 83 be used by QSTAs to transmit data type frames 84 (MPDUs) and management type frames (MMPDUs). 85 86 BSS 87 IEEE 802.11 Basic Service Set (Radio Cell). The 88 BSS of an AP comprises of the stations directly 89 associating with the AP. 90 91 CW 92 Contention Window. It is the time period between 93 radio signal collisions caused by simultaneous 94 broadcast from multiple wireless stations. 95 The contention window is used to compute the 96 random backoff of the radio broadcast. The IEEE 97 802.11b does not specify the unit for the time 98 period. 99 100 CWP Factor 101 Contention Window Persistence Factor. It indicates 102 the factor used in computing new CW values on every 103 15 unsuccessful attempt to transmit an MPDU or an 104 MMPDU of a traffic category. It is a scaling factor 105 in units of 1/16 ths. 106 107 IFS 108 Inter-Frame Space is the time interval between 109 frames. A STA shall determine that the medium 110 is idle through the use of the carrier sense 111 function for the interval specified. In other 112 words, the size of the IFS determines the length 113 of the backoff time interval of a device to the 114 medium. In this case, the medium is the radio 115 wave spectrum. The IEEE 802.11b standard does not 116 specify any unit for the time interval. 117 118 BSS 119 IEEE 802.11 Basic Service Set (Radio Cell). The 120 MAC 121 Medium Access Control. Layer 2 in the network 122 model. 123 124 MPDU 125 MAC protocol data unit. The unit of data exchanged 126 between two peer MAC entities using the services 127 of the physical layer (PHY). 128 129 MMPDU 130 Management type MAC protocol data unit. 131 132 MSDU 133 MAC service data unit. Information that is 134 delivered as a unit between MAC service access 135 points. 136 137 QBSS 138 Quality of service basic service set. 139 140 QSTA 141 QoS station. 142 143 STA (WSTA) 144 A non-AP IEEE 802.11 wireless station." 145 146 REVISION "200203280000Z" 147 DESCRIPTION 148 "Changing the name of cid11QosDiscardedFragments 149 to cid11QosIfDiscardedFragments and description 150 to indicate it is for transmit fragments only. 151 Updating the description of cid11QosDiscardedFrames 152 to indicate it is for transmit frame only. 153 Modify the default value and range for cid11CWmin 154 and cid11CWmax." 155 REVISION "200201290000Z" 156 DESCRIPTION 157 "Initial version of this MIB module." 158 ::= { ciscoExperiment 89 } 159 160 161 162ciscoIetfDot11QosMIBObjects OBJECT IDENTIFIER 163 ::= { ciscoIetfDot11QosMIB 1 } 164 165ciscoIetfDot11QosMIBConformance OBJECT IDENTIFIER 166 ::= { ciscoIetfDot11QosMIB 2 } 167 168ciscoIetfDot11QosConfig OBJECT IDENTIFIER 169 ::= { ciscoIetfDot11QosMIBObjects 1 } 170 171ciscoIetfDot11QosQueue OBJECT IDENTIFIER 172 ::= { ciscoIetfDot11QosMIBObjects 2 } 173 174ciscoIetfDot11QosStatistics OBJECT IDENTIFIER 175 ::= { ciscoIetfDot11QosMIBObjects 3 } 176 177 178-- Textual Conventions 179 180 181Cid11QosTrafficCategory ::= TEXTUAL-CONVENTION 182 STATUS current 183 DESCRIPTION 184 "This is the 802.1D IP traffic category. There are 185 a total of 8 categories. Each category can be 186 mapped to a 802.1P priority level of IP packets. 187 The priority levels are implemented using the 188 Precedence Bits in the IP packets. The default 189 priority levels start from 'background', the 190 lowest, to the highest, 'networkControl': 191 background(1) - background traffic 192 (lowest priority) 193 spare(2) - spare traffic 194 (2nd lowest) 195 bestEffort(0) - best effort delivery 196 (this is the default 197 type for all traffic) 198 excellentEffort(3) - execellent effect 199 controlledLoad(4) - controlled load 200 interactiveVideo(5) - video traffic 201 interactiveVoice(6) - voice traffic 202 networkControl(7) - network control 203 packets (highest)." 204 REFERENCE 205 "IEEE 802.1D-1998, Annex H.2.10 and 206 IEEE 802.11E-2001, section 7.5.1." 207 SYNTAX INTEGER { 208 bestEffort(0), 209 background(1), 210 spare(2), 211 excellentEffort(3), 212 controlledLoad(4), 213 interactiveVideo(5), 214 interactiveVoice(6), 215 networkControl(7) } 216 217 218 219-- Configuration and Support Objects 220 221cid11QosConfigTable OBJECT-TYPE 222 SYNTAX SEQUENCE OF Cid11QosConfigEntry 223 MAX-ACCESS not-accessible 224 STATUS current 225 DESCRIPTION 226 "This table contains the basic set of attributes 227 to configure QoS for a wireless LAN device. This 228 table has a sparse dependent relationship with 229 the ifTable. Each IEEE 802.11 wireless interface 230 has a set of configuration parameters for each IP 231 network traffic category. For each entry in this 232 table, there exists an entry in the ifTable of 233 ifType ieee80211(71)." 234 ::= { ciscoIetfDot11QosConfig 1 } 235 236cid11QosConfigEntry OBJECT-TYPE 237 SYNTAX Cid11QosConfigEntry 238 MAX-ACCESS not-accessible 239 STATUS current 240 DESCRIPTION 241 "Each entry contains parameters to configure 242 traffic contention window, AIFS, priority 243 and MSDU lifetime for each traffic category 244 on an IEEE 802.11 interface." 245 INDEX { 246 ifIndex, 247 cid11TrafficCategory } 248 ::= { cid11QosConfigTable 1 } 249 250Cid11QosConfigEntry ::= 251 SEQUENCE { 252 cid11TrafficCategory Cid11QosTrafficCategory, 253 cid11CWmin Unsigned32, 254 cid11CWmax Unsigned32, 255 cid11CWPFactor Unsigned32, 256 cid11AIFS Unsigned32, 257 cid11TrafficPriority Unsigned32, 258 cid11MSDULifetime Unsigned32 } 259 260cid11TrafficCategory OBJECT-TYPE 261 SYNTAX Cid11QosTrafficCategory 262 MAX-ACCESS not-accessible 263 STATUS current 264 DESCRIPTION 265 "This object specifies the traffic category." 266 ::= { cid11QosConfigEntry 1 } 267 268cid11CWmin OBJECT-TYPE 269 SYNTAX Unsigned32(0..1023) 270 MAX-ACCESS read-write 271 STATUS current 272 DESCRIPTION 273 "This specifies the minimum contention 274 window value for a traffic category. The 275 backoff interval of a radio is calculated 276 from a pseudo random integer drawn from 277 a uniform distribution over the interval 278 [1, CW+1], where CW is an integer within 279 the range of values of the cid11CWmin and 280 cid11CWmax." 281 REFERENCE 282 "dot11CWmin, IEEE 802.11E-2001/D1." 283 DEFVAL { 0 } 284 ::= { cid11QosConfigEntry 2 } 285 286cid11CWmax OBJECT-TYPE 287 SYNTAX Unsigned32(0..1023) 288 MAX-ACCESS read-write 289 STATUS current 290 DESCRIPTION 291 "This object specifies the maximum contention 292 window value for a traffic category. The 293 backoff interval of a radio is calculated 294 from a pseudo random integer drawn from 295 a uniform distribution over the interval 296 [1, CW+1], where CW is an integer within 297 the range of values of the cid11CWmin and 298 cid11CWmax." 299 REFERENCE 300 "dot11CWmax, IEEE 802.11E-2001/D1." 301 DEFVAL { 1023 } 302 ::= { cid11QosConfigEntry 3 } 303 304cid11CWPFactor OBJECT-TYPE 305 SYNTAX Unsigned32(0..255) 306 MAX-ACCESS read-write 307 STATUS current 308 DESCRIPTION 309 "This object specifies the contention window 310 persistence factor for a traffic category." 311 REFERENCE 312 "dot11CWPFactor, IEEE 802.11E-2001/D1." 313 DEFVAL { 32 } 314 ::= { cid11QosConfigEntry 4 } 315 316cid11AIFS OBJECT-TYPE 317 SYNTAX Unsigned32(2..10) 318 MAX-ACCESS read-write 319 STATUS current 320 DESCRIPTION 321 "This object specifies the AIFS for a traffic 322 category." 323 REFERENCE 324 "dot11AIFS, IEEE 802.11E-2001/D1." 325 DEFVAL { 2 } 326 ::= { cid11QosConfigEntry 5 } 327 328cid11TrafficPriority OBJECT-TYPE 329 SYNTAX Unsigned32(0..7) 330 MAX-ACCESS read-write 331 STATUS current 332 DESCRIPTION 333 "This object specifies the actual priority this 334 agent is going to use to delivery packets for a 335 traffic category. This allows multiple traffic 336 categories to map to the same priority level. 337 The priority 7 is the highest priority and 338 priority 1 is the lowest priority, with priority 339 0, which is used for best effort traffic, ordered 340 between priority 3 and priority 2. The resulting 341 default ordering is {7,6,5,4,3,0,2,1}. The default 342 value is same as the traffic category value." 343 REFERENCE 344 "dot11PriorityMap, IEEE 802.11E-2001/D1 345 and IEEE 802.1D-1998, Annex H.2.10." 346 ::= { cid11QosConfigEntry 6 } 347 348cid11MSDULifetime OBJECT-TYPE 349 SYNTAX Unsigned32(0..65535) 350 MAX-ACCESS read-write 351 STATUS current 352 DESCRIPTION 353 "This object specifies the MSDU lifetime for a 354 traffic category." 355 REFERENCE 356 "dot11MSDULifetime, IEEE 802.11E-2001/D1." 357 DEFVAL { 65535 } 358 ::= { cid11QosConfigEntry 7 } 359 360 361cid11QosSupportTable OBJECT-TYPE 362 SYNTAX SEQUENCE OF Cid11QosSupportEntry 363 MAX-ACCESS not-accessible 364 STATUS current 365 DESCRIPTION 366 "This table contains the attributes indicating 367 QoS support information on the IEEE 802.11 368 interfaces of the device. This table has a 369 sparse dependent relationship with the ifTable. 370 For each entry in this table, there exists an 371 entry in the ifTable of ifType ieee80211(71)." 372 ::= { ciscoIetfDot11QosConfig 2 } 373 374cid11QosSupportEntry OBJECT-TYPE 375 SYNTAX Cid11QosSupportEntry 376 MAX-ACCESS not-accessible 377 STATUS current 378 DESCRIPTION 379 "Each entry contains attributes to indicate 380 if Qos and priority queue are supported for 381 an IEEE 802.11 interface." 382 INDEX { ifIndex } 383 ::= { cid11QosSupportTable 1 } 384 385Cid11QosSupportEntry ::= 386 SEQUENCE { 387 cid11QosOptionImplemented TruthValue, 388 cid11QueuesAvailable Unsigned32 } 389 390cid11QosOptionImplemented OBJECT-TYPE 391 SYNTAX TruthValue 392 MAX-ACCESS read-only 393 STATUS current 394 DESCRIPTION 395 "This object indicates if QoS is supported 396 on this IEEE 802.11 network interface." 397 REFERENCE 398 "dot11QosOptionImplemented, IEEE 802.11E-2001/D1." 399 ::= { cid11QosSupportEntry 1 } 400 401cid11QueuesAvailable OBJECT-TYPE 402 SYNTAX Unsigned32(4..8) 403 MAX-ACCESS read-only 404 STATUS current 405 DESCRIPTION 406 "This object shows the number of QoS 407 priority queues are available on this 408 IEEE 802.11 network interface." 409 REFERENCE 410 "dot11QueuesAvailable, IEEE 802.11E-2001/D1." 411 ::= { cid11QosSupportEntry 2 } 412 413 414-- Qos Queue Objects 415 416cid11QueueTable OBJECT-TYPE 417 SYNTAX SEQUENCE OF Cid11QueueEntry 418 MAX-ACCESS not-accessible 419 STATUS current 420 DESCRIPTION 421 "This table contains the queue weight and size 422 information and statistics for each traffic 423 category on each the IEEE 802.11 interface. This 424 table has a sparse dependent relationship with the 425 ifTable. For each entry in this table, there exists 426 an entry in the ifTable of ifType ieee80211(71)." 427 ::= { ciscoIetfDot11QosQueue 1 } 428 429cid11QueueEntry OBJECT-TYPE 430 SYNTAX Cid11QueueEntry 431 MAX-ACCESS not-accessible 432 STATUS current 433 DESCRIPTION 434 "Each entry contains the current queue weight, size, 435 and peak size information for each traffic category 436 on an IEEE 802.11 interface." 437 INDEX { 438 ifIndex, 439 cid11TrafficCategory } 440 ::= { cid11QueueTable 1 } 441 442Cid11QueueEntry ::= 443 SEQUENCE { 444 cid11QueueSize Unsigned32, 445 cid11QueuePeakSize Counter32 } 446 447cid11QueueSize OBJECT-TYPE 448 SYNTAX Unsigned32(0..511) 449 MAX-ACCESS read-only 450 STATUS current 451 DESCRIPTION 452 "This is the current QoS priority queue size 453 for the traffic category." 454 REFERENCE 455 "dot11QueueSizeTC, IEEE 802.11E-2001/D1." 456 ::= { cid11QueueEntry 1 } 457 458cid11QueuePeakSize OBJECT-TYPE 459 SYNTAX Counter32 460 MAX-ACCESS read-only 461 STATUS current 462 DESCRIPTION 463 "This is the peak QoS priority queue size 464 for the traffic category." 465 REFERENCE 466 "dot11QueuePeakSizeTC, IEEE 802.11E-2001/D1." 467 ::= { cid11QueueEntry 2 } 468 469 470-- Statistics Objects 471 472cid11QosStatisticsTable OBJECT-TYPE 473 SYNTAX SEQUENCE OF Cid11QosStatisticsEntry 474 MAX-ACCESS not-accessible 475 STATUS current 476 DESCRIPTION 477 "This table contains the QoS statistics 478 by traffic category on each the IEEE 802.11 479 network interface. This table has a sparse 480 dependent relationship with the ifTable. 481 For each entry in this table, there exists an 482 entry in the ifTable of ifType ieee80211(71)." 483 ::= { ciscoIetfDot11QosStatistics 1 } 484 485cid11QosStatisticsEntry OBJECT-TYPE 486 SYNTAX Cid11QosStatisticsEntry 487 MAX-ACCESS not-accessible 488 STATUS current 489 DESCRIPTION 490 "Each entry contain QoS statistics for data 491 transmission and receive for each traffic 492 category on an IEEE 802.11 interface." 493 INDEX { 494 ifIndex, 495 cid11TrafficCategory } 496 ::= { cid11QosStatisticsTable 1 } 497 498Cid11QosStatisticsEntry ::= 499 SEQUENCE { 500 cid11QosReceivedMPDUs Counter32, 501 cid11QosReceivedRetries Counter32, 502 cid11QosDiscardedFrames Counter32, 503 cid11QosTransmittedFragments Counter32, 504 cid11QosFails Counter32, 505 cid11QosRetries Counter32, 506 cid11QosMutipleRetries Counter32, 507 cid11QosFrameDuplicates Counter32, 508 cid11QosReceivedFragments Counter32, 509 cid11QosTransmittedFrames Counter32 } 510 511 512cid11QosReceivedMPDUs OBJECT-TYPE 513 SYNTAX Counter32 514 MAX-ACCESS read-only 515 STATUS current 516 DESCRIPTION 517 "This is the counter for QoS MPDUs received on 518 this IEEE 802.11 interface for the traffic 519 category." 520 REFERENCE 521 "dot11QoSMPDUsReceivedCountTC, IEEE 802.11E-2001/D1." 522 ::= { cid11QosStatisticsEntry 1 } 523 524cid11QosReceivedRetries OBJECT-TYPE 525 SYNTAX Counter32 526 MAX-ACCESS read-only 527 STATUS current 528 DESCRIPTION 529 "This is the counter for Qos retries received on 530 this IEEE 802.11 interface for the traffic category." 531 REFERENCE 532 "dot11QoSRetriesReceivedCountTC, IEEE 802.11E-2001/D1." 533 ::= { cid11QosStatisticsEntry 2 } 534 535cid11QosDiscardedFrames OBJECT-TYPE 536 SYNTAX Counter32 537 MAX-ACCESS read-only 538 STATUS current 539 DESCRIPTION 540 "This is the counter for Qos discarded frames 541 transmitting from this IEEE 802.11 interface for 542 the traffic category." 543 REFERENCE 544 "dot11QosDiscardedFrameCountTC, IEEE 802.11E-2001/D1." 545 ::= { cid11QosStatisticsEntry 3 } 546 547cid11QosTransmittedFragments OBJECT-TYPE 548 SYNTAX Counter32 549 MAX-ACCESS read-only 550 STATUS current 551 DESCRIPTION 552 "This is the counter for Qos fragments transmitted 553 this IEEE 802.11 interface for the traffic 554 category." 555 REFERENCE 556 "dot11QosTransmittedFragmentCountTC, 557 IEEE 802.11E-2001/D1." 558 ::= { cid11QosStatisticsEntry 4 } 559 560cid11QosFails OBJECT-TYPE 561 SYNTAX Counter32 562 MAX-ACCESS read-only 563 STATUS current 564 DESCRIPTION 565 "This is the counter for Qos failures on 566 this IEEE 802.11 interface for the traffic category." 567 REFERENCE 568 "dot11QosFailedCountTC, IEEE 802.11E-2001/D1." 569 ::= { cid11QosStatisticsEntry 5 } 570 571cid11QosRetries OBJECT-TYPE 572 SYNTAX Counter32 573 MAX-ACCESS read-only 574 STATUS current 575 DESCRIPTION 576 "This is the counter for Qos retries performed on 577 this IEEE 802.11 interface for the traffic category." 578 REFERENCE 579 "dot11QosRetryCountTC, IEEE 802.11E-2001/D1." 580 ::= { cid11QosStatisticsEntry 6 } 581 582cid11QosMutipleRetries OBJECT-TYPE 583 SYNTAX Counter32 584 MAX-ACCESS read-only 585 STATUS current 586 DESCRIPTION 587 "This is the counter for Qos multiple retries 588 performed on this IEEE 802.11 interface for the 589 traffic category." 590 REFERENCE 591 "dot11QosMutipleRetryCountTC, IEEE 802.11E-2001/D1." 592 ::= { cid11QosStatisticsEntry 7 } 593 594cid11QosFrameDuplicates OBJECT-TYPE 595 SYNTAX Counter32 596 MAX-ACCESS read-only 597 STATUS current 598 DESCRIPTION 599 "This is the counter for Qos frame duplications 600 performed on this IEEE 802.11 interface for the 601 traffic category." 602 REFERENCE 603 "dot11QosFrameDuplicateCountTC, IEEE 802.11E-2001/D1." 604 ::= { cid11QosStatisticsEntry 8 } 605 606cid11QosReceivedFragments OBJECT-TYPE 607 SYNTAX Counter32 608 MAX-ACCESS read-only 609 STATUS current 610 DESCRIPTION 611 "This is the counter for Qos fragments received 612 on this IEEE 802.11 interface for the traffic 613 category." 614 REFERENCE 615 "dot11QosReceivedFragmentCountTC, 616 IEEE 802.11E-2001/D1." 617 ::= { cid11QosStatisticsEntry 9 } 618 619cid11QosTransmittedFrames OBJECT-TYPE 620 SYNTAX Counter32 621 MAX-ACCESS read-only 622 STATUS current 623 DESCRIPTION 624 "This is the counter for Qos frames transmitted 625 from this IEEE 802.11 interface for the traffic 626 category." 627 REFERENCE 628 "dot11QosTransmittedFrameCountTC, 629 IEEE 802.11E-2001/D1." 630 ::= { cid11QosStatisticsEntry 10 } 631 632 633cid11QosIfStatisticsTable OBJECT-TYPE 634 SYNTAX SEQUENCE OF Cid11QosIfStatisticsEntry 635 MAX-ACCESS not-accessible 636 STATUS current 637 DESCRIPTION 638 "This table contains the attributes indicating 639 QoS statistics on the IEEE 802.11 interfaces 640 of the device. This table has a sparse dependent 641 relationship with the ifTable. For each entry in 642 this table, there exists an entry in the ifTable 643 of ifType ieee80211(71)." 644 ::= { ciscoIetfDot11QosStatistics 2 } 645 646cid11QosIfStatisticsEntry OBJECT-TYPE 647 SYNTAX Cid11QosIfStatisticsEntry 648 MAX-ACCESS not-accessible 649 STATUS current 650 DESCRIPTION 651 "Each entry contains attributes to support 652 QoS statistics on an IEEE 802.11 interface." 653 INDEX { ifIndex } 654 ::= { cid11QosIfStatisticsTable 1 } 655 656 657Cid11QosIfStatisticsEntry ::= 658 SEQUENCE { 659 cid11QosIfDiscardedFragments Counter32 } 660 661cid11QosIfDiscardedFragments OBJECT-TYPE 662 SYNTAX Counter32 663 MAX-ACCESS read-only 664 STATUS current 665 DESCRIPTION 666 "This object counts the number of QoS discarded 667 transmitting fragments." 668 REFERENCE 669 "dot11QosDiscardedFragments, 670 IEEE 802.11E-2001/D1." 671 ::= { cid11QosIfStatisticsEntry 1 } 672 673 674 675-- ***************************************************************** 676-- Conformance information 677-- ***************************************************************** 678 679ciscoIetfDot11QosMIBCompliances OBJECT IDENTIFIER 680 ::= { ciscoIetfDot11QosMIBConformance 1 } 681 682ciscoIetfDot11QosMIBGroups OBJECT IDENTIFIER 683 ::= { ciscoIetfDot11QosMIBConformance 2 } 684 685 686-- ***************************************************************** 687-- Compliance statements 688-- ***************************************************************** 689 690 691ciscoIetfDot11QosMIBCompliance MODULE-COMPLIANCE 692 STATUS current 693 DESCRIPTION 694 "The compliance statement for the 695 configuration and status groups." 696 MODULE 697 MANDATORY-GROUPS { 698 ciscoIetfDot11QosConfigGroup, 699 ciscoIetfDot11QosQueueGroup, 700 ciscoIetfDot11QosStatsGroup } 701 ::= { ciscoIetfDot11QosMIBCompliances 1 } 702 703 704 705-- ***************************************************************** 706-- Units of conformance 707-- ***************************************************************** 708 709ciscoIetfDot11QosConfigGroup OBJECT-GROUP 710 OBJECTS { 711 cid11CWmin, 712 cid11CWmax, 713 cid11CWPFactor, 714 cid11AIFS, 715 cid11TrafficPriority, 716 cid11MSDULifetime, 717 cid11QosOptionImplemented, 718 cid11QueuesAvailable } 719 STATUS current 720 DESCRIPTION 721 "Configurations for IEEE 802.11 QoS." 722 ::= { ciscoIetfDot11QosMIBGroups 1 } 723 724 725ciscoIetfDot11QosQueueGroup OBJECT-GROUP 726 OBJECTS { 727 cid11QueueSize, 728 cid11QueuePeakSize } 729 STATUS current 730 DESCRIPTION 731 "Configurations and statistics for 732 IEEE 802.11 QoS queue." 733 ::= { ciscoIetfDot11QosMIBGroups 2 } 734 735 736ciscoIetfDot11QosStatsGroup OBJECT-GROUP 737 OBJECTS { 738 cid11QosIfDiscardedFragments, 739 cid11QosReceivedMPDUs, 740 cid11QosReceivedRetries, 741 cid11QosDiscardedFrames, 742 cid11QosTransmittedFragments, 743 cid11QosFails, 744 cid11QosRetries, 745 cid11QosMutipleRetries, 746 cid11QosFrameDuplicates, 747 cid11QosReceivedFragments, 748 cid11QosTransmittedFrames } 749 STATUS current 750 DESCRIPTION 751 "Status and statistics for IEEE 802.11 QoS." 752 ::= { ciscoIetfDot11QosMIBGroups 3 } 753 754END 755 756