forked from AlexandreYang/snmp-mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
A3COM-HUAWEI-DOT11-SA-MIB
executable file
·663 lines (598 loc) · 19.5 KB
/
A3COM-HUAWEI-DOT11-SA-MIB
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 Hangzhou 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
-- =============================================================================
A3COM-HUAWEI-DOT11-SA-MIB DEFINITIONS ::= BEGIN
IMPORTS
TruthValue,
DateAndTime
FROM SNMPv2-TC
MODULE-IDENTITY,
Integer32, Unsigned32, OBJECT-TYPE, NOTIFICATION-TYPE
FROM SNMPv2-SMI
h3cDot11,
H3cDot11ChannelScopeType,
H3cDot11ObjectIDType,
H3cDot11RadioScopeType,
H3cDot11SaIntfDevType
FROM A3COM-HUAWEI-DOT11-REF-MIB;
h3cDot11Sa MODULE-IDENTITY
LAST-UPDATED "201108262000Z" -- Aug 26, 2011 at 20:00 GMT
ORGANIZATION
"Hangzhou H3C Tech. Co., Ltd."
CONTACT-INFO
"Platform Team Hangzhou 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."
::= { h3cDot11 13 }
-- *****************************************************************************
-- * Major sections
-- *****************************************************************************
h3cDot11SaCfgGroup OBJECT IDENTIFIER ::= { h3cDot11Sa 1 }
h3cDot11SaStatusGroup OBJECT IDENTIFIER ::= { h3cDot11Sa 2 }
h3cDot11SaNotifyGroup OBJECT IDENTIFIER ::= { h3cDot11Sa 3 }
-- cfg table
h3cDot11SaCfgTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11SaCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table is used to configure spectrum analysis."
::= { h3cDot11SaCfgGroup 1 }
h3cDot11SaCfgEntry OBJECT-TYPE
SYNTAX H3cDot11SaCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains the spectrum analysis configuration."
INDEX { h3cDot11SaCfgRadioType }
::= { h3cDot11SaCfgTable 1 }
H3cDot11SaCfgEntry ::= SEQUENCE
{
h3cDot11SaCfgRadioType INTEGER,
h3cDot11SaEnable TruthValue,
h3cDot11SaRptDevType BITS,
h3cDot11SaTrapDevEnable TruthValue,
h3cDot11SaTrapDevType BITS,
h3cDot11SaTrapAQEnable TruthValue,
h3cDot11SaTrapAQThreshold Integer32,
h3cDot11SaDrivenRRMEnable TruthValue,
h3cDot11SaDrivenRRMSnt INTEGER
}
h3cDot11SaCfgRadioType OBJECT-TYPE
SYNTAX INTEGER
{
dot11bg(1),
dot11a(2)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the radio type of the configuration."
::= { h3cDot11SaCfgEntry 1 }
h3cDot11SaEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents whether spectrum analysis is enabled globally."
::= { h3cDot11SaCfgEntry 2 }
h3cDot11SaRptDevType 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."
::= { h3cDot11SaCfgEntry 3 }
h3cDot11SaTrapDevEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents whether the interference device trap is enabled."
::= { h3cDot11SaCfgEntry 4 }
h3cDot11SaTrapDevType 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."
::= { h3cDot11SaCfgEntry 5 }
h3cDot11SaTrapAQEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents whether the air quality trap is enabled."
::= { h3cDot11SaCfgEntry 6 }
h3cDot11SaTrapAQThreshold 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."
::= { h3cDot11SaCfgEntry 7 }
h3cDot11SaDrivenRRMEnable 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."
::= { h3cDot11SaCfgEntry 8 }
h3cDot11SaDrivenRRMSnt 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."
::= { h3cDot11SaCfgEntry 9 }
-- fft table
h3cDot11SaRtFFTDataTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11SaRtFFTDataEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the real-time FFT data for spectrum analysis."
::= { h3cDot11SaStatusGroup 1 }
h3cDot11SaRtFFTDataEntry OBJECT-TYPE
SYNTAX H3cDot11SaRtFFTDataEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains the real-time FFT data for spectrum analysis."
INDEX
{
h3cDot11SaAPID,
h3cDot11SaRadioID,
h3cDot11SaRtDataGroupID,
h3cDot11SaFrequency
}
::= { h3cDot11SaRtFFTDataTable 1 }
H3cDot11SaRtFFTDataEntry ::= SEQUENCE
{
h3cDot11SaAPID H3cDot11ObjectIDType,
h3cDot11SaRadioID H3cDot11RadioScopeType,
h3cDot11SaRtDataGroupID Integer32,
h3cDot11SaFrequency Integer32,
h3cDot11SaRtFreqPower Integer32,
h3cDot11SaRtFreqMaxPower Integer32,
h3cDot11SaRtFreqDutyCycle Integer32,
h3cDot11SaRtFreqDataSeqNo Unsigned32
}
h3cDot11SaAPID OBJECT-TYPE
SYNTAX H3cDot11ObjectIDType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the serial ID of the AP."
::= { h3cDot11SaRtFFTDataEntry 1 }
h3cDot11SaRadioID OBJECT-TYPE
SYNTAX H3cDot11RadioScopeType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the ID of the radio."
::= { h3cDot11SaRtFFTDataEntry 2 }
h3cDot11SaRtDataGroupID 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."
::= { h3cDot11SaRtFFTDataEntry 3 }
h3cDot11SaFrequency OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the frequency number in 100 Hz."
::= { h3cDot11SaRtFFTDataEntry 4 }
h3cDot11SaRtFreqPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the power of the frequency point."
::= { h3cDot11SaRtFFTDataEntry 5 }
h3cDot11SaRtFreqMaxPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the max power of the frequency point."
::= { h3cDot11SaRtFFTDataEntry 6 }
h3cDot11SaRtFreqDutyCycle OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the duty cycle of the frequency point."
::= { h3cDot11SaRtFFTDataEntry 7 }
h3cDot11SaRtFreqDataSeqNo OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the sequence number of the data."
::= { h3cDot11SaRtFFTDataEntry 8 }
-- interfering device table
h3cDot11SaIntfDevTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11SaIntfDevEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the information of the interfering devices."
::= { h3cDot11SaStatusGroup 2 }
h3cDot11SaIntfDevEntry OBJECT-TYPE
SYNTAX H3cDot11SaIntfDevEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains the information of the interfering devices."
INDEX
{
h3cDot11SaAPID,
h3cDot11SaRadioID,
h3cDot11SaDevID
}
::= { h3cDot11SaIntfDevTable 1 }
H3cDot11SaIntfDevEntry ::= SEQUENCE
{
h3cDot11SaDevID Integer32,
h3cDot11SaDevType H3cDot11SaIntfDevType,
h3cDot11SaDevSI Integer32,
h3cDot11SaDevRSSI Integer32,
h3cDot11SaDevDutyCycle Integer32,
h3cDot11SaDevAffectedChls OCTET STRING,
h3cDot11SaDevDetectedTime DateAndTime
}
h3cDot11SaDevID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the device identification number that uniquely
identified the interfering device."
::= { h3cDot11SaIntfDevEntry 1 }
h3cDot11SaDevType OBJECT-TYPE
SYNTAX H3cDot11SaIntfDevType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents type of the interferer."
::= { h3cDot11SaIntfDevEntry 2 }
h3cDot11SaDevSI 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)."
::= { h3cDot11SaIntfDevEntry 3 }
h3cDot11SaDevRSSI OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents receive signal strength indicator (RSSI) of interfering
device."
::= { h3cDot11SaIntfDevEntry 4 }
h3cDot11SaDevDutyCycle OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents proportion of time in percentage during which the
interfering device was active."
::= { h3cDot11SaIntfDevEntry 5 }
h3cDot11SaDevAffectedChls OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents channels that the interfering device affects."
::= { h3cDot11SaIntfDevEntry 6 }
h3cDot11SaDevDetectedTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents time at which the interference was detected."
::= { h3cDot11SaIntfDevEntry 7 }
-- air quality table
h3cDot11SaAirQualityTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11SaAirQualityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the air quality of the channels."
::= { h3cDot11SaStatusGroup 3 }
h3cDot11SaAirQualityEntry OBJECT-TYPE
SYNTAX H3cDot11SaAirQualityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains the air quality of the channels."
INDEX
{
h3cDot11SaAPID,
h3cDot11SaRadioID,
h3cDot11SaChlNum
}
::= { h3cDot11SaAirQualityTable 1 }
H3cDot11SaAirQualityEntry ::= SEQUENCE
{
h3cDot11SaChlNum H3cDot11ChannelScopeType,
h3cDot11SaAvgQuality Integer32,
h3cDot11SaMinQuality Integer32,
h3cDot11SaIntfDevNum Integer32,
h3cDot11SaWiFiUtil Integer32,
h3cDot11SaNonWiFiUtil Integer32,
h3cDot11SaNoiseFloor Integer32
}
h3cDot11SaChlNum OBJECT-TYPE
SYNTAX H3cDot11ChannelScopeType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the radio channel where the air quality is monitored."
::= { h3cDot11SaAirQualityEntry 1 }
h3cDot11SaAvgQuality OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the average air quality for this radio channel."
::= { h3cDot11SaAirQualityEntry 2 }
h3cDot11SaMinQuality OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the minimum air quality for this radio channel."
::= { h3cDot11SaAirQualityEntry 3 }
h3cDot11SaIntfDevNum 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."
::= { h3cDot11SaAirQualityEntry 4 }
h3cDot11SaWiFiUtil OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the percentage of the channel currently being
used by Wi-Fi devices."
::= { h3cDot11SaAirQualityEntry 5 }
h3cDot11SaNonWiFiUtil 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."
::= { h3cDot11SaAirQualityEntry 6 }
h3cDot11SaNoiseFloor OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents current noise floor recorded on the channel."
::= { h3cDot11SaAirQualityEntry 7 }
--Notify Group
h3cDot11SaTraps OBJECT IDENTIFIER ::= { h3cDot11SaNotifyGroup 0 }
h3cDot11SaIntfDevDetected NOTIFICATION-TYPE
OBJECTS
{
h3cDot11SaTrapAPID,
h3cDot11SaTrapRadioID,
h3cDot11SaTrapDevID,
h3cDot11SaTrapIntfDevType,
h3cDot11APTrapDevSI,
h3cDot11SaTrapDevRSSI,
h3cDot11APTrapDevDC,
h3cDot11APTrapDevChls,
h3cDot11APTrapDevDctTime
}
STATUS current
DESCRIPTION
"Interfering device is detected."
::= { h3cDot11SaTraps 1 }
h3cDot11SaIntfDevDisappear NOTIFICATION-TYPE
OBJECTS
{
h3cDot11SaTrapAPID,
h3cDot11SaTrapRadioID,
h3cDot11SaTrapDevID,
h3cDot11SaTrapIntfDevType
}
STATUS current
DESCRIPTION
"Interfering device disappeared."
::= { h3cDot11SaTraps 2 }
h3cDot11SaChlQltLow NOTIFICATION-TYPE
OBJECTS
{
h3cDot11SaTrapAPID,
h3cDot11SaTrapRadioID,
h3cDot11SaTrapChlNum,
h3cDot11SaTrapChlQlt,
h3cDot11SaTrapChlIntfNum
}
STATUS current
DESCRIPTION
"The quality of the channel is below the specified threshold."
::= { h3cDot11SaTraps 3 }
h3cDot11SaChlQltRecover NOTIFICATION-TYPE
OBJECTS
{
h3cDot11SaTrapAPID,
h3cDot11SaTrapRadioID,
h3cDot11SaTrapChlNum,
h3cDot11SaTrapChlQlt,
h3cDot11SaTrapChlIntfNum
}
STATUS current
DESCRIPTION
"The quality of the channel recovered from low status."
::= { h3cDot11SaTraps 4 }
h3cDot11SaTrapVars OBJECT IDENTIFIER ::= { h3cDot11SaNotifyGroup 1 }
h3cDot11SaTrapAPID OBJECT-TYPE
SYNTAX H3cDot11ObjectIDType
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents the identifier of the AP."
::= { h3cDot11SaTrapVars 1 }
h3cDot11SaTrapRadioID OBJECT-TYPE
SYNTAX H3cDot11RadioScopeType
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents the identifier of the radio."
::= { h3cDot11SaTrapVars 2 }
h3cDot11SaTrapDevID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents the device identification number that uniquely
identified the interfering device."
::= { h3cDot11SaTrapVars 3 }
h3cDot11SaTrapIntfDevType OBJECT-TYPE
SYNTAX H3cDot11SaIntfDevType
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents type of the interferer."
::= { h3cDot11SaTrapVars 4 }
h3cDot11APTrapDevSI 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)."
::= { h3cDot11SaTrapVars 5 }
h3cDot11SaTrapDevRSSI OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents receive signal strength indicator (RSSI) of interfering
device."
::= { h3cDot11SaTrapVars 6 }
h3cDot11APTrapDevDC 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."
::= { h3cDot11SaTrapVars 7 }
h3cDot11APTrapDevChls OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents channels that the interfering device affects."
::= { h3cDot11SaTrapVars 8 }
h3cDot11APTrapDevDctTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents time at which the interference was detected."
::= { h3cDot11SaTrapVars 9 }
h3cDot11SaTrapChlNum OBJECT-TYPE
SYNTAX H3cDot11ChannelScopeType
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents the radio channel where the air quality is monitored."
::= { h3cDot11SaTrapVars 10 }
h3cDot11SaTrapChlQlt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Represents the quality for this radio channel."
::= { h3cDot11SaTrapVars 11 }
h3cDot11SaTrapChlIntfNum 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."
::= { h3cDot11SaTrapVars 12 }
END