forked from kcsinclair/mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ACD-PAA-MIB.mib
3265 lines (2927 loc) · 110 KB
/
ACD-PAA-MIB.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
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
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2016, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-PAA-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
IpAddress, Integer32, Unsigned32
FROM SNMPv2-SMI
DisplayString, TruthValue, MacAddress, DateAndTime
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdPaa MODULE-IDENTITY
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
2351 Alfred-Nobel blvd., Suite N-410
Saint-Laurent, Quebec Canada H4S 2A9
E-mail: [email protected]"
DESCRIPTION
"PAA database for this Accedian Networks device."
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add acdPaaHistResultID and acdPaaHistResultID
to acdPaaHistResultGroup."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdPaaHistResultID,
acdPaaHistResultSampleIndex."
REVISION "201211060100Z" -- 6 November 2012
DESCRIPTION
"Add Vlan and DSCP validation section."
REVISION "201011100100Z" -- 10 November 2010
DESCRIPTION
"Add compliance section."
REVISION "200902230100Z" -- 23 Feb 2009
DESCRIPTION
"Add support for extended packet loss ratio."
REVISION "200802060100Z" -- 6 Feb 2008
DESCRIPTION
"Add support for history table."
REVISION "200710120100Z" -- 12 Oct 2007
DESCRIPTION
"Add support for one-way delay and L2 address discovery."
REVISION "200612180100Z" -- 18 Dec 2006
DESCRIPTION
"Change the loss ration to in hundredths of a percent."
REVISION "200611110100Z" -- 11 Nov 2006
DESCRIPTION
"Initial version of MIB module ACD-PAA-MIB."
::= { acdMibs 5 }
acdPaaNotifications OBJECT IDENTIFIER ::= { acdPaa 7 }
acdPaaMIBObjects OBJECT IDENTIFIER ::= { acdPaa 8 }
acdPaaConformance OBJECT IDENTIFIER ::= { acdPaa 9 }
---------------------------------------------------------------------------
-- The PAA Results table
-- This table contains all PAA entry results.
---------------------------------------------------------------------------
acdPaaResultTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdPaaResultEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Result table of all Paa entries"
::= { acdPaa 1 }
acdPaaResultEntry OBJECT-TYPE
SYNTAX AcdPaaResultEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of results for a PAA instance."
INDEX { acdPaaResultID }
::= { acdPaaResultTable 1 }
AcdPaaResultEntry ::= SEQUENCE {
acdPaaResultID Unsigned32,
acdPaaResultState INTEGER,
acdPaaResultPktLossNeCurrValid TruthValue,
acdPaaResultPktLossNeCurrValue Unsigned32,
acdPaaResultPktLossNePrevValid TruthValue,
acdPaaResultPktLossNePrevValue Unsigned32,
acdPaaResultPktLossFeCurrValid TruthValue,
acdPaaResultPktLossFeCurrValue Unsigned32,
acdPaaResultPktLossFePrevValid TruthValue,
acdPaaResultPktLossFePrevValue Unsigned32,
acdPaaResultOneWayDvInstValue Integer32,
acdPaaResultOneWayDvCurrValid TruthValue,
acdPaaResultOneWayDvCurrMinValue Integer32,
acdPaaResultOneWayDvCurrMaxValue Integer32,
acdPaaResultOneWayDvCurrAvgValue Integer32,
acdPaaResultOneWayDvCurrThreshExc Unsigned32,
acdPaaResultOneWayDvPrevValid TruthValue,
acdPaaResultOneWayDvPrevMinValue Integer32,
acdPaaResultOneWayDvPrevMaxValue Integer32,
acdPaaResultOneWayDvPrevAvgValue Integer32,
acdPaaResultOneWayDvPrevThreshEx Unsigned32,
acdPaaResultTwoWayDelayInstValue Integer32,
acdPaaResultTwoWayDelayCurrValid TruthValue,
acdPaaResultTwoWayDelayCurrMinValue Integer32,
acdPaaResultTwoWayDelayCurrMaxValue Integer32,
acdPaaResultTwoWayDelayCurrAvgValue Integer32,
acdPaaResultTwoWayDelayCurrThreshEx Unsigned32,
acdPaaResultTwoWayDelayPrevValid TruthValue,
acdPaaResultTwoWayDelayPrevMinValue Integer32,
acdPaaResultTwoWayDelayPrevMaxValue Integer32,
acdPaaResultTwoWayDelayPrevAvgValue Integer32,
acdPaaResultTwoWayDelayPrevThreshEx Unsigned32,
acdPaaResultTwoWayDvInstValue Integer32,
acdPaaResultTwoWayDvCurrValid TruthValue,
acdPaaResultTwoWayDvCurrMinValue Integer32,
acdPaaResultTwoWayDvCurrMaxValue Integer32,
acdPaaResultTwoWayDvCurrAvgValue Integer32,
acdPaaResultTwoWayDvCurrThreshEx Unsigned32,
acdPaaResultTwoWayDvPrevValid TruthValue,
acdPaaResultTwoWayDvPrevMinValue Integer32,
acdPaaResultTwoWayDvPrevMaxValue Integer32,
acdPaaResultTwoWayDvPrevAvgValue Integer32,
acdPaaResultTwoWayDvPrevThreshEx Unsigned32,
acdPaaResultOneWayDelayInstValue Integer32,
acdPaaResultOneWayDelayCurrValid TruthValue,
acdPaaResultOneWayDelayCurrMinValue Integer32,
acdPaaResultOneWayDelayCurrMaxValue Integer32,
acdPaaResultOneWayDelayCurrAvgValue Integer32,
acdPaaResultOneWayDelayCurrThreshEx Unsigned32,
acdPaaResultOneWayDelayPrevValid TruthValue,
acdPaaResultOneWayDelayPrevMinValue Integer32,
acdPaaResultOneWayDelayPrevMaxValue Integer32,
acdPaaResultOneWayDelayPrevAvgValue Integer32,
acdPaaResultOneWayDelayPrevThreshEx Unsigned32,
acdPaaResultPktLossTime DateAndTime,
acdPaaResultOneWayTime DateAndTime,
acdPaaResultTwoWayTime DateAndTime,
acdPaaResultPktLossNeCurrSamples Unsigned32,
acdPaaResultPktLossNePrevSamples Unsigned32,
acdPaaResultPktLossFeCurrSamples Unsigned32,
acdPaaResultPktLossFePrevSamples Unsigned32,
acdPaaResultOneWayDelayCurrSamples Unsigned32,
acdPaaResultOneWayDelayPrevSamples Unsigned32,
acdPaaResultOneWayDvCurrSamples Unsigned32,
acdPaaResultOneWayDvPrevSamples Unsigned32,
acdPaaResultTwoWayDelayCurrSamples Unsigned32,
acdPaaResultTwoWayDelayPrevSamples Unsigned32,
acdPaaResultTwoWayDvCurrSamples Unsigned32,
acdPaaResultTwoWayDvPrevSamples Unsigned32,
acdPaaResultIgmpJoinDelayInstValue Integer32,
acdPaaResultIgmpJoinDelayCurrValid TruthValue,
acdPaaResultIgmpJoinDelayCurrMinValue Integer32,
acdPaaResultIgmpJoinDelayCurrMaxValue Integer32,
acdPaaResultIgmpJoinDelayCurrAvgValue Integer32,
acdPaaResultIgmpJoinDelayCurrThreshEx Unsigned32,
acdPaaResultIgmpJoinDelayPrevValid TruthValue,
acdPaaResultIgmpJoinDelayPrevMinValue Integer32,
acdPaaResultIgmpJoinDelayPrevMaxValue Integer32,
acdPaaResultIgmpJoinDelayPrevAvgValue Integer32,
acdPaaResultIgmpJoinDelayPrevThreshEx Unsigned32,
acdPaaResultIgmpLeaveDelayInstValue Integer32,
acdPaaResultIgmpLeaveDelayCurrValid TruthValue,
acdPaaResultIgmpLeaveDelayCurrMinValue Integer32,
acdPaaResultIgmpLeaveDelayCurrMaxValue Integer32,
acdPaaResultIgmpLeaveDelayCurrAvgValue Integer32,
acdPaaResultIgmpLeaveDelayCurrThreshEx Unsigned32,
acdPaaResultIgmpLeaveDelayPrevValid TruthValue,
acdPaaResultIgmpLeaveDelayPrevMinValue Integer32,
acdPaaResultIgmpLeaveDelayPrevMaxValue Integer32,
acdPaaResultIgmpLeaveDelayPrevAvgValue Integer32,
acdPaaResultIgmpLeaveDelayPrevThreshEx Unsigned32,
acdPaaResultIgmpJoinDelayTime DateAndTime,
acdPaaResultIgmpLeaveDelayTime DateAndTime,
acdPaaResultIgmpJoinDelayCurrSamples Unsigned32,
acdPaaResultIgmpJoinDelayPrevSamples Unsigned32,
acdPaaResultIgmpLeaveDelayCurrSamples Unsigned32,
acdPaaResultIgmpLeaveDelayPrevSamples Unsigned32,
acdPaaResultPktLossCurrGaps Unsigned32,
acdPaaResultPktLossPrevGaps Unsigned32,
acdPaaResultPktLossCurrLargestGap Unsigned32,
acdPaaResultPktLossPrevLargestGap Unsigned32,
acdPaaResultPktLossNeCurrValueExt Unsigned32,
acdPaaResultPktLossNePrevValueExt Unsigned32,
acdPaaResultPktLossFeCurrValueExt Unsigned32,
acdPaaResultPktLossFePrevValueExt Unsigned32,
acdPaaResultPktLossNeCurrNbrLoss Unsigned32,
acdPaaResultPktLossNePrevNbrLoss Unsigned32,
acdPaaResultPktLossFeCurrNbrLoss Unsigned32,
acdPaaResultPktLossFePrevNbrLoss Unsigned32,
acdPaaResultVlan1IdMismatch Unsigned32,
acdPaaResultVlan1IdExpected Unsigned32,
acdPaaResultVlan1IdReceived Unsigned32,
acdPaaResultVlan2IdMismatch Unsigned32,
acdPaaResultVlan2IdExpected Unsigned32,
acdPaaResultVlan2IdReceived Unsigned32,
acdPaaResultVlan1PriorityMismatch Unsigned32,
acdPaaResultVlan1PriorityExpected Unsigned32,
acdPaaResultVlan1PriorityReceived Unsigned32,
acdPaaResultVlan2PriorityMismatch Unsigned32,
acdPaaResultVlan2PriorityExpected Unsigned32,
acdPaaResultVlan2PriorityReceived Unsigned32,
acdPaaResultDscpMismatch Unsigned32,
acdPaaResultDscpExpected Unsigned32,
acdPaaResultDscpReceived Unsigned32
}
acdPaaResultID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each PAA instance. Its value ranges from 1 to
MAXINT (4 bytes). "
::= { acdPaaResultEntry 1 }
acdPaaResultState OBJECT-TYPE
SYNTAX INTEGER {
disabled(0),
associating(1),
associated(2),
running(3),
idle(4),
lockedIS(5),
lockedOOS(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the state of the instance."
::= { acdPaaResultEntry 2 }
acdPaaResultPktLossNeCurrValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the Near-end current packet loss results."
::= { acdPaaResultEntry 3 }
acdPaaResultPktLossNeCurrValue OBJECT-TYPE
SYNTAX Unsigned32 (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Near-end current packet loss. The packet loss is the
percent of packets transmitted but not received of the Ethernet segment
in hundredths of a percent (100 is 1%)."
::= { acdPaaResultEntry 4 }
acdPaaResultPktLossNePrevValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the Near-end previous packet loss results."
::= { acdPaaResultEntry 5 }
acdPaaResultPktLossNePrevValue OBJECT-TYPE
SYNTAX Unsigned32 (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Near-end previous packet loss. The packet loss is the
percent of packets transmitted but not received of the Ethernet segment
in hundredths of a percent (100 is 1%)."
::= { acdPaaResultEntry 6 }
acdPaaResultPktLossFeCurrValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the Far-end current packet loss results."
::= { acdPaaResultEntry 7 }
acdPaaResultPktLossFeCurrValue OBJECT-TYPE
SYNTAX Unsigned32 (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Far-end current packet loss. The packet loss is the
percent of packets transmitted but not received of the Ethernet segment
in hundredths of a percent (100 is 1%)."
::= { acdPaaResultEntry 8 }
acdPaaResultPktLossFePrevValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the Far-end previous packet loss results."
::= { acdPaaResultEntry 9 }
acdPaaResultPktLossFePrevValue OBJECT-TYPE
SYNTAX Unsigned32 (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Far-end previous packet loss. The packet loss is the
percent of packets transmitted but not received of the Ethernet segment
in hundredths of a percent (100 is 1%)."
::= { acdPaaResultEntry 10 }
acdPaaResultOneWayDvInstValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay variation instantaneous value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 11 }
acdPaaResultOneWayDvCurrValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the current One-way delay variation results."
::= { acdPaaResultEntry 12 }
acdPaaResultOneWayDvCurrMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current One-way delay variation minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 13 }
acdPaaResultOneWayDvCurrMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current One-way delay variation maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 14 }
acdPaaResultOneWayDvCurrAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current One-way delay variation average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 15 }
acdPaaResultOneWayDvCurrThreshExc OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current number of samples exceeding the limit."
::= { acdPaaResultEntry 16 }
acdPaaResultOneWayDvPrevValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the previous One-way delay variation results."
::= { acdPaaResultEntry 17 }
acdPaaResultOneWayDvPrevMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous One-way delay variation minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 18 }
acdPaaResultOneWayDvPrevMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous One-way delay variation maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 19 }
acdPaaResultOneWayDvPrevAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous One-way delay variation average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 20 }
acdPaaResultOneWayDvPrevThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous number of samples exceeding the limit."
::= { acdPaaResultEntry 21 }
acdPaaResultTwoWayDelayInstValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Two-way delay instantaneous value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 22 }
acdPaaResultTwoWayDelayCurrValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the current Two-way delay results."
::= { acdPaaResultEntry 23 }
acdPaaResultTwoWayDelayCurrMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current Two-way delay minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 24 }
acdPaaResultTwoWayDelayCurrMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current Two-way delay maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 25 }
acdPaaResultTwoWayDelayCurrAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current Two-way delay average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 26 }
acdPaaResultTwoWayDelayCurrThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current number of samples exceeding the limit."
::= { acdPaaResultEntry 27 }
acdPaaResultTwoWayDelayPrevValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the previous Two-way delay results."
::= { acdPaaResultEntry 28 }
acdPaaResultTwoWayDelayPrevMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous Two-way delay minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 29 }
acdPaaResultTwoWayDelayPrevMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous Two-way delay maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 30 }
acdPaaResultTwoWayDelayPrevAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous Two-way delay average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 31 }
acdPaaResultTwoWayDelayPrevThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous number of samples exceeding the limit."
::= { acdPaaResultEntry 32 }
acdPaaResultTwoWayDvInstValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Two-way delay variation instantaneous value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 33 }
acdPaaResultTwoWayDvCurrValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the current Two-way delay variation results."
::= { acdPaaResultEntry 34 }
acdPaaResultTwoWayDvCurrMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current Two-way delay variation minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 35 }
acdPaaResultTwoWayDvCurrMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current Two-way delay variation maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 36 }
acdPaaResultTwoWayDvCurrAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current Two-way delay variation average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 37 }
acdPaaResultTwoWayDvCurrThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current number of samples exceeding the limit."
::= { acdPaaResultEntry 38 }
acdPaaResultTwoWayDvPrevValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the previous Two-way delay variation results."
::= { acdPaaResultEntry 39 }
acdPaaResultTwoWayDvPrevMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous Two-way delay variation minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 40 }
acdPaaResultTwoWayDvPrevMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous Two-way delay variation maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 41 }
acdPaaResultTwoWayDvPrevAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous Two-way delay variation average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 42 }
acdPaaResultTwoWayDvPrevThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous number of samples exceeding the limit."
::= { acdPaaResultEntry 43 }
acdPaaResultOneWayDelayInstValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the One-way delay instantaneous value. The value
is express in micro-seconds."
::= { acdPaaResultEntry 44 }
acdPaaResultOneWayDelayCurrValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the validity of the current One-way delay results."
::= { acdPaaResultEntry 45 }
acdPaaResultOneWayDelayCurrMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the current One-way delay minimum value. The value
is express in micro-seconds."
::= { acdPaaResultEntry 46 }
acdPaaResultOneWayDelayCurrMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the current One-way delay maximum value. The value
is express in micro-seconds."
::= { acdPaaResultEntry 47 }
acdPaaResultOneWayDelayCurrAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the current One-way delay average value. The value
is express in micro-seconds."
::= { acdPaaResultEntry 48 }
acdPaaResultOneWayDelayCurrThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the current number of sample exceeding the limit."
::= { acdPaaResultEntry 49 }
acdPaaResultOneWayDelayPrevValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the validity of the previous One-way delay results."
::= { acdPaaResultEntry 50 }
acdPaaResultOneWayDelayPrevMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the previous One-way delay minimum value. The value
is express in micro-seconds."
::= { acdPaaResultEntry 51 }
acdPaaResultOneWayDelayPrevMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the previous One-way delay maximum value. The value
is express in micro-seconds."
::= { acdPaaResultEntry 52 }
acdPaaResultOneWayDelayPrevAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the previous One-way delay average value. The value
is express in micro-seconds."
::= { acdPaaResultEntry 53 }
acdPaaResultOneWayDelayPrevThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the previous number of sample exceeding the limit."
::= { acdPaaResultEntry 54 }
acdPaaResultPktLossTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the time when the current packet loss results
were moved to the previous packet loss results."
::= { acdPaaResultEntry 55 }
acdPaaResultOneWayTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the time when the current one-way results
were moved to the previous one-way results."
::= { acdPaaResultEntry 56 }
acdPaaResultTwoWayTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the time when the current two-way results
were moved to the previous two-way results."
::= { acdPaaResultEntry 57 }
acdPaaResultPktLossNeCurrSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the current period near-end packet loss results."
::= { acdPaaResultEntry 58 }
acdPaaResultPktLossNePrevSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the previous period near-end packet loss results."
::= { acdPaaResultEntry 59 }
acdPaaResultPktLossFeCurrSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the current period far-end packet loss results."
::= { acdPaaResultEntry 60 }
acdPaaResultPktLossFePrevSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the previous period far-end packet loss results."
::= { acdPaaResultEntry 61 }
acdPaaResultOneWayDelayCurrSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the current period one-way delay results."
::= { acdPaaResultEntry 62 }
acdPaaResultOneWayDelayPrevSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the previous period one-way delay results."
::= { acdPaaResultEntry 63 }
acdPaaResultOneWayDvCurrSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the current period one-way delay variation results."
::= { acdPaaResultEntry 64 }
acdPaaResultOneWayDvPrevSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the previous period one-way delay variation results."
::= { acdPaaResultEntry 65 }
acdPaaResultTwoWayDelayCurrSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the current period two-way delay results."
::= { acdPaaResultEntry 66 }
acdPaaResultTwoWayDelayPrevSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the previous period two-way delay results."
::= { acdPaaResultEntry 67 }
acdPaaResultTwoWayDvCurrSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the current period two-way delay variation results."
::= { acdPaaResultEntry 68 }
acdPaaResultTwoWayDvPrevSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered to calculate
the previous period two-way delay variation results."
::= { acdPaaResultEntry 69 }
acdPaaResultIgmpJoinDelayInstValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the IGMP Join delay instantaneous value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 70 }
acdPaaResultIgmpJoinDelayCurrValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the current IGMP Join delay results."
::= { acdPaaResultEntry 71 }
acdPaaResultIgmpJoinDelayCurrMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current IGMP Join delay minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 72 }
acdPaaResultIgmpJoinDelayCurrMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current IGMP Join delay maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 73 }
acdPaaResultIgmpJoinDelayCurrAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current IGMP Join delay average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 74 }
acdPaaResultIgmpJoinDelayCurrThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current number of IGMP Join samples exceeding the limit."
::= { acdPaaResultEntry 75 }
acdPaaResultIgmpJoinDelayPrevValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the previous IGMP Join delay results."
::= { acdPaaResultEntry 76 }
acdPaaResultIgmpJoinDelayPrevMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous IGMP Join delay minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 77 }
acdPaaResultIgmpJoinDelayPrevMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous IGMP Join delay maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 78 }
acdPaaResultIgmpJoinDelayPrevAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous IGMP Join delay average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 79 }
acdPaaResultIgmpJoinDelayPrevThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the previous number of IGMP Join samples exceeding the limit."
::= { acdPaaResultEntry 80 }
acdPaaResultIgmpLeaveDelayInstValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the IGMP Leave delay instantaneous value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 81 }
acdPaaResultIgmpLeaveDelayCurrValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the current IGMP Leave delay results."
::= { acdPaaResultEntry 82 }
acdPaaResultIgmpLeaveDelayCurrMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current IGMP Leave delay minimum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 83 }
acdPaaResultIgmpLeaveDelayCurrMaxValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current IGMP Leave delay maximum value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 84 }
acdPaaResultIgmpLeaveDelayCurrAvgValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current IGMP Leave delay average value. The value
is expressed in micro-seconds."
::= { acdPaaResultEntry 85 }
acdPaaResultIgmpLeaveDelayCurrThreshEx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current number of IGMP Leave samples exceeding the limit."
::= { acdPaaResultEntry 86 }
acdPaaResultIgmpLeaveDelayPrevValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the previous IGMP Leave delay results."
::= { acdPaaResultEntry 87 }
acdPaaResultIgmpLeaveDelayPrevMinValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only