aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/tapi-eth@2018-08-31.schema-information.json
blob: 177d0813caec1f47adb962488cdc6e2f416dff17 (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
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
{ "schema-information": {

"tapi-eth": {
"id": "tapi-eth",
"is-read-only": false,
"description": ["This module contains TAPI ETH Model definitions. Source: TapiEth.uml Copyright (c) 2018 Open Networking Foundation (ONF). All rights reserved. License: This module is distributed under the Apache License 2.0"]
},
"auxiliary-function-position-sequence": {
"id": "auxiliary-function-position-sequence",
"is-read-only": false,
"description": ["This attribute indicates the positions (i.e., the relative order) of all the MEP, MIP, and TCS objects which are associated with the CTP."]
},
"vlan-config": {
"id": "vlan-config",
"is-read-only": false,
"description": ["This attribute models the ETHx/ETH-m_A_So_MI_Vlan_Config information defined in G.8021. range of type : -1, 0, 1..4094"]
},
"csf-rdi-fdi-enable": {
"id": "csf-rdi-fdi-enable",
"is-read-only": false,
"description": ["This attribute models the MI_CSFrdifdiEnable information defined in G.8021."]
},
"csf-report": {
"id": "csf-report",
"is-read-only": false,
"description": ["This attribute models the MI_CSF_Reported information defined in G.8021. range of type : true, false"]
},
"filter-config-snk": {
"id": "filter-config-snk",
"is-read-only": false,
"description": ["This attribute models the FilteConfig MI defined in 8.3/G.8021. It indicates the configured filter action for each of the 33 group MAC addresses for control frames. The 33 MAC addresses are: 01-80-C2-00-00-10, 01-80-C2-00-00-00 to 01-80-C2-00-00-0F, and 01-80-C2-00-00-20 to 01-80-C2-00-00-2F. The filter action is Pass or Block. If the destination address of the incoming ETH_CI_D matches one of the above addresses, the filter process shall perform the corresponding configured filter action. If none of the above addresses match, the ETH_CI_D is passed."]
},
"mac-length": {
"id": "mac-length",
"is-read-only": false,
"description": ["This attribute models the MAC_Lenght MI defined in 8.6/G.8021 for the MAC Length Check process. It indicates the allowed maximum frame length in bytes. range of type : 1518, 1522, 2000"]
},
"filter-config": {
"id": "filter-config",
"is-read-only": false,
"description": ["This attribute models the FilterConfig MI defined in section 8.3/G.8021. It indicates the configured filter action for each of the 33 group MAC addresses for control frames. The 33 MAC addresses are: - All bridges address: 01-80-C2-00-00-10, - Reserved addresses: 01-80-C2-00-00-00 to 01-80-C2-00-00-0F, - GARP Application addresses: 01-80-C2-00-00-20 to 01-80-C2-00-00-2F. The filter action is Pass or Block. If the destination address of the incoming ETH_CI_D matches one of the above addresses, the filter process shall perform the corresponding configured filter action. If none of the above addresses match, the ETH_CI_D is passed."]
},
"is-ssf-reported": {
"id": "is-ssf-reported",
"is-read-only": false,
"description": ["This attribute provisions whether the SSF defect should be reported as fault cause or not. It models the ETH-LAG_FT_Sk_MI_SSF_Reported defined in G.8021."]
},
"pll-thr": {
"id": "pll-thr",
"is-read-only": false,
"description": ["This attribute provisions the threshold for the number of active ports. If the number of active ports is more than zero but less than the provisioned threshold, a cPLL (Partial Link Loss) is raised. See section 9.7.1.2 of G.8021. range of type : 0..number of ports"]
},
"actor-oper-key": {
"id": "actor-oper-key",
"is-read-only": false,
"description": ["See 802.1AX: The current operational value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 5.6.2. The meaning of particular Key values is of local significance. range of type : 16 bit"]
},
"actor-system-id": {
"id": "actor-system-id",
"is-read-only": false,
"description": ["See 802.1AX: A MAC address used as a unique identifier for the System that contains this Aggregator."]
},
"actor-system-priority": {
"id": "actor-system-priority",
"is-read-only": false,
"description": ["See 802.1AX: Indicating the priority associated with the Actor’s System ID. range of type : 2-octet"]
},
"collector-max-delay": {
"id": "collector-max-delay",
"is-read-only": false,
"description": ["See 802.1AX: The value of this attribute defines the maximum delay, in tens of microseconds, that may be imposed by the Frame Collector between receiving a frame from an Aggregator Parser, and either delivering the frame to its MAC Client or discarding the frame (see IEEE 802.1AX clause 5.2.3.1.1). range of type : 16-bit"]
},
"data-rate": {
"id": "data-rate",
"is-read-only": false,
"description": ["See 802.1AX: The current data rate, in bits per second, of the aggregate link. The value is calculated as N times the data rate of a single link in the aggregation, where N is the number of active links."]
},
"partner-oper-key": {
"id": "partner-oper-key",
"is-read-only": false,
"description": ["See 802.1AX: The current operational value of the Key for the Aggregator’s current protocol Partner. If the aggregation is manually configured, this Key value will be a value assigned by the local System. range of type : 16-bit"]
},
"partner-system-id": {
"id": "partner-system-id",
"is-read-only": false,
"description": ["See 802.1AX: A MAC address consisting of the unique identifier for the current protocol Partner of this Aggregator. A value of zero indicates that there is no known Partner. If the aggregation is manually configured, this System ID value will be a value assigned by the local System."]
},
"partner-system-priority": {
"id": "partner-system-priority",
"is-read-only": false,
"description": ["See 802.1AX: Indicates the priority associated with the Partner’s System ID. If the aggregation is manually configured, this System Priority value will be a value assigned by the local System. range of type : 2-octet"]
},
"csf-config": {
"id": "csf-config",
"is-read-only": false,
"description": ["This attribute models the combination of all CSF related MI signals (MI_CSF_Enable, MI_CSFrdifdi_Enable, MI_CSFdci_Enable) as defined in G.8021. range of type : true, false"]
},
"traffic-shaping": {
"id": "traffic-shaping",
"is-read-only": false,
"description": ["none"]
},
"traffic-conditioning": {
"id": "traffic-conditioning",
"is-read-only": false,
"description": ["none"]
},
"eth-ctp-pac-g": {
"id": "eth-ctp-pac-g",
"is-read-only": false,
"description": ["none"]
},
"ety-term": {
"id": "ety-term",
"is-read-only": false,
"description": ["none"]
},
"eth-term": {
"id": "eth-term",
"is-read-only": false,
"description": ["none"]
},
"eth-ctp": {
"id": "eth-ctp",
"is-read-only": false,
"description": ["none"]
},
"eth-connection-end-point-spec-g": {
"id": "eth-connection-end-point-spec-g",
"is-read-only": false,
"description": ["none"]
},
"priority-regenerate": {
"id": "priority-regenerate",
"is-read-only": false,
"description": ["This attribute models the ETHx/ETH-m _A_Sk_MI_P_Regenerate information defined in G.8021."]
},
"ether-type": {
"id": "ether-type",
"is-read-only": false,
"description": ["This attribute models the ETHx/ETH-m _A_Sk_MI_Etype information defined in G.8021."]
},
"filter-config-1": {
"id": "filter-config-1",
"is-read-only": false,
"description": ["This attribute models the ETHx/ETH-m_A_Sk_MI_Filter_Config information defined in G.8021. It indicates the configured filter action for each of the 33 group MAC addresses for control frames. The 33 MAC addresses are: 01-80-C2-00-00-10, 01-80-C2-00-00-00 to 01-80-C2-00-00-0F, and 01-80-C2-00-00-20 to 01-80-C2-00-00-2F. The filter action is Pass or Block. If the destination address of the incoming ETH_CI_D matches one of the above addresses, the filter process shall perform the corresponding configured filter action. If none of the above addresses match, the ETH_CI_D is passed. range of type : MacAddress: 01-80-C2-00-00-10, 01-80-C2-00-00-00 to 01-80-C2-00-00-0F, and 01-80-C2-00-00-20 to 01-80-C2-00-00-2F; ActionEnum: PASS, BLOCK"]
},
"frametype-config": {
"id": "frametype-config",
"is-read-only": false,
"description": ["This attribute models the ETHx/ETH-m_A_Sk_MI_Frametype_Config information defined in G.8021. range of type : see Enumeration"]
},
"port-vid": {
"id": "port-vid",
"is-read-only": false,
"description": ["This attribute models the ETHx/ETH-m _A_Sk_MI_PVID information defined in G.8021."]
},
"priority-code-point-config": {
"id": "priority-code-point-config",
"is-read-only": false,
"description": ["This attribute models the ETHx/ETH-m _A_Sk_MI_PCP_Config information defined in G.8021. range of type : see Enumeration"]
},
"eth-termination-pac-g": {
"id": "eth-termination-pac-g",
"is-read-only": false,
"description": ["This object class models the Ethernet Flow Termination function located at a layer boundary."]
},
"is-fts-enabled": {
"id": "is-fts-enabled",
"is-read-only": false,
"description": ["This attribute indicates whether Forced Transmitter Shutdown (FTS) is enabled or not. It models the ETYn_TT_So_MI_FTSEnable information."]
},
"is-tx-pause-enabled": {
"id": "is-tx-pause-enabled",
"is-read-only": false,
"description": ["This attribute identifies whether the Transmit Pause process is enabled or not. It models the MI_TxPauseEnable defined in G.8021."]
},
"phy-type": {
"id": "phy-type",
"is-read-only": false,
"description": ["This attribute identifies the PHY type of the ETY trail termination. See IEEE 802.3 clause 30.3.2.1.2."]
},
"phy-type-list": {
"id": "phy-type-list",
"is-read-only": false,
"description": ["This attribute identifies the possible PHY types that could be supported at the ETY trail termination. See IEEE 802.3 clause 30.3.2.1.3."]
},
"ety-termination-pac-g": {
"id": "ety-termination-pac-g",
"is-read-only": false,
"description": ["none"]
},
"prio-config-list": {
"id": "prio-config-list",
"is-read-only": false,
"description": ["This attribute indicates the Priority Splitter function for the mapping of the Ethernet frame priority (ETH_CI_P) values to the output queue."]
},
"cond-config-list": {
"id": "cond-config-list",
"is-read-only": false,
"description": ["This attribute indicates for the conditioner process the conditioning parameters: - Queue ID: Indicates the Queue ID - Committed Information Rate (CIR): number of bits per second - Committed Burst Size (CBS): number of bytes - Excess Information Rate (EIR): number of bits per second - Excess Burst Size (EBS): number of bytes - Coupling flag (CF): 0 or 1 - Color mode (CM): color-blind and color-aware."]
},
"codirectional": {
"id": "codirectional",
"is-read-only": false,
"description": ["This attribute indicates the direction of the conditioner. The value of true means that the conditioner (modeled as a TCS Sink according to G.8021) is associated with the sink part of the containing CTP. The value of false means that the conditioner (modeled as a TCS Sink according to G.8021) is associated with the source part of the containing CTP."]
},
"traffic-conditioning-pac-g": {
"id": "traffic-conditioning-pac-g",
"is-read-only": false,
"description": ["This object class models the ETH traffic conditioning function as defined in G.8021. Basic attributes: codirectional, condConfigList, prioConfigList"]
},
"prio-config-list": {
"id": "prio-config-list",
"is-read-only": false,
"description": ["This attribute configures the Priority Splitter function for the mapping of the Ethernet frame priority (ETH_CI_P) values to the output queue."]
},
"queue-config-list": {
"id": "queue-config-list",
"is-read-only": false,
"description": ["This attribute configures the Queue depth and Dropping threshold parameters of the Queue process. The Queue depth sets the maximum size of the queue in bytes. An incoming ETH_CI traffic unit is dropped if there is insufficient space in the queue to hold the whole unit. The Dropping threshold sets the threshold of the queue. If the queue is filled beyond this threshold, incoming ETH_CI traffic units accompanied by the ETH_CI_DE signal set are dropped."]
},
"sched-config": {
"id": "sched-config",
"is-read-only": false,
"description": ["This attribute configures the scheduler process. The value of this attribute is for further study because it is for further study in G.8021. Scheduler is a pointer to a Scheduler object, which is to be defined in the future (because in G.8021, this is FFS). Note that the only significance of the GTCS function defined in G.8021 is the use of a common scheduler for shaping. Given that, G.8052 models the common scheduler feature by having a common value for this attribute."]
},
"codirectional": {
"id": "codirectional",
"is-read-only": false,
"description": ["This attribute indicates the direction of the shaping function. The value of true means that the shaping (modeled as a TCS Source according to G.8021) is associated with the source part of the containing CTP. The value of false means that the shaping (modeled as a TCS Source according to G.8021) is associated with the sink part of the containing CTP."]
},
"traffic-shaping-pac-g": {
"id": "traffic-shaping-pac-g",
"is-read-only": false,
"description": ["This object class models the ETH traffic shaping function as defined in G.8021. Basic attribute: codirectional, prioConfigList, queueConfigList, schedConfig"]
},
"client-mel": {
"id": "client-mel",
"is-read-only": false,
"description": ["none"]
},
"eth-meg-spec-g": {
"id": "eth-meg-spec-g",
"is-read-only": false,
"description": ["none"]
},
"eth-mep-common": {
"id": "eth-mep-common",
"is-read-only": false,
"description": ["none"]
},
"eth-mep-source-pac": {
"id": "eth-mep-source-pac",
"is-read-only": false,
"description": ["none"]
},
"eth-mep-sink": {
"id": "eth-mep-sink",
"is-read-only": false,
"description": ["none"]
},
"eth-mep-spec-g": {
"id": "eth-mep-spec-g",
"is-read-only": false,
"description": ["none"]
},
"eth-mip-spec-g": {
"id": "eth-mip-spec-g",
"is-read-only": false,
"description": ["none"]
},
"eth-lb-msg": {
"id": "eth-lb-msg",
"is-read-only": false,
"description": ["none"]
},
"number": {
"id": "number",
"is-read-only": false,
"description": ["G.8052: This parameter specifies how many LB messages to be sent for the LB_Series process."]
},
"eth-loopback-job-g": {
"id": "eth-loopback-job-g",
"is-read-only": false,
"description": ["This class represents the Loopback (LB) process (send a series of LB messages carrying a test pattern to a particular MEP). The termination occurs at specified stop time (schedule attribute of OamJob). This class models also the 'loopback discover' process, when destinationAddress is multicast. When number is greater than 1, then the process is to perform a Loopback (LB) Series process (send a series of N LB messages to a particular MEP/MIP."]
},
"mep-mac": {
"id": "mep-mac",
"is-read-only": false,
"description": ["This attribute contains the MAC Address of the MEP."]
},
"is-cc-enabled": {
"id": "is-cc-enabled",
"is-read-only": false,
"description": ["This attribute models the MI_CC_Enable signal defined in G.8021 and configured as specified in G8051."]
},
"cc-period": {
"id": "cc-period",
"is-read-only": false,
"description": ["This attribute models the MI_CC_Period signal defined in G.8021 and configured as specified in G8051. It is the period at which the CCM message should be sent. Default values are: 3.33 ms for PS, 100 ms for PM, 1 s for FM."]
},
"cc-priority": {
"id": "cc-priority",
"is-read-only": false,
"description": ["This attribute models the MI_CC_Pri signal defined in G.8021 and configured as specified in G8051. It is the priority at which the CCM message should be sent."]
},
"lck-period": {
"id": "lck-period",
"is-read-only": false,
"description": ["This attribute models the MI_LCK_Period signal defined in G.8021 and configured as specified in G8051. It is the frequency at which the LCK messages should be sent. range of type : 1s, 1min"]
},
"lck-priority": {
"id": "lck-priority",
"is-read-only": false,
"description": ["This attribute models the MI_LCK_Pri signal defined in G.8021 and configured as specified in G8051. It is the priority at which the LCK messages should be sent."]
},
"eth-mep-common-g": {
"id": "eth-mep-common-g",
"is-read-only": false,
"description": ["Basic attributes: adminState, clientMel, megIdentifier, mepMac Continuity Check Process related attributes: ccPeriod, ccPriority, isCcEnabled Lock Process related attributes: lckPeriod, lckPriority This object class models the MEP functions that are common to MEP Sink and MEP Source."]
},
"dm-1-priority": {
"id": "dm-1-priority",
"is-read-only": false,
"description": ["This attribute indicates the list of 1DM priorities for the MepSink."]
},
"ais-priority": {
"id": "ais-priority",
"is-read-only": false,
"description": ["This attribute models the MI_AIS_Pri signal defined in G.8021 and configured as specified in G8051. It is the priority at which the AIS messages should be sent."]
},
"ais-period": {
"id": "ais-period",
"is-read-only": false,
"description": ["This attribute models the MI_AIS_Period signal defined in G.8021 and configured as specified in G8051. It is the frequency at which the AIS messages should be sent. range of type : 1s, 1min"]
},
"is-csf-reported": {
"id": "is-csf-reported",
"is-read-only": false,
"description": ["This attribute models the MI_CSF_Reported signal defined in G.8021 and configured as specified in G8051. It configures whether the secondary failure CSF should be reported or not."]
},
"is-csf-rdi-fdi-enabled": {
"id": "is-csf-rdi-fdi-enabled",
"is-read-only": false,
"description": ["This attribute models the MI_CSFrdifdiEnable signal defined in G.8021 and configured as specified in G8051."]
},
"bandwidth-report": {
"id": "bandwidth-report",
"is-read-only": false,
"description": ["This attribute models the content of the bandwidth report received by the MEP Sink from the peer MEP Source."]
},
"lm-degm": {
"id": "lm-degm",
"is-read-only": false,
"description": ["This attribute defines the number of consecutive bad seconds necessary for the 'degraded' detection. See also section 'Degraded signal defect (dDEG)' in G.8021."]
},
"lm-deg-thr": {
"id": "lm-deg-thr",
"is-read-only": false,
"description": ["This attribute defines the threshold for declaring a 'bad second'. See also section 'Degraded signal defect (dDEG)' in G.8021."]
},
"lm-m": {
"id": "lm-m",
"is-read-only": false,
"description": ["This attribute defines the number of consecutive good seconds necessary for the clearing of 'degraded'. See also section 'Degraded signal defect (dDEG)' in G.8021."]
},
"lm-tf-min": {
"id": "lm-tf-min",
"is-read-only": false,
"description": ["This attribute defines the necessary number of transmitted frames to enable the detection of 'bad seconds'. See also section 'Degraded signal defect (dDEG)' in G.8021."]
},
"eth-mep-sink-g": {
"id": "eth-mep-sink-g",
"is-read-only": false,
"description": ["1DM related attribute: 1DmPriority AIS Process related attributes: aisPeriod, aisPriority Bandwidth notification Process related attribute: bandwidthReport Basic attribute: peerMepRefList CSF Process related attributes: isCsfRdiFdiEnabled, isCsfReported Defect correlation Process related attribute: currentProblemList This object class models the MEP sink function. Instance of this object class can be created and contained by ETH CTP or TTP objects. It also provides the management of the dual-ended maintenance job, such as test. This object contains the configuration parameters for detecting 'degraded signal' (DEG)."]
},
"aps-priority": {
"id": "aps-priority",
"is-read-only": false,
"description": ["This attribute specifies the priority of the APS messages. See section 8.1.5 APS insert process in G.8021."]
},
"csf-priority": {
"id": "csf-priority",
"is-read-only": false,
"description": ["This attribute models the MI_CSF_Pri signal defined in G.8021 and configured as specified in G8051. It is the priority at which the CSF messages should be sent"]
},
"csf-period": {
"id": "csf-period",
"is-read-only": false,
"description": ["This attribute models the MI_CSF_Period signal defined in G.8021 and configured as specified in G8051. It is the period at which the CSF messages should be sent. range of type : 1s, 1min"]
},
"csf-config": {
"id": "csf-config",
"is-read-only": false,
"description": ["This attribute models the combination of all CSF related MI signals (MI_CSF_Enable, MI_CSFrdifdi_Enable, MI_CSFdci_Enable) as defined in G.8021."]
},
"eth-mep-source-g": {
"id": "eth-mep-source-g",
"is-read-only": false,
"description": ["APS Process related attribute: apsPriority Basic attribute: mepIdentifier CSF Process related attributes: csfConfig, csfPeriod, csfPriority Link trace related operation: linkTrace Loopback related operations: loopbackDiscover, loopbackSeries, loopbackTest, loopbackTestTerminate On demand measurement job control related operation: establishOnDemandDualEndedMeasurementJobSource Proactive measurement job control related operation: establishProActiveDualEndedMeasurementJobSource Test related operations: testInitiatorStart, testInitiatorTerminate This object class models the MEP source function. Instance of this object class can be created and contained by ETH CTP or TTP objects. It also provides the management of single-ended maintenance jobs, such as loopback test, loopback discover, loopback series, link trace, and dual-ended maintenance job, such as test."]
},
"eth-lt-msg": {
"id": "eth-lt-msg",
"is-read-only": false,
"description": ["none"]
},
"time-to-live": {
"id": "time-to-live",
"is-read-only": false,
"description": ["G.8052: This parameter provides the Time To Live (TTL) parameter of the Link Track protocol. The TTL parameter allows the receiver (MIP or MEP) of the LTM frame to determine if the frame can be terminated. TTL is decremented every time the LTM frame is relayed. LTM frame with TTL<=1 is terminated and not relayed."]
},
"eth-link-trace-job-g": {
"id": "eth-link-trace-job-g",
"is-read-only": false,
"description": ["This class represents the Link Trace (LT) process for fault localization or for discovering the intermediate MIPs along the link from the MEP Source to a target MEP or MIP. An LTM frame will be sent from the MEP source to the target MEP/MIP. The termination occurs at specified stop time (schedule attribute of OamJob)."]
},
"eth-test-msg": {
"id": "eth-test-msg",
"is-read-only": false,
"description": ["none"]
},
"eth-test-job-g": {
"id": "eth-test-job-g",
"is-read-only": false,
"description": ["This class represents the 1-way on-demand in-service or out-of-service diagnostic test. The diagnostic test includes verifying bandwidth throughput, frame loss, bit errors, etc. TST frames are transmitted. The termination occurs at specified stop time (schedule attribute of OamJob)."]
},
"responder-mep-id": {
"id": "responder-mep-id",
"is-read-only": false,
"description": ["none"]
},
"source-address": {
"id": "source-address",
"is-read-only": false,
"description": ["This attribute contains the MAC address of the peer MEP. See G.8013 for details."]
},
"priority": {
"id": "priority",
"is-read-only": false,
"description": ["This attribute contains the priority of the OAM PDU frames. range of type : 0, 1, 2, 3, 4, 5, 6, 7"]
},
"test-identifier": {
"id": "test-identifier",
"is-read-only": false,
"description": ["This attribute is used to distinguish each measurement session if multiple measurement sessions are simultaneously activated towards a peer MEP including concurrent on-demand and proactive tests. It must be unique at least within the context of any measurement type for the MEG and initiating MEP. range of type : 0..(2^32) - 1"]
},
"eth-on-demand-measurement-job-control-sink-g": {
"id": "eth-on-demand-measurement-job-control-sink-g",
"is-read-only": false,
"description": ["This object class represents an on-demand measurement job controller sink for 1-way measurements. It is created as a result of an establishOnDemandDualEndedMeasurementJobSink() operation. It is deleted either automatically after the measurement job has completed (stop time reached) and the performance data AVC notification has been sent, or by an explicit abortOnDemandMeasurementJob() operation when the measurement job is running."]
},
"controller-mep-id": {
"id": "controller-mep-id",
"is-read-only": false,
"description": ["none"]
},
"oam-pdu-generation-type": {
"id": "oam-pdu-generation-type",
"is-read-only": false,
"description": ["This attribute contains the pattern that is used for the generation of OAM PDUs."]
},
"destination-address": {
"id": "destination-address",
"is-read-only": false,
"description": ["This attribute contains the MAC address of the peer MEP. See G.8013 for details."]
},
"priority": {
"id": "priority",
"is-read-only": false,
"description": ["This attribute contains the priority of the OAM PDU frames. range of type : 0, 1, 2, 3, 4, 5, 6, 7"]
},
"message-period": {
"id": "message-period",
"is-read-only": false,
"description": ["This attribute contains the frequency of the OAM message (PDU) generation within a series. Note that the value 0 means that only one OAM message per measurement interval is generated. range of type : See corresponding Enum."]
},
"repetition-period": {
"id": "repetition-period",
"is-read-only": false,
"description": ["This attribute contains the time between the start of two measurement intervals. This IS applicable for the repetitive instance type and MAY be applicable for the repetitive series type. Note that a value of 0 means not applicable (NA), which is for the cases of single instance, single series, or repetitive series without extra gap in between the measurement intervals (i.e., also as known as continuous series)."]
},
"measurement-interval": {
"id": "measurement-interval",
"is-read-only": false,
"description": ["This attribute contains the discrete non overlapping periods of time (in seconds) during which measurements are performed (i.e., OAM messages are generated) and reports are gathered at the end of the measurement intervals. Note that the value 0 means a degenerated measurement interval with a single OAM message and the report is sent as immediately as possible. range of type : Non-negative"]
},
"test-identifier": {
"id": "test-identifier",
"is-read-only": false,
"description": ["This attribute is used to distinguish each measurement session if multiple measurement sessions are simultaneously activated towards a peer MEP including concurrent on-demand and proactive tests. It must be unique at least within the context of any measurement type for the MEG and initiating MEP. Note: The attribute is not used in case of LMM/LMR measurement. range of type : 0..(2^32) - 1"]
},
"data-tlv-length": {
"id": "data-tlv-length",
"is-read-only": false,
"description": ["This parameter provides the size of the optional data TLV. Non-negative integer represents the number of bytes for the length of the padding TLV. Notes: When configuring this parameter one should be aware of the maximum allowed total frame size limitation. The attribute is not used in case of 2-way loss measurement. range of type : Depends on the allowed MTU size."]
},
"eth-on-demand-measurement-job-control-source-g": {
"id": "eth-on-demand-measurement-job-control-source-g",
"is-read-only": false,
"description": ["Basic attributes: destinationAddress, priority Measurement configuration related attributes: oamPduGenerationType, startTime, stopTime, messagePeriod, repetitionPeriod, measurementInterval Optional attributes: dataTlvLength, testIdentifier This object class represents an on-demand measurement job controller source for 1-way measurements. It is created as a result of an establishOnDemandDualEndedMeasurementJobSource() operation. It is deleted either automatically after the measurement job has completed (stop time reached), or by an explicit abortOnDemandMeasurementJob() operation while the measurement job is running."]
},
"responder-mep-id": {
"id": "responder-mep-id",
"is-read-only": false,
"description": ["none"]
},
"is-enabled": {
"id": "is-enabled",
"is-read-only": false,
"description": ["This attribute identifies the state of the measurement job. If set to TRUE, the MEP performs proactive Performance Measurement."]
},
"source-address": {
"id": "source-address",
"is-read-only": false,
"description": ["This attribute contains the MAC address of the peer MEP. See G.8013 for details."]
},
"test-identifier": {
"id": "test-identifier",
"is-read-only": false,
"description": ["This attribute is used to distinguish each measurement session if multiple measurement sessions are simultaneously activated towards a peer MEP including concurrent on-demand and proactive tests. It must be unique at least within the context of any measurement type for the MEG and initiating MEP. range of type : 0..(2^32) - 1"]
},
"eth-pro-active-measurement-job-control-sink-g": {
"id": "eth-pro-active-measurement-job-control-sink-g",
"is-read-only": false,
"description": ["This object class allows the control of the proactive 1-way measurement. It is created as a part of an establishProActiveDualEndedMeasurementJobSink() operation. Lifecycle: A pre-condition of deleting the object is that the “Enable” attribute should have the value “FALSE”."]
},
"controller-mep-id": {
"id": "controller-mep-id",
"is-read-only": false,
"description": ["none"]
},
"is-enabled": {
"id": "is-enabled",
"is-read-only": false,
"description": ["This attribute identifies the state of the measurement job. If set to TRUE, the MEP performs proactive Performance Measurement."]
},
"destination-address": {
"id": "destination-address",
"is-read-only": false,
"description": ["This attribute provides the Unicast MAC address of the intented destination."]
},
"priority": {
"id": "priority",
"is-read-only": false,
"description": ["This attribute contains the priority value on which the MEP performs the measurement. When the measurement is enabled, the MEP should use this value to encode the priority of generated measurement frames. The EMF usese this value to assign the “P” parameter of the measurement operation."]
},
"period": {
"id": "period",
"is-read-only": false,
"description": ["This attribute indicates the period (frequency) of the measurement frame transmission. range of type : 100ms, 1s, 10s"]
},
"test-identifier": {
"id": "test-identifier",
"is-read-only": false,
"description": ["This attribute is used to distinguish each measurement session if multiple measurement sessions are simultaneously activated towards a peer MEP including concurrent on-demand and proactive tests. It must be unique at least within the context of any measurement type for the MEG and initiating MEP. Note: The attribute is not used in case of 2-way loss measurement. range of type : 0..(2^32) - 1"]
},
"data-tlv-length": {
"id": "data-tlv-length",
"is-read-only": false,
"description": ["This parameter provides the size of the optional data TLV. Non-negative integer represents the number of bytes for the length of the padding TLV. Notes: When configuring this parameter one should be aware of the maximum allowed total frame size limitation. The attribute is not used in case of 2-way loss measurement. range of type : Depends on the allowed MTU size."]
},
"eth-pro-active-measurement-job-control-source-g": {
"id": "eth-pro-active-measurement-job-control-source-g",
"is-read-only": false,
"description": ["This object class represents a proactive measurement job controller source for 1way measurements. It is created as a part of an establishProactiveDualEndedMeasurementJobSource() operation."]
},
"pro-active-near-end-1-dm-parameters": {
"id": "pro-active-near-end-1-dm-parameters",
"is-read-only": false,
"description": ["This attribute contains the statistical near end performnace parameters."]
},
"eth-pro-active-1-dm-performance-data-g": {
"id": "eth-pro-active-1-dm-performance-data-g",
"is-read-only": false,
"description": ["This object class represents the PM current data collected in a pro-active delay measurement job (using 1DM)."]
},
"pro-active-near-end-1-lm-parameters": {
"id": "pro-active-near-end-1-lm-parameters",
"is-read-only": false,
"description": ["This attribute contains the statistical near end performnace parameters."]
},
"eth-pro-active-1-lm-performance-data-g": {
"id": "eth-pro-active-1-lm-performance-data-g",
"is-read-only": false,
"description": ["This object class represents the PM current data collected in a pro-active loss measurement job (using 1SL)."]
},
"pro-active-bi-dir-dm-parameters": {
"id": "pro-active-bi-dir-dm-parameters",
"is-read-only": false,
"description": ["This attribute contains the statistical bidirectional performnace parameters."]
},
"pro-active-far-end-dm-parameters": {
"id": "pro-active-far-end-dm-parameters",
"is-read-only": false,
"description": ["This attribute contains the statistical far end performnace parameters."]
},
"pro-active-near-end-dm-parameters": {
"id": "pro-active-near-end-dm-parameters",
"is-read-only": false,
"description": ["This attribute contains the statistical near end performnace parameters."]
},
"eth-pro-active-dm-performance-data-g": {
"id": "eth-pro-active-dm-performance-data-g",
"is-read-only": false,
"description": ["This object class represents the PM current data collected in a pro-active delay measurement job (using DMM/DMR)."]
},
"pro-active-far-end-lm-parameters": {
"id": "pro-active-far-end-lm-parameters",
"is-read-only": false,
"description": ["This attribute contains the statistical far end performnace parameters."]
},
"pro-active-near-end-lm-parameters": {
"id": "pro-active-near-end-lm-parameters",
"is-read-only": false,
"description": ["This attribute contains the statistical near end performnace parameters."]
},
"bidirectional-uas": {
"id": "bidirectional-uas",
"is-read-only": false,
"description": ["This attribute contains the bidirectional UAS (unavailable seconds) detected in the monitoring interval. range of type : 0..900 for 15min interval or 0..86400 for 24 hr interval."]
},
"eth-pro-active-lm-performance-data-g": {
"id": "eth-pro-active-lm-performance-data-g",
"is-read-only": false,
"description": ["This object class represents the PM current data collected in a pro-active loss measurement job (using LMM/LMR or SLM/SLR)."]
},
"on-demand-near-end-1-dm-parameters": {
"id": "on-demand-near-end-1-dm-parameters",
"is-read-only": false,
"description": ["This attribute contains the results of an on-demand frame delay measurement job in the ingress direction."]
},
"eth-on-demand-1-dm-performance-data-g": {
"id": "eth-on-demand-1-dm-performance-data-g",
"is-read-only": false,
"description": ["none"]
},
"on-demand-near-end-1-lm-parameters": {
"id": "on-demand-near-end-1-lm-parameters",
"is-read-only": false,
"description": ["This attribute contains the results of an on-demand synthetic loss measurement job in the ingress direction."]
},
"eth-on-demand-1-lm-performance-data-g": {
"id": "eth-on-demand-1-lm-performance-data-g",
"is-read-only": false,
"description": ["none"]
},
"on-demand-far-end-dm-parameters": {
"id": "on-demand-far-end-dm-parameters",
"is-read-only": false,
"description": ["This attribute contains the results of an on-demand frame delay measurement job in the ingress direction."]
},
"on-demand-near-end-dm-parameters": {
"id": "on-demand-near-end-dm-parameters",
"is-read-only": false,
"description": ["This attribute contains the results of an on-demand frame delay measurement job in the ingress direction."]
},
"eth-on-demand-dm-performance-data-g": {
"id": "eth-on-demand-dm-performance-data-g",
"is-read-only": false,
"description": ["none"]
},
"on-demand-far-end-lm-parameters": {
"id": "on-demand-far-end-lm-parameters",
"is-read-only": false,
"description": ["This attribute contains the results of an on-demand synthetic loss measurement job in the egress direction."]
},
"on-demand-near-end-lm-parameters": {
"id": "on-demand-near-end-lm-parameters",
"is-read-only": false,
"description": ["This attribute contains the results of an on-demand synthetic loss measurement job in the ingress direction."]
},
"eth-on-demand-lm-performance-data-g": {
"id": "eth-on-demand-lm-performance-data-g",
"is-read-only": false,
"description": ["none"]
},
"pro-active-control-1way-source": {
"id": "pro-active-control-1way-source",
"is-read-only": false,
"description": ["none"]
},
"pro-active-control-1way-sink": {
"id": "pro-active-control-1way-sink",
"is-read-only": false,
"description": ["none"]
},
"eth-pro-active-1way-measurement-job-g": {
"id": "eth-pro-active-1way-measurement-job-g",
"is-read-only": false,
"description": ["none"]
},
"pro-active-control-2way-source": {
"id": "pro-active-control-2way-source",
"is-read-only": false,
"description": ["none"]
},
"eth-pro-active-2way-measurement-job-g": {
"id": "eth-pro-active-2way-measurement-job-g",
"is-read-only": false,
"description": ["none"]
},
"on-demand-control-2way-source": {
"id": "on-demand-control-2way-source",
"is-read-only": false,
"description": ["none"]
},
"eth-on-demand-2way-measurement-job-g": {
"id": "eth-on-demand-2way-measurement-job-g",
"is-read-only": false,
"description": ["none"]
},
"on-demand-control-1way-source": {
"id": "on-demand-control-1way-source",
"is-read-only": false,
"description": ["none"]
},
"on-demand-control-1way-sink": {
"id": "on-demand-control-1way-sink",
"is-read-only": false,
"description": ["none"]
},
"eth-on-demand-1way-measurement-job-g": {
"id": "eth-on-demand-1way-measurement-job-g",
"is-read-only": false,
"description": ["none"]
},
"near-end-1-dm-cross-threshold": {
"id": "near-end-1-dm-cross-threshold",
"is-read-only": false,
"description": ["This attribute contains the near end cross threshold values of the delay measurements."]
},
"near-end-1-dm-clear-threshold": {
"id": "near-end-1-dm-clear-threshold",
"is-read-only": false,
"description": ["This attribute contains the near end clear threshold values of the delay measurements."]
},
"eth-1-dm-threshold-data-g": {
"id": "eth-1-dm-threshold-data-g",
"is-read-only": false,
"description": ["This data type contains the threshold values for frame delay related 1-way measurements."]
},
"near-end-1-lm-cross-threshold": {
"id": "near-end-1-lm-cross-threshold",
"is-read-only": false,
"description": ["This attribute contains the near end cross threshold values of the loss measurements."]
},
"near-end-1-lm-clear-threshold": {
"id": "near-end-1-lm-clear-threshold",
"is-read-only": false,
"description": ["This attribute is only valid for frame loss ratio parameters and counter type parameters working in the 'standing condition method' (see G.7710, section 10.1.7.2: Threshold reporting) and contains the near end clear threshold values of the loss measurements."]
},
"eth-1-lm-threshold-data-g": {
"id": "eth-1-lm-threshold-data-g",
"is-read-only": false,
"description": ["This data type contains the threshold values for frame loss related 1-way measurements."]
},
"near-end-dm-cross-threshold": {
"id": "near-end-dm-cross-threshold",
"is-read-only": false,
"description": ["This attribute contains the near end cross threshold values of the delay measurements."]
},
"near-end-dm-clear-threshold": {
"id": "near-end-dm-clear-threshold",
"is-read-only": false,
"description": ["This attribute contains the near end clear threshold values of the delay measurements."]
},
"far-end-dm-cross-threshold": {
"id": "far-end-dm-cross-threshold",
"is-read-only": false,
"description": ["This attribute contains the far end cross threshold values of the delay measurements."]
},
"far-end-dm-clear-threshold": {
"id": "far-end-dm-clear-threshold",
"is-read-only": false,
"description": ["This attribute contains the far end clear threshold values of the delay measurements."]
},
"bi-dir-dm-cross-threshold": {
"id": "bi-dir-dm-cross-threshold",
"is-read-only": false,
"description": ["This attribute contains the bidirectional cross threshold values of the delay measurements."]
},
"bi-dir-dm-clear-threshold": {
"id": "bi-dir-dm-clear-threshold",
"is-read-only": false,
"description": ["This attribute contains the bidirectional clear threshold values of the delay measurements."]
},
"eth-dm-threshold-data-g": {
"id": "eth-dm-threshold-data-g",
"is-read-only": false,
"description": ["This data type contains the threshold values for frame delay related 2-way measurements."]
},
"near-end-lm-cross-threshold": {
"id": "near-end-lm-cross-threshold",
"is-read-only": false,
"description": ["This attribute contains the near end cross threshold values of the loss measurements."]
},
"near-end-lm-clear-threshold": {
"id": "near-end-lm-clear-threshold",
"is-read-only": false,
"description": ["This attribute is only valid for frame loss ratio parameters and counter type parameters working in the 'standing condition method' (see G.7710, section 10.1.7.2: Threshold reporting) and contains the near end clear threshold values of the loss measurements."]
},
"far-end-lm-cross-threshold": {
"id": "far-end-lm-cross-threshold",
"is-read-only": false,
"description": ["This attribute contains the far end cross threshold values of the loss measurements."]
},
"far-end-lm-clear-threshold": {
"id": "far-end-lm-clear-threshold",
"is-read-only": false,
"description": ["This attribute is only valid for frame loss ratio parameters and counter type parameters working in the 'standing condition method' (see G.7710, section 10.1.7.2: Threshold reporting) and contains the far end clear threshold values of the loss measurements."]
},
"bi-dir-lm-uas-cross-threshold": {
"id": "bi-dir-lm-uas-cross-threshold",
"is-read-only": false,
"description": ["This attribute contains the bidirectional cross threshold value of the UAS loss measurement."]
},
"bi-dir-lm-uas-clear-threshold": {
"id": "bi-dir-lm-uas-clear-threshold",
"is-read-only": false,
"description": ["This attribute is only valid for the UAS parameter working in the 'standing condition method' (see G.7710, section 10.1.7.2: Threshold reporting) and contains the bidirectional clear threshold value of the UAS loss measurement."]
},
"eth-lm-threshold-data-g": {
"id": "eth-lm-threshold-data-g",
"is-read-only": false,
"description": ["This data type contains the threshold values for frame loss related 2-way measurements."]
},
"rec-lbr-frames": {
"id": "rec-lbr-frames",
"is-read-only": false,
"description": ["G.8052: This parameter returns the total number of received LBR messages, including the out of order LBR frames."]
},
"out-of-order-lbr-frames": {
"id": "out-of-order-lbr-frames",
"is-read-only": false,
"description": ["G.8052: This parameter returns the number of LBR traffic unites (messages) that were received out of order (OO)."]
},
"sent-lbm-frames": {
"id": "sent-lbm-frames",
"is-read-only": false,
"description": ["G.8052: This parameter returns the total number of sent LBM frames."]
},
"crc-lbr-frames": {
"id": "crc-lbr-frames",
"is-read-only": false,
"description": ["G.8052: This parameter returns the number of LBR frames where the CRC in the pattern failed."]
},
"ber-lbr-frames": {
"id": "ber-lbr-frames",
"is-read-only": false,
"description": ["G.8052: This parameter returns the number of LBR frames where there was a bit error in the pattern."]
},
"detected-peer-mep": {
"id": "detected-peer-mep",
"is-read-only": false,
"description": ["G.8052: This parameter returns the MAC addresses of the discovered peer MEPs of the subject MEP."]
},
"eth-loopback-result-data-g": {
"id": "eth-loopback-result-data-g",
"is-read-only": false,
"description": ["none"]
},
"result-list": {
"id": "result-list",
"is-read-only": false,
"description": ["G.8052: This parameter returns the results of the LT process. It contains a list of the result received from the individual LTR frames. The result from the individual LTR frame include the Source Mac Address, the TTL, and TLV."]
},
"eth-link-trace-result-data-g": {
"id": "eth-link-trace-result-data-g",
"is-read-only": false,
"description": ["none"]
},
"sent-tst-frames": {
"id": "sent-tst-frames",
"is-read-only": false,
"description": ["G.8052: This parameter returns the total number of sent TST frames."]
},
"eth-test-result-data-g": {
"id": "eth-test-result-data-g",
"is-read-only": false,
"description": ["none"]
},
"destination-address": {
"id": "destination-address",
"is-read-only": false,
"description": ["G.8052: This parameter provides the destination address, i.e., the MAC Address of the target MEP or MIP."]
},
"priority": {
"id": "priority",
"is-read-only": false,
"description": ["G.8052: This parameter provides the priority to be used in the LBM frame."]
},
"eth-oam-operation-common-pac-g": {
"id": "eth-oam-operation-common-pac-g",
"is-read-only": false,
"description": ["none"]
},
"period": {
"id": "period",
"is-read-only": false,
"description": ["G.8052: This parameter provides the periodicity of the TST OAM messages."]
},
"drop-eligibility": {
"id": "drop-eligibility",
"is-read-only": false,
"description": ["G.8052: This parameter provides the eligibility of frames with unicast ETH-TST information to be discarded when congestion conditions are encountered."]
},
"data-tlv-length": {
"id": "data-tlv-length",
"is-read-only": false,
"description": ["G.8052: This parameter provides the length (in number of octet) of the optional Data TLV to be included in the TST frame."]
},
"test-pattern": {
"id": "test-pattern",
"is-read-only": false,
"description": ["G.8052: This parameter provides the test pattern to be used in the optional Data TLV. Examples of test patterns include pseudo-random bit sequence (PRBS) 2^31-1 as specified in clause 5.8 of [ITU-T O.150], all '0' pattern, etc. The following values of pattern types are defined: 0: 'Null signal without CRC-32' 1: 'Null signal with CRC-32' 2: 'PRBS 2^31-1 without CRC-32' 3: 'PRBS 2^31-1 with CRC-32'."]
},
"eth-oam-msg-common-pac-g": {
"id": "eth-oam-msg-common-pac-g",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE": {
"id": "ETH_OAM_JOB_TYPE",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_1DM": {
"id": "ETH_OAM_JOB_TYPE_ETH_1DM",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_1SLM": {
"id": "ETH_OAM_JOB_TYPE_ETH_1SLM",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_LM_CCM": {
"id": "ETH_OAM_JOB_TYPE_ETH_LM_CCM",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_LM_LMM": {
"id": "ETH_OAM_JOB_TYPE_ETH_LM_LMM",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_SLM": {
"id": "ETH_OAM_JOB_TYPE_ETH_SLM",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_DM": {
"id": "ETH_OAM_JOB_TYPE_ETH_DM",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_LTC": {
"id": "ETH_OAM_JOB_TYPE_ETH_LTC",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_LBK": {
"id": "ETH_OAM_JOB_TYPE_ETH_LBK",
"is-read-only": false,
"description": ["none"]
},
"ETH_OAM_JOB_TYPE_ETH_TEST": {
"id": "ETH_OAM_JOB_TYPE_ETH_TEST",
"is-read-only": false,
"description": ["none"]
},
"priority": {
"id": "priority",
"is-read-only": false,
"description": ["none"]
},
"queue-id": {
"id": "queue-id",
"is-read-only": false,
"description": ["none"]
},
"priority-configuration-g": {
"id": "priority-configuration-g",
"is-read-only": false,
"description": ["none"]
},
"queue-id": {
"id": "queue-id",
"is-read-only": false,
"description": ["This attribute indicates the queue id."]
},
"queue-depth": {
"id": "queue-depth",
"is-read-only": false,
"description": ["This attribute defines the depth of the queue in bytes."]
},
"queue-threshold": {
"id": "queue-threshold",
"is-read-only": false,
"description": ["This attribute defines the threshold of the queue in bytes."]
},
"queue-configuration-g": {
"id": "queue-configuration-g",
"is-read-only": false,
"description": ["none"]
},
"cir": {
"id": "cir",
"is-read-only": false,
"description": ["This attribute indicates the Committed Information Rate in bits/s."]
},
"cbs": {
"id": "cbs",
"is-read-only": false,
"description": ["This attribute indicates the Committed Burst Size in bytes."]
},
"eir": {
"id": "eir",
"is-read-only": false,
"description": ["This attribute indicates the Excess Information Rate in bits/s."]
},
"ebs": {
"id": "ebs",
"is-read-only": false,
"description": ["This attribute indicates the Excess Burst Size in bytes."]
},
"coupling-flag": {
"id": "coupling-flag",
"is-read-only": false,
"description": ["This attribute indicates the coupling flag."]
},
"colour-mode": {
"id": "colour-mode",
"is-read-only": false,
"description": ["This attribute indicates the colour mode."]
},
"queue-id": {
"id": "queue-id",
"is-read-only": false,
"description": ["This attribute indicates the queue id."]
},
"traffic-conditioning-configuration-g": {
"id": "traffic-conditioning-configuration-g",
"is-read-only": false,
"description": ["none"]
},
"mac-address": {
"id": "mac-address",
"is-read-only": false,
"description": ["This primitive data type contains an Ethernet MAC address defined by IEEE 802a. The format of the address consists of 12 hexadecimal characters, grouped in pairs and separated by '-' (e.g., 03-27-AC-75-3E-1D)."]
},
"priority-0": {
"id": "priority-0",
"is-read-only": false,
"description": ["This attribute defines the new priority value for the old priority value 0."]
},
"priority-1": {
"id": "priority-1",
"is-read-only": false,
"description": ["This attribute defines the new priority value for the old priority value 1."]
},
"priority-2": {
"id": "priority-2",
"is-read-only": false,
"description": ["This attribute defines the new priority value for the old priority value 2."]
},
"priority-3": {
"id": "priority-3",
"is-read-only": false,
"description": ["This attribute defines the new priority value for the old priority value 3."]
},
"priority-4": {
"id": "priority-4",
"is-read-only": false,
"description": ["This attribute defines the new priority value for the old priority value 4."]
},
"priority-5": {
"id": "priority-5",
"is-read-only": false,
"description": ["This attribute defines the new priority value for the old priority value 5."]
},
"priority-6": {
"id": "priority-6",
"is-read-only": false,
"description": ["This attribute defines the new priority value for the old priority value 6."]
},
"priority-7": {
"id": "priority-7",
"is-read-only": false,
"description": ["This attribute defines the new priority value for the old priority value 7."]
},
"priority-mapping-g": {
"id": "priority-mapping-g",
"is-read-only": false,
"description": ["This data type provides the priority mapping done in the 'P Regenerate' process defined in G.8021."]
},
"vid": {
"id": "vid",
"is-read-only": false,
"description": ["This primitive type models the 12 Bit VLAN identifier of a VLAN tag."]
},
"modify-cross-connection-data": {
"id": "modify-cross-connection-data",
"is-read-only": false,
"description": ["none"]
},
"address": {
"id": "address",
"is-read-only": false,
"description": ["This attribute contains the MAC address of the address tuple."]
},
"port-list": {
"id": "port-list",
"is-read-only": false,
"description": ["This attribute contains the ports associated to the MAC address in the address tuple."]
},
"address-tuple-g": {
"id": "address-tuple-g",
"is-read-only": false,
"description": ["This data type contains an address tuple consisting of a MAC address and a corresponding port list."]
},
"scheduling-configuration": {
"id": "scheduling-configuration",
"is-read-only": false,
"description": ["The syntax of this dataType is pending on the specification in G.8021, which is for further study."]
},
"c-2-00-00-10": {
"id": "c-2-00-00-10",
"is-read-only": false,
"description": ["This attribute identifies the 'All LANs Bridge Management Group Address'."]
},
"c-2-00-00-00": {
"id": "c-2-00-00-00",
"is-read-only": false,
"description": ["This attribute identifies the STP/RSTP/MSTP protocol address."]
},
"c-2-00-00-01": {
"id": "c-2-00-00-01",
"is-read-only": false,
"description": ["This attribute identifies the IEEE MAC-specific Control Protocols group address (PAUSE protocol)."]
},
"c-2-00-00-02": {
"id": "c-2-00-00-02",
"is-read-only": false,
"description": ["This attribute identifies the IEEE 802.3 Slow_Protocols_Multicast address (LACP/LAMP or Link OAM protocols)."]
},
"c-2-00-00-03": {
"id": "c-2-00-00-03",
"is-read-only": false,
"description": ["This attribute identifies the Nearest non-TPMR Bridge group address (Port Authentication protocol)."]
},
"c-2-00-00-04": {
"id": "c-2-00-00-04",
"is-read-only": false,
"description": ["This attribute identifies the IEEE MAC-specific Control Protocols group address."]
},
"c-2-00-00-05": {
"id": "c-2-00-00-05",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-06": {
"id": "c-2-00-00-06",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-07": {
"id": "c-2-00-00-07",
"is-read-only": false,
"description": ["This attribute identifies the Metro Ethernet Forum E-LMI protocol group address."]
},
"c-2-00-00-08": {
"id": "c-2-00-00-08",
"is-read-only": false,
"description": ["This attribute identifies the Provider Bridge Group address."]
},
"c-2-00-00-09": {
"id": "c-2-00-00-09",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-0-a": {
"id": "c-2-00-00-0-a",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-0-b": {
"id": "c-2-00-00-0-b",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-0-c": {
"id": "c-2-00-00-0-c",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-0-d": {
"id": "c-2-00-00-0-d",
"is-read-only": false,
"description": ["This attribute identifies the Provider Bridge MVRP address."]
},
"c-2-00-00-0-e": {
"id": "c-2-00-00-0-e",
"is-read-only": false,
"description": ["This attribute identifies the Individual LAN Scope group address, Nearest Bridge group address (LLDP protocol)."]
},
"c-2-00-00-0-f": {
"id": "c-2-00-00-0-f",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-20": {
"id": "c-2-00-00-20",
"is-read-only": false,
"description": ["This attribute identifies the Customer and Provider Bridge MMRP address."]
},
"c-2-00-00-21": {
"id": "c-2-00-00-21",
"is-read-only": false,
"description": ["This attribute identifies the Customer Bridge MVRP address."]
},
"c-2-00-00-22": {
"id": "c-2-00-00-22",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-23": {
"id": "c-2-00-00-23",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-24": {
"id": "c-2-00-00-24",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-25": {
"id": "c-2-00-00-25",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-26": {
"id": "c-2-00-00-26",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-27": {
"id": "c-2-00-00-27",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-28": {
"id": "c-2-00-00-28",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-29": {
"id": "c-2-00-00-29",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-2-a": {
"id": "c-2-00-00-2-a",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-2-b": {
"id": "c-2-00-00-2-b",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-2-c": {
"id": "c-2-00-00-2-c",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-2-d": {
"id": "c-2-00-00-2-d",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-2-e": {
"id": "c-2-00-00-2-e",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"c-2-00-00-2-f": {
"id": "c-2-00-00-2-f",
"is-read-only": false,
"description": ["Reserved for future standardization."]
},
"control-frame-filter-g": {
"id": "control-frame-filter-g",
"is-read-only": false,
"description": ["This data type identifies the filter action for each of the 33 group MAC addresses (control frames). Value 'false' means block: The frame is discarded by the filter process. Value 'true' means pass: The frame is passed unchanged through the filter process."]
},
"source-mac-address": {
"id": "source-mac-address",
"is-read-only": false,
"description": ["The sourceMacAddress is the address from the far end."]
},
"port-id": {
"id": "port-id",
"is-read-only": false,
"description": ["This attribute returns the far end port identifier."]
},
"nominal-bandwidth": {
"id": "nominal-bandwidth",
"is-read-only": false,
"description": ["This attribute returns the configured bandwidth"]
},
"current-bandwidth": {
"id": "current-bandwidth",
"is-read-only": false,
"description": ["This attribute returns the current bandwidth."]
},
"bandwidth-report-g": {
"id": "bandwidth-report-g",
"is-read-only": false,
"description": ["Data type for the bandwidth report."]
},
"LOCK": {
"id": "LOCK",
"is-read-only": false,
"description": ["none"]
},
"NORMAL": {
"id": "NORMAL",
"is-read-only": false,
"description": ["none"]
},
"admin-state": {
"id": "admin-state",
"is-read-only": false,
"description": ["none"]
},
"COLOUR_BLIND": {
"id": "COLOUR_BLIND",
"is-read-only": false,
"description": ["none"]
},
"COLOUR_AWARE": {
"id": "COLOUR_AWARE",
"is-read-only": false,
"description": ["none"]
},
"colour-mode": {
"id": "colour-mode",
"is-read-only": false,
"description": ["none"]
},
"DISABLED": {
"id": "DISABLED",
"is-read-only": false,
"description": ["This literal covers the following states of the CSF related MI informations: - MI_CSF_Enable is false - MI_CSFrdifdi_Enable is false - MI_CSFdci_Enable is false."]
},
"ENABLED": {
"id": "ENABLED",
"is-read-only": false,
"description": ["This literal covers the following states of the CSF related MI informations: - MI_CSF_Enable is true - MI_CSFrdifdi_Enable is false - MI_CSFdci_Enable is false."]
},
"ENABLED_WITH_RDI_FDI": {
"id": "ENABLED_WITH_RDI_FDI",
"is-read-only": false,
"description": ["This literal covers the following states of the CSF related MI informations: - MI_CSF_Enable is true - MI_CSFrdifdi_Enable is true - MI_CSFdci_Enable is false."]
},
"ENABLED_WITH_RDI_FDI_DCI": {
"id": "ENABLED_WITH_RDI_FDI_DCI",
"is-read-only": false,
"description": ["This literal covers the following states of the CSF related MI informations: - MI_CSF_Enable is true - MI_CSFrdifdi_Enable is true - MI_CSFdci_Enable is true."]
},
"ENABLED_WITH_DCI": {
"id": "ENABLED_WITH_DCI",
"is-read-only": false,
"description": ["This literal covers the following states of the CSF related MI informations: - MI_CSF_Enable is true - MI_CSFrdifdi_Enable is false - MI_CSFdci_Enable is true."]
},
"csf-config": {
"id": "csf-config",
"is-read-only": false,
"description": ["none"]
},
"OTHER": {
"id": "OTHER",
"is-read-only": false,
"description": ["none"]
},
"UNKNOWN": {
"id": "UNKNOWN",
"is-read-only": false,
"description": ["none"]
},
"NONE": {
"id": "NONE",
"is-read-only": false,
"description": ["none"]
},
"2BASE_TL": {
"id": "2BASE_TL",
"is-read-only": false,
"description": ["none"]
},
"10MBIT_S": {
"id": "10MBIT_S",
"is-read-only": false,
"description": ["none"]
},
"10PASS_TS": {
"id": "10PASS_TS",
"is-read-only": false,
"description": ["none"]
},
"100BASE_T4": {
"id": "100BASE_T4",
"is-read-only": false,
"description": ["none"]
},
"100BASE_X": {
"id": "100BASE_X",
"is-read-only": false,
"description": ["none"]
},
"100BASE_T2": {
"id": "100BASE_T2",
"is-read-only": false,
"description": ["none"]
},
"1000BASE_X": {
"id": "1000BASE_X",
"is-read-only": false,
"description": ["none"]
},
"1000BASE_T": {
"id": "1000BASE_T",
"is-read-only": false,
"description": ["none"]
},
"10GBASE-X": {
"id": "10GBASE-X",
"is-read-only": false,
"description": ["none"]
},
"10GBASE_R": {
"id": "10GBASE_R",
"is-read-only": false,
"description": ["none"]
},
"10GBASE_W": {
"id": "10GBASE_W",
"is-read-only": false,
"description": ["none"]
},
"ety-phy-type": {
"id": "ety-phy-type",
"is-read-only": false,
"description": ["none"]
},
"ADMIT_ONLY_VLAN_TAGGED_FRAMES": {
"id": "ADMIT_ONLY_VLAN_TAGGED_FRAMES",
"is-read-only": false,
"description": ["none"]
},
"ADMIT_ONLY_UNTAGGED_AND_PRIORITY_TAGGED_FRAMES": {
"id": "ADMIT_ONLY_UNTAGGED_AND_PRIORITY_TAGGED_FRAMES",
"is-read-only": false,
"description": ["none"]
},
"ADMIT_ALL_FRAMES": {
"id": "ADMIT_ALL_FRAMES",
"is-read-only": false,
"description": ["none"]
},
"frame-type": {
"id": "frame-type",
"is-read-only": false,
"description": ["none"]
},
"3_33MS": {
"id": "3_33MS",
"is-read-only": false,
"description": ["Default for protection."]
},
"10MS": {
"id": "10MS",
"is-read-only": false,
"description": ["none"]
},
"100MS": {
"id": "100MS",
"is-read-only": false,
"description": ["none"]
},
"1S": {
"id": "1S",
"is-read-only": false,
"description": ["none"]
},
"10S": {
"id": "10S",
"is-read-only": false,
"description": ["none"]
},
"1MIN": {
"id": "1MIN",
"is-read-only": false,
"description": ["none"]
},
"10MIN": {
"id": "10MIN",
"is-read-only": false,
"description": ["none"]
},
"oam-period": {
"id": "oam-period",
"is-read-only": false,
"description": ["Provides the frequency for the OAM PDU insertion."]
},
"8P0D": {
"id": "8P0D",
"is-read-only": false,
"description": ["none"]
},
"7P1D": {
"id": "7P1D",
"is-read-only": false,
"description": ["none"]
},
"6P2D": {
"id": "6P2D",
"is-read-only": false,
"description": ["none"]
},
"5P3D": {
"id": "5P3D",
"is-read-only": false,
"description": ["none"]
},
"DEI": {
"id": "DEI",
"is-read-only": false,
"description": ["This enumeration value means that all priorities should be drop eligible. DEI = Drop Eligibility Indicator"]
},
"pcp-coding": {
"id": "pcp-coding",
"is-read-only": false,
"description": ["This enum models the coding of the Priority Code Point as defined in section 'Priority Code Point encoding' of IEEE 802.1Q."]
},
"C_Tag": {
"id": "C_Tag",
"is-read-only": false,
"description": ["0x8100"]
},
"S_Tag": {
"id": "S_Tag",
"is-read-only": false,
"description": ["0x88a8"]
},
"I_Tag": {
"id": "I_Tag",
"is-read-only": false,
"description": ["88-e7"]
},
"vlan-type": {
"id": "vlan-type",
"is-read-only": false,
"description": ["This enumeration contains the Ethertypes defined in IEEE 802.1Q."]
},
"1MIN": {
"id": "1MIN",
"is-read-only": false,
"description": ["none"]
},
"1S": {
"id": "1S",
"is-read-only": false,
"description": ["none"]
},
"10S": {
"id": "10S",
"is-read-only": false,
"description": ["none"]
},
"0": {
"id": "0",
"is-read-only": false,
"description": ["none"]
},
"repetition-period": {
"id": "repetition-period",
"is-read-only": false,
"description": ["This enumeration defines the allowed values for the repetition period in on-demand measurements. Note: The value 0 means that the value is not relevant."]
},
"10MS": {
"id": "10MS",
"is-read-only": false,
"description": ["none"]
},
"100MS": {
"id": "100MS",
"is-read-only": false,
"description": ["none"]
},
"1S": {
"id": "1S",
"is-read-only": false,
"description": ["none"]
},
"10S": {
"id": "10S",
"is-read-only": false,
"description": ["none"]
},
"0": {
"id": "0",
"is-read-only": false,
"description": ["none"]
},
"message-period": {
"id": "message-period",
"is-read-only": false,
"description": ["This enumeration defines the allowed values for the message period in on-demand measurements. Notes: The value 10ms is only used in synthetic loss measurements. The value 0 means that the value is not relevant."]
},
"SINGLE_INSTANCE": {
"id": "SINGLE_INSTANCE",
"is-read-only": false,
"description": ["none"]
},
"REPETITIVE_INSTANCE": {
"id": "REPETITIVE_INSTANCE",
"is-read-only": false,
"description": ["none"]
},
"SINGLE_SERIES": {
"id": "SINGLE_SERIES",
"is-read-only": false,
"description": ["none"]
},
"REPETITIVE_SERIES": {
"id": "REPETITIVE_SERIES",
"is-read-only": false,
"description": ["none"]
},
"oam-pdu-generation-type": {
"id": "oam-pdu-generation-type",
"is-read-only": false,
"description": ["This enumeration defines the generation pattern of the on-demand OAM PDUs (messages)."]
},
"number-of-samples": {
"id": "number-of-samples",
"is-read-only": false,
"description": ["This attribute contains the number of received DM frames (successful samples) used for this frame delay measurement. range of type : non-negative"]
},
"frame-delay-list": {
"id": "frame-delay-list",
"is-read-only": false,
"description": ["This attribute contains the frame delays measured in ns (nano second, 1x10e-9 seconds). The multiplicity is defined by the numberOfSamples attribute."]
},
"frame-delay-variation-list": {
"id": "frame-delay-variation-list",
"is-read-only": false,
"description": ["This attribute contains the frame delay variations measured in ns (nano second). The multiplicity is defined by (numberOfSamples - 1, for numberOfSamples > 0)."]
},
"on-demand-dm-performance-parameters-g": {
"id": "on-demand-dm-performance-parameters-g",
"is-read-only": false,
"description": ["This data type contains the results of an on-demand delay measurement job."]
},
"total-transmitted-frames": {
"id": "total-transmitted-frames",
"is-read-only": false,
"description": ["This attribute contains the total number of frames transmitted."]
},
"total-lost-frames": {
"id": "total-lost-frames",
"is-read-only": false,
"description": ["This attribute contains the total number of frames lost."]
},
"total-frame-loss-ratio": {
"id": "total-frame-loss-ratio",
"is-read-only": false,
"description": ["This attribute contains the frame loss ratio (number of lost frames divided by the number of total frames (N_LF / N_TF)). The accuracy of the value is for further study."]
},
"on-demand-lm-performance-parameters-g": {
"id": "on-demand-lm-performance-parameters-g",
"is-read-only": false,
"description": ["This data type contains the results of an on-demand loss measurement job."]
},
"minimum-frame-delay": {
"id": "minimum-frame-delay",
"is-read-only": false,
"description": ["This attribute contains the minimum frame delay observed over the monitored period. It is measured in units of ns (nano second, 1x10e-9 seconds)."]
},
"average-frame-delay": {
"id": "average-frame-delay",
"is-read-only": false,
"description": ["This attribute contains the average frame delay observed over the monitored period. It is measured in units of ns (nano second, 1x10e-9 seconds)."]
},
"maximum-frame-delay": {
"id": "maximum-frame-delay",
"is-read-only": false,
"description": ["This attribute contains the maximum frame delay observed over the monitored period. It is measured in units of ns (nano second, 1x10e-9 seconds)."]
},
"minimum-frame-delay-variation": {
"id": "minimum-frame-delay-variation",
"is-read-only": false,
"description": ["This attribute contains the minimum frame delay variation measured in units of ns (nano second, 1x10e-9 seconds)."]
},
"average-frame-delay-variation": {
"id": "average-frame-delay-variation",
"is-read-only": false,
"description": ["This attribute contains the average frame delay variation measured in units of ns (nano second, 1x10e-9 seconds)."]
},
"maximum-frame-delay-variation": {
"id": "maximum-frame-delay-variation",
"is-read-only": false,
"description": ["This attribute contains the maximum frame delay variation measured in units of ns (nano second, 1x10e-9 seconds)."]
},
"statistical-dm-performance-parameters-g": {
"id": "statistical-dm-performance-parameters-g",
"is-read-only": false,
"description": ["This data type contains the statistical delay measurement performance parameters."]
},
"minimum-frame-loss-ratio": {
"id": "minimum-frame-loss-ratio",
"is-read-only": false,
"description": ["This attribute contains the minimum frame loss ratio calculated over a period of time. The accuracy of the value is for further study."]
},
"average-frame-loss-ratio": {
"id": "average-frame-loss-ratio",
"is-read-only": false,
"description": ["This attribute contains the average frame loss ratio calculated over a period of time. The accuracy of the value is for further study."]
},
"maximum-frame-loss-ratio": {
"id": "maximum-frame-loss-ratio",
"is-read-only": false,
"description": ["This attribute contains the maximum frame loss ratio calculated over a period of time. The accuracy of the value is for further study."]
},
"ses": {
"id": "ses",
"is-read-only": false,
"description": ["This attribute contains the SES detected in the monitoring interval. range of type : 0..900 for 15min interval or 0..86400 for 24 hr interval."]
},
"uas": {
"id": "uas",
"is-read-only": false,
"description": ["This attribute contains UAS (unavailable seconds) detected in the monitoring interval. range of type : 0..900 for 15min interval or 0..86400 for 24 hr interval."]
},
"statistical-lm-performance-parameters-g": {
"id": "statistical-lm-performance-parameters-g",
"is-read-only": false,
"description": ["This data type contains the statistical loss measurement performance parameters."]
},
"eth-oam-job-type": {
"id": "eth-oam-job-type",
"is-read-only": false,
"description": ["none"]
},
"source-address": {
"id": "source-address",
"is-read-only": false,
"description": ["G.8052: This attribute contains the source MAC Address of an individual LTR frame result."]
},
"time-to-live": {
"id": "time-to-live",
"is-read-only": false,
"description": ["G.8052: This attribute contains the Time To Live (TTL) value of an individual LTR frame result."]
},
"data-tlv-length": {
"id": "data-tlv-length",
"is-read-only": false,
"description": ["G.8052: This attribute contains the length (in number of octets) of the Data TLV of an individual LTR frame result."]
},
"link-trace-result-g": {
"id": "link-trace-result-g",
"is-read-only": false,
"description": ["G.8052: This data type contains the result from an individual LTR frame."]
}}
}