summaryrefslogtreecommitdiff
path: root/MIBS/aviat-wtm/AVIAT-RXPERFORMANCE-MIB
blob: 96598e2dbf04c1263e91345fa27956bfe3f2259e (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
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
-- ****************************************************************************
-- aviatRxPerformance.mib: Aviat Networks RX Performance MIB
--
-- Copyright © 2014 Aviat U.S, Inc. All rights reserved.
-- Certain information and content may be provided by third parties to AVIAT,
-- and in each case, such copyrighted work remains the property of that third
-- party creator/licensor.
-- All rights not expressly granted herein are reserved. Except as otherwise
-- required by applicable law, any reproduction, distribution, modification,
-- retransmission, or publication of any copyrighted material is strictly
-- prohibited without the express written consent of the copyright owner.
-- "AVIAT", "AVIAT NETWORKS" and the AVIAT logo are trademarks of Aviat
-- Networks, Inc. All other trademarks or brand names may be trademarks or
-- registered trademarks of AVIAT's affiliated companies in the United States
-- and/or other countries.
--
-- ****************************************************************************

AVIAT-RXPERFORMANCE-MIB DEFINITIONS ::= BEGIN
    IMPORTS
        MODULE-IDENTITY, OBJECT-TYPE, Counter64, Gauge32
            FROM SNMPv2-SMI
        MODULE-COMPLIANCE, OBJECT-GROUP
            FROM SNMPv2-CONF
        TruthValue, DateAndTime, TEXTUAL-CONVENTION
            FROM SNMPv2-TC
        AviatPowerLevel
            FROM AVIAT-TEXTCONVENTION-MIB
        entPhysicalIndex
            FROM ENTITY-MIB
        aviatModules
            FROM STXN-GLOBALREGISTER-MIB;

    aviatRxPerformanceModule MODULE-IDENTITY
        LAST-UPDATED    "201401210157Z"
        ORGANIZATION    "Aviat Networks"
        CONTACT-INFO    "Aviat Networks
                         Customer Service

                         Postal: 5200 Great America Parkway
                                 Santa Clara
                                 California 95054
                                 United States of America

                         Tel: 408 567 7000

                         E-mail: mibsupport@aviatnet.com"
        DESCRIPTION
                "This MIB module supports performance monitoring of the
                 receiver on the radio."
        REVISION        "201401210157Z"
        DESCRIPTION
                "Initial Version."
        ::= { aviatModules 15 }


-- ****************************************************************************
-- Textual Conventions
-- ****************************************************************************
    AviatPackedRxPerformData ::=    TEXTUAL-CONVENTION
        DISPLAY-HINT    "63x"
        STATUS          current
        DESCRIPTION     "This is the Rx Performance data packed into a single
                         object. Note that these are fixed size fields. The
                         Date and Time is padded with trailing zeros. Refer to
                         the individual object definitions in the Rx
                         Performance Table for details on the syntax of each
                         object.

                             Bytes 1-4:     Rx Performance Mean Receive Signal
                                            Level Reading. Note that this is
                                            the mean reading over a performance
                                            period.
                             Bytes 5-8:     Rx Performance Receive Signal Level
                                            Reading.
                             Bytes 9-12:    Rx Performance Maximum Receive
                                            Signal Level Reading.
                             Bytes 13-16:   Rx Performance Minimum Receive
                                            Signal Level Reading.
                             Bytes 17-24:   Rx Performance Mean Bit Error Ratio
                                            Reading.
                             Bytes 25-32:   Rx Performance Current Bit Error
                                            Ratio Reading.
                             Bytes 33-40:   Rx Performance Maximum Bit Error
                                            Ratio Reading.
                             Bytes 41-48:   Rx Performance Minimum Bit Error
                                            Ratio Reading.
                             Bytes 49-52:   Rx Performance Frame Loss Seconds.
                             Bytes 53-63:   Date And Time."
      SYNTAX            OCTET STRING ( SIZE ( 0 | 63 ) )


-- ****************************************************************************
-- Conformance area, containing groups and compliance specifications
-- ****************************************************************************
    aviatRxPerformanceConf      OBJECT IDENTIFIER ::= { aviatRxPerformanceModule 1 }

    aviatRxPerformanceGroups    OBJECT IDENTIFIER ::= { aviatRxPerformanceConf 1 }

    aviatRxPerformanceCompl     OBJECT IDENTIFIER ::= { aviatRxPerformanceConf 2 }


-- ****************************************************************************
-- Sub-tree for RX Performance MIB objects
-- ****************************************************************************
    aviatRxPerformanceMIBObjs   OBJECT IDENTIFIER ::= { aviatRxPerformanceModule 2 }


-- ****************************************************************************
-- Rx Perform Control Table
-- ****************************************************************************
    aviatRxPerformControlTable  OBJECT-TYPE
        SYNTAX          SEQUENCE OF AviatRxPerformControlEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "A table containing the indexes and reset values for a
                         particular entity of the system."
            ::= { aviatRxPerformanceMIBObjs 1 }

    aviatRxPerformControlEntry  OBJECT-TYPE
        SYNTAX          AviatRxPerformControlEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "A row in the aviatRxPerformControlTable."
        INDEX           { entPhysicalIndex }
            ::= { aviatRxPerformControlTable 1 }

    AviatRxPerformControlEntry ::=
        SEQUENCE {
            aviatRxPerformReset
                INTEGER,
            aviatRxPerformLastQHourChangeIndex
                Gauge32,
            aviatRxPerformLastDayChangeIndex
                Gauge32
        }

    aviatRxPerformReset         OBJECT-TYPE
        SYNTAX          INTEGER {
                                    none (1),
                                    all (2),
                                    realtime (3),
                                    quarterhour (4),
                                    daily (5)
                                }
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION     "This object resets Rx Performance statistics. Setting
                         all(2) will reset realtime, quarter hourly and daily
                         statistics. Setting realtime(3), quarterhour(4) or
                         daily(5) will reset only the selected type of
                         statistics. If quarter hour or daily statistics are
                         reset, then all saved statistics data of that type
                         will be deleted including the current bin.

                         Reading this object will return none(1)."
            ::= { aviatRxPerformControlEntry 1 }

    aviatRxPerformLastQHourChangeIndex  OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the index number of the last entry in the
                         aviatRxPerformQHourTable. This index number refers to
                         the aviatRxPerformQHourPeriod index of the table."
            ::= { aviatRxPerformControlEntry 2 }

    aviatRxPerformLastDayChangeIndex    OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the index number of the last entry in the
                         aviatRxPerformDayTable. This index number refers to
                         the aviatRxPerformDayPeriod index of the table."
            ::= { aviatRxPerformControlEntry 3 }


-- ****************************************************************************
-- Receiver Performance Table
-- ****************************************************************************
    aviatRxPerformTable         OBJECT-TYPE
        SYNTAX          SEQUENCE OF AviatRxPerformEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is the table containing information about the
                         radio receive path performance of each terminal in the
                         domain. This performance data is updated every 1
                         second."
            ::= { aviatRxPerformanceMIBObjs 2 }

    aviatRxPerformEntry         OBJECT-TYPE
        SYNTAX          AviatRxPerformEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is an entry in the table containing the receiver
                         performance data of an entity in the system."
        INDEX           { entPhysicalIndex }
            ::= { aviatRxPerformTable 1 }

    AviatRxPerformEntry ::=
        SEQUENCE {
            aviatRxPerformRslReadingMean
                AviatPowerLevel,
            aviatRxPerformRslReadingCurrent
                AviatPowerLevel,
            aviatRxPerformRslReadingMax
                AviatPowerLevel,
            aviatRxPerformRslReadingMin
                AviatPowerLevel,
            aviatRxPerformBerReadingMean
                Counter64,
            aviatRxPerformBerReadingCurrent
                Counter64,
            aviatRxPerformBerReadingMax
                Counter64,
            aviatRxPerformBerReadingMin
                Counter64,
            aviatRxPerformFrameLossSeconds
                Gauge32,
            aviatRxPerformPackedData
                AviatPackedRxPerformData
        }

    aviatRxPerformRslReadingMean    OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the mean reading of the Receive Signal Level
                         of the radio over the period since the start of
                         monitoring."
            ::= { aviatRxPerformEntry 3 }

    aviatRxPerformRslReadingCurrent OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the current reading of the Receive Signal
                         Level of the radio."
            ::= { aviatRxPerformEntry 4 }

    aviatRxPerformRslReadingMax OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the highest recorded reading of the Receive
                         Signal Level of the radio since the start of
                         monitoring."
            ::= { aviatRxPerformEntry 5 }

    aviatRxPerformRslReadingMin OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the lowest recorded reading of the Receive
                         Signal Level of the radio since the start of
                         monitoring."
            ::= { aviatRxPerformEntry 6 }

    aviatRxPerformBerReadingMean    OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the mean reading of the Bit Error Ratio of the
                         radio."
            ::= { aviatRxPerformEntry 7 }

    aviatRxPerformBerReadingCurrent OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the current reading of the Bit Error Ratio of
                         the radio."
            ::= { aviatRxPerformEntry 8 }

    aviatRxPerformBerReadingMax OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the highest recorded reading of the Bit Error
                         Ratio of the radio since the start of monitoring."
            ::= { aviatRxPerformEntry 9 }

    aviatRxPerformBerReadingMin OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the lowest recorded reading of the Bit Error
                         Ratio of the radio since the start of monitoring."
            ::= { aviatRxPerformEntry 10 }

    aviatRxPerformFrameLossSeconds  OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the number of seconds that had one or more
                         instances of lost frames since the start of
                         monitoring."
            ::= { aviatRxPerformEntry 11 }

    aviatRxPerformPackedData    OBJECT-TYPE
        SYNTAX          AviatPackedRxPerformData
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is all of the Performance data for this table,
                         updated every 1 second, packed into a single object.

                         This object is provided to guarantee a 'snapshot'
                         collection of the performance measures in an entity.
                         Slowly stepping through the aviatRxPerformTable may
                         result in changing information being read."
            ::= { aviatRxPerformEntry 12 }


-- ****************************************************************************
-- Receiver Performance Quarter Hourly Table
-- ****************************************************************************
    aviatRxPerformQuarterHourTable  OBJECT-TYPE
        SYNTAX          SEQUENCE OF AviatRxPerformQuarterHourEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is the table containing information about the
                         radio receive path performance of each terminal in the
                         domain.

                         The performance data recording is started at the next
                         15 minute boundry in the hour of the time when
                         monitoring was initiated eg: 12:00, 12:15, 12:30 or
                         12:45.

                         This performance data is recorded for 15 minute
                         periods and the object is updated at the end of the
                         period."
            ::= { aviatRxPerformanceMIBObjs 3 }

    aviatRxPerformQuarterHourEntry  OBJECT-TYPE
        SYNTAX          AviatRxPerformQuarterHourEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is an entry in the table containing the receiver
                         performance data of an entity in the system for a 15
                         minute period."
        INDEX           { entPhysicalIndex, aviatRxPerformQHourIndex,
                          aviatRxPerformQHourPeriod }
            ::= { aviatRxPerformQuarterHourTable 1 }

    AviatRxPerformQuarterHourEntry ::=
        SEQUENCE {
            aviatRxPerformQHourIndex
                Gauge32,
            aviatRxPerformQHourPeriod
                Gauge32,
            aviatRxPerformQHourDateAndTime
                DateAndTime,
            aviatRxPerformQHourRslReadingMean
                AviatPowerLevel,
            aviatRxPerformQHourRslReadingMax
                AviatPowerLevel,
            aviatRxPerformQHourRslReadingMin
                AviatPowerLevel,
            aviatRxPerformQHourBerReadingMean
                Counter64,
            aviatRxPerformQHourBerReadingMax
                Counter64,
            aviatRxPerformQHourBerReadingMin
                Counter64,
            aviatRxPerformQHourFrameLossSeconds
                Gauge32,
            aviatRxPerformQHourInvalidEntry
                TruthValue
        }

    aviatRxPerformQHourIndex    OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is the row number referring to the receiver
                         performance data of a particular entity in the system.
                         The performance data in this table is updated every 15
                         minutes."
            ::= { aviatRxPerformQuarterHourEntry 1 }

    aviatRxPerformQHourPeriod   OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is the unique row number referencing the 15
                         minute period during which this block of performance
                         data was collected. This provides a unique index even
                         if the table wraps back around."
            ::= { aviatRxPerformQuarterHourEntry 2 }

    aviatRxPerformQHourDateAndTime  OBJECT-TYPE
        SYNTAX          DateAndTime
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the date and time at the start of the 15
                         minute period during which this block of performance
                         data was collected."
            ::= { aviatRxPerformQuarterHourEntry 4 }

    aviatRxPerformQHourRslReadingMean   OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the mean reading of the Receive Signal Level
                         of the radio for the 15 minute period during which
                         this block of performance data was collected."
            ::= { aviatRxPerformQuarterHourEntry 5 }

    aviatRxPerformQHourRslReadingMax    OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the highest recorded reading of the Receive
                         Signal Level of the radio for the 15 minute period
                         during which this block of performance data was
                         collected."
            ::= { aviatRxPerformQuarterHourEntry 6 }

    aviatRxPerformQHourRslReadingMin    OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the lowest recorded reading of the Receive
                         Signal Level of the radio for the 15 minute period
                         during which this block of performance data was
                         collected."
            ::= { aviatRxPerformQuarterHourEntry 7 }

    aviatRxPerformQHourBerReadingMean   OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the mean reading of the Bit Error Ratio of the
                         radio for the 15 minute period during which this block
                         of performance data was collected."
            ::= { aviatRxPerformQuarterHourEntry 8 }

    aviatRxPerformQHourBerReadingMax    OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the highest recorded reading of the Bit Error
                         Ratio of the radio for the 15 minute period during
                         which this block of performance data was collected."
            ::= { aviatRxPerformQuarterHourEntry 9 }

    aviatRxPerformQHourBerReadingMin    OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the lowest recorded reading of the Bit Error
                         Ratio of the radio for the 15 minute period during
                         which this block of performance data was collected."
            ::= { aviatRxPerformQuarterHourEntry 10 }

    aviatRxPerformQHourFrameLossSeconds OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the number of seconds that had one or more
                         instances of lost frames for the 15 minute period
                         during which this block of performance data was
                         collected."
            ::= { aviatRxPerformQuarterHourEntry 11 }

    aviatRxPerformQHourInvalidEntry OBJECT-TYPE
        SYNTAX          TruthValue
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This indicates the validity of the performance data in
                         this row of the table. It is set to TRUE when the data
                         becomes invalid due to the interval not being within
                         ten seconds of its nominal length. Otherwise it is set
                         to FALSE.

                         This could be a result of a time-of-day change."
            ::= { aviatRxPerformQuarterHourEntry 12 }


-- ****************************************************************************
-- Rx Performance Daily Table
-- ****************************************************************************
    aviatRxPerformDayTable      OBJECT-TYPE
        SYNTAX          SEQUENCE OF AviatRxPerformDayEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is a table containing a collection of information
                         about the radio receive path performance of each
                         terminal in the domain. Performance data in this table
                         is recorded for 1 day periods."
            ::= { aviatRxPerformanceMIBObjs 4 }

    aviatRxPerformDayEntry      OBJECT-TYPE
        SYNTAX          AviatRxPerformDayEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is an entry in the table containing performance
                         data of a particular entity within the agent during a
                         1 day period."
        INDEX           { entPhysicalIndex, aviatRxPerformDayIndex,
                          aviatRxPerformDayPeriod }
            ::= { aviatRxPerformDayTable 1 }

    AviatRxPerformDayEntry ::=
        SEQUENCE {
            aviatRxPerformDayIndex
                Gauge32,
            aviatRxPerformDayPeriod
                Gauge32,
            aviatRxPerformDayDateAndTime
                DateAndTime,
            aviatRxPerformDayRslReadingMean
                AviatPowerLevel,
            aviatRxPerformDayRslReadingMax
                AviatPowerLevel,
            aviatRxPerformDayRslReadingMin
                AviatPowerLevel,
            aviatRxPerformDayBerReadingMean
                Counter64,
            aviatRxPerformDayBerReadingMax
                Counter64,
            aviatRxPerformDayBerReadingMin
                Counter64,
            aviatRxPerformDayFrameLossSeconds
                Gauge32,
            aviatRxPerformDayInvalidEntry
                TruthValue
        }

    aviatRxPerformDayIndex      OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is the row number referring to the receiver
                         performance data of a particular entity in the system.
                         The performance data in this table is updated every 1
                         day period."
            ::= { aviatRxPerformDayEntry 1 }

    aviatRxPerformDayPeriod     OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION     "This is the unique row number referencing the 1 day
                         period during which this block of performance data was
                         collected."
            ::= { aviatRxPerformDayEntry 2 }

    aviatRxPerformDayDateAndTime    OBJECT-TYPE
        SYNTAX          DateAndTime
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the date and time at the start of the Day
                         period during which this block of performance data was
                         collected."
            ::= { aviatRxPerformDayEntry 4 }

    aviatRxPerformDayRslReadingMean OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the mean reading of the Receive Signal Level
                         of the radio for the 1 day period during which this
                         block of performance data was collected."
            ::= { aviatRxPerformDayEntry 5 }

    aviatRxPerformDayRslReadingMax  OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the highest recorded reading of the Receive
                         Signal Level of the radio for the 1 day period during
                         which this block of performance data was collected."
            ::= { aviatRxPerformDayEntry 6 }

    aviatRxPerformDayRslReadingMin  OBJECT-TYPE
        SYNTAX          AviatPowerLevel
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the lowest recorded reading of the Receive
                         Signal Level of the radio for the 1 day period during
                         which this block of performance data was collected."
            ::= { aviatRxPerformDayEntry 7 }

    aviatRxPerformDayBerReadingMean OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the mean reading of the Bit Error Ratio of the
                         radio for the 1 day period during which this block of
                         performance data was collected."
            ::= { aviatRxPerformDayEntry 8 }

    aviatRxPerformDayBerReadingMax  OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the highest recorded reading of the Bit Error
                         Ratio of the radio for the 1 Day period during which
                         this block of performance data was collected."
            ::= { aviatRxPerformDayEntry 9 }

    aviatRxPerformDayBerReadingMin  OBJECT-TYPE
        SYNTAX          Counter64
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the lowest recorded reading of the Bit Error
                         Ratio of the radio for the 1 Day period during which
                         this block of performance data was collected."
            ::= { aviatRxPerformDayEntry 10 }

    aviatRxPerformDayFrameLossSeconds   OBJECT-TYPE
        SYNTAX          Gauge32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This is the number of seconds that had one or more
                         instances of lost frames for the 1 day period during
                         which this block of performance data was collected."
            ::= { aviatRxPerformDayEntry 11 }

    aviatRxPerformDayInvalidEntry   OBJECT-TYPE
        SYNTAX          TruthValue
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION     "This indicates the validity of the performance data in
                         this row of the table. It is set to TRUE when the data
                         becomes invalid due to the interval not being within
                         ten seconds of its nominal length. Otherwise it is set
                         to FALSE.

                         This could be a result of a time-of-day change."
            ::= { aviatRxPerformDayEntry 12 }


-- ****************************************************************************
-- The Object and Event Groups
-- ****************************************************************************
    aviatRxPerformObjectGroup   OBJECT-GROUP
        OBJECTS {
            aviatRxPerformReset,
            aviatRxPerformLastQHourChangeIndex,
            aviatRxPerformLastDayChangeIndex,
            aviatRxPerformRslReadingMean,
            aviatRxPerformRslReadingCurrent,
            aviatRxPerformRslReadingMax,
            aviatRxPerformRslReadingMin,
            aviatRxPerformBerReadingMean,
            aviatRxPerformBerReadingCurrent,
            aviatRxPerformBerReadingMax,
            aviatRxPerformBerReadingMin,
            aviatRxPerformFrameLossSeconds,
            aviatRxPerformPackedData,
            aviatRxPerformQHourDateAndTime,
            aviatRxPerformQHourRslReadingMean,
            aviatRxPerformQHourRslReadingMax,
            aviatRxPerformQHourRslReadingMin,
            aviatRxPerformQHourBerReadingMean,
            aviatRxPerformQHourBerReadingMax,
            aviatRxPerformQHourBerReadingMin,
            aviatRxPerformQHourFrameLossSeconds,
            aviatRxPerformQHourInvalidEntry,
            aviatRxPerformDayDateAndTime,
            aviatRxPerformDayRslReadingMean,
            aviatRxPerformDayRslReadingMax,
            aviatRxPerformDayRslReadingMin,
            aviatRxPerformDayBerReadingMean,
            aviatRxPerformDayBerReadingMax,
            aviatRxPerformDayBerReadingMin,
            aviatRxPerformDayFrameLossSeconds,
            aviatRxPerformDayInvalidEntry
        }
        STATUS          current
        DESCRIPTION     "These are the objects in the Receiver Performance
                         MIB."
            ::= { aviatRxPerformanceGroups 1 }


-- ****************************************************************************
-- The Compliance Specifications
-- ****************************************************************************
    aviatRxPerformanceComplV1   MODULE-COMPLIANCE
        STATUS          current
        DESCRIPTION     "The implementation requirements for this MIB."
        MODULE          -- This module
        MANDATORY-GROUPS    {
                                aviatRxPerformObjectGroup
                            }
            ::= { aviatRxPerformanceCompl 1 }

END