summaryrefslogtreecommitdiff
path: root/MIBS/comware/HH3C-DOT11-SA-MIB
blob: 1018a717647290a80e7fd547912e89f17cdd11cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
-- =============================================================================
-- Copyright (c) 2004-2012 New H3C Tech. Co., Ltd. All rights reserved.
--
-- Description:
--   The file defines a MIB to provide spectrum analysis information.
-- Reference:
-- Version: V1.0
-- History:
--   V1.0 Created by Wang Lu
--     Initial version 2011-08-05
-- =============================================================================
HH3C-DOT11-SA-MIB DEFINITIONS ::= BEGIN

IMPORTS
        TruthValue,
        DateAndTime
    FROM SNMPv2-TC
        MODULE-IDENTITY,
        Integer32, Unsigned32, OBJECT-TYPE, NOTIFICATION-TYPE
    FROM SNMPv2-SMI
        hh3cDot11,
        Hh3cDot11ChannelScopeType,
        Hh3cDot11ObjectIDType,
        Hh3cDot11RadioScopeType,
        Hh3cDot11SaIntfDevType
    FROM HH3C-DOT11-REF-MIB;

hh3cDot11Sa MODULE-IDENTITY
    LAST-UPDATED "201108262000Z"        -- Aug 26, 2011 at 20:00 GMT
    ORGANIZATION
        "New H3C Tech. Co., Ltd."
    CONTACT-INFO
        "Platform Team New H3C Tech. Co., Ltd.
        Hai-Dian District Beijing P.R. China
        http://www.h3c.com
        Zip:100085
        "
    DESCRIPTION
        "This MIB module provides spectrum analysis information.
        The initial revision of this MIB module.

        The spectrum analysis module on APs is able to examine the radio
        frequency (RF) environment in which the Wi-Fi network is operating,
        identify interference and classify its sources. An analysis of the
        results can then be used to quickly isolate issues with packet
        transmission, channel quality, and traffic congestion caused by
        contention with other devices operating in the same band or channel."
    REVISION "201108262000Z"
    DESCRIPTION
        "The initial revision of this MIB module."
    ::= { hh3cDot11 13 }

-- *****************************************************************************
-- *  Major sections
-- *****************************************************************************

hh3cDot11SaCfgGroup OBJECT IDENTIFIER  ::= { hh3cDot11Sa 1 }
hh3cDot11SaStatusGroup OBJECT IDENTIFIER  ::= { hh3cDot11Sa 2 }
hh3cDot11SaNotifyGroup OBJECT IDENTIFIER  ::= { hh3cDot11Sa 3 }

-- cfg table
hh3cDot11SaCfgTable OBJECT-TYPE
    SYNTAX SEQUENCE OF Hh3cDot11SaCfgEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "This table is used to configure spectrum analysis."
    ::= { hh3cDot11SaCfgGroup 1 }

hh3cDot11SaCfgEntry OBJECT-TYPE
    SYNTAX Hh3cDot11SaCfgEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "This entry contains the spectrum analysis configuration."
    INDEX { hh3cDot11SaCfgRadioType }
    ::= { hh3cDot11SaCfgTable 1 }

Hh3cDot11SaCfgEntry ::= SEQUENCE
    {
        hh3cDot11SaCfgRadioType       INTEGER,
        hh3cDot11SaEnable             TruthValue,
        hh3cDot11SaRptDevType         BITS,
        hh3cDot11SaTrapDevEnable      TruthValue,
        hh3cDot11SaTrapDevType        BITS,
        hh3cDot11SaTrapAQEnable       TruthValue,
        hh3cDot11SaTrapAQThreshold    Integer32,
        hh3cDot11SaDrivenRRMEnable    TruthValue,
        hh3cDot11SaDrivenRRMSnt       INTEGER
    }

hh3cDot11SaCfgRadioType OBJECT-TYPE
    SYNTAX INTEGER
    {
        dot11bg(1),
        dot11a(2)
    }
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "Represents the radio type of the configuration."
    ::= { hh3cDot11SaCfgEntry 1 }

hh3cDot11SaEnable OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "Represents whether spectrum analysis is enabled globally."
    ::= { hh3cDot11SaCfgEntry 2 }

hh3cDot11SaRptDevType OBJECT-TYPE
    SYNTAX BITS
        {
            microwave(0),
            microwaveInverter(1),
            bluetooth(2),
            fixedFreqOthers(3),
            fixedFreqCordlessPhone(4),
            fixedFreqVideo(5),
            fixedFreqAudio(6),
            freqHopperOthers(7),
            freqHopperCordlessBase(8),
            freqHopperCordlessNetwork(9),
            freqHopperXbox(10),
            genericInterferer(11)
        }
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "Represents which types of interference devices should be reported."
    ::= { hh3cDot11SaCfgEntry 3 }

hh3cDot11SaTrapDevEnable OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "Represents whether the interference device trap is enabled."
    ::= { hh3cDot11SaCfgEntry 4 }

hh3cDot11SaTrapDevType OBJECT-TYPE
    SYNTAX BITS
        {
            microwave(0),
            microwaveInverter(1),
            bluetooth(2),
            fixedFreqOthers(3),
            fixedFreqCordlessPhone(4),
            fixedFreqVideo(5),
            fixedFreqAudio(6),
            freqHopperOthers(7),
            freqHopperCordlessBase(8),
            freqHopperCordlessNetwork(9),
            freqHopperXbox(10),
            genericInterferer(11)
        }
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "Represents which types of interference device will send traps
         when the interference device trap is enabled."
    ::= { hh3cDot11SaCfgEntry 5 }

hh3cDot11SaTrapAQEnable OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "Represents whether the air quality trap is enabled."
    ::= { hh3cDot11SaCfgEntry 6 }

hh3cDot11SaTrapAQThreshold OBJECT-TYPE
    SYNTAX Integer32(1..100)
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "Represents the air quality trap threshold.  When the air quality
        is below this value, the air quality trap will be sent."
    ::= { hh3cDot11SaCfgEntry 7 }

hh3cDot11SaDrivenRRMEnable OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "Configure whether to trigger RRM to run when an access point detects
         a certain level of interference."
    ::= { hh3cDot11SaCfgEntry 8 }

hh3cDot11SaDrivenRRMSnt OBJECT-TYPE
    SYNTAX INTEGER
    {
        low(1),
        medium(2),
        high(3)
    }
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "Configure the threshold at which RRM will be triggered.  When the
         interference level for the access point rises above the threshold
         level, RRM initiates a local dynamic channel assignment (DCA) run
         and changes the channel of the affected access point radio if
         possible to improve network performance.  Low represents a decreased
         sensitivity to changes in the environment while high represents an
         increased sensitivity."
    ::= { hh3cDot11SaCfgEntry 9 }

-- fft table
hh3cDot11SaRtFFTDataTable OBJECT-TYPE
    SYNTAX SEQUENCE OF Hh3cDot11SaRtFFTDataEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "This table contains the real-time FFT data for spectrum analysis."
    ::= { hh3cDot11SaStatusGroup 1 }

hh3cDot11SaRtFFTDataEntry OBJECT-TYPE
    SYNTAX Hh3cDot11SaRtFFTDataEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "This entry contains the real-time FFT data for spectrum analysis."
    INDEX
        {
            hh3cDot11SaAPID,
            hh3cDot11SaRadioID,
            hh3cDot11SaRtDataGroupID,
            hh3cDot11SaFrequency
        }
    ::= { hh3cDot11SaRtFFTDataTable 1 }

Hh3cDot11SaRtFFTDataEntry ::= SEQUENCE
    {
        hh3cDot11SaAPID               Hh3cDot11ObjectIDType,
        hh3cDot11SaRadioID            Hh3cDot11RadioScopeType,
        hh3cDot11SaRtDataGroupID      Integer32,
        hh3cDot11SaFrequency          Integer32,
        hh3cDot11SaRtFreqPower        Integer32,
        hh3cDot11SaRtFreqMaxPower     Integer32,
        hh3cDot11SaRtFreqDutyCycle    Integer32,
        hh3cDot11SaRtFreqDataSeqNo    Unsigned32
    }

hh3cDot11SaAPID OBJECT-TYPE
    SYNTAX Hh3cDot11ObjectIDType
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "Represents the serial ID of the AP."
    ::= { hh3cDot11SaRtFFTDataEntry 1 }

hh3cDot11SaRadioID OBJECT-TYPE
    SYNTAX Hh3cDot11RadioScopeType
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "Represents the ID of the radio."
    ::= { hh3cDot11SaRtFFTDataEntry 2 }

hh3cDot11SaRtDataGroupID OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "Represents group ID of the collected data.  Maybe the device collects
         multiple groups of data at the collected interval."
    ::= { hh3cDot11SaRtFFTDataEntry 3 }

hh3cDot11SaFrequency OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "Represents the frequency number in 100 Hz."
    ::= { hh3cDot11SaRtFFTDataEntry 4 }

hh3cDot11SaRtFreqPower OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the power of the frequency point."
    ::= { hh3cDot11SaRtFFTDataEntry 5 }

hh3cDot11SaRtFreqMaxPower OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the max power of the frequency point."
    ::= { hh3cDot11SaRtFFTDataEntry 6 }

hh3cDot11SaRtFreqDutyCycle OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the duty cycle of the frequency point."
    ::= { hh3cDot11SaRtFFTDataEntry 7 }

hh3cDot11SaRtFreqDataSeqNo OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the sequence number of the data."
    ::= { hh3cDot11SaRtFFTDataEntry 8 }

-- interfering device table
hh3cDot11SaIntfDevTable OBJECT-TYPE
    SYNTAX SEQUENCE OF Hh3cDot11SaIntfDevEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "This table contains the information of the interfering devices."
    ::= { hh3cDot11SaStatusGroup 2 }

hh3cDot11SaIntfDevEntry OBJECT-TYPE
    SYNTAX Hh3cDot11SaIntfDevEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "This entry contains the information of the interfering devices."
    INDEX
        {
            hh3cDot11SaAPID,
            hh3cDot11SaRadioID,
            hh3cDot11SaDevID
        }
    ::= { hh3cDot11SaIntfDevTable 1 }

Hh3cDot11SaIntfDevEntry ::= SEQUENCE
    {
        hh3cDot11SaDevID              Integer32,
        hh3cDot11SaDevType            Hh3cDot11SaIntfDevType,
        hh3cDot11SaDevSI              Integer32,
        hh3cDot11SaDevRSSI            Integer32,
        hh3cDot11SaDevDutyCycle       Integer32,
        hh3cDot11SaDevAffectedChls    OCTET STRING,
        hh3cDot11SaDevDetectedTime    DateAndTime
    }

hh3cDot11SaDevID OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "Represents the device identification number that uniquely
         identified the interfering device."
    ::= { hh3cDot11SaIntfDevEntry 1 }

hh3cDot11SaDevType OBJECT-TYPE
    SYNTAX Hh3cDot11SaIntfDevType
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents type of the interferer."
    ::= { hh3cDot11SaIntfDevEntry 2 }

hh3cDot11SaDevSI OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents severity index of the interfering device.  Severity index
         is calculated, a positive integer between 0 and 100(with 100 being the
         most severe)."
    ::= { hh3cDot11SaIntfDevEntry 3 }

hh3cDot11SaDevRSSI OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents receive signal strength indicator (RSSI) of interfering
         device."
    ::= { hh3cDot11SaIntfDevEntry 4 }

hh3cDot11SaDevDutyCycle OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents proportion of time in percentage during which the
         interfering device was active."
    ::= { hh3cDot11SaIntfDevEntry 5 }

hh3cDot11SaDevAffectedChls OBJECT-TYPE
    SYNTAX OCTET STRING
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents channels that the interfering device affects."
    ::= { hh3cDot11SaIntfDevEntry 6 }

hh3cDot11SaDevDetectedTime OBJECT-TYPE
    SYNTAX DateAndTime
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents time at which the interference was detected."
    ::= { hh3cDot11SaIntfDevEntry 7 }

-- air quality table
hh3cDot11SaAirQualityTable OBJECT-TYPE
    SYNTAX SEQUENCE OF Hh3cDot11SaAirQualityEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "This table contains the air quality of the channels."
    ::= { hh3cDot11SaStatusGroup 3 }

hh3cDot11SaAirQualityEntry OBJECT-TYPE
    SYNTAX Hh3cDot11SaAirQualityEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "This entry contains the air quality of the channels."
    INDEX
        {
            hh3cDot11SaAPID,
            hh3cDot11SaRadioID,
            hh3cDot11SaChlNum
        }
    ::= { hh3cDot11SaAirQualityTable 1 }

Hh3cDot11SaAirQualityEntry ::= SEQUENCE
    {
        hh3cDot11SaChlNum             Hh3cDot11ChannelScopeType,
        hh3cDot11SaAvgQuality         Integer32,
        hh3cDot11SaMinQuality         Integer32,
        hh3cDot11SaIntfDevNum         Integer32,
        hh3cDot11SaWiFiUtil           Integer32,
        hh3cDot11SaNonWiFiUtil        Integer32,
        hh3cDot11SaNoiseFloor         Integer32
    }

hh3cDot11SaChlNum OBJECT-TYPE
    SYNTAX Hh3cDot11ChannelScopeType
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "Represents the radio channel where the air quality is monitored."
    ::= { hh3cDot11SaAirQualityEntry 1 }

hh3cDot11SaAvgQuality OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the average air quality for this radio channel."
    ::= { hh3cDot11SaAirQualityEntry 2 }

hh3cDot11SaMinQuality OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the minimum air quality for this radio channel."
    ::= { hh3cDot11SaAirQualityEntry 3 }

hh3cDot11SaIntfDevNum OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the number of interferers detected by the radios
         on the 802.11a/n or 802.11b/g/n radio band."
    ::= { hh3cDot11SaAirQualityEntry 4 }

hh3cDot11SaWiFiUtil OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the percentage of the channel currently being
         used by Wi-Fi devices."
    ::= { hh3cDot11SaAirQualityEntry 5 }

hh3cDot11SaNonWiFiUtil OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents the percentage of the channel currently being
         used by non-Wi-Fi interference."
    ::= { hh3cDot11SaAirQualityEntry 6 }

hh3cDot11SaNoiseFloor OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Represents current noise floor recorded on the channel."
    ::= { hh3cDot11SaAirQualityEntry 7 }

--Notify Group
hh3cDot11SaTraps OBJECT IDENTIFIER  ::= { hh3cDot11SaNotifyGroup 0 }
hh3cDot11SaIntfDevDetected NOTIFICATION-TYPE
    OBJECTS
        {
            hh3cDot11SaTrapAPID,
            hh3cDot11SaTrapRadioID,
            hh3cDot11SaTrapDevID,
            hh3cDot11SaTrapIntfDevType,
            hh3cDot11APTrapDevSI,
            hh3cDot11SaTrapDevRSSI,
            hh3cDot11APTrapDevDC,
            hh3cDot11APTrapDevChls,
            hh3cDot11APTrapDevDctTime
        }
    STATUS current
    DESCRIPTION
        "Interfering device is detected."
    ::= { hh3cDot11SaTraps 1 }

hh3cDot11SaIntfDevDisappear NOTIFICATION-TYPE
    OBJECTS
        {
            hh3cDot11SaTrapAPID,
            hh3cDot11SaTrapRadioID,
            hh3cDot11SaTrapDevID,
            hh3cDot11SaTrapIntfDevType
        }
    STATUS current
    DESCRIPTION
        "Interfering device disappeared."
    ::= { hh3cDot11SaTraps 2 }

hh3cDot11SaChlQltLow NOTIFICATION-TYPE
    OBJECTS
        {
            hh3cDot11SaTrapAPID,
            hh3cDot11SaTrapRadioID,
            hh3cDot11SaTrapChlNum,
            hh3cDot11SaTrapChlQlt,
            hh3cDot11SaTrapChlIntfNum
        }
    STATUS current
    DESCRIPTION
        "The quality of the channel is below the specified threshold."
    ::= { hh3cDot11SaTraps 3 }

hh3cDot11SaChlQltRecover NOTIFICATION-TYPE
    OBJECTS
        {
            hh3cDot11SaTrapAPID,
            hh3cDot11SaTrapRadioID,
            hh3cDot11SaTrapChlNum,
            hh3cDot11SaTrapChlQlt,
            hh3cDot11SaTrapChlIntfNum
        }
    STATUS current
    DESCRIPTION
        "The quality of the channel recovered from low status."
    ::= { hh3cDot11SaTraps 4 }

hh3cDot11SaTrapVars OBJECT IDENTIFIER  ::= { hh3cDot11SaNotifyGroup 1 }

hh3cDot11SaTrapAPID OBJECT-TYPE
    SYNTAX      Hh3cDot11ObjectIDType
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Represents the identifier of the AP."
    ::= { hh3cDot11SaTrapVars 1 }

hh3cDot11SaTrapRadioID OBJECT-TYPE
    SYNTAX      Hh3cDot11RadioScopeType
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Represents the identifier of the radio."
    ::= { hh3cDot11SaTrapVars 2 }

hh3cDot11SaTrapDevID OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents the device identification number that uniquely
         identified the interfering device."
    ::= { hh3cDot11SaTrapVars 3 }

hh3cDot11SaTrapIntfDevType OBJECT-TYPE
    SYNTAX Hh3cDot11SaIntfDevType
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents type of the interferer."
    ::= { hh3cDot11SaTrapVars 4 }

hh3cDot11APTrapDevSI OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents severity index of the interfering device.  Severity index
         is calculated, a positive integer between 0 and 100(with 100 being the
         most severe)."
    ::= { hh3cDot11SaTrapVars 5 }

hh3cDot11SaTrapDevRSSI OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents receive signal strength indicator (RSSI) of interfering
         device."
    ::= { hh3cDot11SaTrapVars 6 }

hh3cDot11APTrapDevDC OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents proportion of time in percentage during which the
         interfering device was active."
    ::= { hh3cDot11SaTrapVars 7 }

hh3cDot11APTrapDevChls OBJECT-TYPE
    SYNTAX OCTET STRING
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents channels that the interfering device affects."
    ::= { hh3cDot11SaTrapVars 8 }

hh3cDot11APTrapDevDctTime OBJECT-TYPE
    SYNTAX DateAndTime
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents time at which the interference was detected."
    ::= { hh3cDot11SaTrapVars 9 }

hh3cDot11SaTrapChlNum OBJECT-TYPE
    SYNTAX Hh3cDot11ChannelScopeType
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents the radio channel where the air quality is monitored."
    ::= { hh3cDot11SaTrapVars 10 }

hh3cDot11SaTrapChlQlt OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents the quality for this radio channel."
    ::= { hh3cDot11SaTrapVars 11 }

hh3cDot11SaTrapChlIntfNum OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS accessible-for-notify
    STATUS current
    DESCRIPTION
        "Represents the number of interferers detected by the radios
         on the 802.11a/n or 802.11b/g/n radio band."
    ::= { hh3cDot11SaTrapVars 12 }
END