1-- *******************************************************************
2-- CISCO-LWAPP-DOT11-CLIENT-CALIB-MIB.my
3-- Dot11 Wireless Clients Calibration MIB
4--
5-- December 2005, Devesh Pujari, Prasanna Viswakumar
6--
7-- Copyright (c) 2005-2006, 2011 by Cisco Systems Inc.
8-- All rights reserved.
9-- *******************************************************************
10
11CISCO-LWAPP-DOT11-CLIENT-CALIB-MIB DEFINITIONS ::= BEGIN
12
13IMPORTS
14    MODULE-IDENTITY,
15    OBJECT-TYPE,
16    Unsigned32,
17    Integer32
18        FROM SNMPv2-SMI
19    MODULE-COMPLIANCE,
20    OBJECT-GROUP
21        FROM SNMPv2-CONF
22    TimeStamp,
23    MacAddress,
24    TimeInterval,
25    TruthValue,
26    RowStatus,
27    StorageType
28        FROM SNMPv2-TC
29    cLApSysMacAddress,
30    cLApDot11IfSlotId
31        FROM CISCO-LWAPP-AP-MIB
32    ciscoMgmt
33        FROM CISCO-SMI;
34
35
36-- ********************************************************************
37-- *  MODULE IDENTITY
38-- ********************************************************************
39
40ciscoLwappDot11ClientCalibMIB MODULE-IDENTITY
41    LAST-UPDATED    "201111250000Z"
42    ORGANIZATION    "Cisco Systems Inc."
43    CONTACT-INFO
44            "Cisco Systems,
45            Customer Service
46            Postal: 170 West Tasman Drive
47            San Jose, CA  95134
48            USA
49            Tel: +1 800 553-NETS
50
51            Email: cs-wnbu-snmp@cisco.com"
52    DESCRIPTION
53        "This MIB is intended to be implemented on all those
54        devices operating as Central controllers, that
55        terminate the Light Weight Access Point Protocol
56        tunnel from Cisco Light-weight LWAPP Access Points.
57
58        Information provided by this MIB is about the
59        configuration and monitoring of 802.11 wireless
60        clients in the network.
61
62        The relationship between CC and the LWAPP APs
63        can be depicted as follows:
64
65        +......+     +......+     +......+           +......+
66        +      +     +      +     +      +           +      +
67        +  CC  +     +  CC  +     +  CC  +           +  CC  +
68        +      +     +      +     +      +           +      +
69        +......+     +......+     +......+           +......+
70        ..            .             .                 .
71        ..            .             .                 .
72        .  .            .             .                 .
73        .    .            .             .                 .
74        .      .            .             .                 .
75        .        .            .             .                 .
76        +......+ +......+     +......+      +......+          +......+
77        +      + +      +     +      +      +      +          +      +
78        +  AP  + +  AP  +     +  AP  +      +  AP  +          +  AP  +
79        +      + +      +     +      +      +      +          +      +
80        +......+ +......+     +......+      +......+          +......+
81        .              .             .                 .
82        .  .              .             .                 .
83        .    .              .             .                 .
84        .      .              .             .                 .
85        .        .              .             .                 .
86        +......+ +......+     +......+      +......+          +......+
87        +      + +      +     +      +      +      +          +      +
88        +  MN  + +  MN  +     +  MN  +      +  MN  +          +  MN  +
89        +      + +      +     +      +      +      +          +      +
90        +......+ +......+     +......+      +......+          +......+
91
92        The LWAPP tunnel exists between the controller and
93        the APs.  The MNs communicate with the APs through
94        the protocol defined by the 802.11 standard.
95
96        LWAPP APs, upon bootup, discover and join one of the
97        controllers and the controller pushes the configuration,
98        that includes the WLAN parameters, to the LWAPP APs.
99        The APs then encapsulate all the 802.11 frames from
100        wireless clients inside LWAPP frames and forward
101        the LWAPP frames to the controller.
102
103                           GLOSSARY
104
105        Access Point ( AP )
106        -------------------
107
108        An entity that contains an 802.11 medium access
109        control ( MAC ) and physical layer ( PHY ) interface
110        and provides access to the distribution services via
111        the wireless medium for associated clients.
112
113        LWAPP APs encapsulate all the 802.11 frames in
114        LWAPP frames and sends them to the controller to which
115        it is logically connected.
116
117        Light Weight Access Point Protocol ( LWAPP )
118        --------------------------------------------
119
120        This is a generic protocol that defines the
121        communication between the Access Points and the
122        Central Controller.
123
124        Mobile Node ( MN )
125        ------------------
126
127        A roaming 802.11 wireless device in a wireless
128        network associated with an access point. Mobile Node,
129        Mobile Station(Ms) and client are used
130        interchangeably.
131
132        Signal to Noise Ratio ( SNR )
133        -----------------------------
134
135        It is a measure used in science and engineering
136        that compares the level of a desired signal to
137        the level of background noise. It is defined as
138        the ratio of signal power to the noise power.
139        A ratio higher than 1:1 indicates more signal than
140        noise. While SNR is commonly quoted for electrical
141        signals, it can be applied to any form of signal.
142
143        Received Signal Strength Indicator ( RSSI )
144        -------------------------------------------
145
146        It is a measurement of the power present in a
147        received radio signal.
148
149        Radio Frequency Identification ( RFID )
150        -------------------------------------------
151
152        It is a technology that uses radio waves to transfer data
153        from an electronic tag, called RFID tag or label, attached
154        to an object, through a reader for the purpose of identifying
155        and tracking the object.
156
157        REFERENCE
158
159        [1] Wireless LAN Medium Access Control ( MAC ) and
160        Physical Layer ( PHY ) Specifications
161
162        [2] Draft-obara-capwap-lwapp-00.txt, IETF Light
163        Weight Access Point Protocol"
164    REVISION        "201111250000Z"
165    DESCRIPTION
166        "Added following OBJECT-GROUP:
167        - cLD11ClientCalibClientConfigGroup
168        - cLD11ClientCalibGlobalConfigGroup
169        - cLD11ClientCalibRssiDataSampleGroup
170        Depreated following OBJECT-GROUP:
171        - ciscoLwappDot11ClientCalibMIBConfigGroup
172        Added new compliance:
173        - ciscoLwappDot11ClientCalibMIBComplianceRev1"
174    REVISION        "200702120000Z"
175    DESCRIPTION
176        "Added ciscoLwappDot11ClientCalibMIBConfigGroupSup1
177        OBJECT-GROUP."
178    REVISION        "200604110000Z"
179    DESCRIPTION
180        "Initial version of this MIB module."
181    ::= { ciscoMgmt 522 }
182
183
184ciscoLwappDot11ClientCalibMIBNotifs  OBJECT IDENTIFIER
185    ::= { ciscoLwappDot11ClientCalibMIB 0 }
186
187ciscoLwappDot11ClientCalibMIBObjects  OBJECT IDENTIFIER
188    ::= { ciscoLwappDot11ClientCalibMIB 1 }
189
190ciscoLwappDot11ClientCalibMIBConform  OBJECT IDENTIFIER
191    ::= { ciscoLwappDot11ClientCalibMIB 2 }
192
193cldccConfig  OBJECT IDENTIFIER
194    ::= { ciscoLwappDot11ClientCalibMIBObjects 1 }
195
196cldccStatus  OBJECT IDENTIFIER
197    ::= { ciscoLwappDot11ClientCalibMIBObjects 2 }
198
199cldccRssiSamples  OBJECT IDENTIFIER
200    ::= { cldccStatus 1 }
201
202-- ********************************************************************
203-- Wireless Client Calibration
204-- ********************************************************************
205
206cLD11ClientCalibTable OBJECT-TYPE
207    SYNTAX          SEQUENCE OF CLD11ClientCalibEntry
208    MAX-ACCESS      not-accessible
209    STATUS          current
210    DESCRIPTION
211        "This table represents the calibration for the
212        802.11 wireless clients that would associate
213        to the APs that have joined this controller.
214
215        An entry is created through an explicit management
216        action initiated by the administrator through a
217        network management station by specifying the
218        calibration parameters for a particular client
219        identified by cLD11ClientCalibMacAddress and setting
220        the RowStatus object to 'createAndGo'.  An existing
221        entry is deleted by setting the RowStatus object to
222        'destroy'.  The object cLD11ClientCalibTableMaxEntries
223        represents the maximum number of entries in this
224        table."
225    ::= { cldccConfig 1 }
226
227cLD11ClientCalibEntry OBJECT-TYPE
228    SYNTAX          CLD11ClientCalibEntry
229    MAX-ACCESS      not-accessible
230    STATUS          current
231    DESCRIPTION
232        "Each entry represents a conceptual row in this
233        table and provides the information about the
234        calibration parameters for wireless clients."
235    INDEX           { cLD11ClientCalibMacAddress }
236    ::= { cLD11ClientCalibTable 1 }
237
238CLD11ClientCalibEntry ::= SEQUENCE {
239        cLD11ClientCalibMacAddress        MacAddress,
240        cLD11ClientCalibBeaconInterval    TimeInterval,
241        cLD11ClientCalibRowStatus         RowStatus,
242        cLD11ClientCalibNumberOfRadios    Unsigned32,
243        cLD11ClientCalibNumberOfSamples   Unsigned32,
244        cLD11ClientCalibSamplesCollected  Unsigned32,
245        cLD11ClientCalibBeaconIntervalExt TimeInterval,
246        cLD11ClientCalibStorageType       StorageType
247}
248
249cLD11ClientCalibMacAddress OBJECT-TYPE
250    SYNTAX          MacAddress
251    MAX-ACCESS      not-accessible
252    STATUS          current
253    DESCRIPTION
254        "This object specifies the MAC address of the
255        802.11 wireless client for which the
256        calibration parameters in this entry are
257        applicable and uniquely identifies this entry."
258    ::= { cLD11ClientCalibEntry 1 }
259
260cLD11ClientCalibBeaconInterval OBJECT-TYPE
261    SYNTAX          TimeInterval (400..3240000)
262    UNITS           "hundredths-seconds"
263    MAX-ACCESS      read-create
264    STATUS          deprecated
265    DESCRIPTION
266        "This object specifies the time interval, expressed
267        here in hundredths of a second at which an AP
268        issues radio measurement request messages to a
269        client for every SSID.  It is not recommended to
270        configure values less than 10 seconds (1000).
271        The value configured through this object is
272        reflected in the operation of the LWAPP APs only if
273        cLD11ClientCalibBeaconEnabled is set to 'true'.
274
275        This object has been deprecated and is replaced by the
276        object cLD11ClientCalibBeaconIntervalExt."
277    DEFVAL          { 60000 }
278    ::= { cLD11ClientCalibEntry 2 }
279
280cLD11ClientCalibRowStatus OBJECT-TYPE
281    SYNTAX          RowStatus
282    MAX-ACCESS      read-create
283    STATUS          current
284    DESCRIPTION
285        "The object that represents the status of a
286        specific instance of a row in this table.
287        Initially set to a value of 'createAndGo' by
288        the User when a row is created, the status
289        as represented by this object is automatically
290        set to 'active' if and when the row creation
291        is successful.  To delete the specific instance
292        of a row, User should set this object to
293        'destroy'. To create an entry in this table, it is
294        mandatory to specify the cLD11ClientCalibMacAddress,
295        cLD11ClientCalibNumberOfRadios (number of radios
296        to be used in the calibration) and
297        cLD11ClientCalibNumberOfSamples (no. of calibration
298        samples to be collected per radio)."
299    ::= { cLD11ClientCalibEntry 3 }
300
301cLD11ClientCalibNumberOfRadios OBJECT-TYPE
302    SYNTAX          Unsigned32
303    MAX-ACCESS      read-create
304    STATUS          current
305    DESCRIPTION
306        "This object specifies the number of radios
307        used in this calibration."
308    ::= { cLD11ClientCalibEntry 4 }
309
310cLD11ClientCalibNumberOfSamples OBJECT-TYPE
311    SYNTAX          Unsigned32
312    MAX-ACCESS      read-create
313    STATUS          current
314    DESCRIPTION
315        "This object specifies the number of RSSI samples for
316        a given radio, used in this calibration."
317    ::= { cLD11ClientCalibEntry 5 }
318
319cLD11ClientCalibSamplesCollected OBJECT-TYPE
320    SYNTAX          Unsigned32
321    MAX-ACCESS      read-only
322    STATUS          current
323    DESCRIPTION
324        "This object indicates the number of
325        samples available for this client."
326    ::= { cLD11ClientCalibEntry 6 }
327
328cLD11ClientCalibBeaconIntervalExt OBJECT-TYPE
329    SYNTAX          TimeInterval
330    UNITS           "hundredths-seconds"
331    MAX-ACCESS      read-create
332    STATUS          current
333    DESCRIPTION
334        "This object specifies the time interval, expressed
335        here in hundredths of a second at which an AP
336        issues radio measurement request messages to a
337        client for every SSID.  It is not recommended to
338        configure values less than 10 seconds (1000).
339        The value configured through this object is
340        reflected in the operation of the LWAPP APs only if
341        cLD11ClientCalibBeaconEnabled is set to 'true'."
342    DEFVAL          { 60000 }
343    ::= { cLD11ClientCalibEntry 7 }
344
345cLD11ClientCalibStorageType OBJECT-TYPE
346    SYNTAX          StorageType
347    MAX-ACCESS      read-create
348    STATUS          current
349    DESCRIPTION
350        "This object specifies the storage type of this
351        conceptual row."
352    DEFVAL          { volatile }
353    ::= { cLD11ClientCalibEntry 8 }
354
355
356
357cLD11ClientCalibTableMaxEntries OBJECT-TYPE
358    SYNTAX          Unsigned32 (1..25)
359    MAX-ACCESS      read-write
360    STATUS          current
361    DESCRIPTION
362        "This object specifies the maximum number of entries allowed
363        in cLD11ClientCalibTable."
364    ::= { cldccConfig 2 }
365-- ********************************************************************
366-- *  Client Calibration RSSI Data table
367-- ********************************************************************
368
369cLD11ClientCalibDataTable OBJECT-TYPE
370    SYNTAX          SEQUENCE OF CLD11ClientCalibDataEntry
371    MAX-ACCESS      not-accessible
372    STATUS          current
373    DESCRIPTION
374        "This table contains the RSSI data samples
375        collected for 802.11 client based on the
376        information provided in the cldccLD11ClientCalibTable.
377        Entries are automatically added by the controller
378        as and when samples are available.
379        This data is used by the NMS for location
380        calibration of the 8022.11 clients."
381    ::= { cldccRssiSamples 1 }
382
383cLD11ClientCalibDataEntry OBJECT-TYPE
384    SYNTAX          CLD11ClientCalibDataEntry
385    MAX-ACCESS      not-accessible
386    STATUS          current
387    DESCRIPTION
388        "Each entry represents a conceptual row in this
389        table and provides the information about the
390        samples for location calibration of a 802.11
391        client."
392    INDEX           {
393                        cLD11ClientCalibMacAddress,
394                        cLApSysMacAddress,
395                        cLApDot11IfSlotId,
396                        clD11ClientCalibDataTimeStamp,
397                        clD11ClientCalibDataAntennaIndex
398                    }
399    ::= { cLD11ClientCalibDataTable 1 }
400
401CLD11ClientCalibDataEntry ::= SEQUENCE {
402        clD11ClientCalibDataTimeStamp     TimeStamp,
403        clD11ClientCalibDataAntennaIndex  INTEGER,
404        clD11ClientCalibDataRssiValue     Integer32,
405        clD11ClientCalibDataTransmitPower Integer32
406}
407
408clD11ClientCalibDataTimeStamp OBJECT-TYPE
409    SYNTAX          TimeStamp
410    UNITS           "milliseconds"
411    MAX-ACCESS      not-accessible
412    STATUS          current
413    DESCRIPTION
414        "This object indicates the time this sample was
415        collected. This is the absolute system time that
416        this sample was collected."
417    ::= { cLD11ClientCalibDataEntry 1 }
418
419clD11ClientCalibDataAntennaIndex OBJECT-TYPE
420    SYNTAX          INTEGER  {
421                        antenna1(1),
422                        antenna2(2)
423                    }
424    MAX-ACCESS      not-accessible
425    STATUS          current
426    DESCRIPTION
427        "This object indicates the antenna which
428        received the probe request from client."
429    ::= { cLD11ClientCalibDataEntry 2 }
430
431clD11ClientCalibDataRssiValue OBJECT-TYPE
432    SYNTAX          Integer32
433    MAX-ACCESS      read-only
434    STATUS          current
435    DESCRIPTION
436        "This object indicates the RSSI value for this
437        sample."
438    ::= { cLD11ClientCalibDataEntry 3 }
439
440clD11ClientCalibDataTransmitPower OBJECT-TYPE
441    SYNTAX          Integer32
442    UNITS           "dbm"
443    MAX-ACCESS      read-only
444    STATUS          current
445    DESCRIPTION
446        "This object indicates the transmit power level for
447        a calibrating client."
448    ::= { cLD11ClientCalibDataEntry 4 }
449
450
451
452-- ********************************************************************
453-- *  Location scalars
454-- ********************************************************************
455
456cLD11ClientCalibRssiAlgorithm OBJECT-TYPE
457    SYNTAX          INTEGER  {
458                        unknown(1),
459                        simple(2),
460                        average(3)
461                    }
462    MAX-ACCESS      read-write
463    STATUS          current
464    DESCRIPTION
465        "This object specifies the algorithm used
466        to average RSSI and SNR values.
467          unknown(1)  - the algorithm used is unknown
468          simple(2)   - simple is used for the calculation
469          average(3)  - average RSSI is used as algorithm"
470    ::= { cldccConfig 3 }
471
472cLD11ClientCalibRssiClientExpiryTimeout OBJECT-TYPE
473    SYNTAX          Unsigned32
474    UNITS           "seconds"
475    MAX-ACCESS      read-write
476    STATUS          current
477    DESCRIPTION
478        "This object specifies the expiry timeout
479        for the client."
480    ::= { cldccConfig 4 }
481
482cLD11ClientCalibRssiCalibClientExpiryTimeout OBJECT-TYPE
483    SYNTAX          Unsigned32
484    UNITS           "seconds"
485    MAX-ACCESS      read-write
486    STATUS          current
487    DESCRIPTION
488        "This object specifies the expiry timeout
489        for the calibrating client."
490    ::= { cldccConfig 5 }
491
492cLD11ClientCalibRssiRfidTagExpiryTimeout OBJECT-TYPE
493    SYNTAX          Unsigned32
494    UNITS           "seconds"
495    MAX-ACCESS      read-write
496    STATUS          current
497    DESCRIPTION
498        "This object specifies the expiry timeout
499        for the RFID tags."
500    ::= { cldccConfig 6 }
501
502cLD11ClientCalibRssiRogueApExpiryTimeout OBJECT-TYPE
503    SYNTAX          Unsigned32
504    UNITS           "seconds"
505    MAX-ACCESS      read-write
506    STATUS          current
507    DESCRIPTION
508        "This object specifies the expiry timeout
509        for the Rogue APs."
510    ::= { cldccConfig 7 }
511
512cLD11ClientCalibRssiClientHalflifeTimeout OBJECT-TYPE
513    SYNTAX          Unsigned32 (0..2 | 5 | 10 | 20 | 30 |
514    							60 | 90 | 120 | 180 | 300)
515    UNITS           "seconds"
516    MAX-ACCESS      read-write
517    STATUS          current
518    DESCRIPTION
519        "This object specifies the half-life timeout
520        for the client. A value of 0 indicates that
521        timeout is disabled."
522    ::= { cldccConfig 8 }
523
524cLD11ClientCalibRssiCalibClientHalflifeTimeout OBJECT-TYPE
525    SYNTAX          Unsigned32 (0..2 | 5 | 10 | 20 | 30 |
526    							60 | 90 | 120 | 180 | 300)
527    UNITS           "seconds"
528    MAX-ACCESS      read-write
529    STATUS          current
530    DESCRIPTION
531        "This object specifies the half-life timeout
532        for the calibrating client. A value of 0 indicates
533        that timeout is disabled."
534    ::= { cldccConfig 9 }
535
536cLD11ClientCalibRssiRfidTagHalflifeTimeout OBJECT-TYPE
537    SYNTAX          Unsigned32 (0..2 | 5 | 10 | 20 | 30 |
538    							60 | 90 | 120 | 180 | 300)
539    UNITS           "seconds"
540    MAX-ACCESS      read-write
541    STATUS          current
542    DESCRIPTION
543        "This object specifies the half-life timeout
544        for the RFID tags. A value of 0 indicates that
545        timeout is disabled."
546    ::= { cldccConfig 10 }
547
548cLD11ClientCalibRssiRogueApHalflifeTimeout OBJECT-TYPE
549    SYNTAX          Unsigned32 (0..2 | 5 | 10 | 20 | 30 |
550    							60 | 90 | 120 | 180 | 300)
551    UNITS           "seconds"
552    MAX-ACCESS      read-write
553    STATUS          current
554    DESCRIPTION
555        "This object specifies the half-life timeout
556        for the Rogue APs. A value of 0 indicates that
557        timeout is disabled."
558    ::= { cldccConfig 11 }
559
560cLD11ClientCalibRfidDataEnable OBJECT-TYPE
561    SYNTAX          TruthValue
562    MAX-ACCESS      read-write
563    STATUS          current
564    DESCRIPTION
565        "This object specifies whether the RFID tag data
566        collection is enabled."
567    ::= { cldccConfig 12 }
568
569cLD11ClientCalibRfidTimeout OBJECT-TYPE
570    SYNTAX          Unsigned32
571    UNITS           "seconds"
572    MAX-ACCESS      read-write
573    STATUS          current
574    DESCRIPTION
575        "This object specifies the RFID tag data timeout."
576    ::= { cldccConfig 13 }
577
578cLD11ClientCalibClientMultiBandEnable OBJECT-TYPE
579    SYNTAX          TruthValue
580    MAX-ACCESS      read-write
581    STATUS          current
582    DESCRIPTION
583        "This object specifies whether calibrating client
584        uses both the bands to transmit the requests.
585
586          true  - the calibrating client uses both the bands
587                  to transmit the requests.
588          false - the calibrating client uses single band
589                  to transmit the requests."
590    ::= { cldccConfig 14 }
591
592cLD11ClientCalibClientRequestEnable OBJECT-TYPE
593    SYNTAX          TruthValue
594    MAX-ACCESS      read-write
595    STATUS          current
596    DESCRIPTION
597        "This object specifies whether calibrating client
598        uses uni band or multi band to transmit the requests.
599
600          true  - the calibrating client uses uni band or
601                  multi band to transmit the requests.
602          false - the calibrating client does not use
603                  any band for transmitting requests."
604    ::= { cldccConfig 15 }
605
606cLD11ClientCalibClientBurstIntervalEnable OBJECT-TYPE
607    SYNTAX          TruthValue
608    MAX-ACCESS      read-write
609    STATUS          current
610    DESCRIPTION
611        "This object specifies whether calibrating client
612        burst interval is enabled.
613
614          true  - the calibrating client burst interval
615                  is enabled.
616          false - the calibrating client burst interval
617                  is disabled."
618    ::= { cldccConfig 16 }
619
620cLD11ClientCalibClientBurstInterval OBJECT-TYPE
621    SYNTAX          Unsigned32
622    UNITS           "seconds"
623    MAX-ACCESS      read-write
624    STATUS          current
625    DESCRIPTION
626        "This object specifies the burst interval of
627        the calibrating client."
628    ::= { cldccConfig 17 }
629
630cLD11ClientCalibClientInterval OBJECT-TYPE
631    SYNTAX          Unsigned32
632    UNITS           "seconds"
633    MAX-ACCESS      read-write
634    STATUS          current
635    DESCRIPTION
636        "This object specifies the notification interval
637        for calibrating clients."
638    ::= { cldccConfig 18 }
639
640cLD11ClientCalibRfidInterval OBJECT-TYPE
641    SYNTAX          Unsigned32
642    UNITS           "seconds"
643    MAX-ACCESS      read-write
644    STATUS          current
645    DESCRIPTION
646        "This object specifies the notification interval
647        for RFID tags."
648    ::= { cldccConfig 19 }
649
650cLD11ClientCalibRogueInterval OBJECT-TYPE
651    SYNTAX          Unsigned32
652    UNITS           "seconds"
653    MAX-ACCESS      read-write
654    STATUS          current
655    DESCRIPTION
656        "This object specifies the notification interval
657        for Rogue APs and Rogue clients."
658    ::= { cldccConfig 20 }
659-- *******************************************************************
660-- *    Compliance statements
661-- ********************************************************************
662
663ciscoLwappDot11ClientCalibMIBCompliances  OBJECT IDENTIFIER
664    ::= { ciscoLwappDot11ClientCalibMIBConform 1 }
665
666ciscoLwappDot11ClientCalibMIBGroups  OBJECT IDENTIFIER
667    ::= { ciscoLwappDot11ClientCalibMIBConform 2 }
668
669
670-- STATUS deprecated by ciscoLwappDot11ClientCalibMIBComplianceRev1
671
672ciscoLwappDot11ClientCalibMIBCompliance MODULE-COMPLIANCE
673    STATUS          deprecated
674    DESCRIPTION
675        "The compliance statement for the SNMP entities that
676        implement this MIB."
677    MODULE          -- this module
678    MANDATORY-GROUPS { ciscoLwappDot11ClientCalibMIBConfigGroup }
679    ::= { ciscoLwappDot11ClientCalibMIBCompliances 1 }
680
681ciscoLwappDot11ClientCalibMIBComplianceRev1 MODULE-COMPLIANCE
682    STATUS          current
683    DESCRIPTION
684        "The compliance statement for the SNMP entities that
685        implement this MIB."
686    MODULE          -- this module
687    MANDATORY-GROUPS {
688                        cLD11ClientCalibClientConfigGroup,
689                        cLD11ClientCalibGlobalConfigGroup,
690                        cLD11ClientCalibRssiDataSampleGroup
691                    }
692
693    OBJECT          cLD11ClientCalibRowStatus
694    MIN-ACCESS      read-only
695    DESCRIPTION
696        "Write access is not required."
697
698    OBJECT          cLD11ClientCalibBeaconIntervalExt
699    MIN-ACCESS      read-only
700    DESCRIPTION
701        "Write access is not required."
702
703    OBJECT          cLD11ClientCalibNumberOfRadios
704    MIN-ACCESS      read-only
705    DESCRIPTION
706        "Write access is not required."
707
708    OBJECT          cLD11ClientCalibNumberOfSamples
709    MIN-ACCESS      read-only
710    DESCRIPTION
711        "Write access is not required."
712
713    OBJECT          cLD11ClientCalibStorageType
714    MIN-ACCESS      read-only
715    DESCRIPTION
716        "Write access is not required."
717
718    OBJECT          cLD11ClientCalibTableMaxEntries
719    MIN-ACCESS      read-only
720    DESCRIPTION
721        "Write access is not required."
722
723    OBJECT          cLD11ClientCalibRssiAlgorithm
724    MIN-ACCESS      read-only
725    DESCRIPTION
726        "Write access is not required."
727
728    OBJECT          cLD11ClientCalibRssiClientExpiryTimeout
729    MIN-ACCESS      read-only
730    DESCRIPTION
731        "Write access is not required."
732
733    OBJECT          cLD11ClientCalibRssiCalibClientExpiryTimeout
734    MIN-ACCESS      read-only
735    DESCRIPTION
736        "Write access is not required."
737
738    OBJECT          cLD11ClientCalibRssiRfidTagExpiryTimeout
739    MIN-ACCESS      read-only
740    DESCRIPTION
741        "Write access is not required."
742
743    OBJECT          cLD11ClientCalibRssiRogueApExpiryTimeout
744    MIN-ACCESS      read-only
745    DESCRIPTION
746        "Write access is not required."
747
748    OBJECT          cLD11ClientCalibRssiClientHalflifeTimeout
749    SYNTAX          Unsigned32 (0..2 | 5 | 10 | 20 | 30 |
750    							60 | 90 | 120 | 180 | 300)
751    MIN-ACCESS      read-only
752    DESCRIPTION
753        "Write access is not required."
754
755    OBJECT          cLD11ClientCalibRssiCalibClientHalflifeTimeout
756    SYNTAX          Unsigned32 (0..2 | 5 | 10 | 20 | 30 |
757    							60 | 90 | 120 | 180 | 300)
758    MIN-ACCESS      read-only
759    DESCRIPTION
760        "Write access is not required."
761
762    OBJECT          cLD11ClientCalibRssiRfidTagHalflifeTimeout
763    SYNTAX          Unsigned32 (0..2 | 5 | 10 | 20 | 30 |
764    							60 | 90 | 120 | 180 | 300)
765    MIN-ACCESS      read-only
766    DESCRIPTION
767        "Write access is not required."
768
769    OBJECT          cLD11ClientCalibRssiRogueApHalflifeTimeout
770    SYNTAX          Unsigned32 (0..2 | 5 | 10 | 20 | 30 |
771    							60 | 90 | 120 | 180 | 300)
772    MIN-ACCESS      read-only
773    DESCRIPTION
774        "Write access is not required."
775
776    OBJECT          cLD11ClientCalibRfidDataEnable
777    MIN-ACCESS      read-only
778    DESCRIPTION
779        "Write access is not required."
780
781    OBJECT          cLD11ClientCalibRfidTimeout
782    SYNTAX          Unsigned32 (60..7200)
783    MIN-ACCESS      read-only
784    DESCRIPTION
785        "Write access is not required."
786
787    OBJECT          cLD11ClientCalibClientMultiBandEnable
788    MIN-ACCESS      read-only
789    DESCRIPTION
790        "Write access is not required."
791
792    OBJECT          cLD11ClientCalibClientRequestEnable
793    MIN-ACCESS      read-only
794    DESCRIPTION
795        "Write access is not required."
796
797    OBJECT          cLD11ClientCalibClientBurstIntervalEnable
798    MIN-ACCESS      read-only
799    DESCRIPTION
800        "Write access is not required."
801
802    OBJECT          cLD11ClientCalibClientBurstInterval
803    MIN-ACCESS      read-only
804    DESCRIPTION
805        "Write access is not required."
806
807    OBJECT          cLD11ClientCalibClientInterval
808    SYNTAX          Unsigned32 (1..180)
809    MIN-ACCESS      read-only
810    DESCRIPTION
811        "Write access is not required."
812
813    OBJECT          cLD11ClientCalibRfidInterval
814    SYNTAX          Unsigned32 (1..180)
815    MIN-ACCESS      read-only
816    DESCRIPTION
817        "Write access is not required."
818
819    OBJECT          cLD11ClientCalibRogueInterval
820    SYNTAX          Unsigned32 (1..180)
821    MIN-ACCESS      read-only
822    DESCRIPTION
823        "Write access is not required."
824    ::= { ciscoLwappDot11ClientCalibMIBCompliances 2 }
825
826-- ********************************************************************
827-- *    Units of conformance
828-- ********************************************************************
829
830ciscoLwappDot11ClientCalibMIBConfigGroup OBJECT-GROUP
831    OBJECTS         {
832                        cLD11ClientCalibBeaconInterval,
833                        cLD11ClientCalibRowStatus,
834                        cLD11ClientCalibTableMaxEntries
835                    }
836    STATUS          deprecated
837    DESCRIPTION
838        "This collection of objects specifies the required
839        calibration parameters for the 802.11 wireless
840        clients. ciscoLwappDot11ClientCalibMIBConfigGroup object
841        is superseded by cLD11ClientCalibClientConfigGroup."
842    ::= { ciscoLwappDot11ClientCalibMIBGroups 1 }
843
844cLD11ClientCalibClientConfigGroup OBJECT-GROUP
845    OBJECTS         {
846                        cLD11ClientCalibRowStatus,
847                        cLD11ClientCalibBeaconIntervalExt,
848                        cLD11ClientCalibNumberOfRadios,
849                        cLD11ClientCalibNumberOfSamples,
850                        cLD11ClientCalibSamplesCollected,
851                        cLD11ClientCalibStorageType,
852                        cLD11ClientCalibTableMaxEntries
853                    }
854    STATUS          current
855    DESCRIPTION
856        "This collection of objects providing the required
857        calibration parameters for the 802.11 wireless
858        clients."
859    ::= { ciscoLwappDot11ClientCalibMIBGroups 2 }
860
861cLD11ClientCalibGlobalConfigGroup OBJECT-GROUP
862    OBJECTS         {
863                        cLD11ClientCalibRssiAlgorithm,
864                        cLD11ClientCalibRssiClientExpiryTimeout,
865                        cLD11ClientCalibRssiCalibClientExpiryTimeout,
866                        cLD11ClientCalibRssiRfidTagExpiryTimeout,
867                        cLD11ClientCalibRssiRogueApExpiryTimeout,
868                        cLD11ClientCalibRssiClientHalflifeTimeout,
869                        cLD11ClientCalibRssiCalibClientHalflifeTimeout,
870                        cLD11ClientCalibRssiRfidTagHalflifeTimeout,
871                        cLD11ClientCalibRssiRogueApHalflifeTimeout,
872                        cLD11ClientCalibRfidDataEnable,
873                        cLD11ClientCalibRfidTimeout,
874                        cLD11ClientCalibClientMultiBandEnable,
875                        cLD11ClientCalibClientRequestEnable,
876                        cLD11ClientCalibClientBurstIntervalEnable,
877                        cLD11ClientCalibClientBurstInterval,
878                        cLD11ClientCalibClientInterval,
879                        cLD11ClientCalibRfidInterval,
880                        cLD11ClientCalibRogueInterval
881                    }
882    STATUS          current
883    DESCRIPTION
884        "This collection of objects providing the required
885        RSSI calibration parameters for the 802.11 wireless
886        clients."
887    ::= { ciscoLwappDot11ClientCalibMIBGroups 3 }
888
889cLD11ClientCalibRssiDataSampleGroup OBJECT-GROUP
890    OBJECTS         {
891                        clD11ClientCalibDataRssiValue,
892                        clD11ClientCalibDataTransmitPower
893                    }
894    STATUS          current
895    DESCRIPTION
896        "This collection of objects providing the RSSI data
897        samples collected for 802.11 client."
898    ::= { ciscoLwappDot11ClientCalibMIBGroups 4 }
899
900END
901
902
903
904