1-- *******************************************************************
2-- CISCO-LWAPP-SYS-MIB.my
3-- March 2007, Devesh Pujari, Srinath Candadai
4-- Feb 2011, Suja Thangaveluchamy
5--
6-- Copyright (c) 2007-2012 by Cisco Systems Inc.
7-- All rights reserved.
8-- *******************************************************************
9
10CISCO-LWAPP-SYS-MIB DEFINITIONS ::= BEGIN
11
12IMPORTS
13    MODULE-IDENTITY,
14    OBJECT-TYPE,
15    Unsigned32,
16    Counter32,
17    NOTIFICATION-TYPE
18        FROM SNMPv2-SMI
19    MODULE-COMPLIANCE,
20    OBJECT-GROUP,
21    NOTIFICATION-GROUP
22        FROM SNMPv2-CONF
23    RowStatus,
24    DisplayString,
25    TruthValue
26        FROM SNMPv2-TC
27    SnmpAdminString
28        FROM SNMP-FRAMEWORK-MIB
29    InetAddressType,
30    InetAddress,
31    InetPortNumber
32        FROM INET-ADDRESS-MIB
33    cldcClientAccessVLAN,
34    cldcClientMacAddress
35        FROM CISCO-LWAPP-DOT11-CLIENT-MIB
36    ciscoMgmt
37        FROM CISCO-SMI;
38
39
40-- *******************************************************************
41-- *  MODULE IDENTITY
42-- *******************************************************************
43
44ciscoLwappSysMIB MODULE-IDENTITY
45    LAST-UPDATED    "201208060000Z"
46    ORGANIZATION    "Cisco Systems Inc."
47    CONTACT-INFO
48            "Cisco Systems,
49            Customer Service
50            Postal: 170 West Tasman Drive
51            San Jose, CA  95134
52            USA
53            Tel: +1 800 553-NETS
54
55            Email: cs-wnbu-snmp@cisco.com"
56    DESCRIPTION
57        "This MIB is intended to be implemented on all those
58        devices operating as Central controllers, that
59        terminate the Light Weight Access Point Protocol
60        tunnel from Cisco Light-weight LWAPP Access Points.
61
62        This MIB provides global configuration and status
63        information for the controller. All general system
64        related information is presented in this MIB.
65
66        The relationship between CC and the LWAPP APs
67        can be depicted as follows:
68
69              +......+     +......+     +......+
70              +      +     +      +     +      +
71              +  CC  +     +  CC  +     +  CC  +
72              +      +     +      +     +      +
73              +......+     +......+     +......+
74                ..            .             .
75                ..            .             .
76               .  .            .             .
77              .    .            .             .
78             .      .            .             .
79            .        .            .             .
80        +......+ +......+     +......+      +......+
81        +      + +      +     +      +      +      +
82        +  AP  + +  AP  +     +  AP  +      +  AP  +
83        +      + +      +     +      +      +      +
84        +......+ +......+     +......+      +......+
85                   .              .             .
86                 .  .              .             .
87                .    .              .             .
88               .      .              .             .
89              .        .              .             .
90           +......+ +......+     +......+      +......+
91           +      + +      +     +      +      +      +
92           +  MN  + +  MN  +     +  MN  +      +  MN  +
93           +      + +      +     +      +      +      +
94           +......+ +......+     +......+      +......+
95
96
97        The LWAPP tunnel exists between the controller and
98        the APs.  The MNs communicate with the APs through
99        the protocol defined by the 802.11 standard.
100
101        LWAPP APs, upon bootup, discover and join one of the
102        controllers and the controller pushes the configuration,
103        that includes the WLAN parameters, to the LWAPP APs.
104        The APs then encapsulate all the 802.11 frames from
105        wireless clients inside LWAPP frames and forward
106        the LWAPP frames to the controller.
107
108                           GLOSSARY
109
110        Access Point ( AP )
111
112        An entity that contains an 802.11 medium access
113        control ( MAC ) and physical layer ( PHY ) interface
114        and provides access to the distribution services via
115        the wireless medium for associated clients.
116
117        LWAPP APs encapsulate all the 802.11 frames in
118        LWAPP frames and sends them to the controller to which
119        it is logically connected.
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        Central Controller.
126
127        Mobile Node ( MN )
128
129        A roaming 802.11 wireless device in a wireless
130        network associated with an access point. Mobile Node
131        and client are used interchangeably.
132
133        Extensible Authentication Protocol ( EAP )
134
135        EAP is a universal authentication protocol used in
136        wireless and PPP networks. It is defined by RFC 3748.
137
138        EAP-Flexible Authentication ( EAP-FAST )
139
140        This protocol is used via secure tunneling for 802.1X EAP.
141
142        PAC
143
144        PAC (Protected Access Credential) is a meachanism for
145        mutual authentication in EAP-FAST.
146
147
148        REFERENCE
149
150        [1] Wireless LAN Medium Access Control ( MAC ) and
151            Physical Layer ( PHY ) Specifications.
152
153        [2] Draft-obara-capwap-lwapp-00.txt, IETF Light
154            Weight Access Point Protocol.
155
156        [3] IEEE 802.1X - Authentication for Wireless and
157            Wired Connections."
158    REVISION        "201208060000Z"
159    DESCRIPTION
160        "Added ciscoLwappSysConfigGroupSup1,
161        ciscoLwappSysMldConfigGroup, ciscoLwappSysConfigStatsGroup,
162        ciscoLwappSysAlarmObjectGroup, ciscoLwappSysThresholdGroup,
163        ciscoLwappSysHeartBeatGroup and ciscoLwappSysInfoGroup.
164        Deprecated ciscoLwappSysMIBComplianceRev2 and added
165        ciscoLwappSysMIBComplianceRev3"
166    REVISION        "201206180000Z"
167    DESCRIPTION
168        "Added ciscoLwappSysPortConfigGroup,
169        ciscoLwappSysSecurityConfigGroup, ciscoLwappSysIgmpConfigGroup,
170        ciscoLwappSysSecNotifObjsGroup, ciscoLwappSysNotifsGroup and
171        ciscoLwappSysNotifControlGroup.
172        Deprecated ciscoLwappSysMIBComplianceRev1 and added
173        ciscoLwappSysMIBComplianceRev2"
174    REVISION        "201002090000Z"
175    DESCRIPTION
176        "Updated clsTransferConfigGroup, ciscoLwappSysConfigGroupSup1.
177        Deprecate ciscoLwappSysMIBCompliance.
178        Added clsTransferConfig, clsSysArpProxyEnabled."
179    REVISION        "200703140000Z"
180    DESCRIPTION
181        "Initial version of this MIB module."
182    ::= { ciscoMgmt 618 }
183
184
185ciscoLwappSysMIBNotifs  OBJECT IDENTIFIER
186    ::= { ciscoLwappSysMIB 0 }
187
188ciscoLwappSysMIBObjects  OBJECT IDENTIFIER
189    ::= { ciscoLwappSysMIB 1 }
190
191ciscoLwappSysMIBConform  OBJECT IDENTIFIER
192    ::= { ciscoLwappSysMIB 2 }
193
194-- This is reserved for objects in CISCO-LWAPP-LBS-MIB
195-- ciscoLwappLbsMIB  OBJECT IDENTIFIER ::= { ciscoLwappSysMIB 3 }
196
197clsConfig  OBJECT IDENTIFIER
198    ::= { ciscoLwappSysMIBObjects 1 }
199
200clsStatus  OBJECT IDENTIFIER
201    ::= { ciscoLwappSysMIBObjects 2 }
202
203clsImageInfo  OBJECT IDENTIFIER
204    ::= { ciscoLwappSysMIBObjects 3 }
205
206clsCpuInfo  OBJECT IDENTIFIER
207    ::= { ciscoLwappSysMIBObjects 4 }
208
209clsSecurityGroup  OBJECT IDENTIFIER
210    ::= { ciscoLwappSysMIBObjects 5 }
211
212ciscoLwappSysMIBNotifObjects  OBJECT IDENTIFIER
213    ::= { ciscoLwappSysMIBObjects 6 }
214
215ciscoLwappSysMIBNotifControlObjects  OBJECT IDENTIFIER
216    ::= { ciscoLwappSysMIBObjects 7 }
217
218clsSysInfo  OBJECT IDENTIFIER
219    ::= { ciscoLwappSysMIBObjects 8 }
220
221
222clsDot3BridgeEnabled OBJECT-TYPE
223    SYNTAX          TruthValue
224    MAX-ACCESS      read-write
225    STATUS          current
226    DESCRIPTION
227        "This object specifies whether 803.2 bridging
228        mode is enabled or disabled on the controller.
229        A value of 'true' specifies that the bridging
230        mode is enabled. A value of 'false' specifies
231        that the bridging mode is disabled."
232    ::= { clsConfig 1 }
233clsConfigDownload  OBJECT IDENTIFIER
234    ::= { clsConfig 2 }
235
236clsConfigUpload  OBJECT IDENTIFIER
237    ::= { clsConfig 3 }
238
239
240clsDownloadFileType OBJECT-TYPE
241    SYNTAX          INTEGER  {
242                        unknown(1),
243                        code(2),
244                        config(3),
245                        webAuthCert(4),
246                        webAdminCert(5),
247                        signatures(6),
248                        customWebAuth(7),
249                        vendorDeviceCert(8),
250                        vendorCaCert(9)
251                    }
252    MAX-ACCESS      read-write
253    STATUS          current
254    DESCRIPTION
255        "This object specifies the file types that
256        can be downloaded to the controller.
257        The file types for download are:
258          unknown          -   Unknown file type
259          code             -   Code file
260          config           -   Configuration file
261          webAuthCert      -   Web authentication certificates
262          webAdminCert     -   Web administrative certificates
263          signatures       -   Signature file
264          customWebAuth    -   Custom web authentication
265                               tar file
266          vendorDeviceCert -   Vendor device certificates
267          vendorCaCert     -   Vendor certificate authority
268                               certificates"
269    ::= { clsConfigDownload 1 }
270
271clsDownloadCertificateKey OBJECT-TYPE
272    SYNTAX          SnmpAdminString (SIZE  (0..255))
273    MAX-ACCESS      read-write
274    STATUS          current
275    DESCRIPTION
276        "This object specifies the key used
277        to encrypt the EAP certificate, specified
278        by IEEE 802.1X standard, during upload from
279        the controller and for decrypting the file
280        after its downloaded to the controller.
281        This object is relevant only when
282        clsDownloadFileType is  'vendorDeviceCert'.
283        For all other values of clsDownloadFileType
284        object this will return an empty string."
285    ::= { clsConfigDownload 2 }
286
287clsUploadFileType OBJECT-TYPE
288    SYNTAX          INTEGER  {
289                        unknown(1),
290                        config(2),
291                        errorLog(3),
292                        systemTrace(4),
293                        trapLog(5),
294                        crashFile(6),
295                        signatures(7),
296                        pac(8),
297                        radioCoreDump(9),
298                        invalidConfig(10),
299                        debugfile(11),
300                        pktCapture(12),
301                        watchdogCrash(13),
302                        panicCrash(14),
303                        vendorDevCert(15),
304                        vendorCaCert(16),
305                        webAdminCert(17),
306                        webAuthCert(18)
307                    }
308    MAX-ACCESS      read-write
309    STATUS          current
310    DESCRIPTION
311        "This object specifies the file types that
312        can be uploaded to the controller.
313        The file types for upload are:
314          unknown     -   Unknown file
315          config      -   Configuration file
316          errorLog    -   Error log
317          systemTrace -   System trace
318          trapLog     -   Trap log
319          crashFile   -   Crash file
320          signatures  -   Signature file
321          pac         -   PAC file
322          radioCoreDump -   AP's Radio core dump file
323          invalidConfig - Upload the file which contains the
324                          invalid configuration commands feeded
325                          by the downloaded Config file.
326          debugfile     -   Debug file.
327          pktCapture    - Packet Capture File
328          watchdogCrash - Watchdog Crash Information File
329          panicCrash    - Panic Crash Information File.
330          vendorDevCert - EAP ca certificate.
331          vendorCaCert  - EAP dev certificate.
332          webAdminCert  - Web Admin  certificate.
333          webAuthCert   - Web Auth certificate."
334    ::= { clsConfigUpload 1 }
335
336clsUploadPacUsername OBJECT-TYPE
337    SYNTAX          SnmpAdminString (SIZE  (0..63))
338    MAX-ACCESS      read-write
339    STATUS          current
340    DESCRIPTION
341        "This object specifies the upload user name
342        for protected access credential (PAC). This
343        object needs to be set before setting
344        clsUploadFileType to 'pac'.  For all other
345        values of clsUploadFileType this will return
346        an empty string."
347    ::= { clsConfigUpload 2 }
348
349clsUploadPacPassword OBJECT-TYPE
350    SYNTAX          SnmpAdminString (SIZE  (0..128))
351    MAX-ACCESS      read-write
352    STATUS          current
353    DESCRIPTION
354        "This object specifies the upload password for
355        protected access credential (PAC). This object
356        needs to be set before setting clsUploadFileType
357        to 'pac'. For all other values of
358        clsUploadFileType this will return an empty
359        string."
360    ::= { clsConfigUpload 3 }
361
362clsUploadPacValidity OBJECT-TYPE
363    SYNTAX          Unsigned32 (0..65535)
364    UNITS           "days"
365    MAX-ACCESS      read-write
366    STATUS          current
367    DESCRIPTION
368        "This object specifies the upload validity in
369        days for protected access credential (PAC).
370        This object is relevant only when
371        clsUploadFileType is set to 'pac'.
372        For all other values of clsUploadFileType
373        this will return an empty string."
374    ::= { clsConfigUpload 4 }
375clsTransferConfigGroup  OBJECT IDENTIFIER
376    ::= { clsConfig 4 }
377
378
379clsTransferConfigFileEncryption OBJECT-TYPE
380    SYNTAX          INTEGER  {
381                        disable(1),
382                        enable(2)
383                    }
384    MAX-ACCESS      read-write
385    STATUS          current
386    DESCRIPTION
387        "The configuration file can be encrypted before
388        upload from the controller and then decrypted
389        before downloading to the controller when this
390        option is enabled.
391        This is applicable only when clsDownloadFileType,
392        clsUploadFileType is set to Config."
393    ::= { clsTransferConfigGroup 1 }
394
395clsTransferConfigFileEncryptionKey OBJECT-TYPE
396    SYNTAX          SnmpAdminString (SIZE  (0..16))
397    MAX-ACCESS      read-write
398    STATUS          current
399    DESCRIPTION
400        "This is the key to be used when encrypting the
401        configuration file while upload from the controller
402        or while decrypting the file after download to
403        the controller.
404        This is applicable only when clsDownloadFileType,
405        clsUploadFileType is set to Config."
406    ::= { clsTransferConfigGroup 2 }
407clsTransferConfig  OBJECT IDENTIFIER
408    ::= { clsConfig 8 }
409
410
411clsTransferConfigTable OBJECT-TYPE
412    SYNTAX          SEQUENCE OF ClsTransferConfigEntry
413    MAX-ACCESS      not-accessible
414    STATUS          current
415    DESCRIPTION
416        "This table is used to configure the server details
417        which will be used
418        by the controller to upload/download files."
419    ::= { clsTransferConfig 1 }
420
421clsTransferConfigEntry OBJECT-TYPE
422    SYNTAX          ClsTransferConfigEntry
423    MAX-ACCESS      not-accessible
424    STATUS          current
425    DESCRIPTION
426        "Each entry in this table provides information about
427        the server to which the controller will
428                upload/download files."
429    INDEX           {
430                        clsTransferType,
431                        clsTransferMode
432                    }
433    ::= { clsTransferConfigTable 1 }
434
435ClsTransferConfigEntry ::= SEQUENCE {
436        clsTransferType              INTEGER,
437        clsTransferMode              INTEGER,
438        clsTransferServerAddressType InetAddressType,
439        clsTransferServerAddress     InetAddress,
440        clsTransferPath              SnmpAdminString,
441        clsTransferFilename          SnmpAdminString,
442        clsTransferFtpUsername       SnmpAdminString,
443        clsTransferFtpPassword       SnmpAdminString,
444        clsTransferFtpPortNum        InetPortNumber,
445        clsTransferTftpMaxRetries    Unsigned32,
446        clsTransferTftpTimeout       Unsigned32,
447        clsTransferStart             INTEGER,
448        clsTransferStatus            INTEGER,
449        clsTransferStatusString      SnmpAdminString
450}
451
452clsTransferType OBJECT-TYPE
453    SYNTAX          INTEGER  {
454                        download(1),
455                        upload(2)
456                    }
457    MAX-ACCESS      not-accessible
458    STATUS          current
459    DESCRIPTION
460        "Transfer type configures the type of operation
461        with the server by the controller. The mode is
462        either Upload or Download."
463    ::= { clsTransferConfigEntry 1 }
464
465clsTransferMode OBJECT-TYPE
466    SYNTAX          INTEGER  {
467                        tftp(1),
468                        ftp(2),
469                        sftp(3)
470                    }
471    MAX-ACCESS      not-accessible
472    STATUS          current
473    DESCRIPTION
474        "Transfer mode configures the mode of transfer used
475        by the controller with the server. The mode is
476        either TFTP or FTP/SFTP."
477    ::= { clsTransferConfigEntry 2 }
478
479clsTransferServerAddressType OBJECT-TYPE
480    SYNTAX          InetAddressType
481    MAX-ACCESS      read-write
482    STATUS          current
483    DESCRIPTION
484        "This object represents the address type of
485        the Server to which the controller will transfer the file."
486    ::= { clsTransferConfigEntry 3 }
487
488clsTransferServerAddress OBJECT-TYPE
489    SYNTAX          InetAddress
490    MAX-ACCESS      read-write
491    STATUS          current
492    DESCRIPTION
493        "This object represents the address of the Server to
494        which the controller will transfer the file."
495    ::= { clsTransferConfigEntry 4 }
496
497clsTransferPath OBJECT-TYPE
498    SYNTAX          SnmpAdminString (SIZE  (0..64))
499    MAX-ACCESS      read-write
500    STATUS          current
501    DESCRIPTION
502        "Transfer path configures the directory
503        path for file transfer. The controller
504        remembers the last file path used."
505    ::= { clsTransferConfigEntry 5 }
506
507clsTransferFilename OBJECT-TYPE
508    SYNTAX          SnmpAdminString (SIZE  (0..64))
509    MAX-ACCESS      read-write
510    STATUS          current
511    DESCRIPTION
512        "Transfer filename configures the file name for the
513        file being transferred from the controller.
514                The controller remembers the last file
515        name used. An example would be File Path
516        set to c:\tftp\code\ and File Name set to
517        e1r1v1.opr."
518    ::= { clsTransferConfigEntry 6 }
519
520clsTransferFtpUsername OBJECT-TYPE
521    SYNTAX          SnmpAdminString (SIZE  (0..31))
522    MAX-ACCESS      read-write
523    STATUS          current
524    DESCRIPTION
525        "This object is used to store the FTP username for
526        transferring file on the server.
527        This is valid only for FTP transfer mode."
528    ::= { clsTransferConfigEntry 7 }
529
530clsTransferFtpPassword OBJECT-TYPE
531    SYNTAX          SnmpAdminString (SIZE  (0..31))
532    MAX-ACCESS      read-write
533    STATUS          current
534    DESCRIPTION
535        "This object is used to store the FTP password for
536        transferring file on the server.
537        This is valid only for FTP transfer mode."
538    ::= { clsTransferConfigEntry 8 }
539
540clsTransferFtpPortNum OBJECT-TYPE
541    SYNTAX          InetPortNumber
542    MAX-ACCESS      read-write
543    STATUS          current
544    DESCRIPTION
545        "This object is used to store the port number to be used
546        by the FTP protocol while connecting to the server.
547        This is valid only for FTP transfer mode."
548    DEFVAL          { 21 }
549    ::= { clsTransferConfigEntry 9 }
550
551clsTransferTftpMaxRetries OBJECT-TYPE
552    SYNTAX          Unsigned32 (1..254)
553    MAX-ACCESS      read-write
554    STATUS          current
555    DESCRIPTION
556        "Maximum number of retries to be allowed for a
557        TFTP message packet.
558        This is valid only for TFTP transfer mode."
559    DEFVAL          { 10 }
560    ::= { clsTransferConfigEntry 10 }
561
562clsTransferTftpTimeout OBJECT-TYPE
563    SYNTAX          Unsigned32 (1..254)
564    MAX-ACCESS      read-write
565    STATUS          current
566    DESCRIPTION
567        "Timeout in seconds for a TFTP message packet.
568        This is valid only for TFTP transfer mode."
569    DEFVAL          { 6 }
570    ::= { clsTransferConfigEntry 11 }
571
572clsTransferStart OBJECT-TYPE
573    SYNTAX          INTEGER  {
574                        none(1),
575                        initiate(2),
576                        initiatePeer(3)
577                    }
578    MAX-ACCESS      read-write
579    STATUS          current
580    DESCRIPTION
581        "Transfer start will start the file transfer operation
582        on Active when it is set to initiate(2), it will
583                return none(1) for GET. Transfer start will start
584                the file transfer operation on Standby when it
585                is set to initiatePeer(3),"
586    ::= { clsTransferConfigEntry 12 }
587
588clsTransferStatus OBJECT-TYPE
589    SYNTAX          INTEGER  {
590                        notInitiated(1),
591                        transferStarting(2),
592                        errorStarting(3),
593                        wrongFileType(4),
594                        updatingConfig(5),
595                        invalidConfigFile(6),
596                        writingToFlash(7),
597                        failureWritingToFlash(8),
598                        checkingCRC(9),
599                        failedCRC(10),
600                        unknownDirection(11),
601                        transferSuccessful(12),
602                        transferFailed(13),
603                        bootBreakOff(14),
604                        invalidTarFile(15),
605                        unknown(99)
606                    }
607    MAX-ACCESS      read-only
608    STATUS          current
609    DESCRIPTION
610        "Indicates the current status of a transfer.
611
612        Following are valid only when clsTransferType
613        is 'download' :-
614        bootBreakOff(14), invalidTarFile(15)."
615    ::= { clsTransferConfigEntry 13 }
616
617clsTransferStatusString OBJECT-TYPE
618    SYNTAX          SnmpAdminString (SIZE  (0..255))
619    MAX-ACCESS      read-only
620    STATUS          current
621    DESCRIPTION
622        "Indicates in string format about the current
623        status of a transfer."
624    ::= { clsTransferConfigEntry 14 }
625
626
627clsConfigGeneral  OBJECT IDENTIFIER
628    ::= { clsConfig 5 }
629
630
631clsTimeZone OBJECT-TYPE
632    SYNTAX          Unsigned32
633    MAX-ACCESS      read-write
634    STATUS          current
635    DESCRIPTION
636        "This object timezone for the controller.
637        Enter the timezone location index.
638               1. (GMT-12:00) International Date Line West
639               2. (GMT-11:00) Samoa
640               3. (GMT-10:00) Hawaii
641               4. (GMT -9:00) Alaska
642               5. (GMT -8:00) Pacific Time (US and Canada)
643               6. (GMT -7:00) Mountain Time (US and Canada)
644               7. (GMT -6:00) Central Time (US and Canada)
645               8. (GMT -5:00) Eastern Time (US and Canada)
646               9. (GMT -4:00) Altantic Time (Canada)
647              10. (GMT -3:00) Buenos Aires (Agentina)
648              11. (GMT -2:00) Mid-Atlantic
649              12. (GMT -1:00) Azores
650              13. (GMT) London, Lisbon, Dublin, Edinburgh
651              14. (GMT +1:00) Amsterdam, Berlin, Rome, Vienna
652              15. (GMT +2:00) Jerusalem
653              16. (GMT +3:00) Baghdad
654              17. (GMT +4:00) Muscat, Abu Dhabi
655              18. (GMT +4:30) Kabul
656              19. (GMT +5:00) Karachi, Islamabad, Tashkent
657              20. (GMT +5:30) Colombo, Kolkata, Mumbai, New Delhi
658              21. (GMT +5:45) Katmandu
659              22. (GMT +6:00) Almaty, Novosibirsk
660              23. (GMT +6:30) Rangoon
661              24. (GMT +7:00) Saigon, Hanoi, Bangkok, Jakatar
662              25. (GMT +8:00) HongKong, Bejing, Chongquing
663              26. (GMT +9:00) Tokyo, Osaka, Sapporo
664              27. (GMT +9:30) Darwin
665              28. (GMT+10:00) Sydney, Melbourne, Canberra
666              29. (GMT+11:00) Magadan, Solomon Is., New Caledonia
667              30. (GMT+12:00) Kamchatka, Marshall Is., Fiji"
668    ::= { clsConfigGeneral 1 }
669
670clsTimeZoneDescription OBJECT-TYPE
671    SYNTAX          SnmpAdminString
672    MAX-ACCESS      read-only
673    STATUS          current
674    DESCRIPTION
675        "This object represents the timezone description
676        for the controller."
677    ::= { clsConfigGeneral 2 }
678
679clsMaxClientsTrapThreshold OBJECT-TYPE
680    SYNTAX          Unsigned32
681    UNITS           "Percent"
682    MAX-ACCESS      read-write
683    STATUS          current
684    DESCRIPTION
685        "This object specifies the threshold number
686        of clients on the controller to trigger a trap.
687        The trap ciscoLwappMaxClientsReached
688        will be triggered once the count of clients
689        on the controller  reaches this limit and the
690        clsMaxClientsTrapEnabled is enabled."
691    ::= { clsConfigGeneral 3 }
692
693clsMaxRFIDTagsTrapThreshold OBJECT-TYPE
694    SYNTAX          Unsigned32
695    UNITS           "Percent"
696    MAX-ACCESS      read-write
697    STATUS          current
698    DESCRIPTION
699        "This object specifies the threshold number
700        of RFID tags on the controller to trigger a trap.
701        The trap ciscoLwappMaxRFIDTagsReached
702        will be triggered once the count of RFID tags
703        on the controller reaches this limit and the
704        clsMaxRFIDTagsTrapEnabled is enabled."
705    ::= { clsConfigGeneral 4 }
706clsSyslogIpConfig  OBJECT IDENTIFIER
707    ::= { clsConfig 6 }
708
709
710cLSysLogConfigTable OBJECT-TYPE
711    SYNTAX          SEQUENCE OF CLSysLogConfigEntry
712    MAX-ACCESS      not-accessible
713    STATUS          current
714    DESCRIPTION
715        "This table is used to configure multiple syslog servers
716        to which the the syslog messages will be sent to by the
717        controller."
718    ::= { clsSyslogIpConfig 1 }
719
720cLSysLogConfigEntry OBJECT-TYPE
721    SYNTAX          CLSysLogConfigEntry
722    MAX-ACCESS      not-accessible
723    STATUS          current
724    DESCRIPTION
725        "Each entry in this table provides information about
726        the host to which the syslog messages will be sent to."
727    INDEX           { cLSysLogServerIndex }
728    ::= { cLSysLogConfigTable 1 }
729
730CLSysLogConfigEntry ::= SEQUENCE {
731        cLSysLogServerIndex   Unsigned32,
732        cLSysLogAddressType   InetAddressType,
733        cLSysLogAddress       InetAddress,
734        cLSysLogHostRowStatus RowStatus
735}
736
737cLSysLogServerIndex OBJECT-TYPE
738    SYNTAX          Unsigned32
739    MAX-ACCESS      not-accessible
740    STATUS          current
741    DESCRIPTION
742        "This object represents the index of the host to
743        which syslog messages will be sent."
744    ::= { cLSysLogConfigEntry 1 }
745
746cLSysLogAddressType OBJECT-TYPE
747    SYNTAX          InetAddressType
748    MAX-ACCESS      read-create
749    STATUS          current
750    DESCRIPTION
751        "This object represents the address type of
752        the host to which syslog messages will be sent.
753        'dns' is used when the hostname of the server
754        is configured."
755    ::= { cLSysLogConfigEntry 2 }
756
757cLSysLogAddress OBJECT-TYPE
758    SYNTAX          InetAddress
759    MAX-ACCESS      read-create
760    STATUS          current
761    DESCRIPTION
762        "This object represents the ipaddress or hostname
763        of the host to which syslog messages will be sent."
764    ::= { cLSysLogConfigEntry 3 }
765
766cLSysLogHostRowStatus OBJECT-TYPE
767    SYNTAX          RowStatus
768    MAX-ACCESS      read-create
769    STATUS          current
770    DESCRIPTION
771        "This is the status column for this row and is used
772        to create and delete specific instances of rows in
773        this table."
774    ::= { cLSysLogConfigEntry 4 }
775
776
777
778cLSysArpUnicastEnabled OBJECT-TYPE
779    SYNTAX          TruthValue
780    MAX-ACCESS      read-write
781    STATUS          current
782    DESCRIPTION
783        "This object specifies whether ARP unicast
784        is enabled or disabled on the controller.
785        A value of 'true' specifies that the ARP
786        unicast is enabled. A value of 'false' specifies
787        that the ARP unicast is disabled."
788    ::= { clsConfig 7 }
789
790cLSysBroadcastForwardingEnabled OBJECT-TYPE
791    SYNTAX          TruthValue
792    MAX-ACCESS      read-write
793    STATUS          current
794    DESCRIPTION
795        "This object specifies whether broadcast forwarding
796        is enabled or disabled on the controller.
797        A value of 'true' specifies that the broadcast
798        forwarding is enabled. A value of 'false' specifies
799        that the broadcast forwarding  is disabled."
800    ::= { clsConfig 9 }
801
802cLSysLagModeEnabled OBJECT-TYPE
803    SYNTAX          TruthValue
804    MAX-ACCESS      read-write
805    STATUS          current
806    DESCRIPTION
807        "This object specifies whether Link Aggregation(LAG)
808        mode is enabled or disabled on the controller.
809        A value of 'true' specifies that the LAG mode
810        is enabled. A value of 'false' specifies
811        that the LAG mode is disabled on the controller."
812    ::= { clsConfig 10 }
813
814clsConfigProductBranchVersion OBJECT-TYPE
815    SYNTAX          DisplayString
816    MAX-ACCESS      read-only
817    STATUS          current
818    DESCRIPTION
819        "This string contains the branch name of the specific
820        controller branch. For Mesh branches, this string has
821        the value M(Mesh). Zero length string is returned if
822        there is no branch name. This string is append to the
823        product version for display purposes.  For example,
824        if the mesh product version is 4.1.191.10, a manager
825        application may display the version string as
826        4.1.191.10M (Mesh)"
827    ::= { clsConfig 11 }
828
829clsConfigDhcpProxyEnabled OBJECT-TYPE
830    SYNTAX          TruthValue
831    MAX-ACCESS      read-write
832    STATUS          current
833    DESCRIPTION
834        "This object represents whether the DHCP proxy option is
835        enabled or disabled.
836        A value of 'true' specifies that the proxy option is enabled
837        on the controller.
838        A value of 'false' specifies that the proxy option
839        is disabled on the controller."
840    DEFVAL          { false }
841    ::= { clsConfig 12 }
842cLSysMulticastIGMP  OBJECT IDENTIFIER
843    ::= { clsConfig 13 }
844
845
846cLSysMulticastIGMPSnoopingEnabled OBJECT-TYPE
847    SYNTAX          TruthValue
848    MAX-ACCESS      read-write
849    STATUS          current
850    DESCRIPTION
851        "This object specifies whether Multicast IGMP
852        Snooping is enabled or disabled on the controller.
853        A value of 'true' specifies that
854        the Multicast IGMP Snooping is enabled. To enable this,
855        agentNetworkMulticastMode/clsConfigMulticastEnabled must
856        not be in disabled state.  A value of 'false'
857        specifies that the Multicast IGMP Snooping is
858        disabled on the controller."
859    DEFVAL          { false }
860    ::= { cLSysMulticastIGMP 1 }
861
862cLSysMulticastIGMPSnoopingTimeout OBJECT-TYPE
863    SYNTAX          Unsigned32
864    UNITS           "Seconds"
865    MAX-ACCESS      read-write
866    STATUS          current
867    DESCRIPTION
868        "This object specifies the IGMP timeout, in seconds.
869        To set this value, cLSysMulticastIGMPSnoopingEnabled
870        must be set to True.  When the timeout expires,
871        the controller sends a query on all WLANs, causing
872        all clients that are listening to a multicast group
873        to send a packet back to the controller."
874    ::= { cLSysMulticastIGMP 2 }
875
876cLSysMulticastIGMPQueryInterval OBJECT-TYPE
877    SYNTAX          Unsigned32
878    UNITS           "Seconds"
879    MAX-ACCESS      read-write
880    STATUS          current
881    DESCRIPTION
882        "This object specifies the IGMP query interval, in seconds.
883        To set this value, cLSysMulticastIGMPSnoopingEnabled must
884        be set to True."
885    ::= { cLSysMulticastIGMP 3 }
886-- ******************************************************************
887-- clsPortModeConfigTable
888--
889-- ******************************************************************
890
891cLSPortModeConfig  OBJECT IDENTIFIER
892    ::= { clsConfig 14 }
893
894
895clsPortModeConfigTable OBJECT-TYPE
896    SYNTAX          SEQUENCE OF ClsPortModeConfigEntry
897    MAX-ACCESS      not-accessible
898    STATUS          current
899    DESCRIPTION
900        "This table contains the entries for physical
901        port related parameters"
902    ::= { cLSPortModeConfig 1 }
903
904clsPortModeConfigEntry OBJECT-TYPE
905    SYNTAX          ClsPortModeConfigEntry
906    MAX-ACCESS      not-accessible
907    STATUS          current
908    DESCRIPTION
909        "This entry contains the Switch's physical
910        port phyical mode related attribues"
911    INDEX           { clsPortDot1dBasePort }
912    ::= { clsPortModeConfigTable 1 }
913
914ClsPortModeConfigEntry ::= SEQUENCE {
915        clsPortDot1dBasePort      Unsigned32,
916        clsPortModePhysicalMode   INTEGER,
917        clsPortModePhysicalStatus INTEGER,
918        clsPortModeSfpType        SnmpAdminString,
919        clsPortUpDownCount        Counter32
920}
921
922clsPortDot1dBasePort OBJECT-TYPE
923    SYNTAX          Unsigned32 (1..65535)
924    MAX-ACCESS      not-accessible
925    STATUS          current
926    DESCRIPTION
927        "This object is a unique unsigned integer value which identifies
928        the base port number."
929    ::= { clsPortModeConfigEntry 1 }
930
931clsPortModePhysicalMode OBJECT-TYPE
932    SYNTAX          INTEGER  {
933                        autoNegotiate(1),
934                        half10(2),
935                        full10(3),
936                        half100(4),
937                        full100(5),
938                        full1000sx(6),
939                        half1000(7),
940                        full1000(8),
941                        half10000(9),
942                        full10000(10)
943                    }
944    MAX-ACCESS      read-write
945    STATUS          current
946    DESCRIPTION
947        "The switch's Port Speed Mode.  This is the
948        configured physical mode."
949    ::= { clsPortModeConfigEntry 2 }
950
951clsPortModePhysicalStatus OBJECT-TYPE
952    SYNTAX          INTEGER  {
953                        unknown(1),
954                        autonegotiate(2),
955                        half10(3),
956                        full10(4),
957                        half100(5),
958                        full100(6),
959                        full1000sx(7),
960                        half1000(8),
961                        full1000(9),
962                        half10000(10),
963                        full10000(11)
964                    }
965    MAX-ACCESS      read-only
966    STATUS          current
967    DESCRIPTION
968        "The switch's Port Physical Speed Status.This
969        is the current actual speed."
970    ::= { clsPortModeConfigEntry 3 }
971
972clsPortModeSfpType OBJECT-TYPE
973    SYNTAX          SnmpAdminString
974    MAX-ACCESS      read-only
975    STATUS          current
976    DESCRIPTION
977        "This object represents the SFP's type
978        of the port."
979    ::= { clsPortModeConfigEntry 4 }
980
981clsPortUpDownCount OBJECT-TYPE
982    SYNTAX          Counter32
983    MAX-ACCESS      read-only
984    STATUS          current
985    DESCRIPTION
986        "This object represents the total number
987        of up/down count of the port. Every time
988        the value of ifOperStatus is changed,
989        this MIB should be incremented."
990    ::= { clsPortModeConfigEntry 5 }
991
992
993clsCoreDump  OBJECT IDENTIFIER
994    ::= { clsConfig 15 }
995
996
997clsCoreDumpTransferEnable OBJECT-TYPE
998    SYNTAX          TruthValue
999    MAX-ACCESS      read-write
1000    STATUS          current
1001    DESCRIPTION
1002        "This object specifies whether the core dump
1003        file transfer is enabled or disabled. If the
1004                value is True the core-dump feature is Enabled
1005        otherwise Disabled."
1006    DEFVAL          { false }
1007    ::= { clsCoreDump 1 }
1008
1009clsCoreDumpTransferMode OBJECT-TYPE
1010    SYNTAX          INTEGER  {
1011                        unknown(1),
1012                        ftp(2)
1013                    }
1014    MAX-ACCESS      read-write
1015    STATUS          current
1016    DESCRIPTION
1017        "This Object specifies the Core Dump Transfer Mode.
1018        If the value is FTP then only FTP attributes
1019        clsCoreDumpServerIPAddress, clsCoreDumpFileName,
1020        clsCoreDumpUserName, clsCoreDumpPassword can be set,
1021        unknown value is not SETable."
1022    ::= { clsCoreDump 2 }
1023
1024clsCoreDumpServerIPAddressType OBJECT-TYPE
1025    SYNTAX          InetAddressType
1026    MAX-ACCESS      read-write
1027    STATUS          current
1028    DESCRIPTION
1029        "This Object Id Specifies the IP Address Type of Server."
1030    ::= { clsCoreDump 3 }
1031
1032clsCoreDumpServerIPAddress OBJECT-TYPE
1033    SYNTAX          InetAddress
1034    MAX-ACCESS      read-write
1035    STATUS          current
1036    DESCRIPTION
1037        "This object specifies the IP Address of the Server
1038        where the core-dump will be uploaded."
1039    ::= { clsCoreDump 4 }
1040
1041clsCoreDumpFileName OBJECT-TYPE
1042    SYNTAX          SnmpAdminString
1043    MAX-ACCESS      read-write
1044    STATUS          current
1045    DESCRIPTION
1046        "This object specifies the File Name of the core-dump by
1047        which you want to save it on the
1048        Server."
1049    ::= { clsCoreDump 5 }
1050
1051clsCoreDumpUserName OBJECT-TYPE
1052    SYNTAX          SnmpAdminString
1053    MAX-ACCESS      read-write
1054    STATUS          current
1055    DESCRIPTION
1056        "This object specifies the Login Name at the FTP server."
1057    ::= { clsCoreDump 6 }
1058
1059clsCoreDumpPassword OBJECT-TYPE
1060    SYNTAX          SnmpAdminString
1061    MAX-ACCESS      read-write
1062    STATUS          current
1063    DESCRIPTION
1064        "This object specifies the Login Password of the FTP server."
1065    ::= { clsCoreDump 7 }
1066
1067clsConfigMulticastEnabled OBJECT-TYPE
1068    SYNTAX          TruthValue
1069    MAX-ACCESS      read-write
1070    STATUS          current
1071    DESCRIPTION
1072        "This object represents whether global multicast  is
1073        enabled or disabled.
1074        A value of 'true' specifies that the multicast option
1075        is enabled on the controller.
1076        A value of 'false' specifies that the multicast option
1077        is disabled on the controller."
1078    DEFVAL          { false }
1079    ::= { clsConfig 16 }
1080cLSysMulticastMLD  OBJECT IDENTIFIER
1081    ::= { clsConfig 17 }
1082
1083
1084cLSysMulticastMLDSnoopingEnabled OBJECT-TYPE
1085    SYNTAX          TruthValue
1086    MAX-ACCESS      read-write
1087    STATUS          current
1088    DESCRIPTION
1089        "This object specifies whether Multicast MLD Snooping
1090        is enabled or disabled on the controller. A value of
1091        'true' specifies that the Multicast MLD Snooping is
1092        enabled. To enable this, agentNetworkMulticastMode/
1093        clsConfigMulticastEnabled must not be
1094        in disabled state.  A value of 'false' specifies
1095        that the Multicast MLD Snooping is disabled
1096        on the controller."
1097    DEFVAL          { false }
1098    ::= { cLSysMulticastMLD 1 }
1099
1100cLSysMulticastMLDSnoopingTimeout OBJECT-TYPE
1101    SYNTAX          Unsigned32
1102    UNITS           "Seconds"
1103    MAX-ACCESS      read-write
1104    STATUS          current
1105    DESCRIPTION
1106        "This object specifies the MLD timeout, in seconds.
1107        To set this value, cLSysMulticastMLDSnoopingEnabled
1108                must be set to True. When the timeout expires,
1109                the controller sends a query on all WLANs, causing all
1110                clients that are listening to a multicast group
1111        to send a packet back to the controller."
1112    ::= { cLSysMulticastMLD 2 }
1113
1114cLSysMulticastMLDQueryInterval OBJECT-TYPE
1115    SYNTAX          Unsigned32
1116    UNITS           "Seconds"
1117    MAX-ACCESS      read-write
1118    STATUS          current
1119    DESCRIPTION
1120        "This object specifies the MLD query interval, in seconds.
1121        To set this value, cLSysMulticastMLDSnoopingEnabled
1122                must be set to True."
1123    ::= { cLSysMulticastMLD 3 }
1124-- stats-timer config.
1125
1126clsConfigStats  OBJECT IDENTIFIER
1127    ::= { clsConfig 18 }
1128
1129
1130-- ********************************************************************
1131-- *     System Realtime Stats Timer Interval
1132-- ********************************************************************
1133
1134clsSysRealtimeStatsTimer OBJECT-TYPE
1135    SYNTAX          Unsigned32 (2..5)
1136    UNITS           "Seconds"
1137    MAX-ACCESS      read-write
1138    STATUS          current
1139    DESCRIPTION
1140        "This object specifies the realtime stats interval
1141        of the system. There are 2 stats modes: realtime and
1142        normal. realtime interval is much less than normal mode."
1143    DEFVAL          { 5 }
1144    ::= { clsConfigStats 1 }
1145
1146-- ********************************************************************
1147-- *     System Normal Stats Timer Interval
1148-- ********************************************************************
1149
1150clsSysNormalStatsTimer OBJECT-TYPE
1151    SYNTAX          Unsigned32 (10..180)
1152    UNITS           "Seconds"
1153    MAX-ACCESS      read-write
1154    STATUS          current
1155    DESCRIPTION
1156        "This object specifies the normal stats interval
1157        of the system. There are 2 stats modes: realtime
1158        and normal. realtime interval is much less than
1159        normal mode."
1160    DEFVAL          { 180 }
1161    ::= { clsConfigStats 2 }
1162
1163-- ********************************************************************
1164-- *     System Sampling Statistics Interval
1165-- ********************************************************************
1166
1167clsSysStatsSamplingInterval OBJECT-TYPE
1168    SYNTAX          Unsigned32
1169    UNITS           "Seconds"
1170    MAX-ACCESS      read-write
1171    STATUS          current
1172    DESCRIPTION
1173        "This object specifies the sampling interval of the system,
1174        which is applied to WLC and APs connected to this WLC.
1175        WLC and APs poll specific data every sampling interval."
1176    ::= { clsConfigStats 3 }
1177
1178-- ********************************************************************
1179-- *     System Average Statistics Interval
1180-- ********************************************************************
1181
1182clsSysStatsAverageInterval OBJECT-TYPE
1183    SYNTAX          Unsigned32
1184    UNITS           "Seconds"
1185    MAX-ACCESS      read-write
1186    STATUS          current
1187    DESCRIPTION
1188        "This object specifies the average statistics interval of
1189        the system, which is applied to WLC and APs connected to
1190        this WLC. This interval works as a time window for
1191        calculating the average value of the data polled by WLC/AP
1192        every sampling interval."
1193    ::= { clsConfigStats 4 }
1194-- Alarm service config.
1195
1196clsAlarmObjects  OBJECT IDENTIFIER
1197    ::= { clsConfig 19 }
1198
1199
1200-- ********************************************************************
1201-- *     Alarm Hold Time
1202-- ********************************************************************
1203
1204clsAlarmHoldTime OBJECT-TYPE
1205    SYNTAX          Unsigned32 (0..3600)
1206    UNITS           "second"
1207    MAX-ACCESS      read-write
1208    STATUS          current
1209    DESCRIPTION
1210        "This object specifies the time in seconds for which
1211        an alarm object should be soaked when its on/off
1212        state is changed."
1213    DEFVAL          { 6 }
1214    ::= { clsAlarmObjects 1 }
1215
1216-- ********************************************************************
1217-- *     Alarm Retransmit Interval
1218-- ********************************************************************
1219
1220clsAlarmTrapRetransmitInterval OBJECT-TYPE
1221    SYNTAX          Unsigned32 (0..65535)
1222    UNITS           "second"
1223    MAX-ACCESS      read-write
1224    STATUS          current
1225    DESCRIPTION
1226        "This object specifies the interval in seconds in
1227        which alarm traps, if any, are retransmitted.
1228        Setting this value to 0 means no retransmission."
1229    DEFVAL          { 0 }
1230    ::= { clsAlarmObjects 2 }
1231-- System-wide thresholds config.
1232
1233clsSysThresholdConfig  OBJECT IDENTIFIER
1234    ::= { clsConfig 20 }
1235
1236
1237-- ********************************************************************
1238-- *     Controller CPU usage threshold
1239-- ********************************************************************
1240
1241clsSysControllerCpuUsageThreshold OBJECT-TYPE
1242    SYNTAX          Unsigned32 (0..100)
1243    UNITS           "Percent"
1244    MAX-ACCESS      read-write
1245    STATUS          current
1246    DESCRIPTION
1247        "This object specifies the CPU usage threshold on a
1248        controller.
1249        Setting this value to 0 means no threshold."
1250    DEFVAL          { 0 }
1251    ::= { clsSysThresholdConfig 1 }
1252
1253-- ********************************************************************
1254-- *     Controller memory usage threshold
1255-- ********************************************************************
1256
1257clsSysControllerMemoryUsageThreshold OBJECT-TYPE
1258    SYNTAX          Unsigned32 (0..100)
1259    UNITS           "Percent"
1260    MAX-ACCESS      read-write
1261    STATUS          current
1262    DESCRIPTION
1263        "This object specifies the memory usage threshold on a
1264        controller.
1265        Setting this value to 0 means no threshold."
1266    DEFVAL          { 0 }
1267    ::= { clsSysThresholdConfig 2 }
1268
1269-- ********************************************************************
1270-- *     AP CPU usage threshold
1271-- ********************************************************************
1272
1273clsSysApCpuUsageThreshold OBJECT-TYPE
1274    SYNTAX          Unsigned32 (0..100)
1275    UNITS           "Percent"
1276    MAX-ACCESS      read-write
1277    STATUS          current
1278    DESCRIPTION
1279        "This object specifies the CPU usage threshold on a
1280        AP.
1281        Setting this value to 0 means no threshold."
1282    DEFVAL          { 0 }
1283    ::= { clsSysThresholdConfig 3 }
1284
1285-- ********************************************************************
1286-- *     AP memory usage threshold
1287-- ********************************************************************
1288
1289clsSysApMemoryUsageThreshold OBJECT-TYPE
1290    SYNTAX          Unsigned32 (0..100)
1291    UNITS           "Percent"
1292    MAX-ACCESS      read-write
1293    STATUS          current
1294    DESCRIPTION
1295        "This object specifies the memory usage threshold on a
1296        AP.
1297        Setting this value to 0 means no threshold."
1298    DEFVAL          { 0 }
1299    ::= { clsSysThresholdConfig 4 }
1300clsNMHeartBeat  OBJECT IDENTIFIER
1301    ::= { clsConfig 21 }
1302
1303
1304clsNMHeartBeatEnable OBJECT-TYPE
1305    SYNTAX          TruthValue
1306    MAX-ACCESS      read-write
1307    STATUS          current
1308    DESCRIPTION
1309        "This object specifies whether heart beat trap to network
1310        manager is enabled or disabled. If the value is True the
1311        Network Manager Heart Beat feature is Enabled otherwise
1312        Disabled."
1313    DEFVAL          { false }
1314    ::= { clsNMHeartBeat 1 }
1315
1316clsNMHeartBeatInterval OBJECT-TYPE
1317    SYNTAX          Unsigned32 (1..65535)
1318    UNITS           "Seconds"
1319    MAX-ACCESS      read-write
1320    STATUS          current
1321    DESCRIPTION
1322        "This object specifies the interval in seconds in heart beat
1323        traps to network manager."
1324    DEFVAL          { 180 }
1325    ::= { clsNMHeartBeat 2 }
1326
1327clsCrashSystem OBJECT-TYPE
1328    SYNTAX          TruthValue
1329    MAX-ACCESS      read-write
1330    STATUS          current
1331    DESCRIPTION
1332        "This object resets the switch with a crash.
1333        If a value of of 'true' is set, the swicth would crash.
1334        GET on this object would return 'false'."
1335    ::= { clsConfig 99 }
1336
1337-- ********************************************************************
1338-- *    Status Objects
1339-- ********************************************************************
1340
1341cLSysLagModeInTransition OBJECT-TYPE
1342    SYNTAX          TruthValue
1343    MAX-ACCESS      read-only
1344    STATUS          current
1345    DESCRIPTION
1346        "This object specifies whether the LAG mode is
1347        in transition on the controller.
1348        A value of 'true' specifies that the LAG mode
1349        is in transition and the controller has to be rebooted
1350        to take effect.A value of 'false' specifies
1351        that the LAG mode is not in transition."
1352    ::= { clsStatus 1 }
1353
1354-- ********************************************************************
1355-- *    Emergency Image Version
1356-- ********************************************************************
1357
1358clsEmergencyImageVersion OBJECT-TYPE
1359    SYNTAX          DisplayString
1360    MAX-ACCESS      read-only
1361    STATUS          current
1362    DESCRIPTION
1363        "Cisco recommends installing Cisco Unified Wireless Network
1364        Controller Boot Software , (*_ER.aes , where star denotes
1365        the version of the controller image ) on all controller
1366        platforms. If this ER.aes is not installed, the controller
1367        would not be able to show the Emergency Image Version
1368        correctly(or Field Recovery Image Version), and would be shown
1369        as 'N/A'. The ER.aes files are independent from the controller
1370        software files. Any controller software file can be run
1371        with any ER.aes file. However, installing the latest boot
1372        software file (*_ER.aes , where star denotes the controller
1373        version) ensures that the boot software modifications in
1374        all of the previous and current
1375        boot software ER.aes files are installed."
1376    ::= { clsImageInfo 1 }
1377
1378-- ********************************************************************
1379-- Security oids
1380-- ********************************************************************
1381
1382clsSecStrongPwdCaseCheck OBJECT-TYPE
1383    SYNTAX          TruthValue
1384    MAX-ACCESS      read-write
1385    STATUS          current
1386    DESCRIPTION
1387        "This object is used to enable/disable the case check for the
1388        passwords configured in controller.
1389        When enabled, the new password must contain characters from
1390        at least three of the following classes : lowercase letters,
1391        uppercase letters, digits and special characters."
1392    ::= { clsSecurityGroup 1 }
1393
1394clsSecStrongPwdConsecutiveCheck OBJECT-TYPE
1395    SYNTAX          TruthValue
1396    MAX-ACCESS      read-write
1397    STATUS          current
1398    DESCRIPTION
1399        "This object is used to enable/disable the consecutive
1400        check for the passwords configured in controller.
1401        When enabled, the password provided should not have
1402        a character repeated more than thrice consecutively."
1403    ::= { clsSecurityGroup 2 }
1404
1405clsSecStrongPwdDefaultCheck OBJECT-TYPE
1406    SYNTAX          TruthValue
1407    MAX-ACCESS      read-write
1408    STATUS          current
1409    DESCRIPTION
1410        "This object is used to enable/disable the default check
1411        for the passwords configured in controller.
1412        When enabled, the new password must not be 'cisco',
1413        'ocsic', 'admin', 'nimda' or any variant obtained by
1414        changing the capitalization of letters therein,
1415        or by substituting '1' '|' or '!' for i, and/or
1416        substituting '0' for 'o',
1417        and/or substituting '$' for 's'"
1418    ::= { clsSecurityGroup 3 }
1419
1420clsSecStrongPwdAsUserNameCheck OBJECT-TYPE
1421    SYNTAX          TruthValue
1422    MAX-ACCESS      read-write
1423    STATUS          current
1424    DESCRIPTION
1425        "This object is used to enable/disable the username check
1426        for the password configured in controller.
1427        When enabled the new password must not be same as
1428        the associated username or the reversed username."
1429    ::= { clsSecurityGroup 4 }
1430
1431-- ********************************************************************
1432-- *     System Flash Size
1433-- ********************************************************************
1434
1435clsSysFlashSize OBJECT-TYPE
1436    SYNTAX          Unsigned32
1437    MAX-ACCESS      read-only
1438    STATUS          current
1439    DESCRIPTION
1440        "This object specifies the total flash memory size in Kbytes."
1441    ::= { clsSysInfo 1 }
1442
1443-- ********************************************************************
1444-- *     System Memory Type
1445-- ********************************************************************
1446
1447clsSysMemoryType OBJECT-TYPE
1448    SYNTAX          DisplayString
1449    MAX-ACCESS      read-only
1450    STATUS          current
1451    DESCRIPTION
1452        "This object specifies the system memory type."
1453    ::= { clsSysInfo 2 }
1454
1455-- ********************************************************************
1456-- *     System Supported MAX Clients
1457-- ********************************************************************
1458
1459clsSysMaxClients OBJECT-TYPE
1460    SYNTAX          Unsigned32
1461    MAX-ACCESS      read-only
1462    STATUS          current
1463    DESCRIPTION
1464        "This object specifies max associated clients
1465        supported per WLC"
1466    ::= { clsSysInfo 3 }
1467
1468-- ********************************************************************
1469-- *    Number of connected AP's
1470-- ********************************************************************
1471
1472clsSysApConnectCount OBJECT-TYPE
1473    SYNTAX          Unsigned32
1474    MAX-ACCESS      read-only
1475    STATUS          current
1476    DESCRIPTION
1477        "This object specifies the count of AP's that are
1478        connected with WLC"
1479    ::= { clsSysInfo 4 }
1480
1481clsSysNetId OBJECT-TYPE
1482    SYNTAX          SnmpAdminString (SIZE  (0..32))
1483    MAX-ACCESS      read-write
1484    STATUS          current
1485    DESCRIPTION
1486        "This object specifies the SysNetId which is the
1487        numeric string to identify the system information
1488        like SysName"
1489    ::= { clsSysInfo 5 }
1490
1491-- ********************************************************************
1492-- *     WLC System Current Memory Usage
1493-- ********************************************************************
1494
1495clsSysCurrentMemoryUsage OBJECT-TYPE
1496    SYNTAX          Unsigned32
1497    MAX-ACCESS      read-only
1498    STATUS          current
1499    DESCRIPTION
1500        "This object specifies the current percent usage
1501        of system memory. This MIB should be updated
1502        every clsSysStatsSamplingInterval."
1503    ::= { clsSysInfo 6 }
1504
1505-- ********************************************************************
1506-- *     WLC System Average Memory Usage
1507-- ********************************************************************
1508
1509clsSysAverageMemoryUsage OBJECT-TYPE
1510    SYNTAX          Unsigned32
1511    MAX-ACCESS      read-only
1512    STATUS          current
1513    DESCRIPTION
1514        "This object specifies the average percent usage
1515        of system memory. The memory average usage should be
1516        the average of memory-Usage during the time window
1517        specified by clsSysStatsAverageInterval."
1518    ::= { clsSysInfo 7 }
1519
1520-- ********************************************************************
1521-- *     WLC System Current CPU Usage
1522-- ********************************************************************
1523
1524clsSysCurrentCpuUsage OBJECT-TYPE
1525    SYNTAX          Unsigned32
1526    MAX-ACCESS      read-only
1527    STATUS          current
1528    DESCRIPTION
1529        "This object specifies the current percent usage of all CPUs.
1530        This MIB should be updated every clsSysStatsSamplingInterval."
1531    ::= { clsSysInfo 8 }
1532
1533-- ********************************************************************
1534-- *     WLC System Average CPU Usage
1535-- ********************************************************************
1536
1537clsSysAverageCpuUsage OBJECT-TYPE
1538    SYNTAX          Unsigned32
1539    MAX-ACCESS      read-only
1540    STATUS          current
1541    DESCRIPTION
1542        "This object specifies the average percent CPU usage.
1543        The average CPU usage should be the average of CPU-Usage
1544        during the time window specified by
1545        clsSysStatsAverageInterval."
1546    ::= { clsSysInfo 9 }
1547
1548-- ********************************************************************
1549-- *     System Cpu Type
1550-- ********************************************************************
1551
1552clsSysCpuType OBJECT-TYPE
1553    SYNTAX          DisplayString
1554    MAX-ACCESS      read-only
1555    STATUS          current
1556    DESCRIPTION
1557        "This object specifies the cpu type."
1558    ::= { clsSysInfo 10 }
1559
1560clsMaxRFIDTagsCount OBJECT-TYPE
1561    SYNTAX          Unsigned32
1562    MAX-ACCESS      read-only
1563    STATUS          current
1564    DESCRIPTION
1565        "This object represents the maximum RFID tags present
1566        on the controller."
1567    ::= { clsSysInfo 11 }
1568
1569clsMaxClientsCount OBJECT-TYPE
1570    SYNTAX          Unsigned32
1571    MAX-ACCESS      read-only
1572    STATUS          current
1573    DESCRIPTION
1574        "This object represents the maximum clients present
1575        on the controller."
1576    ::= { clsSysInfo 12 }
1577
1578-- ********************************************************************
1579-- *  Notification Control Object
1580-- ********************************************************************
1581
1582clsSecStrongPwdCheckTrapEnabled OBJECT-TYPE
1583    SYNTAX          TruthValue
1584    MAX-ACCESS      read-write
1585    STATUS          current
1586    DESCRIPTION
1587        "This object specifies whether the
1588        ciscoLwappStrongPwdCheck notification would be generated.
1589
1590        A value of 'true' indicates that the agent generates
1591        ciscoLwappStrongPwdCheck notification.
1592
1593        A value of 'false' indicates that the agent doesn't
1594        generate ciscoLwappStrongPwdCheck notification."
1595    DEFVAL          { true }
1596    ::= { ciscoLwappSysMIBNotifControlObjects 1 }
1597
1598clsMaxClientsTrapEnabled OBJECT-TYPE
1599    SYNTAX          TruthValue
1600    MAX-ACCESS      read-write
1601    STATUS          current
1602    DESCRIPTION
1603        "This object specifies whether the
1604        ciscoLwappMaxClientsReached notification would be generated.
1605
1606        A value of 'true' indicates that the agent generates
1607        ciscoLwappMaxClientsReached notification.
1608
1609        A value of 'false' indicates that the agent doesn't
1610        generate ciscoLwappMaxClientsReached notification."
1611    DEFVAL          { true }
1612    ::= { ciscoLwappSysMIBNotifControlObjects 2 }
1613
1614clsMaxRFIDTagsTrapEnabled OBJECT-TYPE
1615    SYNTAX          TruthValue
1616    MAX-ACCESS      read-write
1617    STATUS          current
1618    DESCRIPTION
1619        "This object specifies whether the
1620        ciscoLwappMaxRFIDTagsReached notification would be generated.
1621
1622        A value of 'true' indicates that the agent generates
1623        ciscoLwappMaxRFIDTagsReached notification.
1624
1625        A value of 'false' indicates that the agent doesn't
1626        generate ciscoLwappMaxRFIDTagsReached notification."
1627    DEFVAL          { true }
1628    ::= { ciscoLwappSysMIBNotifControlObjects 3 }
1629
1630-- ********************************************************************
1631-- *  Notification Objects
1632-- ********************************************************************
1633
1634clsSecStrongPwdManagementUser OBJECT-TYPE
1635    SYNTAX          OCTET STRING (SIZE  (1..24))
1636    MAX-ACCESS      accessible-for-notify
1637    STATUS          current
1638    DESCRIPTION
1639        "This object specifies the management user who
1640        enabled/disabled the strong password checks."
1641    ::= { ciscoLwappSysMIBNotifObjects 1 }
1642
1643clsSecStrongPwdCheckType OBJECT-TYPE
1644    SYNTAX          INTEGER  {
1645                        caseCheck(1),
1646                        consecutiveCheck(2),
1647                        defaultCheck(3),
1648                        usernameCheck(4),
1649                        allChecks(5)
1650                    }
1651    MAX-ACCESS      accessible-for-notify
1652    STATUS          current
1653    DESCRIPTION
1654        "This object specifies the type of the check that was
1655        enabled/disabled by the management user."
1656    ::= { ciscoLwappSysMIBNotifObjects 2 }
1657
1658clsSecStrongPwdCheckOption OBJECT-TYPE
1659    SYNTAX          TruthValue
1660    MAX-ACCESS      accessible-for-notify
1661    STATUS          current
1662    DESCRIPTION
1663        "This object specifies whether the strong password check
1664        was enabled/disabled."
1665    ::= { ciscoLwappSysMIBNotifObjects 3 }
1666
1667clsSysAlarmSet OBJECT-TYPE
1668    SYNTAX          TruthValue
1669    MAX-ACCESS      accessible-for-notify
1670    STATUS          current
1671    DESCRIPTION
1672        "This object specifies whether this system alarm is
1673        raise or clear.
1674        A value of 'true' indicates this event is set.
1675        A value of 'false' indicates this even is cleared."
1676    ::= { ciscoLwappSysMIBNotifObjects 4 }
1677
1678-- ********************************************************************
1679-- *  Notifications
1680-- ********************************************************************
1681
1682ciscoLwappSysInvalidXmlConfig NOTIFICATION-TYPE
1683    STATUS          current
1684    DESCRIPTION
1685        "This  notification will be sent whenever invalid
1686        configuration detected by XML"
1687   ::= { ciscoLwappSysMIBNotifs 1 }
1688
1689ciscoLwappNoVlanConfigured NOTIFICATION-TYPE
1690    OBJECTS         {
1691                        cldcClientAccessVLAN,
1692                        cldcClientMacAddress
1693                    }
1694    STATUS          current
1695    DESCRIPTION
1696        "This  notification will be sent whenever wired client
1697        tries to associate without interface for specified vlan"
1698   ::= { ciscoLwappSysMIBNotifs 2 }
1699
1700ciscoLwappStrongPwdCheck NOTIFICATION-TYPE
1701    OBJECTS         {
1702                        clsSecStrongPwdManagementUser,
1703                        clsSecStrongPwdCheckType,
1704                        clsSecStrongPwdCheckOption
1705                    }
1706    STATUS          current
1707    DESCRIPTION
1708        "This  notification will be sent whenever the management
1709        user enables/disables the strong password rules."
1710   ::= { ciscoLwappSysMIBNotifs 3 }
1711
1712ciscoLwappSysCpuUsageHigh NOTIFICATION-TYPE
1713    OBJECTS         {
1714                        clsSysCurrentCpuUsage,
1715                        clsSysAlarmSet
1716                    }
1717    STATUS          current
1718    DESCRIPTION
1719        "When a WLC detects its CPU usage is higher than the
1720        threshold configured in clsSysControllerCpuUsageThreshold,
1721        this notification is generated with clsSysAlarmSet set
1722        to true. When its CPU usage falls below the threshold
1723        lately, this notification is generated with
1724        clsSysAlarmSet set to false."
1725   ::= { ciscoLwappSysMIBNotifs 4 }
1726
1727ciscoLwappSysMemoryUsageHigh NOTIFICATION-TYPE
1728    OBJECTS         {
1729                        clsSysCurrentMemoryUsage,
1730                        clsSysAlarmSet
1731                    }
1732    STATUS          current
1733    DESCRIPTION
1734        "When a WLC detects its memory usage is higher than the
1735        threshold configured in clsSysControllerMemoryUsageThreshold,
1736        this notification is generated with clsSysAlarmSet set
1737        to true. When its memory usage falls below the threshold
1738        lately, this notification is generated with
1739        clsSysAlarmSet set to false."
1740   ::= { ciscoLwappSysMIBNotifs 5 }
1741
1742ciscoLwappMaxRFIDTagsReached NOTIFICATION-TYPE
1743    OBJECTS         {
1744                        clsMaxRFIDTagsTrapThreshold,
1745                        clsMaxRFIDTagsCount
1746                    }
1747    STATUS          current
1748    DESCRIPTION
1749        "This notification is generated when the number of
1750        RFID tags on the controller exceeds the limit defined by
1751        clsMaxRFIDTagsTrapThreshold."
1752   ::= { ciscoLwappSysMIBNotifs 6 }
1753
1754ciscoLwappMaxClientsReached NOTIFICATION-TYPE
1755    OBJECTS         {
1756                        clsMaxClientsTrapThreshold,
1757                        clsMaxClientsCount
1758                    }
1759    STATUS          current
1760    DESCRIPTION
1761        "This notification is generated when the number of
1762        clients on the controller exceeds the limit defined by
1763        clsMaxClientsTrapThreshold."
1764   ::= { ciscoLwappSysMIBNotifs 7 }
1765
1766ciscoLwappNMHeartBeat NOTIFICATION-TYPE
1767    STATUS          current
1768    DESCRIPTION
1769        "This  notification will be sent when Network Mamager
1770        Heart Beat Enable."
1771   ::= { ciscoLwappSysMIBNotifs 8 }
1772
1773-- ********************************************************************
1774-- *    Individual CPU Usage
1775-- ********************************************************************
1776
1777clsAllCpuUsage OBJECT-TYPE
1778    SYNTAX          DisplayString
1779    MAX-ACCESS      read-only
1780    STATUS          current
1781    DESCRIPTION
1782        "This object specifies the CPU usage string."
1783    ::= { clsCpuInfo 1 }
1784-- ********************************************************************
1785
1786ciscoLwappSysMIBCompliances  OBJECT IDENTIFIER
1787    ::= { ciscoLwappSysMIBConform 1 }
1788
1789ciscoLwappSysMIBGroups  OBJECT IDENTIFIER
1790    ::= { ciscoLwappSysMIBConform 2 }
1791
1792
1793-- ********************************************************************
1794-- *    Units of conformance
1795-- ********************************************************************
1796
1797ciscoLwappSysMIBCompliance MODULE-COMPLIANCE
1798    STATUS          deprecated
1799    DESCRIPTION
1800        "The compliance statement for the SNMP entities that
1801        implement the ciscoLwappSysMIB module."
1802    MODULE          -- this module
1803    MANDATORY-GROUPS { ciscoLwappSysConfigGroup }
1804    ::= { ciscoLwappSysMIBCompliances 1 }
1805
1806ciscoLwappSysMIBComplianceRev1 MODULE-COMPLIANCE
1807    STATUS          deprecated
1808    DESCRIPTION
1809        "The compliance statement for the SNMP entities that
1810        implement the ciscoLwappSysMIB module."
1811    MODULE          -- this module
1812    MANDATORY-GROUPS { ciscoLwappSysConfigGroup }
1813
1814    GROUP           ciscoLwappSysConfigFileEncryptionGroup
1815    DESCRIPTION
1816        "This group is mandatory only for platforms which support Config
1817        Encryption."
1818
1819    GROUP           ciscoLwappSysTransferOperationConfigGroup
1820    DESCRIPTION
1821        "This group is mandatory only for platforms which support
1822        configuration of Transfer operation."
1823    ::= { ciscoLwappSysMIBCompliances 2 }
1824
1825ciscoLwappSysMIBComplianceRev2 MODULE-COMPLIANCE
1826    STATUS          deprecated
1827    DESCRIPTION
1828        "The compliance statement for the SNMP entities that
1829        implement the ciscoLwappSysMIB module. This deprecates
1830        ciscoLwappSysMIBComplianceRev1."
1831    MODULE          -- this module
1832    MANDATORY-GROUPS {
1833                        ciscoLwappSysConfigGroup,
1834                        ciscoLwappSysPortConfigGroup,
1835                        ciscoLwappSysSecurityConfigGroup,
1836                        ciscoLwappSysIgmpConfigGroup,
1837                        ciscoLwappSysSecNotifObjsGroup,
1838                        ciscoLwappSysNotifsGroup,
1839                        ciscoLwappSysNotifControlGroup,
1840                        ciscoLwappSysConfigGroupVer1
1841                    }
1842
1843    GROUP           ciscoLwappSysConfigFileEncryptionGroup
1844    DESCRIPTION
1845        "This group is mandatory only for platforms which support Config
1846        Encryption."
1847
1848    GROUP           ciscoLwappSysTransferOperationConfigGroup
1849    DESCRIPTION
1850        "This group is mandatory only for platforms which support
1851        configuration of Transfer operation."
1852    ::= { ciscoLwappSysMIBCompliances 3 }
1853
1854ciscoLwappSysMIBComplianceRev3 MODULE-COMPLIANCE
1855    STATUS          current
1856    DESCRIPTION
1857        "The compliance statement for the SNMP entities that
1858        implement the ciscoLwappSysMIB module. This deprecates
1859        ciscoLwappSysMIBComplianceRev2."
1860    MODULE          -- this module
1861    MANDATORY-GROUPS {
1862                        ciscoLwappSysConfigGroup,
1863                        ciscoLwappSysPortConfigGroup,
1864                        ciscoLwappSysSecurityConfigGroup,
1865                        ciscoLwappSysIgmpConfigGroup,
1866                        ciscoLwappSysSecNotifObjsGroup,
1867                        ciscoLwappSysNotifsGroup,
1868                        ciscoLwappSysNotifControlGroup,
1869                        ciscoLwappSysConfigGroupVer1,
1870                        ciscoLwappSysConfigGroupSup1,
1871                        ciscoLwappSysMldConfigGroup,
1872                        ciscoLwappSysConfigStatsGroup,
1873                        ciscoLwappSysAlarmObjectGroup,
1874                        ciscoLwappSysThresholdGroup,
1875                        ciscoLwappSysHeartBeatGroup,
1876                        ciscoLwappSysInfoGroup
1877                    }
1878
1879    GROUP           ciscoLwappSysConfigFileEncryptionGroup
1880    DESCRIPTION
1881        "This group is mandatory only for platforms which support Config
1882        Encryption."
1883
1884    GROUP           ciscoLwappSysTransferOperationConfigGroup
1885    DESCRIPTION
1886        "This group is mandatory only for platforms which support
1887        configuration of Transfer operation."
1888    ::= { ciscoLwappSysMIBCompliances 4 }
1889
1890ciscoLwappSysConfigGroup OBJECT-GROUP
1891    OBJECTS         {
1892                        clsDot3BridgeEnabled,
1893                        clsDownloadFileType,
1894                        clsDownloadCertificateKey,
1895                        clsUploadFileType,
1896                        clsUploadPacUsername,
1897                        clsUploadPacPassword,
1898                        clsUploadPacValidity,
1899                        cLSysBroadcastForwardingEnabled,
1900                        clsConfigProductBranchVersion,
1901                        clsConfigDhcpProxyEnabled,
1902                        clsCrashSystem
1903                    }
1904    STATUS          current
1905    DESCRIPTION
1906        "This collection of objects represent the system wide
1907        configuration on the controller."
1908    ::= { ciscoLwappSysMIBGroups 1 }
1909
1910ciscoLwappSysConfigFileEncryptionGroup OBJECT-GROUP
1911    OBJECTS         { clsTransferConfigFileEncryptionKey }
1912    STATUS          current
1913    DESCRIPTION
1914        "This object represents the System encryption configuration on
1915        the controller."
1916    ::= { ciscoLwappSysMIBGroups 2 }
1917
1918ciscoLwappSysTransferOperationConfigGroup OBJECT-GROUP
1919    OBJECTS         {
1920                        clsTransferServerAddressType,
1921                        clsTransferServerAddress,
1922                        clsTransferPath,
1923                        clsTransferFilename,
1924                        clsTransferFtpUsername,
1925                        clsTransferFtpPassword,
1926                        clsTransferFtpPortNum,
1927                        clsTransferTftpMaxRetries,
1928                        clsTransferTftpTimeout,
1929                        clsTransferStart,
1930                        clsTransferStatus,
1931                        clsTransferStatusString,
1932                        clsTransferConfigFileEncryption
1933                    }
1934    STATUS          current
1935    DESCRIPTION
1936        "This object represents the System Transfer operation
1937        configuration on the controller."
1938    ::= { ciscoLwappSysMIBGroups 3 }
1939
1940ciscoLwappSysPortConfigGroup OBJECT-GROUP
1941    OBJECTS         {
1942                        clsPortModePhysicalMode,
1943                        clsPortModePhysicalStatus,
1944                        clsPortModeSfpType,
1945                        clsPortUpDownCount
1946                    }
1947    STATUS          current
1948    DESCRIPTION
1949        "This collection of objects represent the system wide
1950        configuration on the controller."
1951    ::= { ciscoLwappSysMIBGroups 4 }
1952
1953ciscoLwappSysSecurityConfigGroup OBJECT-GROUP
1954    OBJECTS         {
1955                        clsSecStrongPwdCaseCheck,
1956                        clsSecStrongPwdConsecutiveCheck,
1957                        clsSecStrongPwdDefaultCheck,
1958                        clsSecStrongPwdAsUserNameCheck
1959                    }
1960    STATUS          current
1961    DESCRIPTION
1962        "This collection of objects represent the system security
1963        configuration on the controller."
1964    ::= { ciscoLwappSysMIBGroups 5 }
1965
1966ciscoLwappSysIgmpConfigGroup OBJECT-GROUP
1967    OBJECTS         {
1968                        cLSysMulticastIGMPSnoopingEnabled,
1969                        cLSysMulticastIGMPSnoopingTimeout,
1970                        cLSysMulticastIGMPQueryInterval
1971                    }
1972    STATUS          current
1973    DESCRIPTION
1974        "This collection of objects represent the IGMP multicast
1975        configuration on the controller."
1976    ::= { ciscoLwappSysMIBGroups 6 }
1977
1978ciscoLwappSysSecNotifObjsGroup OBJECT-GROUP
1979    OBJECTS         {
1980                        clsSecStrongPwdManagementUser,
1981                        clsSecStrongPwdCheckType,
1982                        clsSecStrongPwdCheckOption,
1983                        clsSysAlarmSet
1984                    }
1985    STATUS          current
1986    DESCRIPTION
1987        "This collection of objects represent the information carried
1988        by the security related notifications sent by the agent to a
1989        network management station."
1990    ::= { ciscoLwappSysMIBGroups 7 }
1991
1992ciscoLwappSysNotifsGroup NOTIFICATION-GROUP
1993   NOTIFICATIONS    {
1994                        ciscoLwappSysInvalidXmlConfig,
1995                        ciscoLwappNoVlanConfigured,
1996                        ciscoLwappStrongPwdCheck,
1997                        ciscoLwappSysCpuUsageHigh,
1998                        ciscoLwappSysMemoryUsageHigh,
1999                        ciscoLwappMaxRFIDTagsReached,
2000                        ciscoLwappMaxClientsReached,
2001                        ciscoLwappNMHeartBeat
2002                    }
2003    STATUS          current
2004    DESCRIPTION
2005        "This collection of objects represent the system config related
2006        notifications sent by the agent to a network management
2007        station."
2008    ::= { ciscoLwappSysMIBGroups 8 }
2009
2010ciscoLwappSysNotifControlGroup OBJECT-GROUP
2011    OBJECTS         {
2012                        clsSecStrongPwdCheckTrapEnabled,
2013                        clsMaxClientsTrapEnabled,
2014                        clsMaxRFIDTagsTrapEnabled
2015                    }
2016    STATUS          current
2017    DESCRIPTION
2018        "This collection of objects represent the flags to control the
2019        generation of notification."
2020    ::= { ciscoLwappSysMIBGroups 9 }
2021
2022ciscoLwappSysConfigGroupVer1 OBJECT-GROUP
2023    OBJECTS         {
2024                        cLSysBroadcastForwardingEnabled,
2025                        cLSysLagModeEnabled,
2026                        clsConfigProductBranchVersion,
2027                        clsConfigDhcpProxyEnabled,
2028                        clsCoreDumpTransferEnable,
2029                        clsCoreDumpTransferMode,
2030                        clsCoreDumpServerIPAddressType,
2031                        clsCoreDumpServerIPAddress,
2032                        clsCoreDumpFileName,
2033                        clsCoreDumpUserName,
2034                        clsCoreDumpPassword,
2035                        clsConfigMulticastEnabled,
2036                        cLSysLagModeInTransition,
2037                        clsEmergencyImageVersion,
2038                        clsAllCpuUsage
2039                    }
2040    STATUS          current
2041    DESCRIPTION
2042        "This collection of objects represent the system wide
2043        configuration on the controller."
2044    ::= { ciscoLwappSysMIBGroups 10 }
2045
2046ciscoLwappSysConfigGroupSup1 OBJECT-GROUP
2047    OBJECTS         {
2048                        clsTimeZone,
2049                        clsTimeZoneDescription,
2050                        cLSysLogAddressType,
2051                        cLSysLogAddress,
2052                        cLSysLogHostRowStatus,
2053                        cLSysArpUnicastEnabled,
2054                        clsMaxClientsTrapThreshold,
2055                        clsMaxRFIDTagsTrapThreshold
2056                    }
2057    STATUS          current
2058    DESCRIPTION
2059        "This collection of objects represents the
2060        timzone and syslog configuration on the
2061        controller."
2062    ::= { ciscoLwappSysMIBGroups 11 }
2063
2064ciscoLwappSysMldConfigGroup OBJECT-GROUP
2065    OBJECTS         {
2066                        cLSysMulticastMLDSnoopingEnabled,
2067                        cLSysMulticastMLDSnoopingTimeout,
2068                        cLSysMulticastMLDQueryInterval
2069                    }
2070    STATUS          current
2071    DESCRIPTION
2072        "This collection of objects represent the MLD multicast
2073        configuration on the controller."
2074    ::= { ciscoLwappSysMIBGroups 12 }
2075
2076ciscoLwappSysConfigStatsGroup OBJECT-GROUP
2077    OBJECTS         {
2078                        clsSysRealtimeStatsTimer,
2079                        clsSysNormalStatsTimer,
2080                        clsSysStatsSamplingInterval,
2081                        clsSysStatsAverageInterval
2082                    }
2083    STATUS          current
2084    DESCRIPTION
2085        "This collection of objects represents the
2086        statistics intervals configuration
2087        on the controller."
2088    ::= { ciscoLwappSysMIBGroups 13 }
2089
2090ciscoLwappSysAlarmObjectGroup OBJECT-GROUP
2091    OBJECTS         {
2092                        clsAlarmHoldTime,
2093                        clsAlarmTrapRetransmitInterval
2094                    }
2095    STATUS          current
2096    DESCRIPTION
2097        "This collection of objects represents the
2098        alarm objetcs configurations on the controller."
2099    ::= { ciscoLwappSysMIBGroups 14 }
2100
2101ciscoLwappSysThresholdGroup OBJECT-GROUP
2102    OBJECTS         {
2103                        clsSysControllerCpuUsageThreshold,
2104                        clsSysControllerMemoryUsageThreshold,
2105                        clsSysApCpuUsageThreshold,
2106                        clsSysApMemoryUsageThreshold
2107                    }
2108    STATUS          current
2109    DESCRIPTION
2110        "This collection of objects represents the
2111        Threshold configuration on the controller."
2112    ::= { ciscoLwappSysMIBGroups 15 }
2113
2114ciscoLwappSysHeartBeatGroup OBJECT-GROUP
2115    OBJECTS         {
2116                        clsNMHeartBeatEnable,
2117                        clsNMHeartBeatInterval
2118                    }
2119    STATUS          current
2120    DESCRIPTION
2121        "This collection of objects represents the
2122        heart beat configurations on the controller."
2123    ::= { ciscoLwappSysMIBGroups 16 }
2124
2125ciscoLwappSysInfoGroup OBJECT-GROUP
2126    OBJECTS         {
2127                        clsSysFlashSize,
2128                        clsSysMemoryType,
2129                        clsSysMaxClients,
2130                        clsSysApConnectCount,
2131                        clsSysNetId,
2132                        clsSysCurrentMemoryUsage,
2133                        clsSysAverageMemoryUsage,
2134                        clsSysCurrentCpuUsage,
2135                        clsSysAverageCpuUsage,
2136                        clsSysCpuType,
2137                        clsMaxRFIDTagsCount,
2138                        clsMaxClientsCount
2139                    }
2140    STATUS          current
2141    DESCRIPTION
2142        "This group of object represents the
2143        system information of the controller."
2144    ::= { ciscoLwappSysMIBGroups 17 }
2145
2146END
2147
2148
2149
2150