forked from kcsinclair/mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ACD-CFM-MIB.mib
4329 lines (3840 loc) · 149 KB
/
ACD-CFM-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-CFM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Integer32, Unsigned32, Counter32, Counter64, Gauge32
FROM SNMPv2-SMI
TruthValue, DateAndTime, RowStatus, MacAddress, TEXTUAL-CONVENTION, DisplayString
FROM SNMPv2-TC
VlanIdOrNone FROM Q-BRIDGE-MIB -- [RFC4363]
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdCfm 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
"This MIB is complementary to the IEEE P802.1ag(TM) CFM MIB. It
covers the delay measurment and the packet loss configuration
and results."
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add the history indexes to the corresponding OBJECT-GROUPs.
Remove acdCfmCfgIfAssignInstIdx out of acdCfmCfgIfAssignGroup.
Correct the description of acdCfmCfgIfAssignGroup."
REVISION "201607050100Z" -- 05 July 2016
DESCRIPTION
"Set acdCfmSlmHistResultPeriodIndex instead of
acdCfmSlmHistResultInstanceIndex as the index for
acdCfmSlmHistResultTable."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdCfmHistResultOneWayDelayID,
acdCfmHistResultOneWayDelaySampleIndex, acdCfmHistResultOneWayDvID,
acdCfmHistResultOneWayDvSampleIndex, acdCfmHistResultTwoWayDelayID,
acdCfmHistResultTwoWayDelaySampleIndex, acdCfmHistResultTwoWayDvID,
acdCfmHistResultTwoWayDvSampleIndex, acdCfmHistResultPktLossID,
acdCfmHistResultPktLossSampleIndex, acdCfmSlmHistResultID,
acdCfmSlmHistResultInstanceIndex."
REVISION "201407040100Z" -- 04 July 2014
DESCRIPTION
"Add InterfaceStatusTLVEnable to acdCfmMepCfgTable."
REVISION "201301070100Z" -- 07 January 2013
DESCRIPTION
"Add configured name for statistics and history tables."
REVISION "201204100100Z" -- 10 April 2012
DESCRIPTION
"Add support for invalid CSF PDU counters."
REVISION "201201180100Z" -- 18 Jan 2012
DESCRIPTION
"Add support for configuration of MEP instance."
REVISION "201201090100Z" -- 09 Jan 2012
DESCRIPTION
"Add support for DMM and Pkt-Loss instance naming."
REVISION "201112210100Z" -- 21 Dec 2011
DESCRIPTION
"Add support for ETH-SLM Tx/Rx PDU counters."
REVISION "201112200100Z" -- 20 Dec 2011
DESCRIPTION
"Add support for ETH-CSF Tx/Rx PDU counters."
REVISION "201109210100Z" -- 21 Sept 2011
DESCRIPTION
"Add support for CFM Stack Table."
REVISION "201103300100Z" -- 30 Mars 2011
DESCRIPTION
"Add support for Instantaneous values."
REVISION "200911010100Z" -- 1 Nov 2009
DESCRIPTION
"Add support for extended packet loss ratio."
REVISION "200902230100Z" -- 23 Feb 2009
DESCRIPTION
"Add support for extended packet loss ratio."
REVISION "200805010100Z" -- 1 May 2008
DESCRIPTION
"Initial version of MIB module ACD-CFM-MIB."
::= { acdMibs 7 }
acdCfmNotifications OBJECT IDENTIFIER ::= { acdCfm 0 }
acdCfmMIBObjects OBJECT IDENTIFIER ::= { acdCfm 1 }
acdCfmConformance OBJECT IDENTIFIER ::= { acdCfm 2 }
acdCfmDelayMeasurement OBJECT IDENTIFIER ::= { acdCfmMIBObjects 1 }
acdCfmPacketLoss OBJECT IDENTIFIER ::= { acdCfmMIBObjects 2 }
acdCfmMep OBJECT IDENTIFIER ::= { acdCfmMIBObjects 3 }
acdCfmStack OBJECT IDENTIFIER ::= { acdCfmMIBObjects 4 }
acdCfmSlm OBJECT IDENTIFIER ::= { acdCfmMIBObjects 5 }
acdCfmConfig OBJECT IDENTIFIER ::= { acdCfmMIBObjects 6 }
-- ******************************************************************
-- Textual conventions
-- ******************************************************************
AcdCfmMepDirection ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the direction in which the Maintenance
association (MEP) faces on the bridge port:
down(1) Sends Continuity Check Messages away from the
MAC Relay Entity.
up(2) Sends Continuity Check Messages towards the
MAC Relay Entity.
"
SYNTAX INTEGER {
down (1),
up (2)
}
AcdCfmMepLowestAlarmPri ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An integer value specifying the lowest priority defect
that is allowed to generate a Fault Alarm (20.9.5), either:
soamAll(1) DefRDICCM, DefMACstatus, DefRemoteCCM,
DefErrorCCM, and DefXconCCM;
soamMacRemErrXcon(2) Only DefMACstatus, DefRemoteCCM,
DefErrorCCM, and DefXconCCM (default);
soamRemErrXcon(3) Only DefRemoteCCM, DefErrorCCM,
and DefXconCCM;
soamErrXcon(4) Only DefErrorCCM and DefXconCCM;
soamXcon(5) Only DefXconCCM; or
soamAis(6) No defects DefXcon or lower are to be
reported
soamNone(7) No defects will be reported"
SYNTAX INTEGER {
soamAll (1),
soamMacRemErrXcon (2),
soamRemErrXcon (3),
soamErrXcon (4),
soamXcon (5),
soamAis (6),
soamNone (7)
}
AcdCfmInterfaceAssign ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the assignment configuration/state of a system interface
unassigned(1) Interface has not been assigned to a cfm
assigned(2) Interface has been assigned to a cfm
"
SYNTAX INTEGER {
unassigned (1),
assigned (2)
}
---------------------------------------------------------------------------
-- The Delay Measurement configuration table
-- This table contains all Delay Measurement entry configurations.
---------------------------------------------------------------------------
acdCfmDmCfgTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdCfmDmCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Configuration table of all DM entries."
::= { acdCfmDelayMeasurement 1 }
acdCfmDmCfgEntry OBJECT-TYPE
SYNTAX AcdCfmDmCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings to manage a DM instance."
INDEX { acdCfmDmCfgID }
::= { acdCfmDmCfgTable 1 }
AcdCfmDmCfgEntry ::= SEQUENCE {
acdCfmDmCfgID Unsigned32,
acdCfmDmCfgRowStatus RowStatus,
acdCfmDmCfgMepIdx Unsigned32,
acdCfmDmCfgRemoteMepId Unsigned32,
acdCfmDmCfgPriority Unsigned32,
acdCfmDmCfgEnable TruthValue,
acdCfmDmCfgInterval Unsigned32,
acdCfmDmCfgRefPeriod Unsigned32,
acdCfmDmCfgOneWayDelayEnable TruthValue,
acdCfmDmCfgOneWayDelayMax Unsigned32,
acdCfmDmCfgOneWayDelayThresh Unsigned32,
acdCfmDmCfgOneWayAvgDelayThresh Unsigned32,
acdCfmDmCfgOneWayDvEnable TruthValue,
acdCfmDmCfgOneWayDvMax Unsigned32,
acdCfmDmCfgOneWayDvThresh Unsigned32,
acdCfmDmCfgOneWayAvgDvThresh Unsigned32,
acdCfmDmCfgTwoWayDelayEnable TruthValue,
acdCfmDmCfgTwoWayDelayMax Unsigned32,
acdCfmDmCfgTwoWayDelayThresh Unsigned32,
acdCfmDmCfgTwoWayAvgDelayThresh Unsigned32,
acdCfmDmCfgTwoWayDvEnable TruthValue,
acdCfmDmCfgTwoWayDvMax Unsigned32,
acdCfmDmCfgTwoWayDvThresh Unsigned32,
acdCfmDmCfgTwoWayAvgDvThresh Unsigned32,
acdCfmDmCfgName DisplayString
}
acdCfmDmCfgID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Delay Measurement instance. This value follows
the ordering of the results table."
::= { acdCfmDmCfgEntry 1 }
acdCfmDmCfgRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"All columns must have a valid value before a row can be activated."
::= { acdCfmDmCfgEntry 2 }
acdCfmDmCfgMepIdx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Maintenance association End Point Identifier."
::= { acdCfmDmCfgEntry 3 }
acdCfmDmCfgRemoteMepId OBJECT-TYPE
SYNTAX Unsigned32 (1..8191)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Remote Maintenance association End Point Identifier used for this
delay measurement configuration."
::= { acdCfmDmCfgEntry 4 }
acdCfmDmCfgPriority OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The VLAN priority. Its value ranges from 0 to 7."
DEFVAL { 0 }
::= { acdCfmDmCfgEntry 5 }
acdCfmDmCfgEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enable CFM to issues DMM measurement packets."
DEFVAL { false }
::= { acdCfmDmCfgEntry 6 }
acdCfmDmCfgInterval OBJECT-TYPE
SYNTAX Unsigned32 (1..60000)
UNITS "milliseconds"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Interval in milliseconds at which CFM issues DMM measurement packets."
DEFVAL { 10000 }
::= { acdCfmDmCfgEntry 7 }
acdCfmDmCfgRefPeriod OBJECT-TYPE
SYNTAX Unsigned32 (1..1440)
UNITS "minutes"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Reference period in minutes for Delay Measurement."
DEFVAL { 15 }
::= { acdCfmDmCfgEntry 8 }
acdCfmDmCfgOneWayDelayEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enable CFM to compute one-way delay measurements."
DEFVAL { true }
::= { acdCfmDmCfgEntry 9 }
acdCfmDmCfgOneWayDelayMax OBJECT-TYPE
SYNTAX Unsigned32
UNITS "milliseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum allowed instantaneous delay in milliseconds."
DEFVAL { 50 }
::= { acdCfmDmCfgEntry 10 }
acdCfmDmCfgOneWayDelayThresh OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Number of consecutive delay greater than the maximum allowed value
before alert."
DEFVAL { 4 }
::= { acdCfmDmCfgEntry 11 }
acdCfmDmCfgOneWayAvgDelayThresh OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"One-way average delay threshold in milliseconds."
DEFVAL { 50 }
::= { acdCfmDmCfgEntry 12 }
acdCfmDmCfgOneWayDvEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enable CFM to compute one-way delay variation measurements."
DEFVAL { true }
::= { acdCfmDmCfgEntry 13 }
acdCfmDmCfgOneWayDvMax OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum allowed instantaneous delay variation in milliseconds."
DEFVAL { 50 }
::= { acdCfmDmCfgEntry 14 }
acdCfmDmCfgOneWayDvThresh OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Number of consecutive delay variation greater than the maximum
allowed value before alert."
DEFVAL { 10 }
::= { acdCfmDmCfgEntry 15 }
acdCfmDmCfgOneWayAvgDvThresh OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"One-way average delay variation threshold in milliseconds."
DEFVAL { 4 }
::= { acdCfmDmCfgEntry 16 }
acdCfmDmCfgTwoWayDelayEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enable CFM to compute Two-way delay measurements."
DEFVAL { true }
::= { acdCfmDmCfgEntry 17 }
acdCfmDmCfgTwoWayDelayMax OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum allowed instantaneous delay in milliseconds."
DEFVAL { 100 }
::= { acdCfmDmCfgEntry 18 }
acdCfmDmCfgTwoWayDelayThresh OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Number of consecutive delay greater than the maximum allowed value
before alert."
DEFVAL { 40 }
::= { acdCfmDmCfgEntry 19 }
acdCfmDmCfgTwoWayAvgDelayThresh OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Two-way average delay threshold in milliseconds."
DEFVAL { 100 }
::= { acdCfmDmCfgEntry 20 }
acdCfmDmCfgTwoWayDvEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enable CFM to compute Two-way delay variation measurements."
DEFVAL { true }
::= { acdCfmDmCfgEntry 21 }
acdCfmDmCfgTwoWayDvMax OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum allowed instantaneous delay variation in milliseconds."
DEFVAL { 10 }
::= { acdCfmDmCfgEntry 22 }
acdCfmDmCfgTwoWayDvThresh OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Number of consecutive delay variation greater than the maximum
allowed value before alert."
DEFVAL { 4 }
::= { acdCfmDmCfgEntry 23 }
acdCfmDmCfgTwoWayAvgDvThresh OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Two-way average delay variation threshold in milliseconds."
DEFVAL { 10 }
::= { acdCfmDmCfgEntry 24 }
acdCfmDmCfgName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A unique name used to identify this instance. The length includes the terminating NULL character."
::= { acdCfmDmCfgEntry 25 }
---------------------------------------------------------------------------
-- The CFM DMM One Way delay Results table
-- This table contains all CFM DMM One Way delay entry results.
---------------------------------------------------------------------------
acdCfmResultOneWayDelayTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdCfmResultOneWayDelayEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"One way delay result table of all DM entries."
::= { acdCfmDelayMeasurement 2 }
acdCfmResultOneWayDelayEntry OBJECT-TYPE
SYNTAX AcdCfmResultOneWayDelayEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of One Way Delay results for a DM entry."
INDEX { acdCfmResultOneWayDelayID }
::= { acdCfmResultOneWayDelayTable 1 }
AcdCfmResultOneWayDelayEntry ::= SEQUENCE {
acdCfmResultOneWayDelayID Unsigned32,
acdCfmResultOneWayDelayPeriodIndex Unsigned32,
acdCfmResultOneWayDelayIntervalStart DateAndTime,
acdCfmResultOneWayDelayValid TruthValue,
acdCfmResultOneWayDelayAlert TruthValue,
acdCfmResultOneWayDelayAvgAlert TruthValue,
acdCfmResultOneWayDelaySamples Unsigned32,
acdCfmResultOneWayDelayMinValue Integer32,
acdCfmResultOneWayDelayMaxValue Integer32,
acdCfmResultOneWayDelayAvgValue Integer32,
acdCfmResultOneWayDelayThreshExc Unsigned32,
acdCfmResultOneWayDelayInstValue Integer32,
acdCfmResultOneWayDelayName DisplayString
}
acdCfmResultOneWayDelayID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Delay Measurement instance. This value follows
the ordering of the Dm table."
::= { acdCfmResultOneWayDelayEntry 1 }
acdCfmResultOneWayDelayPeriodIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index that uniquely identifies the particular sample this entry
represents among all samples associated with the same DM instance.
This index starts at 1 and increases by one as each new period."
::= { acdCfmResultOneWayDelayEntry 2 }
acdCfmResultOneWayDelayIntervalStart OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the time of the start of the period."
::= { acdCfmResultOneWayDelayEntry 3 }
acdCfmResultOneWayDelayValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the One-way delay results during this
sampling interval."
::= { acdCfmResultOneWayDelayEntry 4 }
acdCfmResultOneWayDelayAlert OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the presence of the One Way Delay alert."
::= { acdCfmResultOneWayDelayEntry 5 }
acdCfmResultOneWayDelayAvgAlert OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the presence of the One Way Average Delay alert."
::= { acdCfmResultOneWayDelayEntry 6 }
acdCfmResultOneWayDelaySamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered during the sampling
interval to calculate One-way delay results."
::= { acdCfmResultOneWayDelayEntry 7 }
acdCfmResultOneWayDelayMinValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay minimum value. The value is expressed in
micro-seconds."
::= { acdCfmResultOneWayDelayEntry 8 }
acdCfmResultOneWayDelayMaxValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay maximum value. The value is expressed in
micro-seconds."
::= { acdCfmResultOneWayDelayEntry 9 }
acdCfmResultOneWayDelayAvgValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay average value. The value is expressed in
micro-seconds."
::= { acdCfmResultOneWayDelayEntry 10}
acdCfmResultOneWayDelayThreshExc OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples exceeding the limit."
::= { acdCfmResultOneWayDelayEntry 11 }
acdCfmResultOneWayDelayInstValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay Instantaneous value. The value is expressed in
micro-seconds."
::= { acdCfmResultOneWayDelayEntry 12 }
acdCfmResultOneWayDelayName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique string used to identify this instance."
::= { acdCfmResultOneWayDelayEntry 13 }
---------------------------------------------------------------------------
-- The CFM DMM One Way delay variation Results table
-- This table contains all CFM DMM One Way delay variation entry results.
---------------------------------------------------------------------------
acdCfmResultOneWayDvTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdCfmResultOneWayDvEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"One way delay variation result table of all DM entries."
::= { acdCfmDelayMeasurement 3 }
acdCfmResultOneWayDvEntry OBJECT-TYPE
SYNTAX AcdCfmResultOneWayDvEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of One Way Delay variation results for a DM entry."
INDEX { acdCfmResultOneWayDvID }
::= { acdCfmResultOneWayDvTable 1 }
AcdCfmResultOneWayDvEntry ::= SEQUENCE {
acdCfmResultOneWayDvID Unsigned32,
acdCfmResultOneWayDvPeriodIndex Unsigned32,
acdCfmResultOneWayDvIntervalStart DateAndTime,
acdCfmResultOneWayDvValid TruthValue,
acdCfmResultOneWayDvAlert TruthValue,
acdCfmResultOneWayDvAvgAlert TruthValue,
acdCfmResultOneWayDvSamples Unsigned32,
acdCfmResultOneWayDvMinValue Integer32,
acdCfmResultOneWayDvMaxValue Integer32,
acdCfmResultOneWayDvAvgValue Integer32,
acdCfmResultOneWayDvThreshExc Unsigned32,
acdCfmResultOneWayDvInstValue Integer32,
acdCfmResultOneWayDvName DisplayString
}
acdCfmResultOneWayDvID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Delay variation Measurement instance. This value follows
the ordering of the DM table."
::= { acdCfmResultOneWayDvEntry 1 }
acdCfmResultOneWayDvPeriodIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index that uniquely identifies the particular sample this entry
represents among all samples associated with the same DM instance.
This index starts at 1 and increases by one as each new period."
::= { acdCfmResultOneWayDvEntry 2 }
acdCfmResultOneWayDvIntervalStart OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the time of the start of the period."
::= { acdCfmResultOneWayDvEntry 3 }
acdCfmResultOneWayDvValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the One-way delay variation results during this
sampling interval."
::= { acdCfmResultOneWayDvEntry 4 }
acdCfmResultOneWayDvAlert OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the presence of the One Way Delay variation alert."
::= { acdCfmResultOneWayDvEntry 5 }
acdCfmResultOneWayDvAvgAlert OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the presence of the One Way Average Delay variation alert."
::= { acdCfmResultOneWayDvEntry 6 }
acdCfmResultOneWayDvSamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered during the sampling
interval to calculate One-way delay variation results."
::= { acdCfmResultOneWayDvEntry 7 }
acdCfmResultOneWayDvMinValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay variation minimum value. The value is
expressed in micro-seconds."
::= { acdCfmResultOneWayDvEntry 8 }
acdCfmResultOneWayDvMaxValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay variationmaximum value. The value is
expressed in micro-seconds."
::= { acdCfmResultOneWayDvEntry 9 }
acdCfmResultOneWayDvAvgValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay variation average value. The value is
expressed in micro-seconds."
::= { acdCfmResultOneWayDvEntry 10}
acdCfmResultOneWayDvThreshExc OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples exceeding the limit."
::= { acdCfmResultOneWayDvEntry 11 }
acdCfmResultOneWayDvInstValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the One-way delay variation Instantaneous value. The value is
expressed in micro-seconds."
::= { acdCfmResultOneWayDvEntry 12 }
acdCfmResultOneWayDvName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique string used to identify this instance. The length includes the terminating NULL character."
::= { acdCfmResultOneWayDvEntry 13 }
---------------------------------------------------------------------------
-- The CFM DMM Two Way delay Results table
-- This table contains all CFM DMM Two Way delay entry results.
---------------------------------------------------------------------------
acdCfmResultTwoWayDelayTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdCfmResultTwoWayDelayEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Two way delay result table of all DM entries."
::= { acdCfmDelayMeasurement 4 }
acdCfmResultTwoWayDelayEntry OBJECT-TYPE
SYNTAX AcdCfmResultTwoWayDelayEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of Two Way Delay results for a DM entry."
INDEX { acdCfmResultTwoWayDelayID }
::= { acdCfmResultTwoWayDelayTable 1 }
AcdCfmResultTwoWayDelayEntry ::= SEQUENCE {
acdCfmResultTwoWayDelayID Unsigned32,
acdCfmResultTwoWayDelayPeriodIndex Unsigned32,
acdCfmResultTwoWayDelayIntervalStart DateAndTime,
acdCfmResultTwoWayDelayValid TruthValue,
acdCfmResultTwoWayDelayAlert TruthValue,
acdCfmResultTwoWayDelayAvgAlert TruthValue,
acdCfmResultTwoWayDelaySamples Unsigned32,
acdCfmResultTwoWayDelayMinValue Integer32,
acdCfmResultTwoWayDelayMaxValue Integer32,
acdCfmResultTwoWayDelayAvgValue Integer32,
acdCfmResultTwoWayDelayThreshExc Unsigned32,
acdCfmResultTwoWayDelayInstValue Integer32,
acdCfmResultTwoWayDelayName DisplayString
}
acdCfmResultTwoWayDelayID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Delay Measurement instance. This value follows
the ordering of the Dm table."
::= { acdCfmResultTwoWayDelayEntry 1 }
acdCfmResultTwoWayDelayPeriodIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index that uniquely identifies the particular sample this entry
represents among all samples associated with the same DM instance.
This index starts at 1 and increases by one as each new period."
::= { acdCfmResultTwoWayDelayEntry 2 }
acdCfmResultTwoWayDelayIntervalStart OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the time of the start of the period."
::= { acdCfmResultTwoWayDelayEntry 3 }
acdCfmResultTwoWayDelayValid OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the validity of the Two way delay results during this
sampling interval."
::= { acdCfmResultTwoWayDelayEntry 4 }
acdCfmResultTwoWayDelayAlert OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the presence of the Two Way Delay alert."
::= { acdCfmResultTwoWayDelayEntry 5 }
acdCfmResultTwoWayDelayAvgAlert OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate the presence of the Two Way Average Delay alert."
::= { acdCfmResultTwoWayDelayEntry 6 }
acdCfmResultTwoWayDelaySamples OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples gathered during the sampling
interval to calculate Two-way delay results."
::= { acdCfmResultTwoWayDelayEntry 7 }
acdCfmResultTwoWayDelayMinValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Two-way delay minimum value. The value is expressed in
micro-seconds."
::= { acdCfmResultTwoWayDelayEntry 8 }
acdCfmResultTwoWayDelayMaxValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Two-way delay maximum value. The value is expressed in
micro-seconds."
::= { acdCfmResultTwoWayDelayEntry 9 }
acdCfmResultTwoWayDelayAvgValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Two-way delay average value. The value is expressed in
micro-seconds."
::= { acdCfmResultTwoWayDelayEntry 10}
acdCfmResultTwoWayDelayThreshExc OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of samples exceeding the limit."
::= { acdCfmResultTwoWayDelayEntry 11 }
acdCfmResultTwoWayDelayInstValue OBJECT-TYPE
SYNTAX Integer32
UNITS "microseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Two-way delay Instantaneous value. The value is expressed in
micro-seconds."
::= { acdCfmResultTwoWayDelayEntry 12 }
acdCfmResultTwoWayDelayName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique string used to identify this instance. The length includes the terminating NULL character."
::= { acdCfmResultTwoWayDelayEntry 13 }
---------------------------------------------------------------------------
-- The CFM DMM Two Way delay variation Results table
-- This table contains all CFM DMM Two Way delay variation entry results.
---------------------------------------------------------------------------
acdCfmResultTwoWayDvTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdCfmResultTwoWayDvEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Two way delay variation result table of all DM entries."
::= { acdCfmDelayMeasurement 5 }
acdCfmResultTwoWayDvEntry OBJECT-TYPE
SYNTAX AcdCfmResultTwoWayDvEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of One Way Delay variation results for a DM entry."
INDEX { acdCfmResultTwoWayDvID }
::= { acdCfmResultTwoWayDvTable 1 }
AcdCfmResultTwoWayDvEntry ::= SEQUENCE {
acdCfmResultTwoWayDvID Unsigned32,
acdCfmResultTwoWayDvPeriodIndex Unsigned32,
acdCfmResultTwoWayDvIntervalStart DateAndTime,
acdCfmResultTwoWayDvValid TruthValue,
acdCfmResultTwoWayDvAlert TruthValue,
acdCfmResultTwoWayDvAvgAlert TruthValue,
acdCfmResultTwoWayDvSamples Unsigned32,
acdCfmResultTwoWayDvMinValue Integer32,
acdCfmResultTwoWayDvMaxValue Integer32,
acdCfmResultTwoWayDvAvgValue Integer32,
acdCfmResultTwoWayDvThreshExc Unsigned32,
acdCfmResultTwoWayDvInstValue Integer32,
acdCfmResultTwoWayDvName DisplayString
}
acdCfmResultTwoWayDvID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each Delay variation Measurement instance. This
value follows the ordering of the Dm table."
::= { acdCfmResultTwoWayDvEntry 1 }
acdCfmResultTwoWayDvPeriodIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index that uniquely identifies the particular sample this entry
represents among all samples associated with the same DM instance.
This index starts at 1 and increases by one as each new period."
::= { acdCfmResultTwoWayDvEntry 2 }
acdCfmResultTwoWayDvIntervalStart OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION