1-- *******************************************************************
2-- CISCO-LWAPP-WLAN-MIB.my
3-- This MIB helps to manage the WLANs on the controller
4-- January 2006, Devesh Pujari, Prasanna Viswakumar
5--
6-- Copyright (c) 2006-2007, 2009-2010, 2016-2018 by Cisco Systems Inc.
7-- All rights reserved.
8-- *******************************************************************
9
10CISCO-LWAPP-WLAN-MIB DEFINITIONS ::= BEGIN
11
12IMPORTS
13    MODULE-IDENTITY,
14    OBJECT-TYPE,
15    Unsigned32,
16    Gauge32,
17    TimeTicks,
18    Integer32
19        FROM SNMPv2-SMI
20    MODULE-COMPLIANCE,
21    OBJECT-GROUP
22        FROM SNMPv2-CONF
23    TimeStamp,
24    TruthValue,
25    RowStatus,
26    StorageType,
27    DisplayString,
28    MacAddress
29        FROM SNMPv2-TC
30    SnmpAdminString
31        FROM SNMP-FRAMEWORK-MIB
32    InetAddressType,
33    InetAddress
34        FROM INET-ADDRESS-MIB
35    CiscoURLStringOrEmpty
36        FROM CISCO-TC
37    ciscoMgmt
38        FROM CISCO-SMI;
39
40
41ciscoLwappWlanMIB MODULE-IDENTITY
42    LAST-UPDATED    "201807050000Z"
43    ORGANIZATION    "Cisco Systems Inc."
44    CONTACT-INFO
45            "Cisco Systems,
46            Customer Service
47            Postal: 170 West Tasman Drive
48            San Jose, CA  95134
49            USA
50            Tel: +1 800 553-NETS
51
52            Email: cs-wnbu-snmp@cisco.com"
53    DESCRIPTION
54        "This MIB is intended to be implemented on all those
55        devices operating as Central Controllers (CC)  that
56        terminate the Light Weight Access Point Protocol
57        tunnel from Cisco Light-weight LWAPP Access Points.
58
59        This MIB helps to manage the WLANs on the controller.
60
61        The relationship between CC and the LWAPP APs
62        can be depicted as follows:
63
64        +......+     +......+     +......+           +......+
65        +      +     +      +     +      +           +      +
66        +  CC  +     +  CC  +     +  CC  +           +  CC  +
67        +      +     +      +     +      +           +      +
68        +......+     +......+     +......+           +......+
69        ..            .             .                 .
70        ..            .             .                 .
71        .  .            .             .                 .
72        .    .            .             .                 .
73        .      .            .             .                 .
74        .        .            .             .                 .
75        +......+ +......+     +......+      +......+          +......+
76        +      + +      +     +      +      +      +          +      +
77        +  AP  + +  AP  +     +  AP  +      +  AP  +          +  AP  +
78        +      + +      +     +      +      +      +          +      +
79        +......+ +......+     +......+      +......+          +......+
80        .              .             .                 .
81        .  .              .             .                 .
82        .    .              .             .                 .
83        .      .              .             .                 .
84        .        .              .             .                 .
85        +......+ +......+     +......+      +......+          +......+
86        +      + +      +     +      +      +      +          +      +
87        +  MN  + +  MN  +     +  MN  +      +  MN  +          +  MN  +
88        +      + +      +     +      +      +      +          +      +
89        +......+ +......+     +......+      +......+          +......+
90
91        The LWAPP tunnel exists between the controller and
92        the APs.  The MNs communicate with the APs through
93        the protocol defined by the 802.11 standard.
94
95        LWAPP APs, upon bootup, discover and join one of the
96        controllers and the controller pushes the configuration,
97        that includes the WLAN parameters, to the LWAPP APs.
98        The APs then encapsulate all the 802.11 frames from
99        wireless clients inside LWAPP frames and forward
100        the LWAPP frames to the controller.
101
102                           GLOSSARY
103
104        Access Point ( AP )
105
106        An entity that contains an 802.11 medium access
107        control ( MAC ) and physical layer ( PHY ) interface
108        and provides access to the distribution services via
109        the wireless medium for associated clients.
110
111        LWAPP APs encapsulate all the 802.11 frames in
112        LWAPP frames and sends it to the controller to which
113        it is logically connected to.
114
115        Central Controller ( CC )
116
117        The central entity that terminates the LWAPP protocol
118        tunnel from the LWAPP APs.  Throughout this MIB,
119        this entity also referred to as 'controller'.
120
121        Light Weight Access Point Protocol ( LWAPP )
122
123        This is a generic protocol that defines the
124        communication between the Access Points and the
125        controllers.
126
127        Mobile Node ( MN )
128
129        A roaming 802.11 wireless device in a wireless
130        network associated with an access point.
131
132        Access Control List ( ACL )
133
134        A list of rules used to restrict the traffic reaching
135        an interface or the CPU or WLAN.  Each ACL is an ordered
136        set of rules and actions.  If a rule matches then the
137        action for that rule is applied to the packet.
138
139        802.1x
140
141        The IEEE ratified standard for enforcing port based
142        access control.  This was originally intended for
143        use on wired LANs and later extended for use in
144        802.11 WLAN environments.  This defines an
145        architecture with three main parts - a supplicant
146        (Ex. an 802.11 wireless client), an authenticator
147        (the AP) and an authentication server(a Radius
148        server).  The authenticator passes messages back
149        and forth between the supplicant and the
150        authentication server to enable the supplicant
151        get authenticated to the network.
152
153        Temporal Key Integrity Protocol ( TKIP )
154
155        A security protocol defined to enhance the limitations
156        of WEP.  Message Integrity Check and per-packet keying
157        on all WEP-encrypted frames are two significant
158        enhancements provided by TKIP to WEP.
159
160        Cisco Key Integrity Protocol ( CKIP )
161
162        A proprietary implementation similar to TKIP.  CKIP
163        implements key permutation for protecting the CKIP
164        key against attacks.  Other features of CKIP include
165        expansion of encryption key to 16 bytes of length for
166        key protection and MIC to ensure data integrity.
167
168        Wired Equivalent Privacy ( WEP )
169
170        A security method defined by 802.11. WEP uses a
171        symmetric key stream cipher called RC4 to encrypt the
172        data packets.
173
174        Wi-Fi Protected Access ( WPA )
175
176        Wi-Fi Protected Access (WPA and WPA2) are security
177        systems created in response to several serious
178        weaknesses found in Wired Equivalent Privacy (WEP).
179        WPA implements the majority of the IEEE 802.11i
180        standard, and was intended as an intermediate
181        measure to take the place of WEP while 802.11i was
182        prepared. WPA is designed to work with all wireless
183        network interface cards, but not necessarily with
184        first generation wireless access points.
185
186        WLAN Layer 2 Security
187
188        WLAN layer 2 (MAC) security defines the encryption and
189        authentication approaches such as 802.1x, WPA,
190        WPA2, CKIP and WEP.
191
192        Delivery Traffic Indication Map ( DTIM )
193
194        DTIM is measured in beacon intervals and is the time
195        period during which multicast/broadcast packets are
196        sent to clients. This helps client to go in Power Saving
197        mode and helps to save battery power.
198
199        Network Admission Control (NAC)
200
201        Cisco NAC uses the network infrastructure to enforce security
202        policy compliance on all devices that seek to access network
203        computing resources. With the Cisco NAC appliance, network
204        administrators can authenticate, authorize, evaluate, and
205        remediate wired, wireless, and remote users and their machines
206        prior to network access. The Cisco NAC appliance identifies
207        whether networked devices such as laptops, IP phones, or game
208        consoles are compliant with network security policies, and
209        repairs any vulnerabilities before it permits access to the
210        network.
211
212        Out of Band (OOB)
213
214        Out-of-band deployments require user traffic to traverse through
215        the NAC appliance only within authentication, posture
216        assessment, and remediation. When a user is authenticated and
217        passes all policy checks, the traffic is switched normally
218        through the network and bypasses the NAC server.
219
220        Band Select
221
222        The 2.4 GHz band is congested and clients have to contend with
223        numerous performance challenges. These consist of interference
224        from Bluetooth, microwave ovens, cordless phones, etc.;
225        protection mechanisms from 802.11b legacy clients; and
226        co-channel interference from other access points due to
227        802.11bg?s limit of three non-overlapping channels. Allowing
228        client Wi-Fi radios capable of dual band (2.4 and 5 GHz)
229        operation move to the less congested 5 GHz radios would improve
230        the overall performance of the network.
231        The Band Select algorithm is based on probe response suppression
232        on clients 2.4G radio. The feature is OFF by default and has to
233        be manually switched ON globally for a WLC. It can be optionally
234        over-ridden per-SSID to disallow it.
235
236        Network Access Identifier ( NAI )
237
238        In order to provide roaming services, it is necessary
239        to have a standardized method for  identifying users.
240        NAI is actually the user identity submitted by the client
241        during network authentication.
242
243        KTS (Key Telephone System)
244
245        Key Telephone System is an alternative to a
246        private branch exchange (PBX)phone system.
247        A KTS is equipped with several buttons that allow
248        a caller to directly select outgoing lines or
249        incoming calls, and use intercom and
250        conference facilities.
251
252        HALO (Hyperlocation)
253
254        Hyperlocation is a technique of calculating location using
255        Angle of Arrival(AoA) tracks 802.11 OFDM clients
256        (meaning 802.11a/g/n/ac clients) that are associated(connected)
257        on the network and is able to do so with much higher accuracy
258        than conventional Real Time Location Systems(RTLS) that rely
259        on only RSSI (RF Signal Strength).
260
261        PakRSSI (Packet Received Signal Strength Indicator)
262
263        PakRSSI is a measurement of the power present in a received radio signal.
264
265        POE (Power Over Ethernet)
266
267        Power over Ethernet or PoE describes any of several standardized
268        or ad-hoc systems which pass electrical power along with data on
269        Ethernet cabling. This allows a single cable to provide both data
270        connection and electrical power to devices such as wireless
271        access points or IP cameras.
272        REFERENCE
273
274        [1] Wireless LAN Medium Access Control ( MAC ) and
275        Physical Layer ( PHY ) Specifications.
276
277        [2] Draft-obara-capwap-lwapp-00.txt, IETF Light
278        Weight Access Point Protocol
279
280        [3] IEEE 802.11 - The original 1 Mbit/s and 2 Mbit/s,
281        2.4 GHz RF and IR standard."
282    REVISION        "201807050000Z"
283    DESCRIPTION
284        "Added new table
285        -cLPolicyWlanSchedulingTable.
286        Added allowPvtGrp(4) in the object cLWlanP2PBlocking.
287        Added following objects in cLAPGroupConfigTable
288        -cLApGroupGlobalWebAuthConfig
289        -cLApGroupExternalWebAuthUrl."
290    REVISION        "201803070000Z"
291    DESCRIPTION
292        "Added the following objects to the table cLWlanConfigQosTable
293        -cLWlanWlanDSAverageDataRate
294        -cLWlanWlanUSAverageDataRate
295        -cLWlanWlanDSBurstDataRate
296        -cLWlanWlanUSBurstDataRate
297        -cLWlanWlanDSAvgRealTimeDataRate
298        -cLWlanWlanUSAvgRealTimeDataRate
299        -cLWlanWlanDSBurstRealTimeDataRate
300        -cLWlanWlanUSBurstRealTimeDataRate"
301    REVISION        "201707220000Z"
302    DESCRIPTION
303        "Removed the changes done on revision
304        201612080000Z"
305    REVISION        "201612080000Z"
306    DESCRIPTION
307        "Added the following objects
308        -cLWlanSelfAnchorEnabled
309        -cLWlan11acMuMimoEnabled
310        -cLWlanFlexibleNetflowEntry
311        -cLWlanFlexibleNetflowPolicyTypeIndex
312        -cLWlanFlexibleNetflowMonitorName
313        -cLWlanFlexibleNetflowRowStatus
314
315        Added new table
316        -cLWlanFlexibleNetflowTable
317
318        Added new compliance objects
319        -ciscoLwappWlanMIBComplianceRev9
320
321        Added new compliance object groups
322        -ciscoLwappWlanQosConfigGroup
323        -ciscoLwappWlanConfigGroupSup4
324        -ciscoLwappWlan11uConfigGroupsup2
325        -ciscoLwappAPGroupsVlanConfigGroupSup1
326        -cLAPGroupsVenueConfigGroup
327        -cLAPGroupsMultipleVenueGroup
328        -ciscoLwappWlanConfigClientGroupSup2
329        -ciscoLwappWlanConfigFlexibleNetflowGroup
330        -ciscoLwappWlanConfigGroupSup5
331        -ciscoLwappAPGroupsVlanConfigGroupSup2
332        -ciscoLwappWlanConfigGroupSup6
333        -ciscoLwappWlanConfigGroupSup7
334        -ciscoLwappWlanConfigGroupSup8
335        -ciscoLwappWlan11vConfigGroup"
336    REVISION        "201612080000Z"
337    DESCRIPTION
338        "Added the following objects
339        - cLWlan11vBssTransEnable
340        - cLWlan11vDisassocImmiEnable
341        - cLWlan11vDisassocTimer
342        - cLWlan11vOpRoamDisassocTimer
343        Added new group
344        - ciscoLwappWlan11vConfigGroup
345        Added new compliance
346        ciscoLwappWlanMIBComplianceRev9 which
347        deprecates ciscoLwappWlanMIBComplianceRev8."
348    REVISION        "201604070000Z"
349    DESCRIPTION
350        "Added new tables ciscoLwappAPGroupsHyperlocationConfig to
351        support Hyperlocation feature and ciscoLwappAPGroupsPortConfig
352        to support AP Group LAN port configurations.
353        Added new groups ciscoLwappWlanConfigGroupSup8,
354        ciscoLwappWlanConfigGroupSup9. Added new compliance
355        ciscoLwappWlanMIBComplianceRev8 which
356        deprecates ciscoLwappWlanMIBComplianceRev7."
357    REVISION        "201504230000Z"
358    DESCRIPTION
359        "Added Default value to the cLWlanMulticastInterface object."
360    REVISION        "201504170000Z"
361    DESCRIPTION
362        "Added cLWlan11acMuMimoEnabled object to cLWlanConfigEntry.
363        ciscoLwappWlanMIBComplianceRev6 is superceded by
364        ciscoLwappWlanMIBComplianceRev7
365        Added new group ciscoLwappWlanConfigGroupSup6."
366    REVISION        "201411050000Z"
367    DESCRIPTION
368        "Added the cLWlanSelfAnchorEnabled to support
369        the mobility self anchor.
370        cLAPGroupsVlanMappingInterfaceName is superceded by
371        cLAPGroupsVlanMappingInterfaceNameRev1.
372        ciscoLwappAPGroupsVlanConfigGroup  is superceded by
373        ciscoLwappAPGroupsVlanConfigGroupSup2.
374        ciscoLwappWlanMIBComplianceRev5 is superceded by
375        ciscoLwappWlanMIBComplianceRev6
376        Added cLWlanUniversalAdmin  object to cLWlanConfigEntry.
377        Added new group ciscoLwappWlanConfigGroupSup5."
378    REVISION        "201303300000Z"
379    DESCRIPTION
380        "Added cLWlanFlexibleNetflowTable to support AVC feature.
381        Added new object group
382        CiscoLwappWlanConfigFlexibleNetflowGroup.
383            Added new compliance ciscoLwappWlanMIBComplianceRev5 which
384        deprecates ciscoLwappWlanMIBComplianceRev4."
385    REVISION        "201206210000Z"
386    DESCRIPTION
387        "Added the following objects
388        WLAN QoS Config table,
389        AP group Venue Table,
390        ciscoLwappWlanQosConfigGroup
391                ciscoLwappWlanConfigGroupSup4
392                ciscoLwappWlan11uConfigGroupsup2
393                ciscoLwappWlanHotSpot2ConfigGroupSup1
394                ciscoLwappAPGroupsVlanConfigGroupSup1
395                cLAPGroupsVenueConfigGroup
396                cLAPGroupsMultipleVenueGroup
397                ciscoLwappWlanConfigClientGroupSup2
398                WLAN IOS objects.
399                -
400                Added the following objects to cLWlan11uTable.
401        cLWlan11uHessid,
402        cLWlan11uNetworkAuthType,
403        cLWlan11uOui,
404        cLWlan11uOuiIsBeacon,
405        cWlan11uOuiRowStatus,
406        cLWlan11uOuiStorageType,
407        cLWlan11uRealmName,
408        cLWlan11uRealmRowStatus,
409        cLWlan11uRealmEapMethod,
410        cLWlan11uRealmEapRowStatus,
411        cLWlan11uRealmEapAuthMethod,
412        cLWlan11uRealmEapAuthParam,
413        cLWlan11uRealmEapAuthRowStatus,
414        cLWlan11uDomainName,
415        cLWlan11uDomainRowStatus,
416        cLWlan11u3gppCountryCode,
417        cLWlan11u3gppNetworkCode,
418        cLWlan11u3gppRowStatus,
419        cLWlan11uIpAddressAvailIpv4,
420        cLWlan11uIpAddressAvailIpv6
421        -
422        Added the following OBJECT-GROUPs:
423        ciscoLwappWlan11uConfigGroupsup1
424        ciscoLwappWlanServiceAdvertisementConfigGroup,
425        ciscoLwappWlanHotSpot2ConfigGroup
426        -
427        Added new compliance ciscoLwappWlanMIBComplianceRev4 which
428        deprecates ciscoLwappWlanMIBComplianceRev3."
429    REVISION        "201103100000Z"
430    DESCRIPTION
431        "Added the following objects to cLWlanConfigTable.
432        cLWlanReAnchorRoamedVoiceClientsEnable,
433        cLWlanMulticastInterfaceEnable,
434        cLWlanMulticastInterface,
435        cLWlanMulticastDirectEnable,
436        cLWlanNACPostureSupport,
437        cLWlanMaxClientsAccepted,
438        cLWlanScanDeferPriority,
439        cLWlanScanDeferTime,
440        cLWlanLanSubType,
441        cLWlanWebAuthOnMacFilterFailureEnabled,
442        cLWlanStaticIpTunnelingEnabled.
443        -
444        Added new group ciscoLwappWlanConfigGroupSup3.
445        -
446        Added new compliance ciscoLwappWlanMIBComplianceRev3 which
447        deprecates ciscoLwappWlanMIBComplianceRev2."
448    REVISION        "201003030000Z"
449    DESCRIPTION
450        "Added the following OBJECT-GROUPs:
451        ciscoLwappWlan11uConfigGroup
452        ciscoLwappAPGroupsVlanConfigGroup
453        ciscoLwappWlanConfigGroupSup2
454        ciscoLwappWlanConfigClientGroupSup1"
455    REVISION        "200704020000Z"
456    DESCRIPTION
457        "Added following object in cLWlanConfigClientTable
458        cLWlanP2PBlocking"
459    REVISION        "200702030000Z"
460    DESCRIPTION
461        "Added following objects in cLWlanConfigTable:
462        cLWlanProfileName
463        cLWlanSsid
464        cLWlanDiagChan
465        cLWlanStorageType
466        Added following table:
467        cLWlanConfigClientTable
468        Added the following OBJECT-GROUPs:
469        ciscoLwappWlanConfigGroupSup1
470        ciscoLwappWlanConfigClientGroup
471        Added ciscoLwappWlanMIBComplianceRev1 MODULE-COMPLIANCE."
472    REVISION        "200603210000Z"
473    DESCRIPTION
474        "Initial version of this MIB module."
475    ::= { ciscoMgmt 512 }
476
477
478ciscoLwappWlanMIBNotifs  OBJECT IDENTIFIER
479    ::= { ciscoLwappWlanMIB 0 }
480
481ciscoLwappWlanMIBObjects  OBJECT IDENTIFIER
482    ::= { ciscoLwappWlanMIB 1 }
483
484ciscoLwappWlanMIBConform  OBJECT IDENTIFIER
485    ::= { ciscoLwappWlanMIB 2 }
486
487ciscoLwappWlanConfig  OBJECT IDENTIFIER
488    ::= { ciscoLwappWlanMIBObjects 1 }
489
490ciscoLwappAPGroupsVlanConfig  OBJECT IDENTIFIER
491    ::= { ciscoLwappWlanMIBObjects 2 }
492
493ciscoLwappWlan11uConfig  OBJECT IDENTIFIER
494    ::= { ciscoLwappWlanMIBObjects 3 }
495
496ciscoLwappWlanServiceAdvertisementConfig  OBJECT IDENTIFIER
497    ::= { ciscoLwappWlanMIBObjects 4 }
498
499ciscoLwappWlanHotSpot2Config  OBJECT IDENTIFIER
500    ::= { ciscoLwappWlanMIBObjects 5 }
501
502ciscoLwappAPGroupNasIdConfig  OBJECT IDENTIFIER
503    ::= { ciscoLwappWlanMIBObjects 6 }
504
505ciscoLwappPolicyConfig  OBJECT IDENTIFIER
506    ::= { ciscoLwappWlanMIBObjects 7 }
507
508ciscoLwappAPGroupsHyperlocationConfig  OBJECT IDENTIFIER
509    ::= { ciscoLwappWlanMIBObjects 8 }
510
511ciscoLwappAPGroupsPortConfig  OBJECT IDENTIFIER
512    ::= { ciscoLwappWlanMIBObjects 9 }
513
514-- ********************************************************************
515-- WLAN configuration
516-- ********************************************************************
517
518cLWlanConfigTable OBJECT-TYPE
519    SYNTAX          SEQUENCE OF CLWlanConfigEntry
520    MAX-ACCESS      not-accessible
521    STATUS          current
522    DESCRIPTION
523        "This table represents the WLAN configuration sent by
524        the controller to the LWAPP APs for their operation.
525
526        LWAPP APs exchange configuration messages with the
527        controller and get the required configuration for
528        their 802.11 related operations.  As part of these
529        messages, the WLAN configuration is pushed by the
530        controller to the LWAPP APs.
531
532        This table doesn't have any dependencies on other
533        existing tables.  By defining cLWlanIndex, the
534        unique identifier for a WLAN, this table provides
535        a common index structure for use in several other
536        new tables that populate information on security
537        related attributes like authentication, encryption,
538        802.11 parameters, Quality-of-Service attributes
539        etc., that would relate to a particular WLAN.
540
541        Rows are added or deleted by explicit
542        management actions initiated by the user from a
543        network management station through the
544        cLWlanRowStatus object."
545    ::= { ciscoLwappWlanConfig 1 }
546
547cLWlanConfigEntry OBJECT-TYPE
548    SYNTAX          CLWlanConfigEntry
549    MAX-ACCESS      not-accessible
550    STATUS          current
551    DESCRIPTION
552        "Each entry in this table represents the WLAN
553        configuration sent by the controller to LWAPP APs
554        for use during their operations. entries can be
555        added/deleted by explicit management actions by
556        NMS or by user console"
557    INDEX           { cLWlanIndex }
558    ::= { cLWlanConfigTable 1 }
559
560CLWlanConfigEntry ::= SEQUENCE {
561        cLWlanIndex                            Unsigned32,
562        cLWlanRowStatus                        RowStatus,
563        cLWlanProfileName                      SnmpAdminString,
564        cLWlanSsid                             OCTET STRING,
565        cLWlanDiagChan                         TruthValue,
566        cLWlanStorageType                      StorageType,
567        cLWlanIsWired                          TruthValue,
568        cLWlanIngressInterface                 OCTET STRING,
569        cLWlanNACSupport                       TruthValue,
570        cLWlanWepKeyChange                     TimeStamp,
571        cLWlanChdEnable                        TruthValue,
572        cLWlan802dot11anDTIM                   Unsigned32,
573        cLWlan802dot11bgnDTIM                  Unsigned32,
574        cLWlanLoadBalancingEnable              TruthValue,
575        cLWlanBandSelectEnable                 TruthValue,
576        cLWlanPassiveClientEnable              TruthValue,
577        cLWlanReAnchorRoamedVoiceClientsEnable TruthValue,
578        cLWlanMulticastInterfaceEnable         TruthValue,
579        cLWlanMulticastInterface               SnmpAdminString,
580        cLWlanMulticastDirectEnable            TruthValue,
581        cLWlanNACPostureSupport                TruthValue,
582        cLWlanMaxClientsAccepted               Unsigned32,
583        cLWlanScanDeferPriority                BITS,
584        cLWlanScanDeferTime                    Unsigned32,
585        cLWlanLanSubType                       INTEGER,
586        cLWlanWebAuthOnMacFilterFailureEnabled TruthValue,
587        cLWlanStaticIpTunnelingEnabled         TruthValue,
588        cLWlanKtsCacSupportEnabled             TruthValue,
589        cLWlanWifiDirectPolicyStatus           INTEGER,
590        cLWlanWebAuthIPv6AclName               SnmpAdminString,
591        cLWlanHotSpot2Enabled                  TruthValue,
592        cLWlanMaxClientsAllowedPerRadio        Unsigned32,
593        cLWlanDhcpDeviceProfiling              TruthValue,
594        cLWlanMacAuthOverDot1xEnabled          TruthValue,
595        cLWlanUserTimeout                      Unsigned32,
596        cLWlanUserIdleThreshold                Unsigned32,
597        cLWlanHttpDeviceProfiling              TruthValue,
598        cLWlanHotSpotClearConfig               INTEGER,
599        cLWlanRadiusAuthFourthServer           DisplayString,
600        cLWlanRadiusAuthFifthServer            DisplayString,
601        cLWlanRadiusAuthSixthServer            DisplayString,
602        cLWlanRadiusAcctFourthServer           DisplayString,
603        cLWlanRadiusAcctFifthServer            DisplayString,
604        cLWlanRadiusAcctSixthServer            DisplayString,
605        cLWlanSelfAnchorEnabled                TruthValue,
606        cLWlanUniversalAdmin                   TruthValue,
607        cLWlan11acMuMimoEnabled                TruthValue,
608        cLWlan11vDisassocImmiEnable            TruthValue,
609        cLWlan11vDisassocTimer                 Unsigned32,
610        cLWlan11vOpRoamDisassocTimer           Unsigned32,
611        cLWlan11vBssTransEnable                TruthValue
612}
613
614cLWlanIndex OBJECT-TYPE
615    SYNTAX          Unsigned32 (1..517)
616    MAX-ACCESS      not-accessible
617    STATUS          current
618    DESCRIPTION
619        "This object uniquely identifies one instance of
620        a WLAN on the controller. The value 513-517 indicates
621        wired clients."
622    ::= { cLWlanConfigEntry 1 }
623
624cLWlanRowStatus OBJECT-TYPE
625    SYNTAX          RowStatus
626    MAX-ACCESS      read-create
627    STATUS          current
628    DESCRIPTION
629        "This is the status column for this row and used
630        to create, modify and delete specific instances of rows
631        in this table.
632        This table supports modification of writable objects when the
633        RowStatus is 'active'.
634        The following objects are mandatory for successful
635        creation of an entry:
636            cLWlanProfileName
637            cLWlanSsid."
638    ::= { cLWlanConfigEntry 2 }
639
640cLWlanProfileName OBJECT-TYPE
641    SYNTAX          SnmpAdminString (SIZE  (1..64))
642    MAX-ACCESS      read-create
643    STATUS          current
644    DESCRIPTION
645        "This object represents the profile name assigned
646        to this WLAN. The name assigned to a WLAN has to be
647        unique across all the WLANs on the controller.
648        An administrator can assign a meaningful
649        name that could later be used to refer a particular
650        WLAN on the controller.  This object cannot be
651        modified when cLWlanRowStatus is 'active'."
652    ::= { cLWlanConfigEntry 3 }
653
654cLWlanSsid OBJECT-TYPE
655    SYNTAX          OCTET STRING (SIZE  (1..32))
656    MAX-ACCESS      read-create
657    STATUS          current
658    DESCRIPTION
659        "This object represents the SSID assigned to
660        this WLAN. The access points will broadcast this SSID
661        on this WLAN. Different WLAN could use the same SSID as
662        long as the layer 2 security is different. This object
663        cannot be modified when cLWlanRowStatus is 'active'."
664    ::= { cLWlanConfigEntry 4 }
665
666cLWlanDiagChan OBJECT-TYPE
667    SYNTAX          TruthValue
668    MAX-ACCESS      read-create
669    STATUS          current
670    DESCRIPTION
671        "This object is used to configure this WLAN as a diagnostic
672        WLAN. A value of 'true' indicates that the WLAN can be used for
673        diagnostic purposes. A value of 'false' indicates that the WLAN
674        can not be used for diagnostic purposes."
675    DEFVAL          { false }
676    ::= { cLWlanConfigEntry 5 }
677
678cLWlanStorageType OBJECT-TYPE
679    SYNTAX          StorageType
680    MAX-ACCESS      read-create
681    STATUS          current
682    DESCRIPTION
683        "This object represnts the storage type for this
684        conceptual row."
685    DEFVAL          { nonVolatile }
686    ::= { cLWlanConfigEntry 6 }
687
688cLWlanIsWired OBJECT-TYPE
689    SYNTAX          TruthValue
690    MAX-ACCESS      read-create
691    STATUS          current
692    DESCRIPTION
693        "This object is used to configure this WLAN as a
694        wired or wireless WLAN. A value of 'true'  indicates
695        that this is a wired WLAN.  A value of 'false'
696        indicates that this is a wireless WLAN."
697    ::= { cLWlanConfigEntry 7 }
698
699cLWlanIngressInterface OBJECT-TYPE
700    SYNTAX          OCTET STRING (SIZE  (0..32))
701    MAX-ACCESS      read-create
702    STATUS          current
703    DESCRIPTION
704        "This object represents the ingress interface attached to the
705        wireless lan."
706    ::= { cLWlanConfigEntry 8 }
707
708cLWlanNACSupport OBJECT-TYPE
709    SYNTAX          TruthValue
710    MAX-ACCESS      read-create
711    STATUS          current
712    DESCRIPTION
713        "This object is used to configure the NAC- Out Of
714        Band(OOB) support for the WLAN.
715        A value of 'true'  indicates that
716        the WLAN supports the NAC- Out Of Band(OOB) feature.
717        A value of 'false' indicates that
718        the WLAN does not support the NAC- Out Of Band(OOB)
719        feature."
720    DEFVAL          { false }
721    ::= { cLWlanConfigEntry 9 }
722
723cLWlanWepKeyChange OBJECT-TYPE
724    SYNTAX          TimeStamp
725    MAX-ACCESS      read-only
726    STATUS          current
727    DESCRIPTION
728        "This object represents the time when the
729        static WEP key was changed by the user."
730    ::= { cLWlanConfigEntry 10 }
731
732cLWlanChdEnable OBJECT-TYPE
733    SYNTAX          TruthValue
734    MAX-ACCESS      read-create
735    STATUS          current
736    DESCRIPTION
737        "This object indicates whether Coverage Hole Detection
738        (CHD) is enabled on the controller. A value of 'true'
739        indicates CHD is on and a value of 'false' indicates
740        CHD is turned off for this WLAN."
741    DEFVAL          { true }
742    ::= { cLWlanConfigEntry 11 }
743
744cLWlan802dot11anDTIM OBJECT-TYPE
745    SYNTAX          Unsigned32 (1..255)
746    UNITS           "Beacon Intervals"
747    MAX-ACCESS      read-create
748    STATUS          current
749    DESCRIPTION
750        "This object represents DTIM configuration per WLAN for each
751        802.11 network.
752        The DTIM value is measured in Beacon Intervals."
753    DEFVAL          { 1 }
754    ::= { cLWlanConfigEntry 12 }
755
756cLWlan802dot11bgnDTIM OBJECT-TYPE
757    SYNTAX          Unsigned32 (1..255)
758    UNITS           "Beacon Intervals"
759    MAX-ACCESS      read-create
760    STATUS          current
761    DESCRIPTION
762        "This object represents DTIM configuration per WLAN for each
763        802.11 network.
764        The DTIM value is measured in Beacon Intervals."
765    DEFVAL          { 1 }
766    ::= { cLWlanConfigEntry 13 }
767
768cLWlanLoadBalancingEnable OBJECT-TYPE
769    SYNTAX          TruthValue
770    MAX-ACCESS      read-create
771    STATUS          current
772    DESCRIPTION
773        "This object indicates whether Load Balancing is
774        enabled on the controller for this WLAN . A value of 'true'
775        indicates Load Balance is on and a value of 'false' indicates
776        Load Balance is turned off for this WLAN."
777    DEFVAL          { true }
778    ::= { cLWlanConfigEntry 14 }
779
780cLWlanBandSelectEnable OBJECT-TYPE
781    SYNTAX          TruthValue
782    MAX-ACCESS      read-create
783    STATUS          current
784    DESCRIPTION
785        "This object indicates whether Band Select is enabled
786        on the controller for this WLAN. A value of 'true'
787        indicates Band Select is on and a value of 'false' indicates
788        Band Select is turned off for this WLAN."
789    DEFVAL          { true }
790    ::= { cLWlanConfigEntry 15 }
791
792cLWlanPassiveClientEnable OBJECT-TYPE
793    SYNTAX          TruthValue
794    MAX-ACCESS      read-create
795    STATUS          current
796    DESCRIPTION
797        "This object specifies whether passive client is enabled
798        on the controller for this WLAN. A value of 'true'
799        indicates passive client is on and a value of 'false' indicates
800        passive client is turned off for this WLAN."
801    DEFVAL          { false }
802    ::= { cLWlanConfigEntry 16 }
803
804cLWlanReAnchorRoamedVoiceClientsEnable OBJECT-TYPE
805    SYNTAX          TruthValue
806    MAX-ACCESS      read-create
807    STATUS          current
808    DESCRIPTION
809        "This object specifies whether the Roamed Voice Client
810        Re-Anchoring feature is enabled on the controller for this
811        WLAN.
812        A value of 'true' indicates the roamed voice clients will get
813        re-anchored.
814        A value of 'false' indicates the roamed voice clients
815        re-anchoring is turned off for this WLAN."
816    DEFVAL          { false }
817    ::= { cLWlanConfigEntry 17 }
818
819cLWlanMulticastInterfaceEnable OBJECT-TYPE
820    SYNTAX          TruthValue
821    MAX-ACCESS      read-create
822    STATUS          current
823    DESCRIPTION
824        "This object specifies whether multicast interface
825        is enabled on the controller. A value of 'true'
826        indicates that multicast interface feature is enabled
827        and the interface represented by 'cLWlanMulticastInterface'
828        would be used for the multicast traffic on this WLAN.
829        A value of 'false' indicates that multicast interface
830        feature is turned off for this WLAN."
831    DEFVAL          { false }
832    ::= { cLWlanConfigEntry 18 }
833
834cLWlanMulticastInterface OBJECT-TYPE
835    SYNTAX          SnmpAdminString
836    MAX-ACCESS      read-create
837    STATUS          current
838    DESCRIPTION
839        "This object specifies the interface, which would be used
840        for the multicast traffic for all the clients that are
841        associated to this WLAN."
842    DEFVAL          { "default" }
843    ::= { cLWlanConfigEntry 19 }
844
845cLWlanMulticastDirectEnable OBJECT-TYPE
846    SYNTAX          TruthValue
847    MAX-ACCESS      read-create
848    STATUS          current
849    DESCRIPTION
850        "This object specifies whether multicast direct is enabled
851        on the controller for this WLAN.
852        A value of 'true' indicates multicast direct is ON.
853        A value of 'false' indicates multicast direct is turned
854        off for this WLAN."
855    DEFVAL          { false }
856    ::= { cLWlanConfigEntry 20 }
857
858cLWlanNACPostureSupport OBJECT-TYPE
859    SYNTAX          TruthValue
860    MAX-ACCESS      read-create
861    STATUS          current
862    DESCRIPTION
863        "This object is used to configure the NAC-Posture
864        support for the WLAN.
865        A value of 'true'  indicates that the WLAN supports the
866        NAC-Posture feature.
867        A value of 'false' indicates that the WLAN does not support the
868        NAC-Posture feature."
869    DEFVAL          { false }
870    ::= { cLWlanConfigEntry 21 }
871
872cLWlanMaxClientsAccepted OBJECT-TYPE
873    SYNTAX          Unsigned32
874    MAX-ACCESS      read-create
875    STATUS          current
876    DESCRIPTION
877        "This object specifies the maximum number of client connection
878        allowed for this WLAN.
879        A value of 0 indicates that there is no limit on maximum
880        allowed clients for this WLAN."
881    DEFVAL          { 0 }
882    ::= { cLWlanConfigEntry 22 }
883
884cLWlanScanDeferPriority OBJECT-TYPE
885    SYNTAX          BITS {
886                        bit0(0),
887                        bit1(1),
888                        bit2(2),
889                        bit3(3),
890                        bit4(4),
891                        bit5(5),
892                        bit6(6),
893                        bit7(7)
894                    }
895    MAX-ACCESS      read-create
896    STATUS          current
897    DESCRIPTION
898        "This object specifies the priority of packets
899        that defer the off-channel scan. This is used in
900        off-channel scanning to improve performance
901        for medical devices using Radio Resource Management.
902        Each bit represents a packet type for which off-channel
903        scanning needs to be deferred.
904        bit0 - Best effort.
905        bit1 - Background
906        bit2 - Spare
907        bit3 - Excellent effort
908        bit4 - Controlled load
909        bit5 - Video, less than 100-ms latency and jitter
910        bit6 - Voice, less than 10-ms latency and jitter
911        bit7 - Network control"
912    DEFVAL          { { bit5 , bit6 } }
913    ::= { cLWlanConfigEntry 23 }
914
915cLWlanScanDeferTime OBJECT-TYPE
916    SYNTAX          Unsigned32 (0..60000)
917    UNITS           "milliseconds"
918    MAX-ACCESS      read-create
919    STATUS          current
920    DESCRIPTION
921        "This object specifies the minimum number of milliseconds
922        that must elapse without the appearance of a specified packet
923        before the access point radios begin an off-channel scan."
924    DEFVAL          { 100 }
925    ::= { cLWlanConfigEntry 24 }
926
927cLWlanLanSubType OBJECT-TYPE
928    SYNTAX          INTEGER  {
929                        wirelessLan(1),
930                        guestLan(2),
931                        remoteLan(3),
932                        other(4)
933                    }
934    MAX-ACCESS      read-create
935    STATUS          current
936    DESCRIPTION
937        "This object specifies the sub-type of the LAN created.
938        This has to be congruent with cLWlanIswired.
939        If cLWlanIswired is set to 'true', allowed values are
940        guestLan(2)
941        and remoteLan(3).
942        If cLWlanIswired is set to 'false', allowed value is
943        wirelessLan(1).
944        A value of other(4) will be returned if it doesnt match any
945        values defined here. This value is not configurable."
946    ::= { cLWlanConfigEntry 25 }
947
948cLWlanWebAuthOnMacFilterFailureEnabled OBJECT-TYPE
949    SYNTAX          TruthValue
950    MAX-ACCESS      read-create
951    STATUS          current
952    DESCRIPTION
953        "This object is used to configure the Web based
954        authentication on Mac Filter failure support for the WLAN.
955        A value of 'true' enables Web authentication on MAC
956        filter failure for the WLAN.
957        A value of 'false' disables Web authentication on MAC
958        filter failure for the WLAN."
959    DEFVAL          { false }
960    ::= { cLWlanConfigEntry 26 }
961
962cLWlanStaticIpTunnelingEnabled OBJECT-TYPE
963    SYNTAX          TruthValue
964    MAX-ACCESS      read-create
965    STATUS          current
966    DESCRIPTION
967        "This object is used to configure the Static IP Tunneling
968        of clients feature support for the WLAN.
969        A value of 'true' enables static IP Tunneling of client
970        for the WLAN.
971        A value of 'false' disables static IP Tunneling of client
972        for the WLAN."
973    DEFVAL          { false }
974    ::= { cLWlanConfigEntry 27 }
975
976cLWlanKtsCacSupportEnabled OBJECT-TYPE
977    SYNTAX          TruthValue
978    MAX-ACCESS      read-create
979    STATUS          current
980    DESCRIPTION
981        "This object is used to configure the KTS CAC
982        support for the WLAN.
983        A value of 'true' enables the KTS based CAC support
984        for this wlan.
985        A value of 'false' disables the KTS based CAC support
986        for this wlan."
987    DEFVAL          { false }
988    ::= { cLWlanConfigEntry 28 }
989
990cLWlanWifiDirectPolicyStatus OBJECT-TYPE
991    SYNTAX          INTEGER  {
992                        disable(1),
993                        allow(2),
994                        notAllow(3)
995                    }
996    MAX-ACCESS      read-create
997    STATUS          current
998    DESCRIPTION
999        "This object is used to allow/disallow wi-fi
1000        direct clients to/from joining the infrastructure
1001        network.
1002        disable(1) - WFD is completely disabled.
1003        allow(2)  -  allow WFD clients
1004        disallow(3) - controller rejects association request from WFD
1005        clients only if it has P2P IE with concurrency enabled."
1006    ::= { cLWlanConfigEntry 29 }
1007
1008cLWlanWebAuthIPv6AclName OBJECT-TYPE
1009    SYNTAX          SnmpAdminString (SIZE  (0..64))
1010    MAX-ACCESS      read-create
1011    STATUS          current
1012    DESCRIPTION
1013        "This object represents the name of the Web Auth
1014        IPv6 ACL applied to this WLAN.
1015        If it is required to remove the ACL
1016        name for a WLAN, it should be set to 'none'.
1017        ACL's are applied in the following priority order -
1018        interfaces ACLs, WLAN ACLs, client ACLs."
1019    ::= { cLWlanConfigEntry 30 }
1020
1021cLWlanHotSpot2Enabled OBJECT-TYPE
1022    SYNTAX          TruthValue
1023    MAX-ACCESS      read-create
1024    STATUS          current
1025    DESCRIPTION
1026        "This object represents the hotSpot2 feature for this WLAN.
1027        A value of 'true' enables the HotSpot2
1028        for this wlan.
1029        A value of 'false' disables the HotSpot2
1030        for this wlan."
1031    DEFVAL          { false }
1032    ::= { cLWlanConfigEntry 31 }
1033
1034cLWlanMaxClientsAllowedPerRadio OBJECT-TYPE
1035    SYNTAX          Unsigned32 (1..200)
1036    MAX-ACCESS      read-create
1037    STATUS          current
1038    DESCRIPTION
1039        "This object represents the maximum allowed clients
1040        per AP radio for a WLAN."
1041    DEFVAL          { 200 }
1042    ::= { cLWlanConfigEntry 32 }
1043
1044cLWlanDhcpDeviceProfiling OBJECT-TYPE
1045    SYNTAX          TruthValue
1046    MAX-ACCESS      read-create
1047    STATUS          current
1048    DESCRIPTION
1049        "This object specifies the status of
1050        DHCP Device Profiling feature for this WLAN.
1051        A value of 'true' enables DHCP Device Profiling on this wlan.
1052        A value of 'false' disables DHCP  the Device Profiling
1053        on this wlan."
1054    DEFVAL          { false }
1055    ::= { cLWlanConfigEntry 33 }
1056
1057cLWlanMacAuthOverDot1xEnabled OBJECT-TYPE
1058    SYNTAX          TruthValue
1059    MAX-ACCESS      read-create
1060    STATUS          current
1061    DESCRIPTION
1062        "This object specifies the configuration state of
1063        authentication failover to  Dot1x for the WLAN.
1064        A value of 'true' enables mac auth or dot1x
1065        for the WLAN.
1066        A value of 'false' disables mac auth or dot1x
1067         for the WLAN."
1068    DEFVAL          { false }
1069    ::= { cLWlanConfigEntry 34 }
1070
1071cLWlanUserTimeout OBJECT-TYPE
1072    SYNTAX          Unsigned32
1073    UNITS           "seconds"
1074    MAX-ACCESS      read-create
1075    STATUS          current
1076    DESCRIPTION
1077        "This object represents the timeout value of user for a WLAN."
1078    DEFVAL          { 300 }
1079    ::= { cLWlanConfigEntry 35 }
1080
1081cLWlanUserIdleThreshold OBJECT-TYPE
1082    SYNTAX          Unsigned32
1083    UNITS           "bytes"
1084    MAX-ACCESS      read-create
1085    STATUS          current
1086    DESCRIPTION
1087        "This object represents the user idle threshold value in bytes
1088        for a WLAN."
1089    DEFVAL          { 0 }
1090    ::= { cLWlanConfigEntry 36 }
1091
1092cLWlanHttpDeviceProfiling OBJECT-TYPE
1093    SYNTAX          TruthValue
1094    MAX-ACCESS      read-create
1095    STATUS          current
1096    DESCRIPTION
1097        "This object specifies the status of
1098        HTTP Device Profiling feature for this WLAN.
1099        A value of 'true' enables HTTP Device Profiling on this wlan.
1100        A value of 'false' disables the HTTP Device Profiling
1101        on this wlan."
1102    DEFVAL          { false }
1103    ::= { cLWlanConfigEntry 37 }
1104
1105cLWlanHotSpotClearConfig OBJECT-TYPE
1106    SYNTAX          INTEGER  {
1107                        enable(1),
1108                        disable(2)
1109                    }
1110    MAX-ACCESS      read-create
1111    STATUS          current
1112    DESCRIPTION
1113        "This object is used to clear all the configuration
1114        related to HotSpot feature at WLAN level.
1115        A value of 'enable' would clear the configuration.
1116        When queries for the current value, always 'disable'
1117        would be returned."
1118    DEFVAL          { disable }
1119    ::= { cLWlanConfigEntry 38 }
1120
1121cLWlanRadiusAuthFourthServer OBJECT-TYPE
1122    SYNTAX          DisplayString (SIZE  (0..21))
1123    MAX-ACCESS      read-create
1124    STATUS          current
1125    DESCRIPTION
1126        "This object specifies the Fourth
1127        Radius Authentication Server for this wlan."
1128    ::= { cLWlanConfigEntry 39 }
1129
1130cLWlanRadiusAuthFifthServer OBJECT-TYPE
1131    SYNTAX          DisplayString (SIZE  (0..21))
1132    MAX-ACCESS      read-create
1133    STATUS          current
1134    DESCRIPTION
1135        "This object specifies the Fifth
1136        Radius Authentication Server for this wlan."
1137    ::= { cLWlanConfigEntry 40 }
1138
1139cLWlanRadiusAuthSixthServer OBJECT-TYPE
1140    SYNTAX          DisplayString (SIZE  (0..21))
1141    MAX-ACCESS      read-create
1142    STATUS          current
1143    DESCRIPTION
1144        "This object specifies the Sixth
1145        Radius Authentication Server for this wlan."
1146    ::= { cLWlanConfigEntry 41 }
1147
1148cLWlanRadiusAcctFourthServer OBJECT-TYPE
1149    SYNTAX          DisplayString (SIZE  (0..21))
1150    MAX-ACCESS      read-create
1151    STATUS          current
1152    DESCRIPTION
1153        "This object specifies the Fourth
1154        Radius Accounting Server for this wlan."
1155    ::= { cLWlanConfigEntry 42 }
1156
1157cLWlanRadiusAcctFifthServer OBJECT-TYPE
1158    SYNTAX          DisplayString (SIZE  (0..21))
1159    MAX-ACCESS      read-create
1160    STATUS          current
1161    DESCRIPTION
1162        "This object specifies the Fifth
1163        Radius Accounting Server for this wlan."
1164    ::= { cLWlanConfigEntry 43 }
1165
1166cLWlanRadiusAcctSixthServer OBJECT-TYPE
1167    SYNTAX          DisplayString (SIZE  (0..21))
1168    MAX-ACCESS      read-create
1169    STATUS          current
1170    DESCRIPTION
1171        "This object specifies the Sixth
1172        Radius Accounting Server for this wlan."
1173    ::= { cLWlanConfigEntry 44 }
1174
1175cLWlanSelfAnchorEnabled OBJECT-TYPE
1176    SYNTAX          TruthValue
1177    MAX-ACCESS      read-create
1178    STATUS          current
1179    DESCRIPTION
1180        "This object specifies whether self anchoring
1181        is enabled for the wlan."
1182    DEFVAL          { false }
1183    ::= { cLWlanConfigEntry 64 }
1184
1185cLWlanUniversalAdmin OBJECT-TYPE
1186    SYNTAX          TruthValue
1187    MAX-ACCESS      read-create
1188    STATUS          current
1189    DESCRIPTION
1190        "This object allows universal admin mode.
1191        to be enabled on a 802.1X/WPA/WPA2 secured WLAN."
1192    DEFVAL          { false }
1193    ::= { cLWlanConfigEntry 65 }
1194
1195cLWlan11acMuMimoEnabled OBJECT-TYPE
1196    SYNTAX          TruthValue
1197    MAX-ACCESS      read-create
1198    STATUS          current
1199    DESCRIPTION
1200        "This object is used to configure 11ac Mu Mimo mode for
1201        the WLAN.
1202        A value of 'true' enables Mu Mimo mode for the WLAN.
1203        A value of 'false' disables Mu Mimo mode for the WLAN."
1204    DEFVAL          { false }
1205    ::= { cLWlanConfigEntry 66 }
1206
1207cLWlan11vDisassocImmiEnable OBJECT-TYPE
1208    SYNTAX          TruthValue
1209    MAX-ACCESS      read-create
1210    STATUS          current
1211    DESCRIPTION
1212        "This object indicates whether 11v BSS Transition Disassociation
1213        Imminent is enabled on the controller for this WLAN.
1214        A value of 'true' indicates Disassociation Imminent is enabled
1215        for the WLAN.
1216        A value of 'false' indicates Disassociation Imminent is disabled
1217        for the WLAN."
1218    DEFVAL          { false }
1219    ::= { cLWlanConfigEntry 67 }
1220
1221cLWlan11vDisassocTimer OBJECT-TYPE
1222    SYNTAX          Unsigned32
1223    UNITS           "Target Beacons Transmission Times"
1224    MAX-ACCESS      read-only
1225    STATUS          current
1226    DESCRIPTION
1227        "This object indicates 11v BSS Transition Disassociation
1228        Imminent timer for this WLAN."
1229    DEFVAL          { 200 }
1230    ::= { cLWlanConfigEntry 73 }
1231
1232cLWlan11vOpRoamDisassocTimer OBJECT-TYPE
1233    SYNTAX          Unsigned32 (0..40)
1234    UNITS           "Target Beacon Transmission Times"
1235    MAX-ACCESS      read-only
1236    STATUS          current
1237    DESCRIPTION
1238        "This object indicates 11v BSS Transition Optimized Roaming
1239        Disassociation Imminent timer for this WLAN."
1240    ::= { cLWlanConfigEntry 74 }
1241
1242cLWlan11vBssTransEnable OBJECT-TYPE
1243    SYNTAX          TruthValue
1244    MAX-ACCESS      read-create
1245    STATUS          current
1246    DESCRIPTION
1247        "This object indicates whether 11v BSS Transition is enabled on
1248        the controller for this WLAN.
1249        A value of 'true' indicates BSS Transition is enabled for the
1250        WLAN.
1251        A value of 'false' indicates BSS Transition is disabled for the
1252        WLAN."
1253    DEFVAL          { false }
1254    ::= { cLWlanConfigEntry 93 }
1255
1256
1257-- ********************************************************************
1258-- *        WLAN 11u  Table
1259-- ********************************************************************
1260
1261cLWlan11uTable OBJECT-TYPE
1262    SYNTAX          SEQUENCE OF CLWlan11uEntry
1263    MAX-ACCESS      not-accessible
1264    STATUS          current
1265    DESCRIPTION
1266        "This table represents the generic 802.11u
1267        configuration for a particular WLAN in a
1268        controller.
1269
1270        This table has a one-to-one relationship with
1271        cLWlanConfigTable. There exist a row in this
1272        table corresponding to each   row representing
1273        a WLAN in cLWlanConfigTable."
1274    ::= { ciscoLwappWlan11uConfig 1 }
1275
1276cLWlan11uEntry OBJECT-TYPE
1277    SYNTAX          CLWlan11uEntry
1278    MAX-ACCESS      not-accessible
1279    STATUS          current
1280    DESCRIPTION
1281        "Each entry in this table represents the generic 802.11u
1282        configuration for a WLAN."
1283    INDEX           { cLWlanIndex }
1284    ::= { cLWlan11uTable 1 }
1285
1286CLWlan11uEntry ::= SEQUENCE {
1287        cLWlan11uStatus             TruthValue,
1288        cLWlan11uInternetAccess     TruthValue,
1289        cLWlan11uNetworkType        INTEGER,
1290        cLWlan11uVenueGroup         INTEGER,
1291        cLWlan11uVenueType          INTEGER,
1292        cLWlan11uVenueName          SnmpAdminString,
1293        cLWlan11uHessid             MacAddress,
1294        cLWlan11uNetworkAuthType    INTEGER,
1295        cLWlan11uIpAddressAvailIpv4 INTEGER,
1296        cLWlan11uIpAddressAvailIpv6 INTEGER
1297}
1298
1299cLWlan11uStatus OBJECT-TYPE
1300    SYNTAX          TruthValue
1301    MAX-ACCESS      read-write
1302    STATUS          current
1303    DESCRIPTION
1304        "This object is used to configure the 802.11u support
1305        for this WLAN. A value of 'true' indicates that 802.11u
1306        support is enabled for this WLAN and a  value of 'false'
1307        indicates that the support  is disabled for this WLAN."
1308    DEFVAL          { false }
1309    ::= { cLWlan11uEntry 1 }
1310
1311cLWlan11uInternetAccess OBJECT-TYPE
1312    SYNTAX          TruthValue
1313    MAX-ACCESS      read-write
1314    STATUS          current
1315    DESCRIPTION
1316        "This object is used to configure the internet access
1317        with respect to 802.11u feature for this WLAN.
1318        A value of 'true' indicates that internet access is
1319        enabled for this WLAN and a  value of 'false' indicates
1320        that the internet access  is disabled for this WLAN."
1321    DEFVAL          { true }
1322    ::= { cLWlan11uEntry 2 }
1323
1324cLWlan11uNetworkType OBJECT-TYPE
1325    SYNTAX          INTEGER  {
1326                        invalid(1),
1327                        private(2),
1328                        privateWithGuestAccess(3),
1329                        chargeablePublicNetwork(4),
1330                        freePublicNetwork(5),
1331                        testOrEquipment(6),
1332                        wildcard(7),
1333                        personnalDeviceNetwork(8),
1334                        emgerencyServiceOnlyNetwork(9),
1335                        notConfigured(255)
1336                    }
1337    MAX-ACCESS      read-write
1338    STATUS          current
1339    DESCRIPTION
1340        "This object indicates the network type with respect
1341        to  802.11u feature , for this WLAN.
1342           invalid (1)                : Invalid network type.
1343           private(2)                 : Non-authorized users are not
1344                                        permitted on this network.
1345           privateWithGuestAccess(3)  : Private network but guest
1346                                        accounts area available.
1347           chargeablePublicNetwork(4) : The network is accessible to
1348                                        anyone, however, access to the
1349                                        network requires payment.
1350           freePublicNetwork(5)       : The network is accessible to
1351                                        anyone and no charges apply
1352                                        for the network use.
1353           testOrEquipment(6)         : The network is used for test or
1354                                        experimental purposes only.
1355           wildcard(6)                : Wildcard network type.
1356           personnalDeviceNetwork(8)  : The network is accessible only
1357                                        by Personnal Device.
1358           emgerencyServiceOnlyNetwork(9) : Emergency Service
1359                                            network Type."
1360    ::= { cLWlan11uEntry 3 }
1361
1362cLWlan11uVenueGroup OBJECT-TYPE
1363    SYNTAX          INTEGER  {
1364                        unspecified(1),
1365                        assembly(2),
1366                        business(3),
1367                        educational(4),
1368                        factoryAndIndustrial(5),
1369                        institutional(6),
1370                        mercantile(7),
1371                        residential(8),
1372                        storage(9),
1373                        utilityAndMisc(10),
1374                        vehicular(11),
1375                        outdoor(12)
1376                    }
1377    MAX-ACCESS      read-write
1378    STATUS          deprecated
1379    DESCRIPTION
1380        "This object indicates the venue group with respect
1381        to 802.11u feature , for this WLAN."
1382    DEFVAL          { unspecified }
1383    ::= { cLWlan11uEntry 4 }
1384
1385cLWlan11uVenueType OBJECT-TYPE
1386    SYNTAX          INTEGER  {
1387                        unspecified(1),
1388                        assembly(2),
1389                        business(3),
1390                        educational(4),
1391                        factoryAndIndustrial(5),
1392                        institutional(6),
1393                        mercantile(7),
1394                        residential(8),
1395                        storage(9),
1396                        utilityAndMisc(10),
1397                        vehicular(11),
1398                        outdoor(12)
1399                    }
1400    MAX-ACCESS      read-write
1401    STATUS          deprecated
1402    DESCRIPTION
1403        "This object indicates the venue type within
1404        a particular venue group, with respect
1405        to  802.11u feature , for this WLAN.
1406        The Venue group-Venue Type relationship is per
1407        the following table:
1408        Venue Group Venue Type Code Venue Description
1409        =========== =============== =================
1410             0            0         Unspecified
1411             0            1-255     Reserved
1412             1            0         Unspecified Assembly
1413             1            1         Arena
1414             1            2         Stadium
1415             1            3         Passenger Terminal (e.g.,
1416                                    airport, port, bus station, ferry
1417                                    terminal, train station)
1418             1            4         Amphitheater
1419             1            5         Amusement Park
1420             1            6         Place of Worship
1421             1            7         Convention Center
1422             1            8         Library
1423             1            9         Museum
1424             1            10        Restaurant
1425             1            11        Theater
1426             1            12        Bar
1427             1            13        Coffee Shop
1428             1            14        Zoo or Aquarium
1429             1            15        Emergency Coordination Center
1430             1            16-255    Reserved
1431             2            0         Unspecified Business
1432             2            1         Doctor or Dentist office
1433             2            2         Bank
1434             2            3         Fire Station
1435             2            4         Police Station
1436             2            6         Post Office
1437             2            7         Professional Office
1438             2            8         Research and Development Facility
1439             2            9         Attorney Office
1440             2            10-255    Reserved
1441             3            0         Unspecified Educational
1442             3            1         School, Primary
1443             3            2         School, Secondary
1444             3            3         University or College
1445             3            4-255     Reserved
1446             4            0         Unspecified Factory and Industrial
1447             4            1         Factory
1448             4            2-255     Reserved
1449             5            0         Unspecified Institutional
1450             5            1         Hospital
1451             5            2         Long-Term Care Facility (e.g.,
1452                                    Nursing home, Hospice, etc.)
1453             5            3         Alcohol and Drug Re-habilitation
1454                                    Center
1455             5            4         Group Home
1456             5            5         Prison or Jail
1457             5            6-255     Reserved
1458             6            0         Unspecified Mercantile
1459             6            1         Retail Store
1460             6            2         Grocery Market
1461             6            3         Automotive Service Station
1462             6            4-255     Reserved
1463             7            0         Unspecified Residential
1464             7            1         Hotel or Motel
1465             7            2         Dormitory
1466             7            3         Boarding House
1467             7            4-255     Reserved
1468             8            0-255     Reserved
1469             9            0-255     Reserved
1470             10           0         Unspecified Vehicular
1471             10           1         Automobile or Truck
1472             10           2         Airplane
1473             10           3         Bus
1474             10           4         Ferry
1475             10           5         Ship or Boat
1476             10           6         Train
1477             10           7-255     Reserved
1478             11           0         Unspecified Outdoor
1479             11           1         Muni-mesh Network
1480             11           2         City Park
1481             11           3-255     Reserved"
1482    DEFVAL          { unspecified }
1483    ::= { cLWlan11uEntry 5 }
1484
1485cLWlan11uVenueName OBJECT-TYPE
1486    SYNTAX          SnmpAdminString (SIZE  (1..255))
1487    MAX-ACCESS      read-write
1488    STATUS          deprecated
1489    DESCRIPTION
1490        "This is the venue name defined for this WLAN
1491        with respect to  802.11u feature."
1492    ::= { cLWlan11uEntry 6 }
1493
1494cLWlan11uHessid OBJECT-TYPE
1495    SYNTAX          MacAddress
1496    MAX-ACCESS      read-write
1497    STATUS          current
1498    DESCRIPTION
1499        "This object is used to configure the Hessid for this WLAN."
1500    ::= { cLWlan11uEntry 8 }
1501
1502cLWlan11uNetworkAuthType OBJECT-TYPE
1503    SYNTAX          INTEGER  {
1504                        acceptance(1),
1505                        enrollment(2),
1506                        redirection(3),
1507                        dnsRedirection(4),
1508                        notConfigured(5)
1509                    }
1510    MAX-ACCESS      read-write
1511    STATUS          current
1512    DESCRIPTION
1513        "This object is used to configure the NetworkAuthType
1514        for a WLAN"
1515    DEFVAL          { notConfigured }
1516    ::= { cLWlan11uEntry 9 }
1517
1518cLWlan11uIpAddressAvailIpv4 OBJECT-TYPE
1519    SYNTAX          INTEGER  {
1520                        notAvailable(1),
1521                        public(2),
1522                        portRestricted(3),
1523                        singleNATPrivate(4),
1524                        doubleNATPrivate(5),
1525                        portRestrictedAndSingleNATPrivate(6),
1526                        portRestrictedAndDoubleNATPrivate(7),
1527                        unKnown(8)
1528                    }
1529    MAX-ACCESS      read-write
1530    STATUS          current
1531    DESCRIPTION
1532        "This object represents the IPv4 Address Availability."
1533    DEFVAL          { notAvailable }
1534    ::= { cLWlan11uEntry 10 }
1535
1536cLWlan11uIpAddressAvailIpv6 OBJECT-TYPE
1537    SYNTAX          INTEGER  {
1538                        notAvailable(1),
1539                        available(2),
1540                        unKnown(3)
1541                    }
1542    MAX-ACCESS      read-write
1543    STATUS          current
1544    DESCRIPTION
1545        "This object represents the IPv6 Address Availability."
1546    DEFVAL          { notAvailable }
1547    ::= { cLWlan11uEntry 11 }
1548
1549
1550-- ********************************************************************
1551-- *        WLAN 11u OUI Table
1552-- ********************************************************************
1553
1554cLWlan11uOuiTable OBJECT-TYPE
1555    SYNTAX          SEQUENCE OF CLWlan11uOuiEntry
1556    MAX-ACCESS      not-accessible
1557    STATUS          current
1558    DESCRIPTION
1559        "This table represents the OUI
1560        (organizational unique identifier)
1561        configuration for a particular WLAN.
1562        OUIs are assigned by IEEE.
1563        A WLAN can have up to 32 OUIs defined.
1564        OUI configuration per WLAN is required
1565        for the 802.11u feature to work.
1566
1567        Rows are added or deleted by explicit
1568        management actions initiated by the user from a
1569        network management station through the
1570        cLWlan11uOuiRowStatus object."
1571    ::= { ciscoLwappWlan11uConfig 2 }
1572
1573cLWlan11uOuiEntry OBJECT-TYPE
1574    SYNTAX          CLWlan11uOuiEntry
1575    MAX-ACCESS      not-accessible
1576    STATUS          current
1577    DESCRIPTION
1578        "Each entry in this table represents the OUI
1579        (organizational unique identifier)
1580        configuration for a particular WLAN.
1581        OUIs are assigned by IEEE.
1582        A WLAN can have up to 32 OUIs defined.
1583        OUI configuration per WLAN is required
1584        for the 802.11u feature to work."
1585    INDEX           {
1586                        cLWlanIndex,
1587                        cLWlan11uOuiIndex
1588                    }
1589    ::= { cLWlan11uOuiTable 1 }
1590
1591CLWlan11uOuiEntry ::= SEQUENCE {
1592        cLWlan11uOuiIndex       Unsigned32,
1593        cLWlan11uOui            OCTET STRING,
1594        cLWlan11uOuiIsBeacon    TruthValue,
1595        cLWlan11uOuiRowStatus   RowStatus,
1596        cLWlan11uOuiStorageType StorageType
1597}
1598
1599cLWlan11uOuiIndex OBJECT-TYPE
1600    SYNTAX          Unsigned32
1601    MAX-ACCESS      not-accessible
1602    STATUS          current
1603    DESCRIPTION
1604        "This object uniquely identifies one instance of a OUI
1605        on a WLAN.Each WLAN can have up to 32 OUIs defined.
1606        Each OUI should be unique."
1607    ::= { cLWlan11uOuiEntry 1 }
1608
1609cLWlan11uOui OBJECT-TYPE
1610    SYNTAX          OCTET STRING (SIZE  (6 | 10))
1611    MAX-ACCESS      read-create
1612    STATUS          current
1613    DESCRIPTION
1614        "The OUI field is a public OUI assigned by the IEEE.
1615        Each OUI identifies a roaming consortium
1616        (group of SSPs with inter-SSP roaming agreement)
1617        or a single SSP.WLAN can have up to 32 OUIs defined.
1618        Each OUI defined for a WLAN should be unique.
1619        For example the value for Cisco is 004096."
1620    ::= { cLWlan11uOuiEntry 2 }
1621
1622cLWlan11uOuiIsBeacon OBJECT-TYPE
1623    SYNTAX          TruthValue
1624    MAX-ACCESS      read-create
1625    STATUS          current
1626    DESCRIPTION
1627        "This object is used to configure this particular
1628        OUI as one of the beacon OUIs.
1629        Beacon can carry at most 3 OUIs.
1630        User should be able to select 0-3 OUIs
1631        (from the already configured OUIs for this WLAN).
1632        A value of 'true'  indicates that this OUI would
1633        be carried in beacon.  A value of 'false'
1634        indicates that this OUI is not a beacon OUI."
1635    DEFVAL          { false }
1636    ::= { cLWlan11uOuiEntry 3 }
1637
1638cLWlan11uOuiRowStatus OBJECT-TYPE
1639    SYNTAX          RowStatus
1640    MAX-ACCESS      read-create
1641    STATUS          current
1642    DESCRIPTION
1643        "Row Status for creation/deletion of a particular
1644        OUI entry in the table."
1645    ::= { cLWlan11uOuiEntry 4 }
1646
1647cLWlan11uOuiStorageType OBJECT-TYPE
1648    SYNTAX          StorageType
1649    MAX-ACCESS      read-create
1650    STATUS          current
1651    DESCRIPTION
1652        "This object represnts the storage type for this
1653        conceptual row."
1654    DEFVAL          { nonVolatile }
1655    ::= { cLWlan11uOuiEntry 5 }
1656
1657
1658-- ********************************************************************
1659-- *        WLAN 11u Realm Table
1660-- ********************************************************************
1661
1662cLWlan11uRealmTable OBJECT-TYPE
1663    SYNTAX          SEQUENCE OF CLWlan11uRealmEntry
1664    MAX-ACCESS      not-accessible
1665    STATUS          current
1666    DESCRIPTION
1667        "This table represents the realm (NAI) details per WLAN.
1668        In order to provide roaming services,
1669        it is necessary to have a standardized method for
1670        identifying users. NAI is the user identity
1671        submitted by the client during network authentication.
1672        Each realm entry should be unique."
1673    ::= { ciscoLwappWlan11uConfig 3 }
1674
1675cLWlan11uRealmEntry OBJECT-TYPE
1676    SYNTAX          CLWlan11uRealmEntry
1677    MAX-ACCESS      not-accessible
1678    STATUS          current
1679    DESCRIPTION
1680        "Each entry in this table represents the realm (NAI)
1681        configuration for a particular WLAN.A WLAN can have
1682        up to 32 realm defined"
1683    INDEX           {
1684                        cLWlanIndex,
1685                        cLWlan11uRealmIndex
1686                    }
1687    ::= { cLWlan11uRealmTable 1 }
1688
1689CLWlan11uRealmEntry ::= SEQUENCE {
1690        cLWlan11uRealmIndex     Unsigned32,
1691        cLWlan11uRealmName      SnmpAdminString,
1692        cLWlan11uRealmRowStatus RowStatus
1693}
1694
1695cLWlan11uRealmIndex OBJECT-TYPE
1696    SYNTAX          Unsigned32 (1..128)
1697    MAX-ACCESS      not-accessible
1698    STATUS          current
1699    DESCRIPTION
1700        "This object specifies,  one instance of
1701        a realm EAP entry (NAI) on a WLAN.
1702        Each realm entry should be unique."
1703    ::= { cLWlan11uRealmEntry 1 }
1704
1705cLWlan11uRealmName OBJECT-TYPE
1706    SYNTAX          SnmpAdminString (SIZE  (1..128))
1707    MAX-ACCESS      read-create
1708    STATUS          current
1709    DESCRIPTION
1710        "This object represents the NAI name.
1711        In order to provide roaming services,
1712        it is necessary to have a standardized method for
1713        identifying users. NAI is  the user identity
1714        submitted by the client during network authentication.
1715        In roaming, the purpose of the NAI is to identify the
1716        user as well as to assist in the routing of the authentication
1717        request.
1718        Please note that the NAI may not necessarily be
1719        the same as the user's e-mail address or the user identity
1720        submitted in an application layer authentication."
1721    ::= { cLWlan11uRealmEntry 2 }
1722
1723cLWlan11uRealmRowStatus OBJECT-TYPE
1724    SYNTAX          RowStatus
1725    MAX-ACCESS      read-create
1726    STATUS          current
1727    DESCRIPTION
1728        "Row Status for creation/deletion of a particular realm
1729        entry (NAI)from the table"
1730    ::= { cLWlan11uRealmEntry 3 }
1731
1732
1733-- ********************************************************************
1734-- *        WLAN 11u Realm Eap Table
1735-- ********************************************************************
1736
1737cLWlan11uRealmEapTable OBJECT-TYPE
1738    SYNTAX          SEQUENCE OF CLWlan11uRealmEapEntry
1739    MAX-ACCESS      not-accessible
1740    STATUS          current
1741    DESCRIPTION
1742        "This table represents the EAP method configured per realm
1743        for a particular WLAN. A realm can have up to 4 EAP
1744        method defined. The EAP method supported are
1745        LEAP,PEAP,EAP-FAST and EAP-TLS."
1746    ::= { ciscoLwappWlan11uConfig 4 }
1747
1748cLWlan11uRealmEapEntry OBJECT-TYPE
1749    SYNTAX          CLWlan11uRealmEapEntry
1750    MAX-ACCESS      not-accessible
1751    STATUS          current
1752    DESCRIPTION
1753        "Each entry in this table represents the EAP method
1754        configured per realm for a particular WLAN.
1755        A realm can have up to 4 EAP method defined.
1756        The EAP method supported are LEAP,PEAP,EAP-FAST and EAP-TLS."
1757    INDEX           {
1758                        cLWlanIndex,
1759                        cLWlan11uRealmIndex,
1760                        cLWlan11uRealmEapIndex
1761                    }
1762    ::= { cLWlan11uRealmEapTable 1 }
1763
1764CLWlan11uRealmEapEntry ::= SEQUENCE {
1765        cLWlan11uRealmEapIndex     Unsigned32,
1766        cLWlan11uRealmEapMethod    INTEGER,
1767        cLWlan11uRealmEapRowStatus RowStatus
1768}
1769
1770cLWlan11uRealmEapIndex OBJECT-TYPE
1771    SYNTAX          Unsigned32 (1..4)
1772    MAX-ACCESS      not-accessible
1773    STATUS          current
1774    DESCRIPTION
1775        "This object uniquely identifies one instance of
1776        a EAP entry configured per a realm for a particular WLAN."
1777    ::= { cLWlan11uRealmEapEntry 1 }
1778
1779cLWlan11uRealmEapMethod OBJECT-TYPE
1780    SYNTAX          INTEGER  {
1781                        none(1),
1782                        leap(2),
1783                        peap(3),
1784                        eapTls(4),
1785                        eapFast(5),
1786                        eapSim(6),
1787                        eapTtls(7),
1788                        eapAka(8)
1789                    }
1790    MAX-ACCESS      read-create
1791    STATUS          current
1792    DESCRIPTION
1793        "This object represents the EAP method defined."
1794    ::= { cLWlan11uRealmEapEntry 2 }
1795
1796cLWlan11uRealmEapRowStatus OBJECT-TYPE
1797    SYNTAX          RowStatus
1798    MAX-ACCESS      read-create
1799    STATUS          current
1800    DESCRIPTION
1801        "Row Status for creation/deletion of a particular EAP
1802        entry from the table"
1803    ::= { cLWlan11uRealmEapEntry 3 }
1804
1805
1806-- ********************************************************************
1807-- *        WLAN 11u Realm Eap Auth Table
1808-- ********************************************************************
1809
1810cLWlan11uRealmEapAuthTable OBJECT-TYPE
1811    SYNTAX          SEQUENCE OF CLWlan11uRealmEapAuthEntry
1812    MAX-ACCESS      not-accessible
1813    STATUS          current
1814    DESCRIPTION
1815        "This table represents the authentication method details
1816        configured per EAP method for particular realm.
1817        There can be up to 10 authentication configuration
1818        entries per EAP method."
1819    ::= { ciscoLwappWlan11uConfig 5 }
1820
1821cLWlan11uRealmEapAuthEntry OBJECT-TYPE
1822    SYNTAX          CLWlan11uRealmEapAuthEntry
1823    MAX-ACCESS      not-accessible
1824    STATUS          current
1825    DESCRIPTION
1826        "Each entry in this table represents the authentication
1827        method details configured per EAP method for particular realm.
1828        There can be up to 10 authentication configuration
1829        entries per EAP method."
1830    INDEX           {
1831                        cLWlanIndex,
1832                        cLWlan11uRealmIndex,
1833                        cLWlan11uRealmEapIndex,
1834                        cLWlan11uRealmEapAuthIndex
1835                    }
1836    ::= { cLWlan11uRealmEapAuthTable 1 }
1837
1838CLWlan11uRealmEapAuthEntry ::= SEQUENCE {
1839        cLWlan11uRealmEapAuthIndex          Unsigned32,
1840        cLWlan11uRealmEapAuthMethod         INTEGER,
1841        cLWlan11uRealmEapAuthParam          INTEGER,
1842        cLWlan11uRealmEapAuthCredentialType INTEGER,
1843        cLWlan11uRealmEapAuthRowStatus      RowStatus
1844}
1845
1846cLWlan11uRealmEapAuthIndex OBJECT-TYPE
1847    SYNTAX          Unsigned32 (1..10)
1848    MAX-ACCESS      not-accessible
1849    STATUS          current
1850    DESCRIPTION
1851        "This object uniquely identifies one instance of
1852        a auth entry configured per a EAP for a particular WLAN."
1853    ::= { cLWlan11uRealmEapAuthEntry 1 }
1854
1855cLWlan11uRealmEapAuthMethod OBJECT-TYPE
1856    SYNTAX          INTEGER  {
1857                        nonEapInnerAuthType(1),
1858                        innerAuthEapType(2),
1859                        credentialType(3),
1860                        tunneledEapCredentialType(4)
1861                    }
1862    MAX-ACCESS      read-create
1863    STATUS          current
1864    DESCRIPTION
1865        "This object represents the authentication method defined."
1866    DEFVAL          { nonEapInnerAuthType }
1867    ::= { cLWlan11uRealmEapAuthEntry 2 }
1868
1869cLWlan11uRealmEapAuthParam OBJECT-TYPE
1870    SYNTAX          INTEGER  {
1871                        none(1),
1872                        pap(2),
1873                        chap(3),
1874                        mschap(4),
1875                        mschapV2(5),
1876                        leap(6),
1877                        peap(7),
1878                        eapTls(8),
1879                        eapFast(9),
1880                        eapSim(10),
1881                        eapTtls(11),
1882                        eapAka(12),
1883                        sim(13),
1884                        usim(14),
1885                        nfcSecure(15),
1886                        hardwareToken(16),
1887                        softToken(17),
1888                        certificate(18),
1889                        usernamePassword(19),
1890                        reserved(20),
1891                        anonynous(21),
1892                        vendorSpecific(22)
1893                    }
1894    MAX-ACCESS      read-create
1895    STATUS          current
1896    DESCRIPTION
1897        "This object represents the  authentication parameter
1898        defined for a particular authentication method.
1899        The Autentication Parameter and the Authentication Method
1900        relationship as follows
1901
1902         Method      Parameter      Description
1903        =========== =============== =================
1904          1          1              Reserved
1905          1          2              PAP
1906          1          3              CHAP
1907          1          4              MSCHAP
1908          1          5              MSCHAPV2
1909          2          6              LEAP
1910          2          7              PEAP
1911          2          8              EAP-TLS
1912          2          9              EAP-FAST
1913          2          10             EAP-SIM
1914          2          11             EAP-TTLS
1915          2          12             EAP-AKA
1916          3          13             SIM
1917          3          14             USIM
1918          3          15             NFCSECURE
1919          3          16             HARDWARE TOKEN
1920          3          17             SOFT TOKEN
1921          3          18             CERTIFICATE
1922          3          19             USERNAME PASSWORD
1923          3          20             RESERVED
1924          3          21             Anonynous
1925          3          22             Vendor Specific"
1926    DEFVAL          { none }
1927    ::= { cLWlan11uRealmEapAuthEntry 3 }
1928
1929cLWlan11uRealmEapAuthCredentialType OBJECT-TYPE
1930    SYNTAX          INTEGER  {
1931                        sim(1),
1932                        usim(2),
1933                        nfcSecure(3),
1934                        hardwareToken(4),
1935                        softToken(5),
1936                        certificate(6),
1937                        usernamePassword(7),
1938                        reserved(8),
1939                        anonynous(9),
1940                        vendorSpecific(10)
1941                    }
1942    MAX-ACCESS      read-create
1943    STATUS          current
1944    DESCRIPTION
1945        "This is the credential type defined for a particular
1946        authentication method."
1947    DEFVAL          { sim }
1948    ::= { cLWlan11uRealmEapAuthEntry 4 }
1949
1950cLWlan11uRealmEapAuthRowStatus OBJECT-TYPE
1951    SYNTAX          RowStatus
1952    MAX-ACCESS      read-create
1953    STATUS          current
1954    DESCRIPTION
1955        "Row Status for creation/deletion of a particular auth
1956        entry from the table"
1957    ::= { cLWlan11uRealmEapAuthEntry 5 }
1958
1959
1960-- ********************************************************************
1961-- *        WLAN 11u Domain Table
1962-- ********************************************************************
1963
1964cLWlan11uDomainTable OBJECT-TYPE
1965    SYNTAX          SEQUENCE OF CLWlan11uDomainEntry
1966    MAX-ACCESS      not-accessible
1967    STATUS          current
1968    DESCRIPTION
1969        "This table represents the Domain Entry
1970        configuration for a particular WLAN in a
1971        controller.
1972        Rows are added or deleted by explicit
1973        management actions initiated by the user from a
1974        network management station through the
1975        cLWlan11uDomainRowStatus object"
1976    ::= { ciscoLwappWlan11uConfig 6 }
1977
1978cLWlan11uDomainEntry OBJECT-TYPE
1979    SYNTAX          CLWlan11uDomainEntry
1980    MAX-ACCESS      not-accessible
1981    STATUS          current
1982    DESCRIPTION
1983        "Each entry in this table represents the Domain
1984        configuration for a particular WLAN.
1985        A WLAN can have up to 10 domains defined."
1986    INDEX           {
1987                        cLWlanIndex,
1988                        cLWlan11uDomainIndex
1989                    }
1990    ::= { cLWlan11uDomainTable 1 }
1991
1992CLWlan11uDomainEntry ::= SEQUENCE {
1993        cLWlan11uDomainIndex     Unsigned32,
1994        cLWlan11uDomainName      SnmpAdminString,
1995        cLWlan11uDomainRowStatus RowStatus
1996}
1997
1998cLWlan11uDomainIndex OBJECT-TYPE
1999    SYNTAX          Unsigned32 (1..32)
2000    MAX-ACCESS      not-accessible
2001    STATUS          current
2002    DESCRIPTION
2003        "This object uniquely identifies one instance of a Domain
2004        on a WLAN.Each WLAN can have up to 10 Domains defined.
2005        Each Domain should be unique."
2006    ::= { cLWlan11uDomainEntry 1 }
2007
2008cLWlan11uDomainName OBJECT-TYPE
2009    SYNTAX          SnmpAdminString (SIZE  (1..255))
2010    MAX-ACCESS      read-create
2011    STATUS          current
2012    DESCRIPTION
2013        "This object represents the domain name for this particular
2014        Index."
2015    ::= { cLWlan11uDomainEntry 2 }
2016
2017cLWlan11uDomainRowStatus OBJECT-TYPE
2018    SYNTAX          RowStatus
2019    MAX-ACCESS      read-create
2020    STATUS          current
2021    DESCRIPTION
2022        "Row Status for creation/deletion of a particular
2023        Domain entry in the table."
2024    ::= { cLWlan11uDomainEntry 3 }
2025
2026
2027-- ********************************************************************
2028-- *        WLAN 11u 3gpp Table
2029-- ********************************************************************
2030
2031cLWlan11u3gppTable OBJECT-TYPE
2032    SYNTAX          SEQUENCE OF CLWlan11u3gppEntry
2033    MAX-ACCESS      not-accessible
2034    STATUS          current
2035    DESCRIPTION
2036        "This table represents the 3gpp info
2037        configuration for a particular WLAN in a
2038        controller.
2039        Rows are added or deleted by explicit
2040        management actions initiated by the user from a
2041        network management station through the
2042        cLWlan11u3gppRowStatus object"
2043    ::= { ciscoLwappWlan11uConfig 7 }
2044
2045cLWlan11u3gppEntry OBJECT-TYPE
2046    SYNTAX          CLWlan11u3gppEntry
2047    MAX-ACCESS      not-accessible
2048    STATUS          current
2049    DESCRIPTION
2050        "Each entry in this table represents the Domain
2051        configuration for a particular WLAN.
2052        A WLAN can have up to 32 operator defined."
2053    INDEX           {
2054                        cLWlanIndex,
2055                        cLWlan11u3gppIndex
2056                    }
2057    ::= { cLWlan11u3gppTable 1 }
2058
2059CLWlan11u3gppEntry ::= SEQUENCE {
2060        cLWlan11u3gppIndex       Unsigned32,
2061        cLWlan11u3gppCountryCode OCTET STRING,
2062        cLWlan11u3gppNetworkCode OCTET STRING,
2063        cLWlan11u3gppRowStatus   RowStatus
2064}
2065
2066cLWlan11u3gppIndex OBJECT-TYPE
2067    SYNTAX          Unsigned32 (1..32)
2068    MAX-ACCESS      not-accessible
2069    STATUS          current
2070    DESCRIPTION
2071        "This object uniquely identifies one instance of a 3gpp
2072        on a WLAN.Each WLAN can have up to 32 3gpps defined.
2073        Each 3gpp should be unique."
2074    ::= { cLWlan11u3gppEntry 1 }
2075
2076cLWlan11u3gppCountryCode OBJECT-TYPE
2077    SYNTAX          OCTET STRING
2078    MAX-ACCESS      read-create
2079    STATUS          current
2080    DESCRIPTION
2081        "This is the Language defined for this 3gpp Index."
2082    ::= { cLWlan11u3gppEntry 2 }
2083
2084cLWlan11u3gppNetworkCode OBJECT-TYPE
2085    SYNTAX          OCTET STRING
2086    MAX-ACCESS      read-create
2087    STATUS          current
2088    DESCRIPTION
2089        "This is the Language defined for this 3gpp Index."
2090    ::= { cLWlan11u3gppEntry 3 }
2091
2092cLWlan11u3gppRowStatus OBJECT-TYPE
2093    SYNTAX          RowStatus
2094    MAX-ACCESS      read-create
2095    STATUS          current
2096    DESCRIPTION
2097        "Row Status for creation/deletion of a particular
2098        3gpp entry in the table."
2099    ::= { cLWlan11u3gppEntry 4 }
2100
2101
2102-- ********************************************************************
2103-- *        WLAN Service Advertisement Table
2104-- ********************************************************************
2105
2106cLWlanServiceAdvertisementTable OBJECT-TYPE
2107    SYNTAX          SEQUENCE OF CLWlanServiceAdvertisementEntry
2108    MAX-ACCESS      not-accessible
2109    STATUS          current
2110    DESCRIPTION
2111        "This table represents the generic service advertisement
2112        configuration for a particular WLAN in a
2113        controller.
2114
2115        This table has a one-to-one relationship with
2116        cLWlanConfigTable. There exist a row in this
2117        table corresponding to each   row representing
2118        a WLAN in cLWlanConfigTable."
2119    ::= { ciscoLwappWlanServiceAdvertisementConfig 1 }
2120
2121cLWlanServiceAdvertisementEntry OBJECT-TYPE
2122    SYNTAX          CLWlanServiceAdvertisementEntry
2123    MAX-ACCESS      not-accessible
2124    STATUS          current
2125    DESCRIPTION
2126        "Each entry in this table represents the generic 802.11u
2127        configuration for a WLAN."
2128    INDEX           { cLWlanIndex }
2129    ::= { cLWlanServiceAdvertisementTable 1 }
2130
2131CLWlanServiceAdvertisementEntry ::= SEQUENCE {
2132        cLWlanServiceAdvertisementStatus          TruthValue,
2133        cLWlanServiceAdvertisementMsapServerIndex Unsigned32
2134}
2135
2136cLWlanServiceAdvertisementStatus OBJECT-TYPE
2137    SYNTAX          TruthValue
2138    MAX-ACCESS      read-create
2139    STATUS          current
2140    DESCRIPTION
2141        "This object represents the MSAP status for this WLAN.
2142        A value of true enables MSAP for this WLAN.
2143        A value of false disbales MSAP for this WLAN."
2144    DEFVAL          { false }
2145    ::= { cLWlanServiceAdvertisementEntry 1 }
2146
2147cLWlanServiceAdvertisementMsapServerIndex OBJECT-TYPE
2148    SYNTAX          Unsigned32 (1..10)
2149    MAX-ACCESS      read-create
2150    STATUS          current
2151    DESCRIPTION
2152        "This object represents the Index for the MSAP Server."
2153    ::= { cLWlanServiceAdvertisementEntry 5 }
2154
2155
2156
2157cLWlanHotSpot2OperatorTable OBJECT-TYPE
2158    SYNTAX          SEQUENCE OF CLWlanHotSpot2OperatorEntry
2159    MAX-ACCESS      not-accessible
2160    STATUS          current
2161    DESCRIPTION
2162        "This table represents the Operator
2163        configuration for a particular WLAN in a
2164        controller.
2165        Rows are added or deleted by explicit
2166        management actions initiated by the user from a
2167        network management station through the
2168        cLWlanHotSpot2OperatorRowStatus object"
2169    ::= { ciscoLwappWlanHotSpot2Config 1 }
2170
2171cLWlanHotSpot2OperatorEntry OBJECT-TYPE
2172    SYNTAX          CLWlanHotSpot2OperatorEntry
2173    MAX-ACCESS      not-accessible
2174    STATUS          current
2175    DESCRIPTION
2176        "Each entry in this table represents the Domain
2177        configuration for a particular WLAN.
2178        A WLAN can have up to 32 operator defined."
2179    INDEX           {
2180                        cLWlanIndex,
2181                        cLWlanHotSpot2OperatorIndex
2182                    }
2183    ::= { cLWlanHotSpot2OperatorTable 1 }
2184
2185CLWlanHotSpot2OperatorEntry ::= SEQUENCE {
2186        cLWlanHotSpot2OperatorIndex     Unsigned32,
2187        cLWlanHotSpot2OperatorName      SnmpAdminString,
2188        cLWlanHotSpot2OperatorLanguage  SnmpAdminString,
2189        cLWlanHotSpot2OperatorRowStatus RowStatus
2190}
2191
2192cLWlanHotSpot2OperatorIndex OBJECT-TYPE
2193    SYNTAX          Unsigned32 (1..32)
2194    MAX-ACCESS      not-accessible
2195    STATUS          current
2196    DESCRIPTION
2197        "This object uniquely identifies one instance of a Operator
2198        on a WLAN.Each WLAN can have up to 32 Operators defined.
2199        Each Operator should be unique."
2200    ::= { cLWlanHotSpot2OperatorEntry 1 }
2201
2202cLWlanHotSpot2OperatorName OBJECT-TYPE
2203    SYNTAX          SnmpAdminString (SIZE  (1..255))
2204    MAX-ACCESS      read-create
2205    STATUS          current
2206    DESCRIPTION
2207        "This object represents the Operator name for this particular
2208        Index."
2209    ::= { cLWlanHotSpot2OperatorEntry 2 }
2210
2211cLWlanHotSpot2OperatorLanguage OBJECT-TYPE
2212    SYNTAX          SnmpAdminString (SIZE  (1..3))
2213    MAX-ACCESS      read-create
2214    STATUS          current
2215    DESCRIPTION
2216        "This is the Language defined for this Operator Index."
2217    ::= { cLWlanHotSpot2OperatorEntry 3 }
2218
2219cLWlanHotSpot2OperatorRowStatus OBJECT-TYPE
2220    SYNTAX          RowStatus
2221    MAX-ACCESS      read-create
2222    STATUS          current
2223    DESCRIPTION
2224        "Row Status for creation/deletion of a particular
2225        Operator entry in the table."
2226    ::= { cLWlanHotSpot2OperatorEntry 4 }
2227
2228
2229
2230cLWlanHotSpot2PortConfigTable OBJECT-TYPE
2231    SYNTAX          SEQUENCE OF CLWlanHotSpot2PortConfigEntry
2232    MAX-ACCESS      not-accessible
2233    STATUS          current
2234    DESCRIPTION
2235        "This object uniquely identifies one instance of
2236        Port-Protocol Configuration on a WLAN.Each WLAN can
2237        have up to 10 port configuration defined.Each configuration
2238        should be unique."
2239    ::= { ciscoLwappWlanHotSpot2Config 2 }
2240
2241cLWlanHotSpot2PortConfigEntry OBJECT-TYPE
2242    SYNTAX          CLWlanHotSpot2PortConfigEntry
2243    MAX-ACCESS      not-accessible
2244    STATUS          current
2245    DESCRIPTION
2246        "Each entry in this table represents the Port-Protocol
2247        configuration for a particular WLAN.
2248        A WLAN can have up to 10 port configurations defined."
2249    INDEX           {
2250                        cLWlanIndex,
2251                        cLWlanHotSpot2PortConfigIndex
2252                    }
2253    ::= { cLWlanHotSpot2PortConfigTable 1 }
2254
2255CLWlanHotSpot2PortConfigEntry ::= SEQUENCE {
2256        cLWlanHotSpot2PortConfigIndex      Unsigned32,
2257        cLWlanHotSpot2PortConfigIpProtocol INTEGER,
2258        cLWlanHotSpot2PortConfigPortNumber INTEGER,
2259        cLWlanHotSpot2PortConfigStatus     INTEGER,
2260        cLWlanHotSpot2PortConfigRowStatus  RowStatus
2261}
2262
2263cLWlanHotSpot2PortConfigIndex OBJECT-TYPE
2264    SYNTAX          Unsigned32
2265    MAX-ACCESS      not-accessible
2266    STATUS          current
2267    DESCRIPTION
2268        "This object uniquely identifies one instance of a Port
2269        Configuration on a WLAN.Each WLAN can have up to 32 Port
2270        Configurations defined.Each Port Configuration should be
2271        unique."
2272    ::= { cLWlanHotSpot2PortConfigEntry 1 }
2273
2274cLWlanHotSpot2PortConfigIpProtocol OBJECT-TYPE
2275    SYNTAX          INTEGER  {
2276                        icmp(1),
2277                        ftp(6),
2278                        ikev2(17),
2279                        esp(50)
2280                    }
2281    MAX-ACCESS      read-create
2282    STATUS          current
2283    DESCRIPTION
2284        "This object represents the Port Ip protocol
2285        for this index for a WLAN"
2286    ::= { cLWlanHotSpot2PortConfigEntry 2 }
2287
2288cLWlanHotSpot2PortConfigPortNumber OBJECT-TYPE
2289    SYNTAX          INTEGER  {
2290                        icmp-esp(0),
2291                        ftp(20),
2292                        ssh(22),
2293                        ttls-vpn(443),
2294                        ikev2(500),
2295                        pptp-vpn(1723),
2296                        ipsec-nat(4500),
2297                        voip(5060)
2298                    }
2299    MAX-ACCESS      read-create
2300    STATUS          current
2301    DESCRIPTION
2302        "This object represents the Port Number for this index
2303        for a WLAN. This object indicates the Port Number
2304        with respect to an IP Protocol.
2305        The Protocol Port Number relationship is per
2306        the following table:
2307        IP Protocol Port Number     Description
2308        =========== =============== =================
2309          1            0         ICMP
2310          6            20        FTP
2311          6            22        SSH
2312          6            443       TLS
2313          6            1723      PPTP-VPN
2314          6            5060      VoIP
2315          17           5060      VoIP
2316          17           4500      IKEv
2317          17           500       IKEv2
2318          50           0         ESP"
2319    ::= { cLWlanHotSpot2PortConfigEntry 3 }
2320
2321cLWlanHotSpot2PortConfigStatus OBJECT-TYPE
2322    SYNTAX          INTEGER  {
2323                        closed(1),
2324                        open(2),
2325                        unknown(3)
2326                    }
2327    MAX-ACCESS      read-create
2328    STATUS          current
2329    DESCRIPTION
2330        "This object represents the Port Status
2331        for this instance for a WLAN"
2332    ::= { cLWlanHotSpot2PortConfigEntry 4 }
2333
2334cLWlanHotSpot2PortConfigRowStatus OBJECT-TYPE
2335    SYNTAX          RowStatus
2336    MAX-ACCESS      read-create
2337    STATUS          current
2338    DESCRIPTION
2339        "Row Status for creation/deletion of a particular
2340        PortConfig entry in the table."
2341    ::= { cLWlanHotSpot2PortConfigEntry 5 }
2342
2343
2344
2345cLWlanHotSpot2ConfigTable OBJECT-TYPE
2346    SYNTAX          SEQUENCE OF CLWlanHotSpot2ConfigEntry
2347    MAX-ACCESS      not-accessible
2348    STATUS          current
2349    DESCRIPTION
2350        "This table represents the generic HotSpot2
2351        configuration for a particular WLAN in a
2352        controller.
2353
2354        This table has a one-to-one relationship with
2355        cLWlanConfigTable. There exist a row in this
2356        table corresponding to each   row representing
2357        a WLAN in cLWlanConfigTable."
2358    ::= { ciscoLwappWlanHotSpot2Config 3 }
2359
2360cLWlanHotSpot2ConfigEntry OBJECT-TYPE
2361    SYNTAX          CLWlanHotSpot2ConfigEntry
2362    MAX-ACCESS      not-accessible
2363    STATUS          current
2364    DESCRIPTION
2365        "Each entry in this table represents the generic HotSpot2
2366        configuration for a WLAN."
2367    INDEX           { cLWlanIndex }
2368    ::= { cLWlanHotSpot2ConfigTable 1 }
2369
2370CLWlanHotSpot2ConfigEntry ::= SEQUENCE {
2371        cLWlanHotSpot2WanLinkStatus    INTEGER,
2372        cLWlanHotSpot2WanSymLinkStatus INTEGER,
2373        cLWlanHotSpot2WanDownLinkSpeed Unsigned32,
2374        cLWlanHotSpot2WanUpLinkSpeed   Unsigned32
2375}
2376
2377cLWlanHotSpot2WanLinkStatus OBJECT-TYPE
2378    SYNTAX          INTEGER  {
2379                        linkUp(1),
2380                        linkDown(2),
2381                        linkInTestState(3),
2382                        notConfigured(4)
2383                    }
2384    MAX-ACCESS      read-write
2385    STATUS          current
2386    DESCRIPTION
2387        "This object represents the status of the link with respect to
2388        WAN metrics configuration."
2389    ::= { cLWlanHotSpot2ConfigEntry 1 }
2390
2391cLWlanHotSpot2WanSymLinkStatus OBJECT-TYPE
2392    SYNTAX          INTEGER  {
2393                        different(1),
2394                        same(2)
2395                    }
2396    MAX-ACCESS      read-write
2397    STATUS          current
2398    DESCRIPTION
2399        "This object represents the symmetry of the link with respect to
2400        WAN metrics configuration. A value of 'different(1)'
2401        indicates that link speed is different in uplink and
2402        downlink(ex:ADSL). A value of 'same(2)' indicates that
2403        link speed is same in uplink and downlink(ex:DSL)."
2404    ::= { cLWlanHotSpot2ConfigEntry 2 }
2405
2406cLWlanHotSpot2WanDownLinkSpeed OBJECT-TYPE
2407    SYNTAX          Unsigned32
2408    MAX-ACCESS      read-write
2409    STATUS          current
2410    DESCRIPTION
2411        "This object represents the down link speed of WAN Backhaul
2412        in kbps."
2413    ::= { cLWlanHotSpot2ConfigEntry 3 }
2414
2415cLWlanHotSpot2WanUpLinkSpeed OBJECT-TYPE
2416    SYNTAX          Unsigned32
2417    MAX-ACCESS      read-write
2418    STATUS          current
2419    DESCRIPTION
2420        "This object represents the up link speed of WAN Backhaul
2421        in kbps."
2422    ::= { cLWlanHotSpot2ConfigEntry 4 }
2423
2424
2425
2426cLAPGroupsHyperlocationConfigTable OBJECT-TYPE
2427    SYNTAX          SEQUENCE OF CLAPGroupsHyperlocationConfigEntry
2428    MAX-ACCESS      not-accessible
2429    STATUS          current
2430    DESCRIPTION
2431        "A table for configuring Hyperlocation
2432        settings allowed for each AP Group.
2433        Each site can have a set of HALO and PakRSSI
2434        parameters associated with it."
2435    ::= { ciscoLwappAPGroupsHyperlocationConfig 1 }
2436
2437cLAPGroupsHyperlocationConfigEntry OBJECT-TYPE
2438    SYNTAX          CLAPGroupsHyperlocationConfigEntry
2439    MAX-ACCESS      not-accessible
2440    STATUS          current
2441    DESCRIPTION
2442        "An entry in cLAPGroupsHyperlocationConfigEntry.
2443        cLAPGroupName is mandatory for creating an entry in
2444        CLAPGroupsHyperlocationConfigEntry ."
2445    INDEX           { cLAPGroupName }
2446    ::= { cLAPGroupsHyperlocationConfigTable 1 }
2447
2448CLAPGroupsHyperlocationConfigEntry ::= SEQUENCE {
2449        cLAPGroupsHyperlocationEnable     TruthValue,
2450        cLAPGroupsPakRssiThreshold        Integer32,
2451        cLAPGroupsPakRssiThresholdTrigger Gauge32,
2452        cLAPGroupsPakRssiNtpIpAddressType InetAddressType,
2453        cLAPGroupsPakRssiNtpAddress       InetAddress
2454}
2455
2456cLAPGroupsHyperlocationEnable OBJECT-TYPE
2457    SYNTAX          TruthValue
2458    MAX-ACCESS      read-write
2459    STATUS          current
2460    DESCRIPTION
2461        "This object represents the state of Hyperlocation.
2462        A value of 'true' indicates that Hyperlocation is enabled.
2463        A value of 'false' indicates that Hyperlocation is disabled."
2464    DEFVAL          { false }
2465    ::= { cLAPGroupsHyperlocationConfigEntry 1 }
2466
2467cLAPGroupsPakRssiThreshold OBJECT-TYPE
2468    SYNTAX          Integer32
2469    MAX-ACCESS      read-write
2470    STATUS          current
2471    DESCRIPTION
2472        "This object represents the threshold value for
2473        Packet RSSI location feature. Valid range is
2474        -100 dbm to -50 dbm."
2475    DEFVAL          { -100 }
2476    ::= { cLAPGroupsHyperlocationConfigEntry 2 }
2477
2478cLAPGroupsPakRssiThresholdTrigger OBJECT-TYPE
2479    SYNTAX          Gauge32 (1..100)
2480    UNITS           "dbm"
2481    MAX-ACCESS      read-write
2482    STATUS          current
2483    DESCRIPTION
2484        "This object represents the trigger threshold
2485        value for Packet RSSI location feature. Valid
2486        range is 1 dbm to 100 dbm."
2487    DEFVAL          { 10 }
2488    ::= { cLAPGroupsHyperlocationConfigEntry 3 }
2489
2490cLAPGroupsPakRssiNtpIpAddressType OBJECT-TYPE
2491    SYNTAX          InetAddressType
2492    MAX-ACCESS      read-write
2493    STATUS          current
2494    DESCRIPTION
2495        "This object represents the NTP server
2496        IP address type for Packet RSSI location feature."
2497    ::= { cLAPGroupsHyperlocationConfigEntry 4 }
2498
2499cLAPGroupsPakRssiNtpAddress OBJECT-TYPE
2500    SYNTAX          InetAddress
2501    MAX-ACCESS      read-write
2502    STATUS          current
2503    DESCRIPTION
2504        "This object represents the NTP server
2505        IP address for Packet RSSI location feature."
2506    ::= { cLAPGroupsHyperlocationConfigEntry 5 }
2507
2508
2509
2510cLAPGroupConfigTable OBJECT-TYPE
2511    SYNTAX          SEQUENCE OF CLAPGroupConfigEntry
2512    MAX-ACCESS      not-accessible
2513    STATUS          current
2514    DESCRIPTION
2515        "A table for configuring general parameters for an AP group"
2516    ::= { ciscoLwappAPGroupsVlanConfig 6 }
2517
2518cLAPGroupConfigEntry OBJECT-TYPE
2519    SYNTAX          CLAPGroupConfigEntry
2520    MAX-ACCESS      not-accessible
2521    STATUS          current
2522    DESCRIPTION
2523        "An entry in cLAPGroupConfigTable for
2524        configuring general parameters for an AP group"
2525    INDEX           { cLAPGroupName }
2526    ::= { cLAPGroupConfigTable 1 }
2527
2528CLAPGroupConfigEntry ::= SEQUENCE {
2529        cLApGroupPreferMode          INTEGER,
2530        cLApGroupGlobalWebAuthConfig TruthValue,
2531        cLApGroupExternalWebAuthUrl  CiscoURLStringOrEmpty
2532}
2533
2534cLApGroupPreferMode OBJECT-TYPE
2535    SYNTAX          INTEGER  {
2536                        ipv4(1),
2537                        ipv6(2),
2538                        disable(3)
2539                    }
2540    MAX-ACCESS      read-write
2541    STATUS          current
2542    DESCRIPTION
2543        "This object specifies prefer-mode of AP-Group."
2544    ::= { cLAPGroupConfigEntry 1 }
2545
2546cLApGroupGlobalWebAuthConfig OBJECT-TYPE
2547    SYNTAX          TruthValue
2548    MAX-ACCESS      read-write
2549    STATUS          current
2550    DESCRIPTION
2551        "This object specifies whether the web authentication is set
2552        per Ap Group or not.
2553        A value of 'true' indicates that webauth is enabled on Ap Group.
2554        A value of 'false' indicates that webauth is disabled on Ap Group."
2555    DEFVAL          { false }
2556    ::= { cLAPGroupConfigEntry 2 }
2557
2558cLApGroupExternalWebAuthUrl OBJECT-TYPE
2559    SYNTAX          CiscoURLStringOrEmpty
2560    MAX-ACCESS      read-write
2561    STATUS          current
2562    DESCRIPTION
2563        "This object specifies the URL to which the client webpage
2564        will be directed for authentication when a client joins the
2565        WLAN part of an AP group."
2566    DEFVAL          { "" }
2567    ::= { cLAPGroupConfigEntry 3 }
2568
2569
2570
2571cLAPGroupsPortConfigTable OBJECT-TYPE
2572    SYNTAX          SEQUENCE OF CLAPGroupsPortConfigEntry
2573    MAX-ACCESS      not-accessible
2574    STATUS          current
2575    DESCRIPTION
2576        "A table for configuring port
2577        settings allowed for each AP Group."
2578    ::= { ciscoLwappAPGroupsPortConfig 1 }
2579
2580cLAPGroupsPortConfigEntry OBJECT-TYPE
2581    SYNTAX          CLAPGroupsPortConfigEntry
2582    MAX-ACCESS      not-accessible
2583    STATUS          current
2584    DESCRIPTION
2585        "An entry in cLAPGroupsPortConfigEntry.
2586        cLAPGroupName is mandatory for creating a entry in
2587        CLAPGroupsPortConfigEntry ."
2588    INDEX           {
2589                        cLAPGroupName,
2590                        cLAPGroupsLANPortNumber
2591                    }
2592    ::= { cLAPGroupsPortConfigTable 1 }
2593
2594CLAPGroupsPortConfigEntry ::= SEQUENCE {
2595        cLAPGroupsLANPortNumber    Unsigned32,
2596        cLAPGroupsLANPortStatus    INTEGER,
2597        cLAPGroupsLANPortPoeStatus INTEGER,
2598        cLAPGroupsLANPortRlanName  SnmpAdminString,
2599        cLAPGroupsLANPortRowStatus RowStatus
2600}
2601
2602cLAPGroupsLANPortNumber OBJECT-TYPE
2603    SYNTAX          Unsigned32
2604    MAX-ACCESS      not-accessible
2605    STATUS          current
2606    DESCRIPTION
2607        "This object uniquely identifies the LAN port number
2608        of an AP Group. Each AP Group can have up to 3 LAN ports."
2609    ::= { cLAPGroupsPortConfigEntry 1 }
2610
2611cLAPGroupsLANPortStatus OBJECT-TYPE
2612    SYNTAX          INTEGER  {
2613                        disabled(0),
2614                        enabled(1)
2615                    }
2616    MAX-ACCESS      read-create
2617    STATUS          current
2618    DESCRIPTION
2619        "This object represents the LAN port state.
2620        A value of 'true' indicates that selected LAN Port is enabled. A value
2621        of 'false' indicates that LAN Port is disabled."
2622    DEFVAL          { disabled }
2623    ::= { cLAPGroupsPortConfigEntry 2 }
2624
2625cLAPGroupsLANPortPoeStatus OBJECT-TYPE
2626    SYNTAX          INTEGER  {
2627                        notsupported(0),
2628                        disabled(1),
2629                        enabled(2)
2630                    }
2631    MAX-ACCESS      read-create
2632    STATUS          current
2633    DESCRIPTION
2634        "This object represents the LAN port POE state.
2635        A value of 'true' indicates that POE is enabled. A value
2636        of 'false' indicates that POE is disabled."
2637    DEFVAL          { disabled }
2638    ::= { cLAPGroupsPortConfigEntry 3 }
2639
2640cLAPGroupsLANPortRlanName OBJECT-TYPE
2641    SYNTAX          SnmpAdminString (SIZE  (1..64))
2642    MAX-ACCESS      read-create
2643    STATUS          current
2644    DESCRIPTION
2645        "This object represents the remote LAN name of the corresponding port."
2646    ::= { cLAPGroupsPortConfigEntry 4 }
2647
2648cLAPGroupsLANPortRowStatus OBJECT-TYPE
2649    SYNTAX          RowStatus
2650    MAX-ACCESS      read-create
2651    STATUS          current
2652    DESCRIPTION
2653        "This is the status column for this row and used
2654        to create and delete specific instances of rows
2655        in this table. cLAPGroupName and cLAPGroupsLANPortNumber
2656        are mandatory for creating and deleting an entry."
2657    ::= { cLAPGroupsPortConfigEntry 5 }
2658
2659
2660
2661cLAPGroupsExtModuleConfigTable OBJECT-TYPE
2662    SYNTAX          SEQUENCE OF CLAPGroupsExtModuleConfigEntry
2663    MAX-ACCESS      not-accessible
2664    STATUS          current
2665    DESCRIPTION
2666        "A table for configuring external module settings allowed for each AP Group.
2667        An entry in this table is created for each AP group."
2668    ::= { ciscoLwappAPGroupsPortConfig 2 }
2669
2670cLAPGroupsExtModuleConfigEntry OBJECT-TYPE
2671    SYNTAX          CLAPGroupsExtModuleConfigEntry
2672    MAX-ACCESS      not-accessible
2673    STATUS          current
2674    DESCRIPTION
2675        "An entry in cLAPGroupsExtModuleConfigEntry.
2676        cLAPGroupName is mandatory for creating an entry in
2677        CLAPGroupsExtModuleConfigEntry ."
2678    INDEX           { cLAPGroupName }
2679    ::= { cLAPGroupsExtModuleConfigTable 1 }
2680
2681CLAPGroupsExtModuleConfigEntry ::= SEQUENCE {
2682        cLAPGroupsExtModuleStatus   INTEGER,
2683        cLAPGroupsExtModuleRlanName SnmpAdminString
2684}
2685
2686cLAPGroupsExtModuleStatus OBJECT-TYPE
2687    SYNTAX          INTEGER  {
2688                        disabled(0),
2689                        enabled(1)
2690                    }
2691    MAX-ACCESS      read-write
2692    STATUS          current
2693    DESCRIPTION
2694        "This object represents the external module state.
2695        A value of 'true' indicates that external module is enabled. A value
2696        of 'false' indicates that external module is disabled."
2697    DEFVAL          { disabled }
2698    ::= { cLAPGroupsExtModuleConfigEntry 1 }
2699
2700cLAPGroupsExtModuleRlanName OBJECT-TYPE
2701    SYNTAX          SnmpAdminString (SIZE  (1..64))
2702    MAX-ACCESS      read-write
2703    STATUS          current
2704    DESCRIPTION
2705        "This object represents the remote lan name of the external module."
2706    ::= { cLAPGroupsExtModuleConfigEntry 2 }
2707
2708
2709-- ********************************************************************
2710-- *       AP Groups Vlan Config
2711-- ********************************************************************
2712
2713cLAPGroupsVlanConfigTable OBJECT-TYPE
2714    SYNTAX          SEQUENCE OF CLAPGroupsVlanConfigEntry
2715    MAX-ACCESS      not-accessible
2716    STATUS          current
2717    DESCRIPTION
2718        "A table for the WLAN-interface-mappings and WLAN-NAC
2719        settings allowed for each configured site.
2720        Each site can have a set of WLANs associated
2721        with it.
2722
2723        Rows are added or deleted by explicit
2724        management actions initiated by the user from a
2725        network management station through the
2726        cLAPGroupsVlanConfigRowStatus object."
2727    ::= { ciscoLwappAPGroupsVlanConfig 1 }
2728
2729cLAPGroupsVlanConfigEntry OBJECT-TYPE
2730    SYNTAX          CLAPGroupsVlanConfigEntry
2731    MAX-ACCESS      not-accessible
2732    STATUS          current
2733    DESCRIPTION
2734        "An entry in cLAPGroupsVlanMappingTable.
2735        cLWlanProfileName is mandatory for creating a entry in
2736        cLWlanConfigEntry."
2737    INDEX           {
2738                        cLAPGroupName,
2739                        cLWlanProfileName
2740                    }
2741    ::= { cLAPGroupsVlanConfigTable 1 }
2742
2743CLAPGroupsVlanConfigEntry ::= SEQUENCE {
2744        cLAPGroupName                          OCTET STRING,
2745        cLAPGroupsVlanMappingInterfaceName     OCTET STRING,
2746        cLAPGroupNACSupport                    TruthValue,
2747        cLAPGroupsVlanConfigRowStatus          RowStatus,
2748        cLAPGroupsVlanConfigStorageType        StorageType,
2749        cLAPGroupsWlanOrderIndex               Unsigned32,
2750        cLAPGroupsVlanMappingInterfaceNameRev1 OCTET STRING
2751}
2752
2753cLAPGroupName OBJECT-TYPE
2754    SYNTAX          OCTET STRING (SIZE  (1..64))
2755    MAX-ACCESS      not-accessible
2756    STATUS          current
2757    DESCRIPTION
2758        "This object uniquely identifies a AP group.
2759        The string is an unique name assigned to a site."
2760    ::= { cLAPGroupsVlanConfigEntry 1 }
2761
2762cLAPGroupsVlanMappingInterfaceName OBJECT-TYPE
2763    SYNTAX          OCTET STRING (SIZE  (1..32))
2764    MAX-ACCESS      read-create
2765    STATUS          deprecated
2766    DESCRIPTION
2767        "This object represents the interface to be used
2768        when a client connects to the 'cLWlanProfileName'
2769        WLAN on the AP.
2770        When an AP is associated with a site, and the site
2771        has an associated set of WLANs, then only those
2772        WLANs are beamed by the AP.
2773        cLAPGroupsVlanMappingInterfaceName object is superseded
2774        by cLAPGroupsVlanMappingInterfaceNameRev1."
2775    ::= { cLAPGroupsVlanConfigEntry 2 }
2776
2777cLAPGroupNACSupport OBJECT-TYPE
2778    SYNTAX          TruthValue
2779    MAX-ACCESS      read-create
2780    STATUS          current
2781    DESCRIPTION
2782        "This object is used to configure the NAC- Out Of
2783        Band(OOB) support for this AP groups VLAN.
2784        A value of 'true'  indicates that the AP group
2785        supports the NAC- Out Of Band(OOB) feature.
2786        A value of 'false' indicates that the AP group
2787        does not support the NAC- Out Of Band(OOB) feature."
2788    DEFVAL          { false }
2789    ::= { cLAPGroupsVlanConfigEntry 3 }
2790
2791cLAPGroupsVlanConfigRowStatus OBJECT-TYPE
2792    SYNTAX          RowStatus
2793    MAX-ACCESS      read-create
2794    STATUS          current
2795    DESCRIPTION
2796        "This is the status column for this row and used
2797        to create and delete specific instances of rows
2798        in this table."
2799    ::= { cLAPGroupsVlanConfigEntry 4 }
2800
2801cLAPGroupsVlanConfigStorageType OBJECT-TYPE
2802    SYNTAX          StorageType
2803    MAX-ACCESS      read-create
2804    STATUS          current
2805    DESCRIPTION
2806        "This object represnts the storage type for this
2807        conceptual row."
2808    DEFVAL          { nonVolatile }
2809    ::= { cLAPGroupsVlanConfigEntry 5 }
2810
2811cLAPGroupsWlanOrderIndex OBJECT-TYPE
2812    SYNTAX          Unsigned32
2813    MAX-ACCESS      read-only
2814    STATUS          current
2815    DESCRIPTION
2816        "This object represnts the position of a wlan in each
2817        AP group. When a WLAN is added to an AP group, it will be
2818        placed in the lowest available slot in an array of size 16.
2819        This index will determine the order in which the WLAN is
2820        applied on an AP in that group."
2821    ::= { cLAPGroupsVlanConfigEntry 6 }
2822
2823cLAPGroupsVlanMappingInterfaceNameRev1 OBJECT-TYPE
2824    SYNTAX          OCTET STRING (SIZE  (1..128))
2825    MAX-ACCESS      read-create
2826    STATUS          current
2827    DESCRIPTION
2828        "This object represents the interface to be used
2829        when a client connects to the 'cLWlanProfileName'
2830        WLAN on the AP.
2831        When an AP is associated with a site, and the site
2832        has an associated set of WLANs, then only those
2833        WLANs are beamed by the AP."
2834    ::= { cLAPGroupsVlanConfigEntry 7 }
2835
2836
2837
2838cLAPGroupsVenueConfigTable OBJECT-TYPE
2839    SYNTAX          SEQUENCE OF CLAPGroupsVenueConfigEntry
2840    MAX-ACCESS      not-accessible
2841    STATUS          current
2842    DESCRIPTION
2843        "A table for the configuring Venue details
2844        for a  configured site."
2845    ::= { ciscoLwappAPGroupsVlanConfig 2 }
2846
2847cLAPGroupsVenueConfigEntry OBJECT-TYPE
2848    SYNTAX          CLAPGroupsVenueConfigEntry
2849    MAX-ACCESS      not-accessible
2850    STATUS          current
2851    DESCRIPTION
2852        "An entry in cLAPGroupsVlanMappingTable.
2853        cLWlanProfileName is mandatory for creating a entry in
2854        cLWlanConfigEntry."
2855    INDEX           { cLAPGroupName }
2856    ::= { cLAPGroupsVenueConfigTable 1 }
2857
2858CLAPGroupsVenueConfigEntry ::= SEQUENCE {
2859        cLAPGroupsVenueConfigVenueGroup INTEGER,
2860        cLAPGroupsVenueConfigVenueType  INTEGER,
2861        cLAPGroupsVenueConfigVenueName  SnmpAdminString,
2862        cLAPGroupsVenueConfigLanguage   SnmpAdminString,
2863        cLAPGroupsOperatingClass        BITS
2864}
2865
2866cLAPGroupsVenueConfigVenueGroup OBJECT-TYPE
2867    SYNTAX          INTEGER  {
2868                        unspecified(1),
2869                        assembly(2),
2870                        business(3),
2871                        educational(4),
2872                        factoryAndIndustrial(5),
2873                        institutional(6),
2874                        mercantile(7),
2875                        residential(8),
2876                        storage(9),
2877                        utilityAndMisc(10),
2878                        vehicular(11),
2879                        outdoor(12)
2880                    }
2881    MAX-ACCESS      read-write
2882    STATUS          current
2883    DESCRIPTION
2884        "This object indicates the venue group
2885        for this AP Group."
2886    DEFVAL          { unspecified }
2887    ::= { cLAPGroupsVenueConfigEntry 1 }
2888
2889cLAPGroupsVenueConfigVenueType OBJECT-TYPE
2890    SYNTAX          INTEGER  {
2891                        unspecified(1),
2892                        unspecifiedAssembly(2),
2893                        arena(3),
2894                        stadium(4),
2895                        passengerTerminal(5),
2896                        amphitheater(6),
2897                        amusementPark(7),
2898                        placeOfWorship(8),
2899                        conventionCenter(9),
2900                        library(10),
2901                        museum(11),
2902                        restaurant(12),
2903                        theater(13),
2904                        bar(14),
2905                        coffeeShop(15),
2906                        zooOrAquarium(16),
2907                        emergencyCoordinationCenter(17),
2908                        unspecifiedBusiness(18),
2909                        doctorOrDentistOffice(19),
2910                        bank(20),
2911                        fireStation(21),
2912                        policeStation(22),
2913                        postOffice(23),
2914                        professionalOffice(24),
2915                        researchAndDevelopmentFacility(25),
2916                        attorneyOffice(26),
2917                        unspecifiedEducational(27),
2918                        schoolPrimary(28),
2919                        schoolSecondary(29),
2920                        universityOrCollege(30),
2921                        unspecifiedFactoryAndIndustrial(31),
2922                        factory(32),
2923                        unspecifiedInstitutional(33),
2924                        hospital(34),
2925                        longTermCareFacility(35),
2926                        alcoholAndDrugRehabilitationCenter(36),
2927                        groupHome(37),
2928                        prisonOrJail(38),
2929                        unspecifiedMercantile(39),
2930                        retailStore(40),
2931                        groceryMarket(41),
2932                        atomotiveServiceStation(42),
2933                        shoppingMall(43),
2934                        gasStation(44),
2935                        unspecifiedResidential(45),
2936                        privateResidence(46),
2937                        hotelOrMotel(47),
2938                        dormitory(48),
2939                        boardingHouse(49),
2940                        unspecifiedStorage(50),
2941                        unspecifiedUtility(51),
2942                        unspecifiedVehicular(52),
2943                        automobileOrTruck(53),
2944                        airplane(54),
2945                        bus(55),
2946                        ferry(56),
2947                        shipOrBoat(57),
2948                        train(58),
2949                        motorBike(59),
2950                        unspecifiedOutdoor(60),
2951                        muniMeshNetwork(61),
2952                        cityPark(62),
2953                        restArea(63),
2954                        trafficControl(64),
2955                        busStop(65),
2956                        kiosk(66)
2957                    }
2958    MAX-ACCESS      read-write
2959    STATUS          current
2960    DESCRIPTION
2961        "This object indicates the venue type within
2962        a particular venue group,for this AP Group.
2963         The Venue group-Venue Type relationship is per
2964         the following table:
2965            Venue Group Venue Type Code Venue Description
2966            =========== =============== =================
2967                 0            0         Unspecified
2968                 0            1-255     Reserved
2969                 1            0         Unspecified Assembly
2970                 1            1         Arena
2971                 1            2         Stadium
2972                 1            3         Passenger Terminal (e.g.,
2973                                        airport, port, bus station,
2974                                        ferry terminal, train station)
2975                 1            4         Amphitheater
2976                 1            5         Amusement Park
2977                 1            6         Place of Worship
2978                 1            7         Convention Center
2979                 1            8         Library
2980                 1            9         Museum
2981                 1            10        Restaurant
2982                 1            11        Theater
2983                 1            12        Bar
2984                 1            13        Coffee Shop
2985                 1            14        Zoo or Aquarium
2986                 1            15        Emergency Coordination Center
2987                 1            16-255    Reserved
2988                 2            0         Unspecified Business
2989                 2            1         Doctor or Dentist office
2990                 2            2         Bank
2991                 2            3         Fire Station
2992                 2            4         Police Station
2993                 2            6         Post Office
2994                 2            7         Professional Office
2995                 2            8         Research and Development
2996                                        Facility
2997                 2            9         Attorney Office
2998                 2            10-255    Reserved
2999                 3            0         Unspecified Educational
3000                 3            1         School, Primary
3001                 3            2         School, Secondary
3002                 3            3         University or College
3003                 3            4-255     Reserved
3004                 4            0         Unspecified Factory and
3005                                        Industrial Factory
3006                 4            2-255     Reserved
3007                 5            0         Unspecified Institutional
3008                 5            1         Hospital
3009                 5            2         Long-Term Care Facility (e.g.,
3010                                        Nursing home, Hospice, etc.)
3011                 5            3         Alcohol and Drug Re-habilitation
3012                                        Center
3013                 5            4         Group Home
3014                 5            5         Prison or Jail
3015                 5            6-255     Reserved
3016                 6            0         Unspecified Mercantile
3017                 6            1         Retail Store
3018                 6            2         Grocery Market
3019                 6            3         Automotive Service Station
3020                 6            4-255     Reserved
3021                 7            0         Unspecified Residential
3022                 7            1         Hotel or Motel
3023                 7            2         Dormitory
3024                 7            3         Boarding House
3025                 7            4-255     Reserved
3026                 8            0-255     Reserved
3027                 9            0-255     Reserved
3028                10           0         Unspecified Vehicular
3029                10           1         Automobile or Truck
3030                10           2         Airplane
3031                10           3         Bus
3032                10           4         Ferry
3033                10           5         Ship or Boat
3034                10           6         Train
3035                10           7-255     Reserved
3036                11           0         Unspecified Outdoor
3037                11           1         Muni-mesh Network
3038                11           2         City Park
3039                11           3-255     Reserved"
3040    DEFVAL          { unspecified }
3041    ::= { cLAPGroupsVenueConfigEntry 2 }
3042
3043cLAPGroupsVenueConfigVenueName OBJECT-TYPE
3044    SYNTAX          SnmpAdminString (SIZE  (0..252))
3045    MAX-ACCESS      read-write
3046    STATUS          current
3047    DESCRIPTION
3048        "This is the venue name defined for this AP Group."
3049    ::= { cLAPGroupsVenueConfigEntry 3 }
3050
3051cLAPGroupsVenueConfigLanguage OBJECT-TYPE
3052    SYNTAX          SnmpAdminString (SIZE  (0..3))
3053    MAX-ACCESS      read-write
3054    STATUS          current
3055    DESCRIPTION
3056        "This is the Language defined for this AP Group."
3057    ::= { cLAPGroupsVenueConfigEntry 4 }
3058
3059cLAPGroupsOperatingClass OBJECT-TYPE
3060    SYNTAX          BITS {
3061                        class81(0),
3062                        class83(1),
3063                        class84(2),
3064                        class112(3),
3065                        class113(4),
3066                        class115(5),
3067                        class116(6),
3068                        class117(7),
3069                        class118(8),
3070                        class119(9),
3071                        class120(10),
3072                        class121(11),
3073                        class122(12),
3074                        class123(13),
3075                        class124(14),
3076                        class125(15),
3077                        class126(16),
3078                        class127(17)
3079                    }
3080    MAX-ACCESS      read-write
3081    STATUS          current
3082    DESCRIPTION
3083        "This object specifies the the group of channels on the
3084        frequency band(s) the access network operates."
3085    ::= { cLAPGroupsVenueConfigEntry 5 }
3086
3087
3088
3089cLAPGroupsMultipleVenueTable OBJECT-TYPE
3090    SYNTAX          SEQUENCE OF CLAPGroupsMultipleVenueEntry
3091    MAX-ACCESS      not-accessible
3092    STATUS          current
3093    DESCRIPTION
3094        "Table for configuring multiple venues
3095        for a  configured site."
3096    ::= { ciscoLwappAPGroupsVlanConfig 3 }
3097
3098cLAPGroupsMultipleVenueEntry OBJECT-TYPE
3099    SYNTAX          CLAPGroupsMultipleVenueEntry
3100    MAX-ACCESS      not-accessible
3101    STATUS          current
3102    DESCRIPTION
3103        "An entry in cLAPGroupsMultipleVenueTable.
3104        cLAPGroupsMultipleVenueLanguage is mandatory
3105        for creating a row in this table."
3106    INDEX           {
3107                        cLAPGroupName,
3108                        cLAPGroupsMultipleVenueLanguage
3109                    }
3110    ::= { cLAPGroupsMultipleVenueTable 1 }
3111
3112CLAPGroupsMultipleVenueEntry ::= SEQUENCE {
3113        cLAPGroupsMultipleVenueLanguage  SnmpAdminString,
3114        cLAPGroupsMultipleVenueName      SnmpAdminString,
3115        cLAPGroupsMultipleVenueRowStatus RowStatus
3116}
3117
3118cLAPGroupsMultipleVenueLanguage OBJECT-TYPE
3119    SYNTAX          SnmpAdminString (SIZE  (0..3))
3120    MAX-ACCESS      not-accessible
3121    STATUS          current
3122    DESCRIPTION
3123        "This is the Language defined for the particular venue name
3124        entry."
3125    ::= { cLAPGroupsMultipleVenueEntry 1 }
3126
3127cLAPGroupsMultipleVenueName OBJECT-TYPE
3128    SYNTAX          SnmpAdminString (SIZE  (0..252))
3129    MAX-ACCESS      read-create
3130    STATUS          current
3131    DESCRIPTION
3132        "This is the one of the venue names defined for this AP Group."
3133    ::= { cLAPGroupsMultipleVenueEntry 2 }
3134
3135cLAPGroupsMultipleVenueRowStatus OBJECT-TYPE
3136    SYNTAX          RowStatus
3137    MAX-ACCESS      read-create
3138    STATUS          current
3139    DESCRIPTION
3140        "Row Status for creation/deletion of a particular
3141        venue entry in the table."
3142    ::= { cLAPGroupsMultipleVenueEntry 3 }
3143
3144
3145
3146cLAPGroupNasIdConfigTable OBJECT-TYPE
3147    SYNTAX          SEQUENCE OF CLAPGroupNasIdConfigEntry
3148    MAX-ACCESS      not-accessible
3149    STATUS          current
3150    DESCRIPTION
3151        "A table for the configuring NAS-ID for an AP group."
3152    ::= { ciscoLwappAPGroupNasIdConfig 1 }
3153
3154cLAPGroupNasIdConfigEntry OBJECT-TYPE
3155    SYNTAX          CLAPGroupNasIdConfigEntry
3156    MAX-ACCESS      not-accessible
3157    STATUS          current
3158    DESCRIPTION
3159        "An entry in cLAPGroupNasIdConfigTable for the configuring NAS-ID for an AP group."
3160    INDEX           { cLAPGroupName }
3161    ::= { cLAPGroupNasIdConfigTable 1 }
3162
3163CLAPGroupNasIdConfigEntry ::= SEQUENCE {
3164        cLAPGroupNasId SnmpAdminString
3165}
3166
3167cLAPGroupNasId OBJECT-TYPE
3168    SYNTAX          SnmpAdminString
3169    MAX-ACCESS      read-write
3170    STATUS          current
3171    DESCRIPTION
3172        "This object specifies the NAS-ID to this AP group
3173        NAS-ID string is sent to radius server by WLC (as radius client)
3174        via authentication request, which can be used to classify users
3175        to different groups then radius server can reply a customized
3176        authentication response"
3177    ::= { cLAPGroupNasIdConfigEntry 1 }
3178
3179
3180
3181cLAPGroupsPolicyTable OBJECT-TYPE
3182    SYNTAX          SEQUENCE OF CLAPGroupsPolicyEntry
3183    MAX-ACCESS      not-accessible
3184    STATUS          current
3185    DESCRIPTION
3186        "A table for the policies to be mapped
3187        to each AP group on the controller.
3188        Rows are added or deleted by explicit
3189        management actions initiated by the user from a
3190        network management station through the
3191        cLAPGroupsPolicyRowStatus object."
3192    ::= { ciscoLwappAPGroupsVlanConfig 4 }
3193
3194cLAPGroupsPolicyEntry OBJECT-TYPE
3195    SYNTAX          CLAPGroupsPolicyEntry
3196    MAX-ACCESS      not-accessible
3197    STATUS          current
3198    DESCRIPTION
3199        "An entry in cLAPGroupsPolicyTable"
3200    INDEX           {
3201                        cLAPGroupName,
3202                        cLAPGroupsPolicyWlanId,
3203                        cLAPGroupsPolicyPriIndex
3204                    }
3205    ::= { cLAPGroupsPolicyTable 1 }
3206
3207CLAPGroupsPolicyEntry ::= SEQUENCE {
3208        cLAPGroupsPolicyWlanId      Unsigned32,
3209        cLAPGroupsPolicyPriIndex    Unsigned32,
3210        cLAPGroupsPolicyIndex       Unsigned32,
3211        cLAPGroupsPolicyWlanProfile SnmpAdminString,
3212        cLAPGroupsPolicyRowStatus   RowStatus
3213}
3214
3215cLAPGroupsPolicyWlanId OBJECT-TYPE
3216    SYNTAX          Unsigned32
3217    MAX-ACCESS      not-accessible
3218    STATUS          current
3219    DESCRIPTION
3220        "This object specifies the Index of the WLAN
3221        on which the Policy will get applied. The WLAN
3222        should be present on the AP group."
3223    ::= { cLAPGroupsPolicyEntry 1 }
3224
3225cLAPGroupsPolicyPriIndex OBJECT-TYPE
3226    SYNTAX          Unsigned32
3227    MAX-ACCESS      not-accessible
3228    STATUS          current
3229    DESCRIPTION
3230        "This object represents the Priority Index of the policy
3231        configured on the AP Group. The Policies will
3232            get applied in the order of the priority index."
3233    ::= { cLAPGroupsPolicyEntry 2 }
3234
3235cLAPGroupsPolicyIndex OBJECT-TYPE
3236    SYNTAX          Unsigned32
3237    MAX-ACCESS      read-create
3238    STATUS          current
3239    DESCRIPTION
3240        "This object uniquely specifies a Policy
3241        Added to an AP group."
3242    ::= { cLAPGroupsPolicyEntry 3 }
3243
3244cLAPGroupsPolicyWlanProfile OBJECT-TYPE
3245    SYNTAX          SnmpAdminString (SIZE  (1..64))
3246    MAX-ACCESS      read-only
3247    STATUS          current
3248    DESCRIPTION
3249        "This object represents the profile name assigned
3250        to this WLAN. This value is assigned during wlan
3251        creation using cLWlanProfileName."
3252    ::= { cLAPGroupsPolicyEntry 4 }
3253
3254cLAPGroupsPolicyRowStatus OBJECT-TYPE
3255    SYNTAX          RowStatus
3256    MAX-ACCESS      read-create
3257    STATUS          current
3258    DESCRIPTION
3259        "This object specifies the Row Status for
3260        creation/deletion of a particular
3261        venue entry in the table."
3262    ::= { cLAPGroupsPolicyEntry 5 }
3263
3264
3265
3266cLAPGroupQinqConfigTable OBJECT-TYPE
3267    SYNTAX          SEQUENCE OF CLAPGroupQinqConfigEntry
3268    MAX-ACCESS      not-accessible
3269    STATUS          current
3270    DESCRIPTION
3271        "A table for the configuring QinQ for an AP group,
3272        QinQ is used to append an external VLAN tag for client based on AP Group"
3273    ::= { ciscoLwappAPGroupsVlanConfig 5 }
3274
3275cLAPGroupQinqConfigEntry OBJECT-TYPE
3276    SYNTAX          CLAPGroupQinqConfigEntry
3277    MAX-ACCESS      not-accessible
3278    STATUS          current
3279    DESCRIPTION
3280        "An entry in cLAPGroupQinqConfigTable for the configuring QinQ for an AP group,
3281        QinQ is used to append an external VLAN tag for client which
3282        connected to the AP that belong to this AP Group"
3283    INDEX           { cLAPGroupName }
3284    ::= { cLAPGroupQinqConfigTable 1 }
3285
3286CLAPGroupQinqConfigEntry ::= SEQUENCE {
3287        cLAPGroupTrafficQinqEnabled TruthValue,
3288        cLAPGroupDhcpQinqEnabled    TruthValue,
3289        cLAPGroupQinqServiceVlanId  Integer32
3290}
3291
3292cLAPGroupTrafficQinqEnabled OBJECT-TYPE
3293    SYNTAX          TruthValue
3294    MAX-ACCESS      read-write
3295    STATUS          current
3296    DESCRIPTION
3297        "This object specifies the QinQ state for this AP group
3298        QinQ is used to append an external VLAN tag for client which
3299        connected to the AP that belong to this AP Group
3300        - A value of 'true' indicates QinQ is enabled.
3301        - A value of 'false' indicates the QinQ is disabled."
3302    ::= { cLAPGroupQinqConfigEntry 1 }
3303
3304cLAPGroupDhcpQinqEnabled OBJECT-TYPE
3305    SYNTAX          TruthValue
3306    MAX-ACCESS      read-write
3307    STATUS          current
3308    DESCRIPTION
3309        "This object specifies the QinQ state for this AP group
3310        QinQ is used to append an external VLAN tag for client which
3311        connected to the AP that belong to this AP Group
3312        - A value of 'true' indicates that dhcp QinQ is enabled.
3313        - A value of 'false indicates that dhcp QinQ is disabled."
3314    ::= { cLAPGroupQinqConfigEntry 2 }
3315
3316cLAPGroupQinqServiceVlanId OBJECT-TYPE
3317    SYNTAX          Integer32 (1..4095)
3318    MAX-ACCESS      read-write
3319    STATUS          current
3320    DESCRIPTION
3321        "This object specifies the QinQ service vlan ID for this AP group"
3322    ::= { cLAPGroupQinqConfigEntry 3 }
3323
3324
3325-- ********************************************************************
3326-- WLAN Client Configuration
3327-- ********************************************************************
3328
3329cLWlanConfigClientTable OBJECT-TYPE
3330    SYNTAX          SEQUENCE OF CLWlanConfigClientEntry
3331    MAX-ACCESS      not-accessible
3332    STATUS          current
3333    DESCRIPTION
3334        "This table represents the WLAN configuration for
3335        the 802.11 wireless clients that are associated
3336        with the APs that have joined this controller.
3337
3338        The creation of a new row in cLWlanConfigTable,
3339        through an explicit network management action,
3340        results in creation of an entry in this table.
3341        Similarly, deletion of a row in
3342        cLWlanConfigTable through user action causes the
3343        deletion of corresponding row in this table.
3344
3345        This table has an one-to-one relationship with
3346        cLWlanConfigTable. There exists an entry in this
3347        table for each corresponding entry in the
3348        cLWlanConfigTable."
3349    ::= { ciscoLwappWlanConfig 2 }
3350
3351cLWlanConfigClientEntry OBJECT-TYPE
3352    SYNTAX          CLWlanConfigClientEntry
3353    MAX-ACCESS      not-accessible
3354    STATUS          current
3355    DESCRIPTION
3356        "Each entry represents a conceptual row in this
3357        table and provides the information about the
3358        clients associated on the WLAN, uniquely identified by
3359        the cLWlanIndex."
3360    INDEX           { cLWlanIndex }
3361    ::= { cLWlanConfigClientTable 1 }
3362
3363CLWlanConfigClientEntry ::= SEQUENCE {
3364        cLWlanClientAclName     DisplayString,
3365        cLWlanP2PBlocking       INTEGER,
3366        cLWlanClientIPv6AclName DisplayString
3367}
3368
3369cLWlanClientAclName OBJECT-TYPE
3370    SYNTAX          DisplayString (SIZE  (0..64))
3371    MAX-ACCESS      read-write
3372    STATUS          current
3373    DESCRIPTION
3374        "This object represents the name of the ACL applied
3375        to this WLAN.  If it is required to remove the ACL
3376        name for a WLAN, it should be set to 'none'.
3377        ACL's are applied in the following priority order -
3378        interfaces ACLs, WLAN ACLs, client ACLs."
3379    ::= { cLWlanConfigClientEntry 1 }
3380
3381cLWlanP2PBlocking OBJECT-TYPE
3382    SYNTAX          INTEGER  {
3383                        disable(1),
3384                        drop(2),
3385                        forwardUp(3),
3386                        allowPvtGrp(4)
3387                    }
3388    MAX-ACCESS      read-write
3389    STATUS          current
3390    DESCRIPTION
3391        "This object represents per WLAN peer-to-peer
3392        blocking behavior on controller. Peer-to-peer
3393        blocking means traffic between two clients on
3394        same VLAN will not be bridged.
3395
3396            disable   : Peer-to-peer blocking is disabled
3397                        and traffic is bridged locally
3398                        within the controller.
3399            drop      : The packet will be discarded.
3400            forwardUp : The packet will be forwarded on the
3401                        upstream VLAN. The device 'north' of
3402                        the controller can then make the
3403                        decision about what to do with the
3404                        packet.
3405            allowPvtGrp : The packet will be bridged if both
3406                        source and destination have same 'ipsk-tag',
3407                        if mac-filtering is disabled the packet
3408                        will be discarded."
3409    ::= { cLWlanConfigClientEntry 2 }
3410
3411cLWlanClientIPv6AclName OBJECT-TYPE
3412    SYNTAX          DisplayString (SIZE  (0..64))
3413    MAX-ACCESS      read-write
3414    STATUS          current
3415    DESCRIPTION
3416        "This object represents the name of the IPv6 ACL applied
3417        to this WLAN.  If it is required to remove the ACL
3418        name for a WLAN, it should be set to 'none'.
3419        ACL's are applied in the following priority order -
3420        interfaces ACLs, WLAN ACLs, client ACLs."
3421    ::= { cLWlanConfigClientEntry 3 }
3422
3423
3424-- ********************************************************************
3425-- WLAN QoS Configuration
3426-- ********************************************************************
3427
3428cLWlanConfigQosTable OBJECT-TYPE
3429    SYNTAX          SEQUENCE OF CLWlanConfigQosEntry
3430    MAX-ACCESS      not-accessible
3431    STATUS          current
3432    DESCRIPTION
3433        "This table represents the QoS configuration for
3434        the WLAN.
3435
3436        The creation of a new row in cLWlanConfigTable,
3437        through an explicit network management action,
3438        results in creation of an entry in this table.
3439        Similarly, deletion of a row in
3440        cLWlanConfigTable through user action causes the
3441        deletion of corresponding row in this table.
3442
3443        This table has an one-to-one relationship with
3444        cLWlanConfigTable. There exists an entry in this
3445        table for each corresponding entry in the
3446        cLWlanConfigTable."
3447    ::= { ciscoLwappWlanConfig 3 }
3448
3449cLWlanConfigQosEntry OBJECT-TYPE
3450    SYNTAX          CLWlanConfigQosEntry
3451    MAX-ACCESS      not-accessible
3452    STATUS          current
3453    DESCRIPTION
3454        "Each entry represents a conceptual row in this
3455        table and provides the information about the
3456        QoS parameters on the WLAN, uniquely identified by
3457        the cLWlanIndex."
3458    INDEX           { cLWlanIndex }
3459    ::= { cLWlanConfigQosTable 1 }
3460
3461CLWlanConfigQosEntry ::= SEQUENCE {
3462        cLWlanClientDSAverageDataRate       Unsigned32,
3463        cLWlanClientUSAverageDataRate       Unsigned32,
3464        cLWlanClientDSBurstDataRate         Unsigned32,
3465        cLWlanClientUSBurstDataRate         Unsigned32,
3466        cLWlanClientDSAvgRealTimeDataRate   Unsigned32,
3467        cLWlanClientUSAvgRealTimeDataRate   Unsigned32,
3468        cLWlanClientDSBurstRealTimeDataRate Unsigned32,
3469        cLWlanClientUSBurstRealTimeDataRate Unsigned32,
3470        cLWlanSsidDSAverageDataRate         Unsigned32,
3471        cLWlanSsidUSAverageDataRate         Unsigned32,
3472        cLWlanSsidDSBurstDataRate           Unsigned32,
3473        cLWlanSsidUSBurstDataRate           Unsigned32,
3474        cLWlanSsidDSAvgRealTimeDataRate     Unsigned32,
3475        cLWlanSsidUSAvgRealTimeDataRate     Unsigned32,
3476        cLWlanSsidDSBurstRealTimeDataRate   Unsigned32,
3477        cLWlanSsidUSBurstRealTimeDataRate   Unsigned32,
3478        cLWlanWlanDSAverageDataRate         Unsigned32,
3479        cLWlanWlanUSAverageDataRate         Unsigned32,
3480        cLWlanWlanDSBurstDataRate           Unsigned32,
3481        cLWlanWlanUSBurstDataRate           Unsigned32,
3482        cLWlanWlanDSAvgRealTimeDataRate     Unsigned32,
3483        cLWlanWlanUSAvgRealTimeDataRate     Unsigned32,
3484        cLWlanWlanDSBurstRealTimeDataRate   Unsigned32,
3485        cLWlanWlanUSBurstRealTimeDataRate   Unsigned32
3486}
3487
3488cLWlanClientDSAverageDataRate OBJECT-TYPE
3489    SYNTAX          Unsigned32
3490    MAX-ACCESS      read-write
3491    STATUS          current
3492    DESCRIPTION
3493        "This object specifies Average Data Rate per user on downstream.
3494        Value of 0 indicates the feature is disabled."
3495    ::= { cLWlanConfigQosEntry 1 }
3496
3497cLWlanClientUSAverageDataRate OBJECT-TYPE
3498    SYNTAX          Unsigned32
3499    MAX-ACCESS      read-write
3500    STATUS          current
3501    DESCRIPTION
3502        "This object specifies Average Data Rate per user on upstream.
3503        Value of 0 indicates the feature is disabled."
3504    ::= { cLWlanConfigQosEntry 2 }
3505
3506cLWlanClientDSBurstDataRate OBJECT-TYPE
3507    SYNTAX          Unsigned32
3508    MAX-ACCESS      read-write
3509    STATUS          current
3510    DESCRIPTION
3511        "This object specifies Burst Data Rate per user on downstream.
3512        Value of 0 indicates the feature is disabled."
3513    ::= { cLWlanConfigQosEntry 3 }
3514
3515cLWlanClientUSBurstDataRate OBJECT-TYPE
3516    SYNTAX          Unsigned32
3517    MAX-ACCESS      read-write
3518    STATUS          current
3519    DESCRIPTION
3520        "This object specifies Burst Data Rate per user on upstream.
3521        Value of 0 indicates the feature is disabled."
3522    ::= { cLWlanConfigQosEntry 4 }
3523
3524cLWlanClientDSAvgRealTimeDataRate OBJECT-TYPE
3525    SYNTAX          Unsigned32
3526    MAX-ACCESS      read-write
3527    STATUS          current
3528    DESCRIPTION
3529        "This object specifies average real time
3530        Data Rate per user on downstream.
3531        Value of 0 indicates the feature is disabled."
3532    ::= { cLWlanConfigQosEntry 5 }
3533
3534cLWlanClientUSAvgRealTimeDataRate OBJECT-TYPE
3535    SYNTAX          Unsigned32
3536    MAX-ACCESS      read-write
3537    STATUS          current
3538    DESCRIPTION
3539        "This object specifies average real time
3540        Data Rate per user on upstream.
3541        Value of 0 indicates the feature is disabled."
3542    ::= { cLWlanConfigQosEntry 6 }
3543
3544cLWlanClientDSBurstRealTimeDataRate OBJECT-TYPE
3545    SYNTAX          Unsigned32
3546    MAX-ACCESS      read-write
3547    STATUS          current
3548    DESCRIPTION
3549        "This object specifies burst real time
3550        Data Rate per user on downstream.
3551        Value of 0 indicates the feature is disabled."
3552    ::= { cLWlanConfigQosEntry 7 }
3553
3554cLWlanClientUSBurstRealTimeDataRate OBJECT-TYPE
3555    SYNTAX          Unsigned32
3556    MAX-ACCESS      read-write
3557    STATUS          current
3558    DESCRIPTION
3559        "This object specifies burst real time
3560        Data Rate per user on upstream.
3561        Value of 0 indicates the feature is disabled."
3562    ::= { cLWlanConfigQosEntry 8 }
3563
3564cLWlanSsidDSAverageDataRate OBJECT-TYPE
3565    SYNTAX          Unsigned32
3566    MAX-ACCESS      read-write
3567    STATUS          current
3568    DESCRIPTION
3569        "This object specifies Average
3570        Data Rate per user on downstream.
3571        Value of 0 indicates the feature is disabled."
3572    ::= { cLWlanConfigQosEntry 9 }
3573
3574cLWlanSsidUSAverageDataRate OBJECT-TYPE
3575    SYNTAX          Unsigned32
3576    MAX-ACCESS      read-write
3577    STATUS          current
3578    DESCRIPTION
3579        "This object specifies Average
3580        Data Rate per user on upstream.
3581        Value of 0 indicates the feature is disabled."
3582    ::= { cLWlanConfigQosEntry 10 }
3583
3584cLWlanSsidDSBurstDataRate OBJECT-TYPE
3585    SYNTAX          Unsigned32
3586    MAX-ACCESS      read-write
3587    STATUS          current
3588    DESCRIPTION
3589        "This object specifies Burst
3590        Data Rate per user on downstream.
3591        Value of 0 indicates the feature is disabled."
3592    ::= { cLWlanConfigQosEntry 11 }
3593
3594cLWlanSsidUSBurstDataRate OBJECT-TYPE
3595    SYNTAX          Unsigned32
3596    MAX-ACCESS      read-write
3597    STATUS          current
3598    DESCRIPTION
3599        "This object specifies Burst
3600        Data Rate per user on upstream.
3601        Value of 0 indicates the feature is disabled."
3602    ::= { cLWlanConfigQosEntry 12 }
3603
3604cLWlanSsidDSAvgRealTimeDataRate OBJECT-TYPE
3605    SYNTAX          Unsigned32
3606    MAX-ACCESS      read-write
3607    STATUS          current
3608    DESCRIPTION
3609        "This object specifies average real time
3610        Data Rate per user on downstream.
3611        Value of 0 indicates the feature is disabled."
3612    ::= { cLWlanConfigQosEntry 13 }
3613
3614cLWlanSsidUSAvgRealTimeDataRate OBJECT-TYPE
3615    SYNTAX          Unsigned32
3616    MAX-ACCESS      read-write
3617    STATUS          current
3618    DESCRIPTION
3619        "This object specifies average real time
3620        Data Rate per user on upstream.
3621        Value of 0 indicates the feature is disabled."
3622    ::= { cLWlanConfigQosEntry 14 }
3623
3624cLWlanSsidDSBurstRealTimeDataRate OBJECT-TYPE
3625    SYNTAX          Unsigned32
3626    MAX-ACCESS      read-write
3627    STATUS          current
3628    DESCRIPTION
3629        "This object specifies burst real time
3630        Data Rate per user on downstream.
3631        Value of 0 indicates the feature is disabled."
3632    ::= { cLWlanConfigQosEntry 15 }
3633
3634cLWlanSsidUSBurstRealTimeDataRate OBJECT-TYPE
3635    SYNTAX          Unsigned32
3636    MAX-ACCESS      read-write
3637    STATUS          current
3638    DESCRIPTION
3639        "This object specifies burst real time
3640        Data Rate per user on upstream.
3641        Value of 0 indicates the feature is disabled."
3642    ::= { cLWlanConfigQosEntry 16 }
3643
3644cLWlanWlanDSAverageDataRate OBJECT-TYPE
3645    SYNTAX          Unsigned32
3646    UNITS           "kbytes"
3647    MAX-ACCESS      read-write
3648    STATUS          current
3649    DESCRIPTION
3650        "This object specifies average data rate per
3651        wlan on downstream. Value of 0 indicates that
3652        feature is disabled."
3653    ::= { cLWlanConfigQosEntry 17 }
3654
3655cLWlanWlanUSAverageDataRate OBJECT-TYPE
3656    SYNTAX          Unsigned32
3657    UNITS           "kbytes"
3658    MAX-ACCESS      read-write
3659    STATUS          current
3660    DESCRIPTION
3661        "This object specifies average data rate per
3662        wlan on upstream. Value of 0 indicates that
3663        feature is disabled."
3664    ::= { cLWlanConfigQosEntry 18 }
3665
3666cLWlanWlanDSBurstDataRate OBJECT-TYPE
3667    SYNTAX          Unsigned32
3668    UNITS           "kbytes"
3669    MAX-ACCESS      read-write
3670    STATUS          current
3671    DESCRIPTION
3672        "This object specifies burst data rate per
3673        wlan on downstream. Value of 0 indicates
3674        that feature is disabled."
3675    ::= { cLWlanConfigQosEntry 19 }
3676
3677cLWlanWlanUSBurstDataRate OBJECT-TYPE
3678    SYNTAX          Unsigned32
3679    UNITS           "kbytes"
3680    MAX-ACCESS      read-write
3681    STATUS          current
3682    DESCRIPTION
3683        "This object specifies burst data rate per
3684        wlan on upstream. Value of 0 indicates that
3685        feature is disabled."
3686    ::= { cLWlanConfigQosEntry 20 }
3687
3688cLWlanWlanDSAvgRealTimeDataRate OBJECT-TYPE
3689    SYNTAX          Unsigned32
3690    UNITS           "kbytes"
3691    MAX-ACCESS      read-write
3692    STATUS          current
3693    DESCRIPTION
3694        "This object specifies average real time data rate
3695        per wlan on downstream. Value of 0 indicates that
3696        feature is disabled."
3697    ::= { cLWlanConfigQosEntry 21 }
3698
3699cLWlanWlanUSAvgRealTimeDataRate OBJECT-TYPE
3700    SYNTAX          Unsigned32
3701    UNITS           "kbytes"
3702    MAX-ACCESS      read-write
3703    STATUS          current
3704    DESCRIPTION
3705        "This object specifies average real time data rate
3706        per wlan on upstream. Value of 0 indicates that
3707        feature is disabled."
3708    ::= { cLWlanConfigQosEntry 22 }
3709
3710cLWlanWlanDSBurstRealTimeDataRate OBJECT-TYPE
3711    SYNTAX          Unsigned32
3712    UNITS           "kbytes"
3713    MAX-ACCESS      read-write
3714    STATUS          current
3715    DESCRIPTION
3716        "This object specifies burst real time data rate
3717        per wlan on downstream. Value of 0 indicates that
3718        feature is disabled."
3719    ::= { cLWlanConfigQosEntry 23 }
3720
3721cLWlanWlanUSBurstRealTimeDataRate OBJECT-TYPE
3722    SYNTAX          Unsigned32
3723    UNITS           "kbytes"
3724    MAX-ACCESS      read-write
3725    STATUS          current
3726    DESCRIPTION
3727        "This object specifies burst real time data rate
3728        per wlan on upstream. Value of 0 indicates that
3729        feature is disabled."
3730    ::= { cLWlanConfigQosEntry 24 }
3731
3732
3733-- ********************************************************************
3734-- WLAN IOS Configuration
3735-- ********************************************************************
3736
3737cLWlanConfigIosTable OBJECT-TYPE
3738    SYNTAX          SEQUENCE OF CLWlanConfigIosEntry
3739    MAX-ACCESS      not-accessible
3740    STATUS          current
3741    DESCRIPTION
3742        "This table represents the WLAN configuration for
3743        IOS profiles configured on the switch.
3744
3745        The creation of a new row in cLWlanConfigTable,
3746        through an explicit network management action,
3747        results in creation of an entry in this table.
3748        Similarly, deletion of a row in
3749        cLWlanConfigTable through user action causes the
3750        deletion of corresponding row in this table.
3751
3752        This table has an one-to-one relationship with
3753        cLWlanConfigTable. There exists an entry in this
3754        table for each corresponding entry in the
3755        cLWlanConfigTable."
3756    ::= { ciscoLwappWlanConfig 4 }
3757
3758cLWlanConfigIosEntry OBJECT-TYPE
3759    SYNTAX          CLWlanConfigIosEntry
3760    MAX-ACCESS      not-accessible
3761    STATUS          current
3762    DESCRIPTION
3763        "Each entry represents a conceptual row in this
3764        table and provides the information about the
3765        clients associated on the WLAN, uniquely identified by
3766        the cLWlanIndex."
3767    INDEX           { cLWlanIndex }
3768    ::= { cLWlanConfigIosTable 1 }
3769
3770CLWlanConfigIosEntry ::= SEQUENCE {
3771        cLWlanIosAccountingMethodListName       SnmpAdminString,
3772        cLWlanIosAuthenticationMethodListName   SnmpAdminString,
3773        cLWlanIosMacFilteringMethodListName     SnmpAdminString,
3774        cLWlanIosWebAuthMethodListName          SnmpAdminString,
3775        cLWlanIosQosUpStreamProfileName         SnmpAdminString,
3776        cLWlanIosQosDownStreamProfileName       SnmpAdminString,
3777        cLWlanIngressDHCPOption82Format         Unsigned32,
3778        cLWlanIngressDHCPOption82Ascii          TruthValue,
3779        cLWlanIngressDHCPOption82Rid            TruthValue,
3780        cLWlanIngressDHCPOption82Enable         TruthValue,
3781        cLWlanIosScanDeferPriority              Unsigned32,
3782        cLWlanIosWebAuthParameterMapName        SnmpAdminString,
3783        cLWlanIosQosClientUpStreamProfileName   SnmpAdminString,
3784        cLWlanIosQosClientDownStreamProfileName SnmpAdminString
3785}
3786
3787cLWlanIosAccountingMethodListName OBJECT-TYPE
3788    SYNTAX          SnmpAdminString (SIZE  (0..64))
3789    MAX-ACCESS      read-write
3790    STATUS          current
3791    DESCRIPTION
3792        "This object represents the method list name used for
3793        accounting on this WLAN."
3794    ::= { cLWlanConfigIosEntry 1 }
3795
3796cLWlanIosAuthenticationMethodListName OBJECT-TYPE
3797    SYNTAX          SnmpAdminString (SIZE  (0..64))
3798    MAX-ACCESS      read-write
3799    STATUS          current
3800    DESCRIPTION
3801        "This object represents the method list name used for
3802        802.1x authentication on this WLAN. This could be
3803        LDAP, RADIUS, LOCAL AUTH."
3804    ::= { cLWlanConfigIosEntry 2 }
3805
3806cLWlanIosMacFilteringMethodListName OBJECT-TYPE
3807    SYNTAX          SnmpAdminString (SIZE  (0..64))
3808    MAX-ACCESS      read-write
3809    STATUS          current
3810    DESCRIPTION
3811        "This object represents the method list name used for
3812        mac filtering on this WLAN."
3813    ::= { cLWlanConfigIosEntry 3 }
3814
3815cLWlanIosWebAuthMethodListName OBJECT-TYPE
3816    SYNTAX          SnmpAdminString (SIZE  (0..64))
3817    MAX-ACCESS      read-write
3818    STATUS          current
3819    DESCRIPTION
3820        "This object represents the method list name used for
3821        WEB AUTH on this WLAN."
3822    ::= { cLWlanConfigIosEntry 4 }
3823
3824cLWlanIosQosUpStreamProfileName OBJECT-TYPE
3825    SYNTAX          SnmpAdminString (SIZE  (0..64))
3826    MAX-ACCESS      read-write
3827    STATUS          current
3828    DESCRIPTION
3829        "This object represents the profile name used for
3830        upstream QOS configuration on this WLAN."
3831    ::= { cLWlanConfigIosEntry 5 }
3832
3833cLWlanIosQosDownStreamProfileName OBJECT-TYPE
3834    SYNTAX          SnmpAdminString (SIZE  (0..64))
3835    MAX-ACCESS      read-write
3836    STATUS          current
3837    DESCRIPTION
3838        "This object represents the profile name used for
3839        downstream QOS configuration on this WLAN."
3840    ::= { cLWlanConfigIosEntry 6 }
3841
3842cLWlanIngressDHCPOption82Format OBJECT-TYPE
3843    SYNTAX          Unsigned32
3844    MAX-ACCESS      read-write
3845    STATUS          current
3846    DESCRIPTION
3847        "This object represents the DHCP
3848        Option82 format for this WLAN."
3849    ::= { cLWlanConfigIosEntry 7 }
3850
3851cLWlanIngressDHCPOption82Ascii OBJECT-TYPE
3852    SYNTAX          TruthValue
3853    MAX-ACCESS      read-write
3854    STATUS          current
3855    DESCRIPTION
3856        "This object represents the DHCP Option82 Ascii option
3857        for this WLAN."
3858    ::= { cLWlanConfigIosEntry 8 }
3859
3860cLWlanIngressDHCPOption82Rid OBJECT-TYPE
3861    SYNTAX          TruthValue
3862    MAX-ACCESS      read-write
3863    STATUS          current
3864    DESCRIPTION
3865        "This object represents the DHCP Option82 Rid option
3866        for this WLAN."
3867    ::= { cLWlanConfigIosEntry 9 }
3868
3869cLWlanIngressDHCPOption82Enable OBJECT-TYPE
3870    SYNTAX          TruthValue
3871    MAX-ACCESS      read-write
3872    STATUS          current
3873    DESCRIPTION
3874        "This object represents the DHCP Option82 state
3875        for this WLAN."
3876    ::= { cLWlanConfigIosEntry 10 }
3877
3878cLWlanIosScanDeferPriority OBJECT-TYPE
3879    SYNTAX          Unsigned32
3880    MAX-ACCESS      read-write
3881    STATUS          current
3882    DESCRIPTION
3883        "This object specifies the priority of packets
3884        that defer the off-channel scan. This is used in
3885        off-channel scanning to improve performance
3886        for medical devices using Radio Resource Management.
3887        Each bit represents a packet type for which off-channel
3888        scanning needs to be deferred."
3889    ::= { cLWlanConfigIosEntry 11 }
3890
3891cLWlanIosWebAuthParameterMapName OBJECT-TYPE
3892    SYNTAX          SnmpAdminString
3893    MAX-ACCESS      read-write
3894    STATUS          current
3895    DESCRIPTION
3896        "This object represents the web auth parameter name
3897        on this WLAN."
3898    ::= { cLWlanConfigIosEntry 12 }
3899
3900cLWlanIosQosClientUpStreamProfileName OBJECT-TYPE
3901    SYNTAX          SnmpAdminString (SIZE  (0..64))
3902    MAX-ACCESS      read-write
3903    STATUS          current
3904    DESCRIPTION
3905        "This object represents the profile name used for
3906        upstream QOS client configuration on this WLAN."
3907    ::= { cLWlanConfigIosEntry 13 }
3908
3909cLWlanIosQosClientDownStreamProfileName OBJECT-TYPE
3910    SYNTAX          SnmpAdminString (SIZE  (0..64))
3911    MAX-ACCESS      read-write
3912    STATUS          current
3913    DESCRIPTION
3914        "This object represents the profile name used for
3915        downstream QOS client configuration on this WLAN."
3916    ::= { cLWlanConfigIosEntry 14 }
3917
3918
3919-- ********************************************************************
3920-- *        WLAN Flexible Netflow Table
3921-- ********************************************************************
3922
3923cLWlanFlexibleNetflowTable OBJECT-TYPE
3924    SYNTAX          SEQUENCE OF CLWlanFlexibleNetflowEntry
3925    MAX-ACCESS      not-accessible
3926    STATUS          current
3927    DESCRIPTION
3928        "This table represents the flexible netflow policy details
3929        per WLAN for AVC.
3930        The creation of a new row in cLWlanFlexibleConfigTable,
3931        through an explicit network management action,
3932        results in creation of an entry in this table.
3933        Similarly, deletion of a row in
3934        cLWlanConfigTable through user action causes the
3935        deletion of corresponding rows in this table.
3936        For each wlan, there will be zero to many instances of
3937        flexible netflow policies."
3938    ::= { ciscoLwappWlanConfig 5 }
3939
3940cLWlanFlexibleNetflowEntry OBJECT-TYPE
3941    SYNTAX          CLWlanFlexibleNetflowEntry
3942    MAX-ACCESS      not-accessible
3943    STATUS          current
3944    DESCRIPTION
3945        "Each entry represents a conceptual row in this
3946        table and provides the information about the flexible
3947        netflow policy types associated on the WLAN, uniquely
3948        identified by the cLWlanIndex and
3949        cLWlanFlexibleNetflowPolicyTypeIndex."
3950    INDEX           {
3951                        cLWlanIndex,
3952                        cLWlanFlexibleNetflowPolicyTypeIndex
3953                    }
3954    ::= { cLWlanFlexibleNetflowTable 1 }
3955
3956CLWlanFlexibleNetflowEntry ::= SEQUENCE {
3957        cLWlanFlexibleNetflowPolicyTypeIndex INTEGER,
3958        cLWlanFlexibleNetflowMonitorName     SnmpAdminString,
3959        cLWlanFlexibleNetflowRowStatus       RowStatus
3960}
3961
3962cLWlanFlexibleNetflowPolicyTypeIndex OBJECT-TYPE
3963    SYNTAX          INTEGER  {
3964                        none(0),
3965                        ipv4InputPolicy(1),
3966                        ipv4OutputPolicy(2),
3967                        ipv6InputPolicy(3),
3968                        ipv6OutputPolicy(4),
3969                        datalinkInputPolicy(5),
3970                        datalinkOutputPolicy(6)
3971                    }
3972    MAX-ACCESS      not-accessible
3973    STATUS          current
3974    DESCRIPTION
3975        "This object is used to set the netflow traffic direction
3976        for AVC.
3977        none(0)  capture no traffic
3978        IPV4 Input Policy(1) - IPV4 input policy
3979        IPV4OutputPolicy(2) - IPV4 output policy
3980        IPV6InputPolicy(3) - IPV6 input policy
3981        IPV6OutputPolicy(4) - IPV6 output policy
3982        DatalinkInputPolicy(5) - Datalink input policy
3983        DatalinkOutputPolicy(6) - Datalink output policy."
3984    ::= { cLWlanFlexibleNetflowEntry 1 }
3985
3986cLWlanFlexibleNetflowMonitorName OBJECT-TYPE
3987    SYNTAX          SnmpAdminString
3988    MAX-ACCESS      read-create
3989    STATUS          current
3990    DESCRIPTION
3991        "This object represents the flexible netflow
3992        monitor name assigned to this WLAN."
3993    ::= { cLWlanFlexibleNetflowEntry 2 }
3994
3995cLWlanFlexibleNetflowRowStatus OBJECT-TYPE
3996    SYNTAX          RowStatus
3997    MAX-ACCESS      read-create
3998    STATUS          current
3999    DESCRIPTION
4000        "Row Status for creation/deletion of a particular
4001        flexible netflow policy
4002        entry from the table"
4003    ::= { cLWlanFlexibleNetflowEntry 3 }
4004
4005
4006
4007cLPolicyConfigTable OBJECT-TYPE
4008    SYNTAX          SEQUENCE OF CLPolicyConfigEntry
4009    MAX-ACCESS      not-accessible
4010    STATUS          current
4011    DESCRIPTION
4012        "A table for the native Profiling Policies
4013        on the Wireless LAN controller.
4014        Rows are added or deleted by explicit
4015        management actions initiated by the user from a
4016        network management station through the
4017        cLPolicyRowStatus object."
4018    ::= { ciscoLwappPolicyConfig 1 }
4019
4020cLPolicyConfigEntry OBJECT-TYPE
4021    SYNTAX          CLPolicyConfigEntry
4022    MAX-ACCESS      not-accessible
4023    STATUS          current
4024    DESCRIPTION
4025        "An entry in cLPolicyConfigTable."
4026    INDEX           { cLPolicyIndex }
4027    ::= { cLPolicyConfigTable 1 }
4028
4029CLPolicyConfigEntry ::= SEQUENCE {
4030        cLPolicyIndex              Unsigned32,
4031        cLPolicyName               SnmpAdminString,
4032        cLPolicyRoleName           SnmpAdminString,
4033        cLPolicyEapType            INTEGER,
4034        cLPolicyAclName            SnmpAdminString,
4035        cLPolicyVlanId             Unsigned32,
4036        cLPolicyQosProfile         INTEGER,
4037        cLPolicySessionTimeout     Unsigned32,
4038        cLPolicySleepTimeout       Unsigned32,
4039        cLPolicyRowStatus          RowStatus,
4040        cLPolicyFlexAclName        SnmpAdminString,
4041        cLPolicyAvcProfileName     SnmpAdminString,
4042        cLPolicyMdnsProfileName    SnmpAdminString,
4043        cLPolicyFlexVlanId         Unsigned32,
4044        cLPolicyUrlAclName         SnmpAdminString,
4045        cLPolicyOpendnsProfileName SnmpAdminString
4046}
4047
4048cLPolicyIndex OBJECT-TYPE
4049    SYNTAX          Unsigned32
4050    MAX-ACCESS      not-accessible
4051    STATUS          current
4052    DESCRIPTION
4053        "This object indicates the Index of the
4054        native profiling classification policy
4055        configured on the Wireless LAN Controller."
4056    ::= { cLPolicyConfigEntry 1 }
4057
4058cLPolicyName OBJECT-TYPE
4059    SYNTAX          SnmpAdminString
4060    MAX-ACCESS      read-create
4061    STATUS          current
4062    DESCRIPTION
4063        "This object specifies a
4064        native profiling classification policy
4065        configured on the Wireless LAN Controller."
4066    ::= { cLPolicyConfigEntry 2 }
4067
4068cLPolicyRoleName OBJECT-TYPE
4069    SYNTAX          SnmpAdminString
4070    MAX-ACCESS      read-create
4071    STATUS          current
4072    DESCRIPTION
4073        "This object specifies the category of users
4074        to which a Policy is to be applied."
4075    ::= { cLPolicyConfigEntry 3 }
4076
4077cLPolicyEapType OBJECT-TYPE
4078    SYNTAX          INTEGER  {
4079                        none(1),
4080                        leap(2),
4081                        eapFast(3),
4082                        eapTls(4),
4083                        peap(5)
4084                    }
4085    MAX-ACCESS      read-create
4086    STATUS          current
4087    DESCRIPTION
4088        "This object specifies  the EAP type to be
4089        applied on client."
4090    ::= { cLPolicyConfigEntry 4 }
4091
4092cLPolicyAclName OBJECT-TYPE
4093    SYNTAX          SnmpAdminString
4094    MAX-ACCESS      read-create
4095    STATUS          current
4096    DESCRIPTION
4097        "This object specifies the ACL  to be
4098        applied on client."
4099    ::= { cLPolicyConfigEntry 5 }
4100
4101cLPolicyVlanId OBJECT-TYPE
4102    SYNTAX          Unsigned32
4103    MAX-ACCESS      read-create
4104    STATUS          current
4105    DESCRIPTION
4106        "This object specifies the VLAN  to be
4107        applied on client."
4108    ::= { cLPolicyConfigEntry 6 }
4109
4110cLPolicyQosProfile OBJECT-TYPE
4111    SYNTAX          INTEGER  {
4112                        none(1),
4113                        silver(2),
4114                        gold(3),
4115                        platinum(4),
4116                        bronze(5)
4117                    }
4118    MAX-ACCESS      read-create
4119    STATUS          current
4120    DESCRIPTION
4121        "This object specifies the QoS  to be
4122        applied on client."
4123    ::= { cLPolicyConfigEntry 7 }
4124
4125cLPolicySessionTimeout OBJECT-TYPE
4126    SYNTAX          Unsigned32
4127    MAX-ACCESS      read-create
4128    STATUS          current
4129    DESCRIPTION
4130        "This object specifies the session timeout
4131        to be applied on client."
4132    ::= { cLPolicyConfigEntry 8 }
4133
4134cLPolicySleepTimeout OBJECT-TYPE
4135    SYNTAX          Unsigned32
4136    MAX-ACCESS      read-create
4137    STATUS          current
4138    DESCRIPTION
4139        "This object specifies the sleep timeout
4140        to be applied on client."
4141    ::= { cLPolicyConfigEntry 9 }
4142
4143cLPolicyRowStatus OBJECT-TYPE
4144    SYNTAX          RowStatus
4145    MAX-ACCESS      read-create
4146    STATUS          current
4147    DESCRIPTION
4148        "This object specifies the Row Status for
4149        creation/deletion of a particular
4150        policy entry in the table."
4151    ::= { cLPolicyConfigEntry 10 }
4152
4153cLPolicyFlexAclName OBJECT-TYPE
4154    SYNTAX          SnmpAdminString
4155    MAX-ACCESS      read-create
4156    STATUS          current
4157    DESCRIPTION
4158        "This object specifies the FlexConnect ACL
4159        to be applied on client using a Policy.
4160        This will be effective only on locally
4161        switched WLANs."
4162    ::= { cLPolicyConfigEntry 11 }
4163
4164cLPolicyAvcProfileName OBJECT-TYPE
4165    SYNTAX          SnmpAdminString
4166    MAX-ACCESS      read-create
4167    STATUS          current
4168    DESCRIPTION
4169        "This object specifies the avc profilename  to be
4170        applied on client."
4171    ::= { cLPolicyConfigEntry 12 }
4172
4173cLPolicyMdnsProfileName OBJECT-TYPE
4174    SYNTAX          SnmpAdminString
4175    MAX-ACCESS      read-create
4176    STATUS          current
4177    DESCRIPTION
4178        "This object specifies the MDNS profile name  to be
4179        applied on client."
4180    ::= { cLPolicyConfigEntry 13 }
4181
4182cLPolicyFlexVlanId OBJECT-TYPE
4183    SYNTAX          Unsigned32
4184    MAX-ACCESS      read-create
4185    STATUS          current
4186    DESCRIPTION
4187        "This object specifies the flex VLAN  to be
4188        applied on client ."
4189    ::= { cLPolicyConfigEntry 14 }
4190
4191cLPolicyUrlAclName OBJECT-TYPE
4192    SYNTAX          SnmpAdminString
4193    MAX-ACCESS      read-create
4194    STATUS          current
4195    DESCRIPTION
4196        "This object specifies the URL ACL  to be
4197        applied on client ."
4198    ::= { cLPolicyConfigEntry 15 }
4199
4200cLPolicyOpendnsProfileName OBJECT-TYPE
4201    SYNTAX          SnmpAdminString
4202    MAX-ACCESS      read-create
4203    STATUS          current
4204    DESCRIPTION
4205        "This object specifies the opendns profile name  to be
4206        applied on client ."
4207    ::= { cLPolicyConfigEntry 16 }
4208
4209
4210
4211cLPolicyDeviceTable OBJECT-TYPE
4212    SYNTAX          SEQUENCE OF CLPolicyDeviceEntry
4213    MAX-ACCESS      not-accessible
4214    STATUS          current
4215    DESCRIPTION
4216        "A table for the device types to be
4217        added in each native Profiling Policy
4218        on the controller.
4219        Rows are added or deleted by explicit
4220        management actions initiated by the user from a
4221        network management station through the
4222        cLPolicyDeviceRowStatus object."
4223    ::= { ciscoLwappPolicyConfig 2 }
4224
4225cLPolicyDeviceEntry OBJECT-TYPE
4226    SYNTAX          CLPolicyDeviceEntry
4227    MAX-ACCESS      not-accessible
4228    STATUS          current
4229    DESCRIPTION
4230        "An entry in cLPolicyConfigTable."
4231    INDEX           {
4232                        cLPolicyIndex,
4233                        cLPolicyDeviceIndex
4234                    }
4235    ::= { cLPolicyDeviceTable 1 }
4236
4237CLPolicyDeviceEntry ::= SEQUENCE {
4238        cLPolicyDeviceIndex     Unsigned32,
4239        cLPolicyDeviceName      SnmpAdminString,
4240        cLPolicyDeviceRowStatus RowStatus
4241}
4242
4243cLPolicyDeviceIndex OBJECT-TYPE
4244    SYNTAX          Unsigned32
4245    MAX-ACCESS      not-accessible
4246    STATUS          current
4247    DESCRIPTION
4248        "This object indicates the index of the device
4249        type configured on the policy."
4250    ::= { cLPolicyDeviceEntry 1 }
4251
4252cLPolicyDeviceName OBJECT-TYPE
4253    SYNTAX          SnmpAdminString
4254    MAX-ACCESS      read-create
4255    STATUS          current
4256    DESCRIPTION
4257        "This object specifies name of the device
4258        configured on the policy."
4259    ::= { cLPolicyDeviceEntry 2 }
4260
4261cLPolicyDeviceRowStatus OBJECT-TYPE
4262    SYNTAX          RowStatus
4263    MAX-ACCESS      read-create
4264    STATUS          current
4265    DESCRIPTION
4266        "This object specifies the Row Status for
4267        creation/deletion of a particular
4268        device entry in the table."
4269    ::= { cLPolicyDeviceEntry 3 }
4270
4271
4272
4273cLPolicyActiveHoursTable OBJECT-TYPE
4274    SYNTAX          SEQUENCE OF CLPolicyActiveHoursEntry
4275    MAX-ACCESS      not-accessible
4276    STATUS          current
4277    DESCRIPTION
4278        "A table for the active hours to be
4279        added in each native Profiling Policy
4280        on the controller.
4281        Rows are added or deleted by explicit
4282        management actions initiated by the user from a
4283        network management station through the
4284        cLPolicyActiveHoursRowStatus object."
4285    ::= { ciscoLwappPolicyConfig 3 }
4286
4287cLPolicyActiveHoursEntry OBJECT-TYPE
4288    SYNTAX          CLPolicyActiveHoursEntry
4289    MAX-ACCESS      not-accessible
4290    STATUS          current
4291    DESCRIPTION
4292        "An entry in cLPolicyActiveHoursTable."
4293    INDEX           {
4294                        cLPolicyIndex,
4295                        cLPolicyActiveDay
4296                    }
4297    ::= { cLPolicyActiveHoursTable 1 }
4298
4299CLPolicyActiveHoursEntry ::= SEQUENCE {
4300        cLPolicyActiveDay            INTEGER,
4301        cLPolicyActiveStartTime      TimeTicks,
4302        cLPolicyActiveEndTime        TimeTicks,
4303        cLPolicyActiveHoursRowStatus RowStatus
4304}
4305
4306cLPolicyActiveDay OBJECT-TYPE
4307    SYNTAX          INTEGER  {
4308                        mon(1),
4309                        tue(2),
4310                        wed(3),
4311                        thu(4),
4312                        fri(5),
4313                        sat(6),
4314                        sun(7)
4315                    }
4316    MAX-ACCESS      not-accessible
4317    STATUS          current
4318    DESCRIPTION
4319        "This object specifies the Index of the day
4320        for which active hours is configured on the policy."
4321    ::= { cLPolicyActiveHoursEntry 1 }
4322
4323cLPolicyActiveStartTime OBJECT-TYPE
4324    SYNTAX          TimeTicks
4325    MAX-ACCESS      read-create
4326    STATUS          current
4327    DESCRIPTION
4328        "This object specifies a start of active hours
4329        for a day added to a Policy."
4330    ::= { cLPolicyActiveHoursEntry 2 }
4331
4332cLPolicyActiveEndTime OBJECT-TYPE
4333    SYNTAX          TimeTicks
4334    MAX-ACCESS      read-create
4335    STATUS          current
4336    DESCRIPTION
4337        "This object specifies a end of active hours
4338        for a day added to a Policy."
4339    ::= { cLPolicyActiveHoursEntry 3 }
4340
4341cLPolicyActiveHoursRowStatus OBJECT-TYPE
4342    SYNTAX          RowStatus
4343    MAX-ACCESS      read-create
4344    STATUS          current
4345    DESCRIPTION
4346        "This object specifies the Row Status for
4347        creation/deletion of a particular
4348         entry in the table."
4349    ::= { cLPolicyActiveHoursEntry 4 }
4350
4351
4352-- ***********************************************
4353-- Wlan Scheduling Table
4354-- ***********************************************
4355
4356cLPolicyWlanSchedulingTable OBJECT-TYPE
4357    SYNTAX          SEQUENCE OF CLPolicyWlanSchedulingEntry
4358    MAX-ACCESS      not-accessible
4359    STATUS          current
4360    DESCRIPTION
4361        "This table represents the WLAN scheduling on
4362        the controller.
4363        Rows are added or deleted by explicit
4364        management actions initiated by the user from a
4365        network management station through the
4366        cLPolicyWlanSchedulingRowStatus object."
4367    ::= { ciscoLwappPolicyConfig 4 }
4368
4369cLPolicyWlanSchedulingEntry OBJECT-TYPE
4370    SYNTAX          CLPolicyWlanSchedulingEntry
4371    MAX-ACCESS      not-accessible
4372    STATUS          current
4373    DESCRIPTION
4374        "Each entry in this table represents the
4375        configuration attributes of
4376        cLPolicyWlanSchedulingTable."
4377    INDEX           {
4378                        cLPolicyIndex,
4379                        cLPolicyWlanSchedulingDay
4380                    }
4381    ::= { cLPolicyWlanSchedulingTable 1 }
4382
4383CLPolicyWlanSchedulingEntry ::= SEQUENCE {
4384        cLPolicyWlanSchedulingDay       INTEGER,
4385        cLPolicyWlanSchedulingStatus    TruthValue,
4386        cLPolicyWlanSchedulingStartTime TimeTicks,
4387        cLPolicyWlanSchedulingEndTime   TimeTicks,
4388        cLPolicyWlanSchedulingRowStatus RowStatus
4389}
4390
4391cLPolicyWlanSchedulingDay OBJECT-TYPE
4392    SYNTAX          INTEGER  {
4393                        mon(1),
4394                        tue(2),
4395                        wed(3),
4396                        thu(4),
4397                        fri(5),
4398                        sat(6),
4399                        sun(7)
4400                    }
4401    MAX-ACCESS      not-accessible
4402    STATUS          current
4403    DESCRIPTION
4404        "This object specifies the day for which WLAN
4405        scheduling is configured on the policy."
4406    ::= { cLPolicyWlanSchedulingEntry 1 }
4407
4408cLPolicyWlanSchedulingStatus OBJECT-TYPE
4409    SYNTAX          TruthValue
4410    MAX-ACCESS      read-create
4411    STATUS          current
4412    DESCRIPTION
4413        "This object specifies scheduling status per WLAN.
4414        A value of 'true' indicates that scheduling status is
4415        enabled on a WLAN.
4416        A value of 'false' indicates that scheduling status is
4417        disabled on a WLAN."
4418    ::= { cLPolicyWlanSchedulingEntry 2 }
4419
4420cLPolicyWlanSchedulingStartTime OBJECT-TYPE
4421    SYNTAX          TimeTicks
4422    MAX-ACCESS      read-create
4423    STATUS          current
4424    DESCRIPTION
4425        "This object specifies a start of WLAN scheduling
4426        hours for a day added to a Policy."
4427    ::= { cLPolicyWlanSchedulingEntry 3 }
4428
4429cLPolicyWlanSchedulingEndTime OBJECT-TYPE
4430    SYNTAX          TimeTicks
4431    MAX-ACCESS      read-create
4432    STATUS          current
4433    DESCRIPTION
4434        "This object specifies a end of WLAN scheduling hours
4435        for a day added to a Policy."
4436    ::= { cLPolicyWlanSchedulingEntry 4 }
4437
4438cLPolicyWlanSchedulingRowStatus OBJECT-TYPE
4439    SYNTAX          RowStatus
4440    MAX-ACCESS      read-create
4441    STATUS          current
4442    DESCRIPTION
4443        "This is the status column for this row and is
4444        used to create and delete specific instances
4445        of rows in this table."
4446    ::= { cLPolicyWlanSchedulingEntry 5 }
4447
4448
4449-- ********************************************************************
4450-- *    Compliance statements
4451-- ********************************************************************
4452
4453ciscoLwappWlanMIBCompliances  OBJECT IDENTIFIER
4454    ::= { ciscoLwappWlanMIBConform 1 }
4455
4456ciscoLwappWlanMIBGroups  OBJECT IDENTIFIER
4457    ::= { ciscoLwappWlanMIBConform 2 }
4458
4459
4460ciscoLwappWlanMIBCompliance MODULE-COMPLIANCE
4461    STATUS          deprecated
4462    DESCRIPTION
4463        "The compliance statement for the SNMP entities that
4464        implement the ciscoLwappWlanMIB module."
4465    MODULE          -- this module
4466    MANDATORY-GROUPS { ciscoLwappWlanConfigGroup }
4467
4468    OBJECT          cLWlanRowStatus
4469    SYNTAX          INTEGER  {
4470                        active(1),
4471                        createAndGo(4),
4472                        destroy(6)
4473                    }
4474    DESCRIPTION
4475        "An implementation is only required to support
4476        three of the six enumerated values of the
4477        RowStatus textual convention, specifically,
4478        'active', 'createAndGo' and 'destroy'."
4479    ::= { ciscoLwappWlanMIBCompliances 1 }
4480
4481ciscoLwappWlanMIBComplianceRev1 MODULE-COMPLIANCE
4482    STATUS          deprecated
4483    DESCRIPTION
4484        "The compliance statement for the SNMP entities that
4485        implement the ciscoLwappWlanMIB module."
4486    MODULE          -- this module
4487    MANDATORY-GROUPS {
4488                        ciscoLwappWlanConfigGroupSup1,
4489                        ciscoLwappWlanConfigClientGroup
4490                    }
4491
4492    OBJECT          cLWlanRowStatus
4493    SYNTAX          INTEGER  {
4494                        active(1),
4495                        createAndGo(4),
4496                        destroy(6)
4497                    }
4498    DESCRIPTION
4499        "An implementation is only required to support
4500        three of the six enumerated values of the
4501        RowStatus textual convention, specifically,
4502        'active', 'createAndGo' and 'destroy'."
4503    ::= { ciscoLwappWlanMIBCompliances 2 }
4504
4505ciscoLwappWlanMIBComplianceRev2 MODULE-COMPLIANCE
4506    STATUS          deprecated
4507    DESCRIPTION
4508        "The compliance statement for the SNMP entities that
4509        implement the ciscoLwappWlanMIB module."
4510    MODULE          -- this module
4511    MANDATORY-GROUPS {
4512                        ciscoLwappWlanConfigGroupSup1,
4513                        ciscoLwappWlanConfigClientGroup,
4514                        ciscoLwappWlan11uConfigGroup,
4515                        ciscoLwappAPGroupsVlanConfigGroup,
4516                        ciscoLwappWlanConfigGroupSup2,
4517                        ciscoLwappWlanConfigClientGroupSup1
4518                    }
4519
4520    OBJECT          cLAPGroupsVlanConfigRowStatus
4521    SYNTAX          RowStatus
4522    DESCRIPTION
4523        "An implementation is only required to support
4524        three of the six enumerated values of the
4525        RowStatus textual convention, specifically,
4526        'active', 'createAndGo' and 'destroy'."
4527
4528    OBJECT          cLWlan11uOuiRowStatus
4529    SYNTAX          RowStatus
4530    DESCRIPTION
4531        "An implementation is only required to support
4532        three of the six enumerated values of the
4533        RowStatus textual convention, specifically,
4534        'active', 'createAndGo' and 'destroy'."
4535    ::= { ciscoLwappWlanMIBCompliances 3 }
4536
4537ciscoLwappWlanMIBComplianceRev3 MODULE-COMPLIANCE
4538    STATUS          deprecated
4539    DESCRIPTION
4540        "The compliance statement for the SNMP entities that
4541        implement the ciscoLwappWlanMIB module."
4542    MODULE          -- this module
4543    MANDATORY-GROUPS {
4544                        ciscoLwappWlanConfigGroupSup1,
4545                        ciscoLwappWlanConfigClientGroup,
4546                        ciscoLwappWlan11uConfigGroup,
4547                        ciscoLwappAPGroupsVlanConfigGroup,
4548                        ciscoLwappWlanConfigGroupSup2,
4549                        ciscoLwappWlanConfigClientGroupSup1,
4550                        ciscoLwappWlanConfigGroupSup3
4551                    }
4552    ::= { ciscoLwappWlanMIBCompliances 4 }
4553
4554ciscoLwappWlanMIBComplianceRev4 MODULE-COMPLIANCE
4555    STATUS          deprecated
4556    DESCRIPTION
4557        "The compliance statement for the SNMP entities that
4558        implement the ciscoLwappWlanMIB module."
4559    MODULE          -- this module
4560    MANDATORY-GROUPS {
4561                        ciscoLwappWlanConfigGroupSup1,
4562                        ciscoLwappWlanConfigClientGroup,
4563                        ciscoLwappAPGroupsVlanConfigGroup,
4564                        ciscoLwappWlanConfigGroupSup2,
4565                        ciscoLwappWlanConfigClientGroupSup1,
4566                        ciscoLwappWlanConfigGroupSup3,
4567                        ciscoLwappWlan11uConfigGroupsup1,
4568                        ciscoLwappWlanServiceAdvertisementConfigGroup,
4569                        ciscoLwappWlanHotSpot2ConfigGroup,
4570                        ciscoLwappWlanIosConfigGroup,
4571                        ciscoLwappWlanQosConfigGroup,
4572                        ciscoLwappWlan11uConfigGroupsup2,
4573                        ciscoLwappWlanConfigGroupSup4,
4574                        ciscoLwappWlanHotSpot2ConfigGroupSup1,
4575                        ciscoLwappAPGroupsVlanConfigGroupSup1,
4576                        cLAPGroupsVenueConfigGroup,
4577                        cLAPGroupsMultipleVenueGroup,
4578                        ciscoLwappWlanConfigClientGroupSup2
4579                    }
4580    ::= { ciscoLwappWlanMIBCompliances 5 }
4581
4582ciscoLwappWlanMIBComplianceRev5 MODULE-COMPLIANCE
4583    STATUS          deprecated
4584    DESCRIPTION
4585        "The compliance statement for the SNMP entities that
4586        implement the ciscoLwappWlanMIB module."
4587    MODULE          -- this module
4588    MANDATORY-GROUPS {
4589                        ciscoLwappWlanConfigGroupSup1,
4590                        ciscoLwappWlanConfigClientGroup,
4591                        ciscoLwappAPGroupsVlanConfigGroup,
4592                        ciscoLwappWlanConfigGroupSup2,
4593                        ciscoLwappWlanConfigClientGroupSup1,
4594                        ciscoLwappWlanConfigGroupSup3,
4595                        ciscoLwappWlan11uConfigGroupsup1,
4596                        ciscoLwappWlanServiceAdvertisementConfigGroup,
4597                        ciscoLwappWlanHotSpot2ConfigGroup,
4598                        ciscoLwappWlanIosConfigGroup,
4599                        ciscoLwappWlanQosConfigGroup,
4600                        ciscoLwappWlan11uConfigGroupsup2,
4601                        ciscoLwappWlanConfigGroupSup4,
4602                        ciscoLwappWlanHotSpot2ConfigGroupSup1,
4603                        ciscoLwappAPGroupsVlanConfigGroupSup1,
4604                        cLAPGroupsVenueConfigGroup,
4605                        cLAPGroupsMultipleVenueGroup,
4606                        ciscoLwappWlanConfigClientGroupSup2,
4607                        ciscoLwappWlanConfigFlexibleNetflowGroup
4608                    }
4609    ::= { ciscoLwappWlanMIBCompliances 6 }
4610
4611ciscoLwappWlanMIBComplianceRev6 MODULE-COMPLIANCE
4612    STATUS          deprecated
4613    DESCRIPTION
4614        "The compliance statement for the SNMP entities that
4615        implement the ciscoLwappWlanMIB module."
4616    MODULE          -- this module
4617    MANDATORY-GROUPS {
4618                        ciscoLwappWlanConfigGroupSup1,
4619                        ciscoLwappWlanConfigClientGroup,
4620                        ciscoLwappWlanConfigGroupSup2,
4621                        ciscoLwappWlanConfigClientGroupSup1,
4622                        ciscoLwappWlanConfigGroupSup3,
4623                        ciscoLwappWlan11uConfigGroupsup1,
4624                        ciscoLwappWlanServiceAdvertisementConfigGroup,
4625                        ciscoLwappWlanHotSpot2ConfigGroup,
4626                        ciscoLwappWlanIosConfigGroup,
4627                        ciscoLwappWlanQosConfigGroup,
4628                        ciscoLwappWlan11uConfigGroupsup2,
4629                        ciscoLwappWlanConfigGroupSup4,
4630                        ciscoLwappWlanHotSpot2ConfigGroupSup1,
4631                        ciscoLwappAPGroupsVlanConfigGroupSup1,
4632                        cLAPGroupsVenueConfigGroup,
4633                        cLAPGroupsMultipleVenueGroup,
4634                        ciscoLwappWlanConfigClientGroupSup2,
4635                        ciscoLwappWlanConfigFlexibleNetflowGroup,
4636                        ciscoLwappAPGroupsVlanConfigGroupSup2
4637                    }
4638    ::= { ciscoLwappWlanMIBCompliances 7 }
4639
4640ciscoLwappWlanMIBComplianceRev7 MODULE-COMPLIANCE
4641    STATUS          deprecated
4642    DESCRIPTION
4643        "The compliance statement for the SNMP entities that
4644        implement the ciscoLwappWlanMIB module."
4645    MODULE          -- this module
4646    MANDATORY-GROUPS {
4647                        ciscoLwappWlanConfigGroupSup1,
4648                        ciscoLwappWlanConfigClientGroup,
4649                        ciscoLwappWlanConfigGroupSup2,
4650                        ciscoLwappWlanConfigClientGroupSup1,
4651                        ciscoLwappWlanConfigGroupSup3,
4652                        ciscoLwappWlan11uConfigGroupsup1,
4653                        ciscoLwappWlanServiceAdvertisementConfigGroup,
4654                        ciscoLwappWlanHotSpot2ConfigGroup,
4655                        ciscoLwappWlanIosConfigGroup,
4656                        ciscoLwappWlanQosConfigGroup,
4657                        ciscoLwappWlan11uConfigGroupsup2,
4658                        ciscoLwappWlanConfigGroupSup4,
4659                        ciscoLwappWlanHotSpot2ConfigGroupSup1,
4660                        ciscoLwappAPGroupsVlanConfigGroupSup1,
4661                        cLAPGroupsVenueConfigGroup,
4662                        cLAPGroupsMultipleVenueGroup,
4663                        ciscoLwappWlanConfigClientGroupSup2,
4664                        ciscoLwappWlanConfigFlexibleNetflowGroup,
4665                        ciscoLwappAPGroupsVlanConfigGroupSup2,
4666                        ciscoLwappWlanConfigGroupSup6
4667                    }
4668    ::= { ciscoLwappWlanMIBCompliances 8 }
4669
4670ciscoLwappWlanMIBComplianceRev8 MODULE-COMPLIANCE
4671    STATUS          deprecated
4672    DESCRIPTION
4673        "The compliance statement for the SNMP entities that
4674        implement the ciscoLwappWlanMIB module."
4675    MODULE          -- this module
4676    MANDATORY-GROUPS {
4677                        ciscoLwappWlanConfigGroupSup1,
4678                        ciscoLwappWlanConfigClientGroup,
4679                        ciscoLwappWlanConfigGroupSup2,
4680                        ciscoLwappWlanConfigClientGroupSup1,
4681                        ciscoLwappWlanConfigGroupSup3,
4682                        ciscoLwappWlan11uConfigGroupsup1,
4683                        ciscoLwappWlanServiceAdvertisementConfigGroup,
4684                        ciscoLwappWlanHotSpot2ConfigGroup,
4685                        ciscoLwappWlanIosConfigGroup,
4686                        ciscoLwappWlanQosConfigGroup,
4687                        ciscoLwappWlan11uConfigGroupsup2,
4688                        ciscoLwappWlanConfigGroupSup4,
4689                        ciscoLwappWlanHotSpot2ConfigGroupSup1,
4690                        ciscoLwappAPGroupsVlanConfigGroupSup1,
4691                        cLAPGroupsVenueConfigGroup,
4692                        cLAPGroupsMultipleVenueGroup,
4693                        ciscoLwappWlanConfigClientGroupSup2,
4694                        ciscoLwappWlanConfigFlexibleNetflowGroup,
4695                        ciscoLwappAPGroupsVlanConfigGroupSup2,
4696                        ciscoLwappWlanConfigGroupSup6,
4697                        ciscoLwappWlanConfigGroupSup7,
4698                        ciscoLwappWlanConfigGroupSup8
4699                    }
4700    ::= { ciscoLwappWlanMIBCompliances 9 }
4701
4702ciscoLwappWlanMIBComplianceRev9 MODULE-COMPLIANCE
4703    STATUS          deprecated
4704    DESCRIPTION
4705        "The compliance statement for the SNMP entities that
4706        implement the ciscoLwappWlanMIB module."
4707    MODULE          -- this module
4708    MANDATORY-GROUPS {
4709                        ciscoLwappWlanConfigGroupSup1,
4710                        ciscoLwappWlanConfigClientGroup,
4711                        ciscoLwappWlanConfigGroupSup2,
4712                        ciscoLwappWlanConfigClientGroupSup1,
4713                        ciscoLwappWlanConfigGroupSup3,
4714                        ciscoLwappWlan11uConfigGroupsup1,
4715                        ciscoLwappWlanServiceAdvertisementConfigGroup,
4716                        ciscoLwappWlanHotSpot2ConfigGroup,
4717                        ciscoLwappWlanIosConfigGroup,
4718                        ciscoLwappWlanQosConfigGroup,
4719                        ciscoLwappWlan11uConfigGroupsup2,
4720                        ciscoLwappWlanHotSpot2ConfigGroupSup1,
4721                        ciscoLwappAPGroupsVlanConfigGroupSup1,
4722                        cLAPGroupsVenueConfigGroup,
4723                        cLAPGroupsMultipleVenueGroup,
4724                        ciscoLwappWlanConfigClientGroupSup2,
4725                        ciscoLwappWlanConfigFlexibleNetflowGroup,
4726                        ciscoLwappWlanConfigGroupSup5,
4727                        ciscoLwappAPGroupsVlanConfigGroupSup2,
4728                        ciscoLwappWlanConfigGroupSup6,
4729                        ciscoLwappWlanConfigGroupSup7,
4730                        ciscoLwappWlanConfigGroupSup8,
4731                        ciscoLwappWlan11vConfigGroup
4732                    }
4733    ::= { ciscoLwappWlanMIBCompliances 10 }
4734
4735ciscoLwappWlanMIBComplianceRev10 MODULE-COMPLIANCE
4736    STATUS          current
4737    DESCRIPTION
4738        "The compliance statement for the SNMP entities that
4739        implement the ciscoLwappWlanMIB module."
4740    MODULE          -- this module
4741    MANDATORY-GROUPS {
4742                        ciscoLwappWlanConfigGroupSup1,
4743                        ciscoLwappWlanConfigClientGroup,
4744                        ciscoLwappWlanConfigGroupSup2,
4745                        ciscoLwappWlanConfigClientGroupSup1,
4746                        ciscoLwappWlanConfigGroupSup3,
4747                        ciscoLwappWlan11uConfigGroupsup1,
4748                        ciscoLwappWlanServiceAdvertisementConfigGroup,
4749                        ciscoLwappWlanHotSpot2ConfigGroup,
4750                        ciscoLwappWlanIosConfigGroup,
4751                        ciscoLwappWlanQosConfigGroup,
4752                        ciscoLwappWlan11uConfigGroupsup2,
4753                        ciscoLwappWlanHotSpot2ConfigGroupSup1,
4754                        ciscoLwappAPGroupsVlanConfigGroupSup1,
4755                        cLAPGroupsVenueConfigGroup,
4756                        cLAPGroupsMultipleVenueGroup,
4757                        ciscoLwappWlanConfigClientGroupSup2,
4758                        ciscoLwappWlanConfigFlexibleNetflowGroup,
4759                        ciscoLwappWlanConfigGroupSup5,
4760                        ciscoLwappAPGroupsVlanConfigGroupSup2,
4761                        ciscoLwappWlanConfigGroupSup6,
4762                        ciscoLwappWlanConfigGroupSup7,
4763                        ciscoLwappWlanConfigGroupSup8,
4764                        ciscoLwappWlan11vConfigGroup,
4765                        ciscoLwappApGroupConfigGroup,
4766                        ciscoLwappPolicyConfigGroup
4767                    }
4768    ::= { ciscoLwappWlanMIBCompliances 11 }
4769
4770-- ********************************************************************
4771-- *    Units of conformance
4772-- ********************************************************************
4773
4774ciscoLwappWlanConfigGroup OBJECT-GROUP
4775    OBJECTS         { cLWlanRowStatus }
4776    STATUS          deprecated
4777    DESCRIPTION
4778        "This collection of objects represent the
4779        configuration of WLANs on the controller to be passed
4780        to an LWAPP AP.
4781        ciscoLwappWlanConfigGroup object is superseded by
4782        ciscoLwappWlanConfigGroupSup1."
4783    ::= { ciscoLwappWlanMIBGroups 1 }
4784
4785ciscoLwappWlanConfigGroupSup1 OBJECT-GROUP
4786    OBJECTS         {
4787                        cLWlanRowStatus,
4788                        cLWlanProfileName,
4789                        cLWlanSsid,
4790                        cLWlanDiagChan,
4791                        cLWlanStorageType
4792                    }
4793    STATUS          current
4794    DESCRIPTION
4795        "This collection of objects represent the
4796        configuration of WLANs on the controller to be passed
4797        to an LWAPP AP."
4798    ::= { ciscoLwappWlanMIBGroups 2 }
4799
4800ciscoLwappWlanConfigClientGroup OBJECT-GROUP
4801    OBJECTS         { cLWlanClientAclName }
4802    STATUS          current
4803    DESCRIPTION
4804        "This collection of objects represent the
4805        configuration of WLANs on the controller to be passed
4806        to an 8021.11 clients."
4807    ::= { ciscoLwappWlanMIBGroups 3 }
4808
4809ciscoLwappWlan11uConfigGroup OBJECT-GROUP
4810    OBJECTS         {
4811                        cLWlan11uStatus,
4812                        cLWlan11uInternetAccess,
4813                        cLWlan11uNetworkType,
4814                        cLWlan11uVenueGroup,
4815                        cLWlan11uVenueType,
4816                        cLWlan11uVenueName,
4817                        cLWlan11uOui,
4818                        cLWlan11uOuiIsBeacon,
4819                        cLWlan11uOuiRowStatus,
4820                        cLWlan11uOuiStorageType
4821                    }
4822    STATUS          deprecated
4823    DESCRIPTION
4824        "This collection of objects represents 802.11u
4825        related configuration of WLANs on the controller
4826        to be passed to an AP.
4827        ciscoLwappWlan11uConfigGroup object is superseded
4828        by ciscoLwappWlan11uConfigGroupsup1."
4829    ::= { ciscoLwappWlanMIBGroups 4 }
4830
4831ciscoLwappAPGroupsVlanConfigGroup OBJECT-GROUP
4832    OBJECTS         {
4833                        cLAPGroupsVlanMappingInterfaceName,
4834                        cLAPGroupNACSupport,
4835                        cLAPGroupsVlanConfigRowStatus,
4836                        cLAPGroupsVlanConfigStorageType
4837                    }
4838    STATUS          deprecated
4839    DESCRIPTION
4840        "This collection of objects represent the
4841        configuration of AP Groups Vlan on the controller
4842        to be passed to an AP.
4843        ciscoLwappAPGroupsVlanConfigGroup object is superseded by
4844        ciscoLwappAPGroupsVlanConfigGroupSup2."
4845    ::= { ciscoLwappWlanMIBGroups 5 }
4846
4847ciscoLwappWlanConfigGroupSup2 OBJECT-GROUP
4848    OBJECTS         {
4849                        cLWlanLoadBalancingEnable,
4850                        cLWlanBandSelectEnable,
4851                        cLWlanPassiveClientEnable,
4852                        cLWlanIsWired,
4853                        cLWlanIngressInterface,
4854                        cLWlanNACSupport,
4855                        cLWlanWepKeyChange,
4856                        cLWlanChdEnable,
4857                        cLWlan802dot11anDTIM,
4858                        cLWlan802dot11bgnDTIM
4859                    }
4860    STATUS          current
4861    DESCRIPTION
4862        "This collection of objects represent the
4863        configuration of WLANs on the controller to be passed
4864        to an LWAPP AP."
4865    ::= { ciscoLwappWlanMIBGroups 6 }
4866
4867ciscoLwappWlanConfigClientGroupSup1 OBJECT-GROUP
4868    OBJECTS         { cLWlanP2PBlocking }
4869    STATUS          current
4870    DESCRIPTION
4871        "This collection of objects represent the
4872        configuration of WLANs on the controller to be passed
4873        to an 8021.11 clients."
4874    ::= { ciscoLwappWlanMIBGroups 7 }
4875
4876ciscoLwappWlanConfigGroupSup3 OBJECT-GROUP
4877    OBJECTS         {
4878                        cLWlanReAnchorRoamedVoiceClientsEnable,
4879                        cLWlanMulticastInterfaceEnable,
4880                        cLWlanMulticastInterface,
4881                        cLWlanMulticastDirectEnable,
4882                        cLWlanNACPostureSupport,
4883                        cLWlanMaxClientsAccepted,
4884                        cLWlanScanDeferPriority,
4885                        cLWlanScanDeferTime,
4886                        cLWlanLanSubType,
4887                        cLWlanWebAuthOnMacFilterFailureEnabled,
4888                        cLWlanStaticIpTunnelingEnabled
4889                    }
4890    STATUS          current
4891    DESCRIPTION
4892        "This collection of objects represent the
4893        configuration of WLANs on the controller to be passed
4894        to an LWAPP AP."
4895    ::= { ciscoLwappWlanMIBGroups 8 }
4896
4897ciscoLwappWlan11uConfigGroupsup1 OBJECT-GROUP
4898    OBJECTS         {
4899                        cLWlan11uStatus,
4900                        cLWlan11uInternetAccess,
4901                        cLWlan11uNetworkType,
4902                        cLWlan11uHessid,
4903                        cLWlan11uNetworkAuthType,
4904                        cLWlan11uOui,
4905                        cLWlan11uOuiIsBeacon,
4906                        cLWlan11uOuiRowStatus,
4907                        cLWlan11uOuiStorageType,
4908                        cLWlan11uRealmName,
4909                        cLWlan11uRealmRowStatus,
4910                        cLWlan11uRealmEapMethod,
4911                        cLWlan11uRealmEapRowStatus,
4912                        cLWlan11uRealmEapAuthMethod,
4913                        cLWlan11uRealmEapAuthParam,
4914                        cLWlan11uRealmEapAuthRowStatus,
4915                        cLWlan11uDomainName,
4916                        cLWlan11uDomainRowStatus,
4917                        cLWlan11u3gppCountryCode,
4918                        cLWlan11u3gppNetworkCode,
4919                        cLWlan11u3gppRowStatus,
4920                        cLWlan11uIpAddressAvailIpv4,
4921                        cLWlan11uIpAddressAvailIpv6
4922                    }
4923    STATUS          current
4924    DESCRIPTION
4925        "This collection of objects represents 802.11u
4926        related configuration of WLANs on the controller
4927        to be passed to an AP."
4928    ::= { ciscoLwappWlanMIBGroups 9 }
4929
4930ciscoLwappWlanServiceAdvertisementConfigGroup OBJECT-GROUP
4931    OBJECTS         {
4932                        cLWlanServiceAdvertisementStatus,
4933                        cLWlanServiceAdvertisementMsapServerIndex
4934                    }
4935    STATUS          current
4936    DESCRIPTION
4937        "This collection of objects represents 802.11u
4938        related configuration of WLANs on the controller
4939        to be passed to an AP."
4940    ::= { ciscoLwappWlanMIBGroups 10 }
4941
4942ciscoLwappWlanHotSpot2ConfigGroup OBJECT-GROUP
4943    OBJECTS         {
4944                        cLWlanHotSpot2OperatorName,
4945                        cLWlanHotSpot2OperatorLanguage,
4946                        cLWlanHotSpot2OperatorRowStatus,
4947                        cLWlanHotSpot2PortConfigIpProtocol,
4948                        cLWlanHotSpot2PortConfigPortNumber,
4949                        cLWlanHotSpot2PortConfigStatus,
4950                        cLWlanHotSpot2PortConfigRowStatus
4951                    }
4952    STATUS          current
4953    DESCRIPTION
4954        "This collection of objects represents 802.11u
4955        related configuration of WLANs on the controller
4956        to be passed to an AP."
4957    ::= { ciscoLwappWlanMIBGroups 11 }
4958
4959ciscoLwappWlanIosConfigGroup OBJECT-GROUP
4960    OBJECTS         {
4961                        cLWlanIosAccountingMethodListName,
4962                        cLWlanIosAuthenticationMethodListName,
4963                        cLWlanIosMacFilteringMethodListName,
4964                        cLWlanIosWebAuthMethodListName,
4965                        cLWlanIosQosUpStreamProfileName,
4966                        cLWlanIosQosDownStreamProfileName,
4967                        cLWlanIngressDHCPOption82Format,
4968                        cLWlanIngressDHCPOption82Ascii,
4969                        cLWlanIngressDHCPOption82Rid,
4970                        cLWlanIngressDHCPOption82Enable,
4971                        cLWlanIosScanDeferPriority,
4972                        cLWlanIosWebAuthParameterMapName,
4973                        cLWlanIosQosClientUpStreamProfileName,
4974                        cLWlanIosQosClientDownStreamProfileName
4975                    }
4976    STATUS          current
4977    DESCRIPTION
4978        "This collection of objects represents IOS
4979        related configuration of WLANs on the controller
4980        to be passed to an AP."
4981    ::= { ciscoLwappWlanMIBGroups 12 }
4982
4983ciscoLwappWlanQosConfigGroup OBJECT-GROUP
4984    OBJECTS         {
4985                        cLWlanClientDSAverageDataRate,
4986                        cLWlanClientUSAverageDataRate,
4987                        cLWlanClientDSBurstDataRate,
4988                        cLWlanClientUSBurstDataRate,
4989                        cLWlanClientDSAvgRealTimeDataRate,
4990                        cLWlanClientUSAvgRealTimeDataRate,
4991                        cLWlanClientDSBurstRealTimeDataRate,
4992                        cLWlanClientUSBurstRealTimeDataRate,
4993                        cLWlanSsidDSAverageDataRate,
4994                        cLWlanSsidUSAverageDataRate,
4995                        cLWlanSsidDSBurstDataRate,
4996                        cLWlanSsidUSBurstDataRate,
4997                        cLWlanSsidDSAvgRealTimeDataRate,
4998                        cLWlanSsidUSAvgRealTimeDataRate,
4999                        cLWlanSsidDSBurstRealTimeDataRate,
5000                        cLWlanSsidUSBurstRealTimeDataRate,
5001                        cLWlanWlanDSAverageDataRate,
5002                        cLWlanWlanUSAverageDataRate,
5003                        cLWlanWlanDSBurstDataRate,
5004                        cLWlanWlanUSBurstDataRate,
5005                        cLWlanWlanDSAvgRealTimeDataRate,
5006                        cLWlanWlanUSAvgRealTimeDataRate,
5007                        cLWlanWlanDSBurstRealTimeDataRate,
5008                        cLWlanWlanUSBurstRealTimeDataRate
5009                    }
5010    STATUS          current
5011    DESCRIPTION
5012        "This collection of objects represents QoS
5013        related configuration of WLANs on the controller
5014        to be passed to an AP."
5015    ::= { ciscoLwappWlanMIBGroups 13 }
5016
5017ciscoLwappWlanConfigGroupSup4 OBJECT-GROUP
5018    OBJECTS         {
5019                        cLWlanKtsCacSupportEnabled,
5020                        cLWlanWifiDirectPolicyStatus,
5021                        cLWlanWebAuthIPv6AclName,
5022                        cLWlanHotSpot2Enabled,
5023                        cLWlanMaxClientsAllowedPerRadio,
5024                        cLWlanDhcpDeviceProfiling,
5025                        cLWlanMacAuthOverDot1xEnabled,
5026                        cLWlanUserTimeout,
5027                        cLWlanUserIdleThreshold,
5028                        cLWlanHttpDeviceProfiling,
5029                        cLWlanHotSpotClearConfig,
5030                        cLWlanRadiusAuthFourthServer,
5031                        cLWlanRadiusAuthFifthServer,
5032                        cLWlanRadiusAuthSixthServer,
5033                        cLWlanRadiusAcctFourthServer,
5034                        cLWlanRadiusAcctFifthServer,
5035                        cLWlanRadiusAcctSixthServer,
5036                        cLWlanSelfAnchorEnabled
5037                    }
5038    STATUS          deprecated
5039    DESCRIPTION
5040        "This collection of objects represent the
5041        configuration of WLANs on the controller to be passed
5042        to an LWAPP AP.This object is superceded by
5043        ciscoLwappWlanConfigGroupSup5.
5044        ciscoLwappWlanConfigGroupSup4 object is superseded by ciscoLwappWlanConfigGroupSup5."
5045    ::= { ciscoLwappWlanMIBGroups 14 }
5046
5047ciscoLwappWlan11uConfigGroupsup2 OBJECT-GROUP
5048    OBJECTS         { cLWlan11uRealmEapAuthCredentialType }
5049    STATUS          current
5050    DESCRIPTION
5051        "This collection of objects represents 802.11u
5052        related configuration of WLANs on the controller
5053        to be passed to an AP."
5054    ::= { ciscoLwappWlanMIBGroups 15 }
5055
5056ciscoLwappWlanHotSpot2ConfigGroupSup1 OBJECT-GROUP
5057    OBJECTS         {
5058                        cLWlanHotSpot2WanLinkStatus,
5059                        cLWlanHotSpot2WanSymLinkStatus,
5060                        cLWlanHotSpot2WanDownLinkSpeed,
5061                        cLWlanHotSpot2WanUpLinkSpeed
5062                    }
5063    STATUS          current
5064    DESCRIPTION
5065        "This collection of objects represents 802.11u
5066        related configuration of WLANs on the controller
5067        to be passed to an AP."
5068    ::= { ciscoLwappWlanMIBGroups 16 }
5069
5070ciscoLwappAPGroupsVlanConfigGroupSup1 OBJECT-GROUP
5071    OBJECTS         { cLAPGroupsWlanOrderIndex }
5072    STATUS          current
5073    DESCRIPTION
5074        "This collection of objects represent the
5075        configuration of AP Groups Vlan on the controller
5076        to be passed to an AP."
5077    ::= { ciscoLwappWlanMIBGroups 17 }
5078
5079cLAPGroupsVenueConfigGroup OBJECT-GROUP
5080    OBJECTS         {
5081                        cLAPGroupsVenueConfigVenueGroup,
5082                        cLAPGroupsVenueConfigVenueType,
5083                        cLAPGroupsVenueConfigVenueName,
5084                        cLAPGroupsVenueConfigLanguage,
5085                        cLAPGroupsOperatingClass
5086                    }
5087    STATUS          current
5088    DESCRIPTION
5089        "This collection of objects represent the
5090        configuration of Venue groups on the controller
5091        to be passed to an AP."
5092    ::= { ciscoLwappWlanMIBGroups 18 }
5093
5094cLAPGroupsMultipleVenueGroup OBJECT-GROUP
5095    OBJECTS         {
5096                        cLAPGroupsMultipleVenueName,
5097                        cLAPGroupsMultipleVenueRowStatus
5098                    }
5099    STATUS          current
5100    DESCRIPTION
5101        "This collection of objects represent the
5102        configuration of Venue groups on the controller
5103        to be passed to an AP."
5104    ::= { ciscoLwappWlanMIBGroups 19 }
5105
5106ciscoLwappWlanConfigClientGroupSup2 OBJECT-GROUP
5107    OBJECTS         { cLWlanClientIPv6AclName }
5108    STATUS          current
5109    DESCRIPTION
5110        "This collection of objects represent the
5111        configuration of WLANs on the controller to be passed
5112        to an 8021.11 clients."
5113    ::= { ciscoLwappWlanMIBGroups 20 }
5114
5115ciscoLwappWlanConfigFlexibleNetflowGroup OBJECT-GROUP
5116    OBJECTS         {
5117                        cLWlanFlexibleNetflowMonitorName,
5118                        cLWlanFlexibleNetflowRowStatus
5119                    }
5120    STATUS          current
5121    DESCRIPTION
5122        "This collection of objects represent the configuration
5123        of flexible netflow policy details per WLAN
5124        on the conroller to be passed to an AP."
5125    ::= { ciscoLwappWlanMIBGroups 21 }
5126
5127ciscoLwappWlanConfigGroupSup5 OBJECT-GROUP
5128    OBJECTS         {
5129                        cLWlanKtsCacSupportEnabled,
5130                        cLWlanWifiDirectPolicyStatus,
5131                        cLWlanWebAuthIPv6AclName,
5132                        cLWlanHotSpot2Enabled,
5133                        cLWlanMaxClientsAllowedPerRadio,
5134                        cLWlanDhcpDeviceProfiling,
5135                        cLWlanMacAuthOverDot1xEnabled,
5136                        cLWlanUserTimeout,
5137                        cLWlanUserIdleThreshold,
5138                        cLWlanHttpDeviceProfiling,
5139                        cLWlanHotSpotClearConfig,
5140                        cLWlanRadiusAuthFourthServer,
5141                        cLWlanRadiusAuthFifthServer,
5142                        cLWlanRadiusAuthSixthServer,
5143                        cLWlanRadiusAcctFourthServer,
5144                        cLWlanRadiusAcctFifthServer,
5145                        cLWlanRadiusAcctSixthServer,
5146                        cLWlanSelfAnchorEnabled,
5147                        cLWlanUniversalAdmin
5148                    }
5149    STATUS          current
5150    DESCRIPTION
5151        "This collection of objects represent the
5152        configuration of WLANs on the controller to be passed
5153        to an LWAPP AP."
5154    ::= { ciscoLwappWlanMIBGroups 22 }
5155
5156ciscoLwappAPGroupsVlanConfigGroupSup2 OBJECT-GROUP
5157    OBJECTS         {
5158                        cLAPGroupNACSupport,
5159                        cLAPGroupsVlanConfigRowStatus,
5160                        cLAPGroupsVlanConfigStorageType,
5161                        cLAPGroupsVlanMappingInterfaceNameRev1
5162                    }
5163    STATUS          current
5164    DESCRIPTION
5165        "This collection of objects represent the
5166        configuration of AP Groups Vlan on the controller
5167        to be passed to an AP."
5168    ::= { ciscoLwappWlanMIBGroups 23 }
5169
5170ciscoLwappWlanConfigGroupSup6 OBJECT-GROUP
5171    OBJECTS         { cLWlan11acMuMimoEnabled }
5172    STATUS          current
5173    DESCRIPTION
5174        "This collection of objects represent the
5175        configuration of WLANs on the controller to be passed
5176        to an LWAPP AP."
5177    ::= { ciscoLwappWlanMIBGroups 24 }
5178
5179ciscoLwappWlanConfigGroupSup7 OBJECT-GROUP
5180    OBJECTS         {
5181                        cLAPGroupsHyperlocationEnable,
5182                        cLAPGroupsPakRssiThreshold,
5183                        cLAPGroupsPakRssiThresholdTrigger,
5184                        cLAPGroupsPakRssiNtpIpAddressType,
5185                        cLAPGroupsPakRssiNtpAddress
5186                    }
5187    STATUS          current
5188    DESCRIPTION
5189        "This collection of objects represent the
5190        configuration of AP Groups HyperLocation on the
5191        controller to be passed to an LWAPP AP."
5192    ::= { ciscoLwappWlanMIBGroups 25 }
5193
5194ciscoLwappWlanConfigGroupSup8 OBJECT-GROUP
5195    OBJECTS         {
5196                        cLAPGroupsLANPortStatus,
5197                        cLAPGroupsLANPortPoeStatus,
5198                        cLAPGroupsLANPortRlanName,
5199                        cLAPGroupsLANPortRowStatus,
5200                        cLAPGroupsExtModuleStatus,
5201                        cLAPGroupsExtModuleRlanName
5202                    }
5203    STATUS          current
5204    DESCRIPTION
5205        "This collection of objects represent the
5206        configuration of AP Groups LAN Port on the controller
5207        to be passed to an LWAPP AP."
5208    ::= { ciscoLwappWlanMIBGroups 26 }
5209
5210ciscoLwappWlan11vConfigGroup OBJECT-GROUP
5211    OBJECTS         {
5212                        cLWlan11vBssTransEnable,
5213                        cLWlan11vDisassocImmiEnable,
5214                        cLWlan11vDisassocTimer,
5215                        cLWlan11vOpRoamDisassocTimer
5216                    }
5217    STATUS          current
5218    DESCRIPTION
5219        "This collection of objects represents 802.11v BSS Transistion
5220        related configuration of WLANs on the controller
5221        to be passed to an AP."
5222    ::= { ciscoLwappWlanMIBGroups 27 }
5223
5224ciscoLwappApGroupConfigGroup OBJECT-GROUP
5225    OBJECTS         {
5226                        cLAPGroupNasId,
5227                        cLApGroupPreferMode,
5228                        cLApGroupGlobalWebAuthConfig,
5229                        cLApGroupExternalWebAuthUrl,
5230                        cLAPGroupsPolicyIndex,
5231                        cLAPGroupsPolicyWlanProfile,
5232                        cLAPGroupsPolicyRowStatus,
5233                        cLAPGroupTrafficQinqEnabled,
5234                        cLAPGroupDhcpQinqEnabled,
5235                        cLAPGroupQinqServiceVlanId
5236                    }
5237    STATUS          current
5238    DESCRIPTION
5239        "This collection of objects represents AP group related
5240        configuration of WLANs on the controller."
5241    ::= { ciscoLwappWlanMIBGroups 28 }
5242
5243ciscoLwappPolicyConfigGroup OBJECT-GROUP
5244    OBJECTS         {
5245                        cLPolicyName,
5246                        cLPolicyRoleName,
5247                        cLPolicyEapType,
5248                        cLPolicyAclName,
5249                        cLPolicyVlanId,
5250                        cLPolicyQosProfile,
5251                        cLPolicySessionTimeout,
5252                        cLPolicySleepTimeout,
5253                        cLPolicyRowStatus,
5254                        cLPolicyFlexAclName,
5255                        cLPolicyAvcProfileName,
5256                        cLPolicyMdnsProfileName,
5257                        cLPolicyFlexVlanId,
5258                        cLPolicyUrlAclName,
5259                        cLPolicyOpendnsProfileName,
5260                        cLPolicyDeviceName,
5261                        cLPolicyDeviceRowStatus,
5262                        cLPolicyActiveStartTime,
5263                        cLPolicyActiveEndTime,
5264                        cLPolicyActiveHoursRowStatus,
5265                        cLPolicyWlanSchedulingStatus,
5266                        cLPolicyWlanSchedulingStartTime,
5267                        cLPolicyWlanSchedulingEndTime,
5268                        cLPolicyWlanSchedulingRowStatus
5269                    }
5270    STATUS          current
5271    DESCRIPTION
5272        "This collection of objects represents Policy related
5273        configuration of WLANs on the controller."
5274    ::= { ciscoLwappWlanMIBGroups 29 }
5275
5276END
5277
5278
5279