summaryrefslogtreecommitdiffstats
path: root/3rdparty/openpgm-svn-r1135/pgm/mibs/PGM-MIB-petrova-01.txt
blob: 28ff72c217421858cddb8d789a8b72d29f05cee0 (plain) (blame)
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
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
----------------------------------------------------------------
--
-- Pragmatic General Multicast (PGM) MIB
--
----------------------------------------------------------------
--
--
-- Full MIB for the PGM protocol incorporating Network Element 
-- (router), source, receiver and DLR functionality
--
-- extracted from draft-petrova-pgmmib-01.txt

PGM-MIB DEFINITIONS ::= BEGIN
IMPORTS
   OBJECT-TYPE, Counter32, Integer32, Unsigned32, NOTIFICATION-TYPE,
   MODULE-IDENTITY, IpAddress, TimeTicks, experimental, BITS
     FROM SNMPv2-SMI
   MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
     FROM SNMPv2-CONF
   InterfaceIndex
     FROM IF-MIB;

pgmMIB MODULE-IDENTITY
    LAST-UPDATED "200205010000Z"
    ORGANIZATION 
        "Cisco Systems + Tibco Software Inc + Nortel Networks"
    CONTACT-INFO
        "   Richard Edmonstone
            redmonst@cisco.com
            +44 131 561 3621
            Cisco Systems, Inc.
            170 West Tasman Drive,
            San Jose, CA 95134
            USA
            
            Rajiv Raghunarayan
            raraghun@cisco.com 
            +91 80 532 1300
            Cisco Systems, Inc.
            170 West Tasman Drive,
            San Jose, CA 95134
            USA
            
            Devendra Raut
            draut@nortelnetworks.com
            (408)495-2859
            Nortel Networks
            4401 Great America Parkway,
            Santa Clara, CA 95052

            Moses Sun
            mosun@nortelnetworks.com
            (979)694-7156
            Nortel Networks
            4401 Great America Parkway
            Santa Clara, CA, 
            USA

            Todd L. Montgomery
            tmontgomery@tibco.com
            (304)291-5972
            Tibco Software Inc.
            29W110 Butterfield Rd, Suite 205
            Warrenville, IL 60555
            USA

            Michael Garwood
            mgarwood@tibco.com
            (630)393-7363 ext.275
            Tibco Software Inc.
            29W110 Butterfield Rd, Suite 205
            Warrenville, IL 60555 
            USA

            Luna Petrova
            lpetrova@tibco.com
            (630)393-7363 ext.330
            Tibco Software Inc.
            29W110 Butterfield Rd, Suite 205
            Warrenville, IL 60555 
            USA"
    DESCRIPTION
        "The MIB module for managing PGM implementations."
    REVISION "200205010000Z"
    DESCRIPTION
        "Rev 2.0: SNMP Notifications added to the MIB."
  ::= { experimental 112 } -- assigned by IANA.

pgm                    OBJECT IDENTIFIER ::= { pgmMIB 1 }
pgmNetworkElement      OBJECT IDENTIFIER ::= { pgm 1 }
pgmSource              OBJECT IDENTIFIER ::= { pgm 2 }
pgmReceiver            OBJECT IDENTIFIER ::= { pgm 3 }
pgmDLR                 OBJECT IDENTIFIER ::= { pgm 4 }
pgmNotificationPrefix  OBJECT IDENTIFIER ::= { pgmMIB 2 }

-- PGM Network Element

pgmNeEnable OBJECT-TYPE
    SYNTAX  INTEGER {
            enable(1),
            disable(2)
            }
    MAX-ACCESS  read-write
    STATUS  current
    DESCRIPTION
            "Enable/Disable Parameter indicates whether
             this PGM operation is enabled or disabled."
    DEFVAL  { enable }
    ::= { pgmNetworkElement 1 }

pgmNeSessionLifeTime  OBJECT-TYPE
    SYNTAX     Unsigned32(0..2147483647) 
    UNITS      "seconds"
    MAX-ACCESS read-write
    STATUS     current 
    DESCRIPTION
            "The length of the idle time (seconds) following
             which a PGM session will be aged out. An idle PGM
             session means there is no SPM message received
             from the upstream.
             Value of 0 indicates no timeout."
    DEFVAL  { 300 }
    ::= { pgmNetworkElement 2 }

pgmNeMaxReXmitStates OBJECT-TYPE
    SYNTAX     Integer32(-2..2147483647)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "The Maximum number of retransmission state entries.
             The value of -1 means network element has no
             limitation.
             The value of -2 means not supported by this
             implementation."
    ::= { pgmNetworkElement 3 }

pgmNeMaxSessions OBJECT-TYPE
    SYNTAX     Integer32(-2..2147483647)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "The maximum number of state sessions supported.
             The value of -1 means network element has no
             limitation.
             The value of -2 means not supported by this
             implementation."
    ::= { pgmNetworkElement 4 }

-- The PGM NE Network Interface 

-- The PGM NE Network Interface tables contain 
-- per-interface information about the PGM protocol. 
-- The information is grouped into three major categories: 
-- fault, configuration and performance management.

pgmNeInterface OBJECT IDENTIFIER ::= { pgmNetworkElement 100 }

pgmNeTotalInterfacesNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of entries in the PGM Interface 
             table."
    ::= { pgmNeInterface 1 }

-- The PGM NE Network Interface configuration table  

pgmNeIfConfigTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmNeIfConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per interface configuration 
             information relating to PGM Network Element
             operation."
    ::= {pgmNeInterface 3}

pgmNeIfConfigEntry OBJECT-TYPE
    SYNTAX     PgmNeIfConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per Interface Configuration Information."
    INDEX   { pgmNeIfConfigIndex }
    ::= { pgmNeIfConfigTable 1 }

PgmNeIfConfigEntry ::= SEQUENCE {
    pgmNeIfConfigIndex
        InterfaceIndex,
    pgmNeIfPgmEnable
        INTEGER,
    pgmNeIfNakRptInterval
        Unsigned32,
    pgmNeIfNakRptRate
        Unsigned32,
    pgmNeIfNakRdataInterval
        Unsigned32,
    pgmNeIfNakEliminateInterval
        Unsigned32
    }

pgmNeIfConfigIndex OBJECT-TYPE
    SYNTAX     InterfaceIndex
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "A unique value for each interface. Its value
             ranges between 1 and the value of ifNumber. The
             value for each interface must remain constant at 
             least from one re-initialization of the entity's 
             network management system to the next
             re-initialization."
    ::= { pgmNeIfConfigEntry 1 }

pgmNeIfPgmEnable OBJECT-TYPE
    SYNTAX     INTEGER {
                 enable(1),
                 disable(2)
               }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Allows PGM to be enabled and disabled per
             Network Interface.

             PGM can be enabled or disabled per Network
             Interface, only if PGM is enabled for this
             Network Element."
    ::= { pgmNeIfConfigEntry 2 }

pgmNeIfNakRptInterval  OBJECT-TYPE
    SYNTAX     Unsigned32(1..4294967295)
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "The length of time (milliseconds) for which a
             network element will repeat a NAK while waiting
             for a corresponding NCF. This interval is counted
             down from the transmission of a NAK."
    DEFVAL  { 100 }
    ::= { pgmNeIfConfigEntry 3 }

pgmNeIfNakRptRate  OBJECT-TYPE
    SYNTAX     Unsigned32(1..4294967295)
    UNITS      "number of NAKs per second"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "The rate at which NAKs are repeated."
    DEFVAL  { 2  }
    ::= { pgmNeIfConfigEntry 4 }

pgmNeIfNakRdataInterval  OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "seconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "The length of time (milliseconds) for which
             a network element will wait for the
             corresponding RDATA. This interval is counted
             down from the time a matching NCF is received.
             This value must be greater than the 
             pgmNeIfNakEliminateInterval."
    DEFVAL  { 10000 }
    ::= { pgmNeIfConfigEntry 5 }

pgmNeIfNakEliminateInterval OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "The length of time (milliseconds) for which
             a network element will eliminate NAKs for 
             a specific TSI/SQN.  This interval is counted 
             down from the time the first NAK is 
             established. This value must 
             be smaller than pgmNeIfNakRdataInterval."
    DEFVAL  { 5000 }
    ::= { pgmNeIfConfigEntry 6 }
    
-- The PGM NE Interface performance table.
-- This is primarily statistical information 
-- about packets received and sent on the interface

pgmNeIfPerformanceTable OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmNeIfPerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per interface performance 
             information related to PGM Network Element
             operation."
    ::= {pgmNeInterface 4}

pgmNeIfPerformanceEntry OBJECT-TYPE
    SYNTAX     PgmNeIfPerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per Interface Information for Network Elements."
    INDEX   { pgmNeIfPerformanceIndex }
    ::= { pgmNeIfPerformanceTable 1 }

PgmNeIfPerformanceEntry ::= SEQUENCE {
    pgmNeIfPerformanceIndex
        InterfaceIndex,
    pgmNeIfReXmitStates
        Counter32,
    pgmNeIfReXmitTimedOut
        Counter32,
    pgmNeIfInSpms
        Counter32,
    pgmNeIfOutSpms
        Counter32,
    pgmNeIfInParitySpms
        Counter32,
    pgmNeIfOutParitySpms
        Counter32,
    pgmNeIfInRdata
        Counter32,
    pgmNeIfOutRdata
        Counter32,
    pgmNeIfInParityRdata
        Counter32,
    pgmNeIfOutParityRdata
        Counter32,
    pgmNeIfInRdataNoSessionErrors
        Counter32,
    pgmNeIfUniqueNaks
        Counter32,
    pgmNeIfInNaks
        Counter32,
    pgmNeIfOutNaks
        Counter32,
    pgmNeIfUniqueParityNaks
        Counter32,
    pgmNeIfInParityNaks
        Counter32,
    pgmNeIfOutParityNaks
        Counter32,
    pgmNeIfInNakNoSessionErrors
        Counter32,
    pgmNeIfInNakSeqErrors
        Counter32,
    pgmNeIfInParityNakTgErrors
        Counter32,
    pgmNeIfInNnaks
        Counter32,
    pgmNeIfOutNnaks
        Counter32,
    pgmNeIfInParityNnaks
        Counter32,
    pgmNeIfOutParityNnaks
        Counter32,
    pgmNeIfInNnakNoSessionErrors
        Counter32,
    pgmNeIfInNcfs
        Counter32,
    pgmNeIfOutNcfs
        Counter32,
    pgmNeIfInParityNcfs
        Counter32,
    pgmNeIfOutParityNcfs
        Counter32,
    pgmNeIfInNcfNoSessionErrors
        Counter32,
    pgmNeIfInRedirectNcfs
        Counter32,
    pgmNeIfMalformed
        Counter32,
    pgmNeIfSpmFromSource
        Counter32,
    pgmNeIfSpmBadSqn
        Counter32,
    pgmNeIfSpmError
        Counter32,
    pgmNeIfPollRandomIgnore
        Counter32,
    pgmNeIfPollTsiStateError
        Counter32,
    pgmNeIfPollParentError
        Counter32,
    pgmNeIfPollTypeError
        Counter32,
    pgmNeIfPollError
        Counter32,
    pgmNeIfPollSuccess
        Counter32,
    pgmNeIfPollOriginated
        Counter32,
    pgmNeIfPolrNoState
        Counter32,
    pgmNeIfPolrError
        Counter32,
    pgmNeIfPolrParityError
        Counter32,
    pgmNeIfPolrSuccess
        Counter32,
    pgmNeIfPolrOriginated
        Counter32,
    pgmNeIfNcfError
        Counter32,
    pgmNeIfNcfParityError
        Counter32,
    pgmNeIfNcfPartialParity
        Counter32,
    pgmNeIfNcfReceived
        Counter32,
    pgmNeIfNcfAnticipated
        Counter32,
    pgmNeIfNcfRedirecting
        Counter32,
    pgmNeIfNakEliminated
        Counter32,
    pgmNeIfNakError
        Counter32,
    pgmNeIfNakParityError
        Counter32,
    pgmNeIfNNakEliminated
        Counter32,
    pgmNeIfNNakError
        Counter32,
    pgmNeIfNNakParityError
        Counter32,
    pgmNeIfNNakCongestionReports
        Counter32,
    pgmNeIfNakRetryExpired
        Counter32,
    pgmNeIfNakRetryExpiredDLR
        Counter32,
    pgmNeIfNakForwardedDLR
        Counter32,
    pgmNeIfNakRetransmitted
        Counter32,
    pgmNeIfRdataEliminatedOIF
        Counter32,
    pgmNeIfRdataEliminatedSqn
        Counter32,
    pgmNeIfInRdataFragments
        Counter32,
    pgmNeIfRdataFragmentsNoSessionErrors
        Counter32,
    pgmNeIfRdataFragmentsEliminatedOIF
        Counter32,
    pgmNeIfRdataFragmentsEliminatedSqn
        Counter32,
    pgmNeIfOutRdataFragments
        Counter32
}

pgmNeIfPerformanceIndex OBJECT-TYPE
    SYNTAX     InterfaceIndex
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "A unique value for each interface. Its value
             ranges between 1 and the value of ifNumber.  
             The value for each interface must remain 
             constant at least from one re-initialization 
             of the entity's network management system
             to the next re-initialization."
    ::= { pgmNeIfPerformanceEntry 1 }

pgmNeIfReXmitStates OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total retransmit state entries for this
             interface."
    ::= { pgmNeIfPerformanceEntry 2 }
 
pgmNeIfReXmitTimedOut OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of timed-out retransmit state
             entries for this interface."
    ::= { pgmNeIfPerformanceEntry 3 }

pgmNeIfInSpms OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of SPMs received  on the PGM
             interface."
    ::= { pgmNeIfPerformanceEntry 4 }

pgmNeIfOutSpms OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of SPMs sent out from the PGM
             interface."
    ::= { pgmNeIfPerformanceEntry 5 }

pgmNeIfInParitySpms OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity SPMs received on the
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 6 }

pgmNeIfOutParitySpms OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity SPMs sent out from the
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 7 }

pgmNeIfInRdata OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of RDATA received on the PGM
             interface."
    ::= { pgmNeIfPerformanceEntry 8 }

pgmNeIfOutRdata OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of RDATA sent out from the 
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 9 }

pgmNeIfInParityRdata OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity RDATA received on the
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 10 }

pgmNeIfOutParityRdata OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity RDATA sent out from 
             the PGM interface."
    ::= { pgmNeIfPerformanceEntry 11 }

pgmNeIfInRdataNoSessionErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of received RDATA discarded because
             of no session."
    ::= { pgmNeIfPerformanceEntry 12 }

pgmNeIfUniqueNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of unique NAKs received on 
             this interface."
    ::= { pgmNeIfPerformanceEntry 13 }

pgmNeIfInNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NAKs received on the PGM
             interface."
    ::= { pgmNeIfPerformanceEntry 14 }

pgmNeIfOutNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NAKs sent out from the
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 15 }

pgmNeIfUniqueParityNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of unique parity NAKs received
             on this interface."
    ::= { pgmNeIfPerformanceEntry 16 }

pgmNeIfInParityNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NAKs received on the
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 17 }

pgmNeIfOutParityNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NAKs sent out from
             the PGM interface."
    ::= { pgmNeIfPerformanceEntry 18 }

pgmNeIfInNakNoSessionErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of received NAKs discarded because of
             no session."
    ::= { pgmNeIfPerformanceEntry 19 }

pgmNeIfInNakSeqErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of received NAKs discarded because
             of out of sequence (out of retransmit window)."
    ::= { pgmNeIfPerformanceEntry 20 }

pgmNeIfInParityNakTgErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of received parity NAKs discarded 
             because out of parity TG window."
    ::= { pgmNeIfPerformanceEntry 21 }

pgmNeIfInNnaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NNAKs received on the PGM
             interface."
    ::= { pgmNeIfPerformanceEntry 22 }

pgmNeIfOutNnaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NNAKs sent out from the
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 23 }

pgmNeIfInParityNnaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NNAKs received on
             the PGM interface."
    ::= { pgmNeIfPerformanceEntry 24 }

pgmNeIfOutParityNnaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NNAKs sent out from
             the PGM interface."
    ::= { pgmNeIfPerformanceEntry 25 }

pgmNeIfInNnakNoSessionErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of received NNAKs discarded because 
             of no session."
    ::= { pgmNeIfPerformanceEntry 26 }

pgmNeIfInNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NCFs received on the PGM
             interface."
    ::= { pgmNeIfPerformanceEntry 27 }

pgmNeIfOutNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NCFs sent out from the PGM
             interface."
    ::= { pgmNeIfPerformanceEntry 28 }

pgmNeIfInParityNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NCFs received on the
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 29 }

pgmNeIfOutParityNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NCFs sent out from 
             the PGM interface."
    ::= { pgmNeIfPerformanceEntry 30 }

pgmNeIfInNcfNoSessionErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of received NCFs discarded because
             of no session."
    ::= { pgmNeIfPerformanceEntry 31 }

pgmNeIfInRedirectNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of redirected NCFs received on the
             PGM interface."
    ::= { pgmNeIfPerformanceEntry 32 }

pgmNeIfMalformed OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of malformed PGM packets."
    ::= { pgmNeIfPerformanceEntry 33 }

pgmNeIfSpmFromSource OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of SPM packets received from source."
    ::= { pgmNeIfPerformanceEntry 34 }

pgmNeIfSpmBadSqn OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of SPM packets discarded due to bad
             SQN."
    ::= { pgmNeIfPerformanceEntry 35 }

pgmNeIfSpmError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of SPM packets discarded due to 
             operational error. Some examples of operational
             errors are failure to create TSI state for SPM,
             parity SPM for a TSI with no parity."
    ::= { pgmNeIfPerformanceEntry 36 }

pgmNeIfPollRandomIgnore OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLL packets not replied due to random
             condition failing."
    ::= { pgmNeIfPerformanceEntry 37 }

pgmNeIfPollTsiStateError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLL packets discarded due to no 
             matching TSI state."
    ::= { pgmNeIfPerformanceEntry 38 }

pgmNeIfPollParentError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLL packets discarded due to
             unknown parent."
    ::= { pgmNeIfPerformanceEntry 39 }

pgmNeIfPollTypeError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLL packets discarded due to failed
             type matching."
    ::= { pgmNeIfPerformanceEntry 40 }

pgmNeIfPollError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLL packets discarded due to
             operational error."
    ::= { pgmNeIfPerformanceEntry 41 }

pgmNeIfPollSuccess OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of successfully scheduled POLRs."
    ::= { pgmNeIfPerformanceEntry 42 }

pgmNeIfPollOriginated OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of polls originated on this interface."
    ::= { pgmNeIfPerformanceEntry 43 }

pgmNeIfPolrNoState OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLRs discarded due to no matching
             state."
    ::= { pgmNeIfPerformanceEntry 44 }

pgmNeIfPolrError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLRs discarded due to operational 
             error."
    ::= { pgmNeIfPerformanceEntry 45 }

pgmNeIfPolrParityError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of parity POLRs received for non-parity
             TSI."
    ::= { pgmNeIfPerformanceEntry 46 }

pgmNeIfPolrSuccess OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLRs recorded successfully."
    ::= { pgmNeIfPerformanceEntry 47 }

pgmNeIfPolrOriginated OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of POLRs originated by this interface."
    ::= { pgmNeIfPerformanceEntry 48 }

pgmNeIfNcfError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NCFs ignored due to no packet memory,
             due to packet processing errors."
    ::= { pgmNeIfPerformanceEntry 49 }

pgmNeIfNcfParityError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NCFs ignored. Incremented when a parity
             NCF is received on a session for which no parity 
             capability has been advertised in the session's 
             SPMs."
    ::= { pgmNeIfPerformanceEntry 50 }

pgmNeIfNcfPartialParity OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NCFs ignored due to not enough parity 
             blocks acknowledged."
    ::= { pgmNeIfPerformanceEntry 51 }

pgmNeIfNcfReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NCFs that confirm an outstanding NAK."
    ::= { pgmNeIfPerformanceEntry 52 }

pgmNeIfNcfAnticipated OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NCFs that cause NAK anticipation."
    ::= { pgmNeIfPerformanceEntry 53 }

pgmNeIfNcfRedirecting OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NCFs received as consequence of 
             redirected NAK."
    ::= { pgmNeIfPerformanceEntry 54 }

pgmNeIfNakEliminated OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs eliminated by retransmission 
             state."
    ::= { pgmNeIfPerformanceEntry 55 }

pgmNeIfNakError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of errors creating retransmission state
             or NAK, due to NAK packet processing."
    ::= { pgmNeIfPerformanceEntry 56 }

pgmNeIfNakParityError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs ignored, due to no parity
             available. Incremented when parity NAK is 
             received on this session, for which no parity
             capability has been advartised."
    ::= { pgmNeIfPerformanceEntry 57 }

pgmNeIfNNakEliminated OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NNAKs eliminated by retransmission 
             state."
    ::= { pgmNeIfPerformanceEntry 58 }

pgmNeIfNNakError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of errors encountered creating 
             retransmission state OR nak."
    ::= { pgmNeIfPerformanceEntry 59 }

pgmNeIfNNakParityError OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Null NAKs ignored, due to no parity
             available. Incremented when parity NNAK is 
             received on this session, for which no parity
             capability has been advartised."
    ::= { pgmNeIfPerformanceEntry 60 }

pgmNeIfNNakCongestionReports OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs forwarded as NNAK as congestion
             report only."
    ::= { pgmNeIfPerformanceEntry 61 }

pgmNeIfNakRetryExpired OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NAKs timed out after
             retrying."
    ::= { pgmNeIfPerformanceEntry 62 }

pgmNeIfNakRetryExpiredDLR OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs unconfirmed by DLR."
    ::= { pgmNeIfPerformanceEntry 63 }

pgmNeIfNakForwardedDLR OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs forwarded out this i/f to DLR
             with retransmission state."
    ::= { pgmNeIfPerformanceEntry 64 }

pgmNeIfNakRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Total number of NAKs retransmitted out this i/f."
    ::= { pgmNeIfPerformanceEntry 65 }

pgmNeIfRdataEliminatedOIF OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of RDATA packets eliminated by lack of
             OIF's."
    ::= { pgmNeIfPerformanceEntry 66 }

pgmNeIfRdataEliminatedSqn OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of RDATA packets eliminated by lack of
             SQN."
    ::= { pgmNeIfPerformanceEntry 67 }

pgmNeIfInRdataFragments OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Total number of RDATA fragments received."
    ::= { pgmNeIfPerformanceEntry 68 }

pgmNeIfRdataFragmentsNoSessionErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of RDATA fragments eliminated by lack of
             GSI."
    ::= { pgmNeIfPerformanceEntry 69 }

pgmNeIfRdataFragmentsEliminatedOIF OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of RDATA fragments eliminated by lack of
             OIFs."
    ::= { pgmNeIfPerformanceEntry 70 }

pgmNeIfRdataFragmentsEliminatedSqn OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of RDATA fragments eliminated by lack of
             SQN."
    ::= { pgmNeIfPerformanceEntry 71 }

pgmNeIfOutRdataFragments OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Total number of RDATA fragments forwarded."
    ::= { pgmNeIfPerformanceEntry 72 }

--
-- PGM Network Element Transport Session Identifier
--     
pgmNeTsi OBJECT IDENTIFIER ::= { pgmNetworkElement 101 }

pgmNeTotalTsiNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of sessions in the PGM NE TSI
             table."
    ::= { pgmNeTsi 1 }

-- The PGM Transport Session Identifier (TSI) table
-- The TSI information is grouped into three major categories:
-- fault, configuration and performance management.

-- The PGM NE TSI fault management table 
-- This table contains state and some general
-- per TSI information

pgmNeTsiTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmNeTsiEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per-tsi state information."
    ::= {pgmNeTsi 2}

pgmNeTsiEntry OBJECT-TYPE
    SYNTAX     PgmNeTsiEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Transport Session is identified by Global ID and
             Source Port."
    INDEX   { pgmNeTsiGlobalId, pgmNeTsiDataSourcePort }
    ::= { pgmNeTsiTable 1 }

PgmNeTsiEntry ::= SEQUENCE {
    pgmNeTsiGlobalId
        OCTET STRING,
    pgmNeTsiDataSourcePort
        Unsigned32,
    pgmNeTsiStateBits
        BITS,
    pgmNeTsiDataDestinationPort
        Unsigned32,
    pgmNeTsiSourceAddress
        IpAddress,
    pgmNeTsiGroupAddress
        IpAddress,
    pgmNeTsiUpstreamAddress
        IpAddress,
    pgmNeTsiUpstreamIfIndex
        InterfaceIndex,
    pgmNeTsiDlrAddress
        IpAddress
   }

pgmNeTsiGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The Globally unique source identifier for this
             transport session."
    ::= {pgmNeTsiEntry 1 }

pgmNeTsiDataSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32 (0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Data source port."
    ::= {pgmNeTsiEntry 2}

pgmNeTsiStateBits OBJECT-TYPE
    SYNTAX     BITS { initialising(0), 
                      spmSqnStateValid(1), 
                      dlrCanProvideParity(2) }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "State associated with the TSI."
    ::= {pgmNeTsiEntry 3 }

pgmNeTsiDataDestinationPort OBJECT-TYPE
    SYNTAX     Unsigned32 (0..65535)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Data destination port."
    ::= {pgmNeTsiEntry 4 }

pgmNeTsiSourceAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "IP address of the source."
    ::= {pgmNeTsiEntry 5 }

pgmNeTsiGroupAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Multicast group destination address."
    ::= {pgmNeTsiEntry 6 }

pgmNeTsiUpstreamAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The IP address of the upstream PGM neighbouring
             element for this TSI."
    ::= { pgmNeTsiEntry 7 }

pgmNeTsiUpstreamIfIndex OBJECT-TYPE
    SYNTAX     InterfaceIndex
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The index of the upstream PGM element for the
             entry."
    ::= { pgmNeTsiEntry 8 }

pgmNeTsiDlrAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "IP Address of a known DLR that will be used if
             required."
    ::= {pgmNeTsiEntry 9 }


-- PGM Network Element TSI Configuration Management Table
-- Since the Network Element cannot be configured 
-- per TSI, configuration table is not implemented


-- PGM Network Element TSI Performance Management Table

pgmNeTsiPerformanceTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmNeTsiPerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding details of every transport 
             flow known by the Network Element."
    ::= {pgmNeTsi 4}

pgmNeTsiPerformanceEntry OBJECT-TYPE
    SYNTAX     PgmNeTsiPerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Transport session description."
    INDEX   { pgmNeTsiPerformanceGlobalId, 
              pgmNeTsiPerformanceDataSourcePort }
    ::= { pgmNeTsiPerformanceTable 1 }

PgmNeTsiPerformanceEntry ::= SEQUENCE {
    pgmNeTsiPerformanceGlobalId
        OCTET STRING,
    pgmNeTsiPerformanceDataSourcePort
        Unsigned32,
    pgmNeTsiSessionTrailEdgeSeq
        Counter32,
    pgmNeTsiSessionIncrSeq
        Counter32,
    pgmNeTsiLeadEdgeSeq
        Counter32,
    pgmNeTsiInSpms
        Counter32,
    pgmNeTsiOutSpms
        Counter32,
    pgmNeTsiInParitySpms
        Counter32,
    pgmNeTsiOutParitySpms
        Counter32,
    pgmNeTsiTotalReXmitStates
        Counter32,
    pgmNeTsiTotalReXmitTimedOut
        Counter32,
    pgmNeTsiInRdata
        Counter32,
    pgmNeTsiOutRdata
        Counter32,
    pgmNeTsiInParityRdata
        Counter32,
    pgmNeTsiOutParityRdata
        Counter32,
    pgmNeTsiInRdataNoStateErrors
        Counter32,
    pgmNeTsiUniqueNaks
        Counter32,
    pgmNeTsiInNaks
        Counter32,
    pgmNeTsiOutNaks
        Counter32,
    pgmNeTsiUniqueParityNaks
        Counter32,
    pgmNeTsiInParityNaks
        Counter32,
    pgmNeTsiOutParityNaks
        Counter32,
    pgmNeTsiInNakSeqErrors
        Counter32,
    pgmNeTsiInNnaks
        Counter32,
    pgmNeTsiOutNnaks
        Counter32,
    pgmNeTsiInParityNnaks
        Counter32,
    pgmNeTsiOutParityNnaks
        Counter32,
    pgmNeTsiInNcfs
        Counter32,
    pgmNeTsiOutNcfs
        Counter32,
    pgmNeTsiInParityNcfs
        Counter32,
    pgmNeTsiOutParityNcfs
        Counter32,
    pgmNeTsiSpmSequenceNumber
        Unsigned32,
    pgmNeTsiTransmissionGroupSize
        Unsigned32,
    pgmNeTsiTimeout
        TimeTicks,
    pgmNeTsiLastTtl
        Unsigned32,
    pgmNeTsiLinkLossRate
        Unsigned32,
    pgmNeTsiPathLossRate
        Unsigned32,
    pgmNeTsiReceiverLossRate
        Unsigned32,
    pgmNeTsiCongestionReportLead
        Unsigned32,
    pgmNeTsiCongestionReportWorstReceiver
        IpAddress
}

pgmNeTsiPerformanceGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The Globally unique source identifier for this
             transport session."
    ::= {pgmNeTsiPerformanceEntry 1 }

pgmNeTsiPerformanceDataSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32 (0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Data source port."
    ::= {pgmNeTsiPerformanceEntry 2}

pgmNeTsiSessionTrailEdgeSeq OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The trailing edge sequence of the transmit 
             window."
    ::= { pgmNeTsiPerformanceEntry 3 }

pgmNeTsiSessionIncrSeq OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The sequence number defining the leading edge of
             the increment window."
    ::= { pgmNeTsiPerformanceEntry 4 }

pgmNeTsiLeadEdgeSeq OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The leading edge sequence of the transmit 
             window."
    ::= { pgmNeTsiPerformanceEntry 5 }

pgmNeTsiInSpms OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of SPMs received for this
             session."
    ::= { pgmNeTsiPerformanceEntry 6 }
 
pgmNeTsiOutSpms OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of SPMs sent out for this
             session."
    ::= { pgmNeTsiPerformanceEntry 7 }

pgmNeTsiInParitySpms OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of Parity SPMs received for 
             this session."
    ::= { pgmNeTsiPerformanceEntry 8 }

pgmNeTsiOutParitySpms OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of Parity SPMs sent out for
             this session."
    ::= { pgmNeTsiPerformanceEntry 9 }

pgmNeTsiTotalReXmitStates OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total retransmit states for this session."
    ::= { pgmNeTsiPerformanceEntry 10 }

pgmNeTsiTotalReXmitTimedOut OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total timed-out retransmit state entries for 
             this session."
    ::= { pgmNeTsiPerformanceEntry 11 }

pgmNeTsiInRdata OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of RDATAs received for this
             session."
    ::= { pgmNeTsiPerformanceEntry 12 }

pgmNeTsiOutRdata OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of RDATAs sent out from this
             session."
    ::= { pgmNeTsiPerformanceEntry 13 }

pgmNeTsiInParityRdata OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity RDATAs received for
             this session."
    ::= { pgmNeTsiPerformanceEntry 14 }

pgmNeTsiOutParityRdata OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity RDATAs sent out from
             this session."
    ::= { pgmNeTsiPerformanceEntry 15 }

pgmNeTsiInRdataNoStateErrors OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of received RDATA discarded 
             due to no retransmit state."
    ::= { pgmNeTsiPerformanceEntry 16 }

pgmNeTsiUniqueNaks OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of unique NAKs received for 
             this session."
    ::= { pgmNeTsiPerformanceEntry 17 }

pgmNeTsiInNaks OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NAKs received for this
             session."
    ::= { pgmNeTsiPerformanceEntry 18 }

pgmNeTsiOutNaks OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NAKs sent out from this
             session."
    ::= { pgmNeTsiPerformanceEntry 19 }

pgmNeTsiUniqueParityNaks OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of unique parity NAKs received 
             for this session."
    ::= { pgmNeTsiPerformanceEntry 20 }

pgmNeTsiInParityNaks OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NAKs received for
             this session."
    ::= { pgmNeTsiPerformanceEntry 21 }

pgmNeTsiOutParityNaks OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NAKs sent out from 
             this session."
    ::= { pgmNeTsiPerformanceEntry 22 }

pgmNeTsiInNakSeqErrors OBJECT-TYPE
    SYNTAX     Counter32 
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of received NAKs discarded 
             because of out of sequence (out of retransmit
             window)."
    ::= { pgmNeTsiPerformanceEntry 23 }

pgmNeTsiInNnaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NNAKs received for this
             session."
    ::= { pgmNeTsiPerformanceEntry 24 }

pgmNeTsiOutNnaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NNAKs sent out from this
             session."
    ::= { pgmNeTsiPerformanceEntry 25 }

pgmNeTsiInParityNnaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NNAKs received for
             this session."
    ::= { pgmNeTsiPerformanceEntry 26 }

pgmNeTsiOutParityNnaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NNAKs sent out from
             this session."
    ::= { pgmNeTsiPerformanceEntry 27 }

pgmNeTsiInNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NCFs received for this
             session."
    ::= { pgmNeTsiPerformanceEntry 28 }

pgmNeTsiOutNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of NCFs sent out from this
             session."
    ::= { pgmNeTsiPerformanceEntry 29 }

pgmNeTsiInParityNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of parity NCFs received for
             this session."
    ::= { pgmNeTsiPerformanceEntry 30 }

pgmNeTsiOutParityNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of Parity NCFs sent out from
             this session."
    ::= { pgmNeTsiPerformanceEntry 31 }

pgmNeTsiSpmSequenceNumber OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Sequence number of the last seen SPM."
    ::= {pgmNeTsiPerformanceEntry 32 }

pgmNeTsiTransmissionGroupSize OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Advertised size of the transmission group for
             this transport session."
    ::= {pgmNeTsiPerformanceEntry 33 }

pgmNeTsiTimeout OBJECT-TYPE
    SYNTAX     TimeTicks
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Time left for this entry to expire."
    ::= {pgmNeTsiPerformanceEntry 34 }

pgmNeTsiLastTtl OBJECT-TYPE
    SYNTAX     Unsigned32(1..255)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "IP TTL of last seen valid SPM."
    ::= {pgmNeTsiPerformanceEntry 35 }

pgmNeTsiLinkLossRate OBJECT-TYPE
    SYNTAX     Unsigned32(0..100)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Worst reported link loss rate for congestion
             control. This is reported as a percentage."
    ::= {pgmNeTsiPerformanceEntry 36 }

pgmNeTsiPathLossRate OBJECT-TYPE
    SYNTAX     Unsigned32 (0..100)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Worst reported path loss rate for congestion
             control. This is reported as a percentage."
    ::= {pgmNeTsiPerformanceEntry 37 }

pgmNeTsiReceiverLossRate OBJECT-TYPE
    SYNTAX     Unsigned32 (0..100)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Worst reported receiver loss rate for congestion
             control. This is reported as a percentage."
    ::= {pgmNeTsiPerformanceEntry 38 }

pgmNeTsiCongestionReportLead OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Data lead sequence number associated with the
              worst reported receiver loss rate."
    ::= {pgmNeTsiPerformanceEntry 39 }

pgmNeTsiCongestionReportWorstReceiver OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "IP address of the receiver that reported the
             worst receiver loss rate."
    ::= {pgmNeTsiPerformanceEntry 40 }

-- The PGM Retransmission table

-- The PGM Retransmission table contains 
-- information about current retransmission requests.
-- This information is held per sequence number, or in 
-- the case of FEC, every transmission group, for which
-- retransmission has been requested.

pgmNeTsiRtxNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of entries in the retransmission table."
    ::= { pgmNeTsi 5 }

pgmNeTsiRtxTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmNeTsiRtxEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding information for every sequence
             number, or in the case of FEC,  every 
             transmission group, for which retransmission has 
             been requested."
    ::= {pgmNeTsi 6 }

pgmNeTsiRtxEntry OBJECT-TYPE
    SYNTAX     PgmNeTsiRtxEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per sequence number / transmission group
             information."
    INDEX   { pgmNeTsiGlobalId,
              pgmNeTsiDataSourcePort,
              pgmNeTsiRtxSequenceNumber,
              pgmNeTsiRtxSequenceNumberType }
    ::= { pgmNeTsiRtxTable 1 }

PgmNeTsiRtxEntry ::= SEQUENCE {
    pgmNeTsiRtxSequenceNumber
        Unsigned32,
    pgmNeTsiRtxSequenceNumberType
        INTEGER,
    pgmNeTsiRtxReqParityTgCount
        Counter32,
    pgmNeTsiRtxTimeout
        TimeTicks,
    pgmNeTsiRtxStateBits
        BITS
}

pgmNeTsiRtxSequenceNumber OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "For non-parity retransmission, a sequence number.
             For parity retransmission, a transmission group
             and packet count."
    ::= {pgmNeTsiRtxEntry 1 }

pgmNeTsiRtxSequenceNumberType OBJECT-TYPE
    SYNTAX     INTEGER {
                 selective(1),
                  tg(2)
               }
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Selective Sequence Number and TG Sequence
             Number."
    ::= {pgmNeTsiRtxEntry 2 }

pgmNeTsiRtxReqParityTgCount OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The Requested number of missing parity packets
             of specific Tg. The largest counter of the 
             received NAK will be stored in this mib. This 
             variable is valid for parity packets only."
    ::= { pgmNeTsiRtxEntry 4 }

pgmNeTsiRtxTimeout OBJECT-TYPE
    SYNTAX     TimeTicks
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "When this state will expire."
    ::= {pgmNeTsiRtxEntry 5 }

pgmNeTsiRtxStateBits OBJECT-TYPE
    SYNTAX     BITS {
                    initialising(0),
                    eliminating(1),
                    redirecting(2),
                    stateCreatedByNullNAK(3),
                    listNAKentry(4),
                    parityState(5)
               }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "State associated with retransmission entry."
    ::= {pgmNeTsiRtxEntry 6 }

-- The PGM Retransmission interfaces table

-- The PGM Retransmission interfaces table contains 
-- information about what interfaces will be sent 
-- retransmitted data for a particular
-- retransmission entry

pgmNeTsiRtxIfNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of entries in the retransmission 
             interfaces table."
    ::= { pgmNeTsi 7 }

pgmNeTsiRtxIfTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmNeTsiRtxIfEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding information of every 
             interface for which retransmit state for 
             a particular sequence number or transmission 
             group has to be sent."
    ::= {pgmNeTsi 8}

pgmNeTsiRtxIfEntry OBJECT-TYPE
    SYNTAX     PgmNeTsiRtxIfEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Destination interfaces for a particular 
             retransmit state."
    INDEX   { pgmNeTsiGlobalId,
              pgmNeTsiDataSourcePort,
              pgmNeTsiRtxSequenceNumber,
              pgmNeTsiRtxSequenceNumberType,
              pgmNeTsiRtxIfIndex } 
    ::= { pgmNeTsiRtxIfTable 1 }

PgmNeTsiRtxIfEntry ::= SEQUENCE {
    pgmNeTsiRtxIfIndex
        InterfaceIndex,
    pgmNeTsiRtxIfPacketCount
        Counter32
}

pgmNeTsiRtxIfIndex OBJECT-TYPE
    SYNTAX     InterfaceIndex
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "A unique value for each interface. Its value
             ranges between 1 and the value of ifNumber. 
             The value for each interface must remain 
             constant at least from one re-initialization
             of the entity's network management system to
             the next re-initialization."
    ::= { pgmNeTsiRtxIfEntry 1 }

pgmNeTsiRtxIfPacketCount OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of repair data packets still to be 
             retransmitted on this interface. For non-parity 
             retransmission this will never have a value 
             greater than 1. For parity retransmission, 
             any number can be present."
    ::= { pgmNeTsiRtxIfEntry 2 }

-- The PGM Poll Response table

-- The PGM Poll Response table contains information 
-- about PGM parent's of this network element who are 
-- currently polling it.

pgmNeTsiPolrNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of entries in the poll response table."
    ::= { pgmNeTsi 9 }

pgmNeTsiPolrTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmNeTsiPolrEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding state information about what
             PGM parents are polling this Network Element."
    ::= { pgmNeTsi 10 }

pgmNeTsiPolrEntry OBJECT-TYPE
    SYNTAX     PgmNeTsiPolrEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "State information for a Network Element that 
             is being polled by its parents"
    INDEX   { pgmNeTsiGlobalId,
              pgmNeTsiDataSourcePort,
              pgmNeTsiPolrSource }
    ::= { pgmNeTsiPolrTable 1 }

PgmNeTsiPolrEntry ::= SEQUENCE {
    pgmNeTsiPolrSource
        IpAddress,
    pgmNeTsiPolrSequenceNumber
        Unsigned32
}

pgmNeTsiPolrSource OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "IP Address of parent who is polling this 
             device."
    ::= { pgmNeTsiPolrEntry 1 }

pgmNeTsiPolrSequenceNumber OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Sequence number of last POLR from the source."
    ::= { pgmNeTsiPolrEntry 2 }

-- The PGM Poll table

-- The PGM Poll table contains information related to
-- polling that this Network Element is doing for 
-- its children

pgmNeTsiPollNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of entries in the poll table."
    ::= { pgmNeTsi 11 }

pgmNeTsiPollTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmNeTsiPollEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding state information related 
             to polling that this Network Element is doing 
             for its children."
    ::= { pgmNeTsi 12 }

pgmNeTsiPollEntry OBJECT-TYPE
    SYNTAX     PgmNeTsiPollEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "State information for a Network Element that
             is polling its children."
    INDEX   { pgmNeTsiGlobalId,
              pgmNeTsiDataSourcePort,
              pgmNeTsiPollType }
    ::= { pgmNeTsiPollTable 1 }

PgmNeTsiPollEntry ::= SEQUENCE {
    pgmNeTsiPollType
        INTEGER,
    pgmNeTsiPollSequence
        Unsigned32,
    pgmNeTsiPollChildBackoff
        Unsigned32,
    pgmNeTsiPollMask
        Unsigned32,
    pgmNeTsiPollPeriod
        Unsigned32,
    pgmNeTsiPollCount
        Counter32,
    pgmNeTsiPollTimeout
        TimeTicks
}

pgmNeTsiPollType OBJECT-TYPE
    SYNTAX     INTEGER { 
                  general(1), 
                  dlr(2) 
               }
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Type of Poll."
    ::= { pgmNeTsiPollEntry 1 }

pgmNeTsiPollSequence OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Sequence number of the most recent POLL packet
             that we sent."
    ::= { pgmNeTsiPollEntry 2 }

pgmNeTsiPollChildBackoff OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Backoff advertised to be used by child of poll."
    ::= { pgmNeTsiPollEntry 3 }

pgmNeTsiPollMask OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Mask being used in poll."
    ::= { pgmNeTsiPollEntry 4 }

pgmNeTsiPollPeriod OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Period of poll."
    ::= { pgmNeTsiPollEntry 5 }

pgmNeTsiPollCount OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Poll responses (POLRs) received."
    ::= { pgmNeTsiPollEntry 6 }

pgmNeTsiPollTimeout OBJECT-TYPE
    SYNTAX     TimeTicks
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Remaining Time Ticks to next poll."
    ::= { pgmNeTsiPollEntry 7 }


--
-- PGM Source 
-- 

-- PGM Source general management information


pgmSourceSaveDefaults  OBJECT-TYPE
    SYNTAX     INTEGER { initial (1),
                         save (2), 
                         pending (3),
                         success (4),
                         failure (5) }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag used to initiate the storing 
             of all default variable values to 
             non-volatile storage and to report the 
             result of the operation.
             The following values can only be read,
             never written :
             initial(1) - returned prior to any requests
             for saving the default configuration
             pending(3) - saving in progress
             success(4) - returned when a save(2) request
             is successful
             failure(5) - returned when a save(2) request
             is unsuccessful

             The following values can only be written,
             never read :
             save(2) - to indicate that the default
             configuration should be saved."
    ::= { pgmSource 1 }

pgmSourceLastUpdateTime OBJECT-TYPE
    SYNTAX     TimeTicks
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of TimeTicks since the last update
             of the non-volatile storage." 
    ::= { pgmSource 2 }

pgmSourceDefaultTtl OBJECT-TYPE
    SYNTAX     Unsigned32(1..255)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Default TTL used by the PGM Source."
    ::= { pgmSource 3 }

pgmSourceDefaultAdvMode OBJECT-TYPE
    SYNTAX     INTEGER { data(1), 
                         time(2),
                         applctrl(3),
                         other(4) }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag to indicate that the transmit window is
             advanced with data, by time, under application
             control, or any other method."
    ::= { pgmSource 4 }

pgmSourceDefaultLateJoin OBJECT-TYPE
    SYNTAX     INTEGER { 
                  enable(1), 
                  disable(2) 
               }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag to indicate whether or not the sender will
             accept late joiners."
    ::= { pgmSource 5 }

pgmSourceDefaultTxwMaxRte OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Maximum transmit rate in bytes/second."
    ::= { pgmSource 6 }

pgmSourceDefaultTxwSecs OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "seconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Transmit window size in seconds."
    ::= { pgmSource 7 }

pgmSourceDefaultTxwAdvSecs OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "seconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Transmit window advance in seconds. This value
             should always be set to a value smaller than
             the pgmSourceTxwSecs."
    ::= { pgmSource 8 }

pgmSourceDefaultAdvIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Advance interval in milliseconds. Always a
             valid parameter when advancing with time.
             Valid only in cases of absence of lost data
             when advancing with data."
    ::= { pgmSource 9 }

pgmSourceDefaultSpmIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "SPM interval in milliseconds."
    ::= { pgmSource 10 }

pgmSourceDefaultSpmHeartBeatIvlMin OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "SPM heartbeat interval in milliseconds."
    ::= { pgmSource 11 }

pgmSourceDefaultSpmHeartBeatIvlMax OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Maximum SPM heartbeat interval in milliseconds."
    ::= { pgmSource 12 }

pgmSourceDefaultRdataBackoffIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "RDATA backoff interval in milliseconds."
    ::= { pgmSource 13 }

pgmSourceDefaultFECProactiveParitySize OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Number of proactive parity messages per FEC
             block."
    ::= { pgmSource 14 }

pgmSourceDefaultGroupAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The default IP Multicast group address 
             used by the sender."
    ::= { pgmSource 15 }

pgmSourceUpdateSinceLastSave OBJECT-TYPE
    SYNTAX     INTEGER
               {
                   notUpdated(1),
                   updated(2)
               }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Specifies if any of the Source Default
             variables have been updated or not,
             since the last successful pgmSourceSaveDefaults.
             notUpdated - none of the default Source
                          variables were set after the last
                          successful save to a non-volatile
                          storage.
             updated - at least one of the default Source
                          variables were set after the last
                          successful save to a non-volatile
                          storage."
    ::= { pgmSource 16 }

-- PGM Source per TSI management information

pgmSourceTsi OBJECT IDENTIFIER ::= { pgmSource 100 }

pgmSourceNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of PGM Source sessions."
    ::= { pgmSourceTsi 1 }

-- PGM Source Fault Management Table

pgmSourceTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmSourceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI fault
             management and general information
             related to PGM Source."
    ::= {pgmSourceTsi 2}

pgmSourceEntry OBJECT-TYPE
    SYNTAX     PgmSourceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM sender information."
    INDEX   { pgmSourceGlobalId,
              pgmSourceSourcePort }
    ::= { pgmSourceTable 1 }

PgmSourceEntry ::= SEQUENCE {
    pgmSourceGlobalId
        OCTET STRING,
    pgmSourceSourcePort
        Unsigned32,
    pgmSourceSourceAddress
        IpAddress,
    pgmSourceGroupAddress
        IpAddress,
    pgmSourceDestPort
        Unsigned32,
    pgmSourceSourceGsi
        OCTET STRING,
    pgmSourceSourcePortNumber
        Unsigned32
    }

pgmSourceGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique session identifier (GSI)."
    ::= { pgmSourceEntry 1 }

pgmSourceSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmSourceEntry 2 }

pgmSourceSourceAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Source IP address."
    ::= { pgmSourceEntry 3 }

pgmSourceGroupAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "IP Multicast group address used by the
             sender."
    ::= { pgmSourceEntry 4 }

pgmSourceDestPort OBJECT-TYPE
    SYNTAX     Unsigned32 (0..65535)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Destination port number."
    ::= { pgmSourceEntry 5 }

pgmSourceSourceGsi OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Globally unique session identifier (GSI)."
    ::= { pgmSourceEntry 6 }

pgmSourceSourcePortNumber OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmSourceEntry 7 }


-- PGM Source Configuration Management Table

pgmSourceConfigTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmSourceConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI 
             configuration information
             related to the PGM Source."
    ::= {pgmSourceTsi 3}

pgmSourceConfigEntry OBJECT-TYPE
    SYNTAX     PgmSourceConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM sender information."
    INDEX   { pgmSourceConfigGlobalId,
              pgmSourceConfigSourcePort }
    ::= { pgmSourceConfigTable 1 }

PgmSourceConfigEntry ::= SEQUENCE {
    pgmSourceConfigGlobalId
        OCTET STRING,
    pgmSourceConfigSourcePort
        Unsigned32,
    pgmSourceTtl
        Unsigned32,
    pgmSourceAdvMode
        INTEGER,
    pgmSourceLateJoin
        INTEGER,
    pgmSourceTxwMaxRte
        Unsigned32,
    pgmSourceTxwSecs
        Unsigned32,
    pgmSourceTxwAdvSecs
        Unsigned32,
    pgmSourceAdvIvl
        Unsigned32,
    pgmSourceSpmIvl
        Unsigned32,
    pgmSourceSpmHeartBeatIvlMin
        Unsigned32,
    pgmSourceSpmHeartBeatIvlMax
        Unsigned32,
    pgmSourceRdataBackoffIvl
        Unsigned32,
    pgmSourceFEC
        INTEGER,
    pgmSourceFECTransmissionGrpSize
        Unsigned32,
    pgmSourceFECProactiveParitySize
        Unsigned32,
    pgmSourceSpmPathAddress
        IpAddress
    }

pgmSourceConfigGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique session identifier (GSI)."
    ::= { pgmSourceConfigEntry 1 }

pgmSourceConfigSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmSourceConfigEntry 2 }

pgmSourceTtl OBJECT-TYPE
    SYNTAX     Unsigned32(1..255)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "TTL used by sender."
    ::= { pgmSourceConfigEntry 3 }

pgmSourceAdvMode OBJECT-TYPE
    SYNTAX     INTEGER { data(1), 
                         time(2),
                        applctrl(3),
                        other(4) }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag to indicate that the transmit window is
             advanced with data, by time, under application
             control, or any other method."
    ::= { pgmSourceConfigEntry 4 }

pgmSourceLateJoin OBJECT-TYPE
    SYNTAX     INTEGER { 
                  enable(1), 
                  disable(2) 
               }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Flag to indicate whether or not the sender will
             accept late joiners."
    ::= { pgmSourceConfigEntry 5 }

pgmSourceTxwMaxRte OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Maximum transmit rate in bytes/second."
    ::= { pgmSourceConfigEntry 6 }

pgmSourceTxwSecs OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "seconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Transmit window size in seconds."
    ::= { pgmSourceConfigEntry 7 }

pgmSourceTxwAdvSecs OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "seconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Transmit window advance in seconds. This value
             should always be set to a value smaller than
             the pgmSourceTxwSecs."
    ::= { pgmSourceConfigEntry 8 }

pgmSourceAdvIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Advance interval in milliseconds. Always a
             valid parameter when advancing with time.
             Valid only in cases of absence of lost data
             when advancing with data."
    ::= { pgmSourceConfigEntry 9 }

pgmSourceSpmIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "SPM interval in milliseconds."
    ::= { pgmSourceConfigEntry 10 }

pgmSourceSpmHeartBeatIvlMin OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "SPM heartbeat interval in milliseconds."
    ::= { pgmSourceConfigEntry 11 }

pgmSourceSpmHeartBeatIvlMax OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Maximum SPM heartbeat interval in milliseconds."
    ::= { pgmSourceConfigEntry 12 }

pgmSourceRdataBackoffIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "RDATA backoff interval in milliseconds."
    ::= { pgmSourceConfigEntry 13 }

pgmSourceFEC OBJECT-TYPE
    SYNTAX     INTEGER { disabled(1),
                         enabledFixedPacketSize(2),
                         enabledVariablePacketSize(3) }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Flag to indicate whether or not FEC is enabled
             and whether it supports variable or fixed size
             messages."
    ::= { pgmSourceConfigEntry 14 }

pgmSourceFECTransmissionGrpSize OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "FEC transmission group size."
    ::= { pgmSourceConfigEntry 15 }

pgmSourceFECProactiveParitySize OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Number of proactive parity messages per FEC
             block."
    ::= { pgmSourceConfigEntry 16 }

pgmSourceSpmPathAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Ip Address for the NAKs to be sent,
             in case that NE is not set."
    ::= { pgmSourceConfigEntry 17 }

-- PGM Source Performance Management Table

pgmSourcePerformanceTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmSourcePerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI performance 
             information related to the PGM Source."
    ::= {pgmSourceTsi 4}

pgmSourcePerformanceEntry OBJECT-TYPE
    SYNTAX     PgmSourcePerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM sender information."
    INDEX   { pgmSourcePerformanceGlobalId,
              pgmSourcePerformanceSourcePort }
    ::= { pgmSourcePerformanceTable 1 }

PgmSourcePerformanceEntry ::= SEQUENCE {
    pgmSourcePerformanceGlobalId
        OCTET STRING,
    pgmSourcePerformanceSourcePort
        Unsigned32,
    pgmSourceDataBytesSent
        Counter32,
    pgmSourceDataMsgsSent
        Counter32,
    pgmSourceBytesBuffered
        Counter32,
    pgmSourceMsgsBuffered
        Counter32,
    pgmSourceBytesRetransmitted
        Counter32,
    pgmSourceMsgsRetransmitted
        Counter32,
    pgmSourceBytesSent
        Counter32,
    pgmSourceRawNaksReceived
        Counter32,
    pgmSourceNaksIgnored
        Counter32,
    pgmSourceCksumErrors
        Counter32,
    pgmSourceMalformedNaks
        Counter32,
    pgmSourcePacketsDiscarded
        Counter32,
    pgmSourceNaksRcvd
        Counter32,
    pgmSourceParityBytesRetransmitted
        Counter32,
    pgmSourceSelectiveBytesRetransmited
	Counter32,
    pgmSourceParityMsgsRetransmitted
	Counter32,
    pgmSourceSelectiveMsgsRetransmitted
	Counter32,
    pgmSourceBytesAdmit
	Counter32,
    pgmSourceMsgsAdmit
	Counter32,
    pgmSourceParityNakPacketsReceived
	Counter32,
    pgmSourceSelectiveNakPacketsReceived
	Counter32,
    pgmSourceParityNaksReceived
	Counter32,
    pgmSourceSelectiveNaksReceived
	Counter32,
    pgmSourceParityNaksIgnored
	Counter32,
    pgmSourceSelectiveNaksIgnored
	Counter32,
    pgmSourceAckErrors
	Counter32,
    pgmSourcePgmCCAcker
	IpAddress,
    pgmSourceTransmissionCurrentRate
	Counter32,
    pgmSourceAckPacketsReceived
	Counter32,
    pgmSourceNNakPacketsReceived
	Counter32,
    pgmSourceParityNNakPacketsReceived
	Counter32,
    pgmSourceSelectiveNNakPacketsReceived
	Counter32,
    pgmSourceNNaksReceived
	Counter32,
    pgmSourceParityNNaksReceived
	Counter32,
    pgmSourceSelectiveNNaksReceived
	Counter32,
    pgmSourceNNakErrors
	Counter32
}

pgmSourcePerformanceGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmSourcePerformanceEntry 1 }

pgmSourcePerformanceSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmSourcePerformanceEntry 2 }

pgmSourceDataBytesSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of data bytes sent for this TSI."
    ::= { pgmSourcePerformanceEntry 3 }

pgmSourceDataMsgsSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of data messages sent for this TSI."
    ::= { pgmSourcePerformanceEntry 4 }

pgmSourceBytesBuffered OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes currently buffered for this 
             TSI."
    ::= { pgmSourcePerformanceEntry 5 }

pgmSourceMsgsBuffered OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of messages currently buffered for 
             this TSI."
    ::= { pgmSourcePerformanceEntry 6 }

pgmSourceBytesRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes retransmitted for this TSI."
    ::= { pgmSourcePerformanceEntry 7 }

pgmSourceMsgsRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of messages retransmitted for this TSI."
    ::= { pgmSourcePerformanceEntry 8 }

pgmSourceBytesSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of bytes send for this TSI. Includes
             IP header and non-data messages."
    ::= { pgmSourcePerformanceEntry 9 }

pgmSourceRawNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Raw number of NAK packets received."
    ::= { pgmSourcePerformanceEntry 10 }

pgmSourceNaksIgnored OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of ignored Naks for this TSI, due to
             duplicate NAKs reception."
    ::= { pgmSourcePerformanceEntry 11 }

pgmSourceCksumErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of checksum errors for this TSI."
    ::= { pgmSourcePerformanceEntry 12 }

pgmSourceMalformedNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of malformed NAK packets."
    ::= { pgmSourcePerformanceEntry 13 }

pgmSourcePacketsDiscarded OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of discarded data packets. This counter
             is used to count all discarded incoming packets
             per TSI in cases of duplicates, header and
             packet errors, etc." 
    ::= { pgmSourcePerformanceEntry 14 }

pgmSourceNaksRcvd OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Sequence Numbers NAKed."
    ::= { pgmSourcePerformanceEntry 15 }

pgmSourceParityBytesRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes sent in parity retransmissions."
    ::= { pgmSourcePerformanceEntry 16 }

pgmSourceSelectiveBytesRetransmited OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes sent in selective retransmissions."
    ::= { pgmSourcePerformanceEntry 17 }

pgmSourceParityMsgsRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of parity retransmissions sent."
    ::= { pgmSourcePerformanceEntry 18 }

pgmSourceSelectiveMsgsRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of selective retransmissions sent."
    ::= { pgmSourcePerformanceEntry 19 }

pgmSourceBytesAdmit OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes currently in the rate controled
             admit queue. Includes IP header, UDP header if
             encapsulated, PGM header, and data."
    ::= { pgmSourcePerformanceEntry 20 }

pgmSourceMsgsAdmit OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of messages currently in the rate controled
             admit queue. Includes data messages, retransmissions,
             and SPMs."
    ::= { pgmSourcePerformanceEntry 21 }

pgmSourceParityNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of parity NAK packets received."
    ::= { pgmSourcePerformanceEntry 22 }

pgmSourceSelectiveNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of selective NAK packets received."
    ::= { pgmSourcePerformanceEntry 23 }

pgmSourceParityNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs received."
    ::= { pgmSourcePerformanceEntry 24 }

pgmSourceSelectiveNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual selective NAKs received."
    ::= { pgmSourcePerformanceEntry 25 }

pgmSourceParityNaksIgnored OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs ignored."
    ::= { pgmSourcePerformanceEntry 26 }

pgmSourceSelectiveNaksIgnored OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual selective NAKs ignored."
    ::= { pgmSourcePerformanceEntry 27 }

pgmSourceAckErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of ACK packets received with error in
             them, different than checksum error."
    ::= { pgmSourcePerformanceEntry 28 }

pgmSourcePgmCCAcker OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Ip Address of the currently designated pgm
             congestion control ACKER."
    ::= { pgmSourcePerformanceEntry 29 }

pgmSourceTransmissionCurrentRate OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Current transmission rate."
    ::= { pgmSourcePerformanceEntry 30 }

pgmSourceAckPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of ACK packets received."
    ::= { pgmSourcePerformanceEntry 31 }

pgmSourceNNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Null NAKs received."
    ::= { pgmSourcePerformanceEntry 32 }

pgmSourceParityNNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of parity Null NAK packets received."
    ::= { pgmSourcePerformanceEntry 33 }

pgmSourceSelectiveNNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of selective Null NAK packets received."
    ::= { pgmSourcePerformanceEntry 34 }

pgmSourceNNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual NAKs, received in Null
             NAK packets."
    ::= { pgmSourcePerformanceEntry 35 }

pgmSourceParityNNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs, 
             received in Null NAK packets."
    ::= { pgmSourcePerformanceEntry 36 }

pgmSourceSelectiveNNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual  NAKs, 
             received in Null NAK packets."
    ::= { pgmSourcePerformanceEntry 37 }

pgmSourceNNakErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Null NAK packets received that contain
             error, different than checksum error."
    ::= { pgmSourcePerformanceEntry 38 }

--
-- PGM Receiver 
--

-- PGM Receiver general management information

pgmReceiverSaveDefaults OBJECT-TYPE
    SYNTAX     INTEGER { initial (1),
                         save (2), 
                         pending (3),
                         success (4),
                         failure (5) }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag used to initiate the storing 
             of all default variable values to 
             non-volatile storage and to report the 
             result of the operation.
             The following values can only be read,
             never written :
             initial(1) - returned prior to any requests
             for saving the default configuration
             pending(3) - saving in progress
             success(4) - returned when a save(2) request
             is successful
             failure(5) - returned when a save(2) request
             is unsuccessful

             The following values can only be written,
             never read :
             save(2) - to indicate that the default
             configuration should be saved."
    ::= { pgmReceiver 1 }

pgmReceiverLastUpdateTime OBJECT-TYPE
    SYNTAX     TimeTicks
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of TimeTicks since the last update
             of the non-volatile storage." 
    ::= { pgmReceiver 2 }

pgmReceiverDefaultNakBackoffIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "NAK random backoff interval."
    ::= { pgmReceiver 3 }

pgmReceiverDefaultNakRepeatIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "NAK repeat interval."
    ::= { pgmReceiver 4 }

pgmReceiverDefaultNakNcfRetries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Max NAK retries while witing for matching NCF."
    ::= { pgmReceiver 5 }

pgmReceiverDefaultNakRdataIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Default NAK RDATA interval, i.e the amount of
             time to cease NAKs for a particular piece of
             data after a corresponding NCF has been received."
    ::= { pgmReceiver 6 }

pgmReceiverDefaultNakDataRetries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Max NAK retries while waiting for missing data."
    ::= { pgmReceiver 7 }

pgmReceiverDefaultSendNaks OBJECT-TYPE
    SYNTAX     INTEGER { 
                        enabled(1), 
                        disabled(2) 
               }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag to indicate whether or not receiver should
             send NAKs or be totally passive."
    ::= { pgmReceiver 8 }

pgmReceiverDefaultLateJoin OBJECT-TYPE
    SYNTAX     INTEGER { 
                        enabled(1), 
                        disabled(2) 
               }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Flag to indicate whether or not the receiver
             should wait for a OPT_JOIN SPM before 
             attempting to late join."
    ::= { pgmReceiver 9 }

pgmReceiverDefaultNakTtl OBJECT-TYPE
    SYNTAX     Unsigned32(1..255)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "TTL on NAK packets sent for loss."
    ::= { pgmReceiver 10 }

pgmReceiverDefaultDeliveryOrder OBJECT-TYPE
    SYNTAX     INTEGER {
                        unordered(1),
                        ordered(2)
               }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Packet Delivery Order for the receiving 
             application."
    ::= { pgmReceiver 11 }

pgmReceiverDefaultNextPgmHop OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Next hop PGM router address. This option
             sets the default address to send NAKs to,
             instead of sending to the last hop address." 
    ::= { pgmReceiver 12 }

pgmReceiverDefaultGroupAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Default IP Multicast group address 
             used by the sender."
    ::= { pgmReceiver 13 }

pgmReceiverUpdateSinceLastSave OBJECT-TYPE
    SYNTAX     INTEGER
               {
                   notUpdated(1),
                   updated(2)
               }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Specifies if any of the Receiver Default
             variables have been updated or not,
             since the last successful pgmSourceSaveDefaults.
             notUpdated - none of the default Receiver
                          variables were set after the last
                          successful save to a non-volatile
                          storage.
             updated - at least one of the default Receiver
                          variables were set after the last
                          successful save to a non-volatile
                          storage."
    ::= { pgmReceiver 14 }

pgmReceiverDefaultNakFailureThresholdTimer OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "seconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Timer that defines the default 
             interval of time during which unrecoverable
             lost packets are monitored
             for purposes of SNMP trap generation."
    ::= { pgmReceiver 15 }

pgmReceiverDefaultNakFailureThreshold OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "The default number of unrecoverable 
             lost packets within the defined interval
             after which an SNMP trap is generated."
    ::= { pgmReceiver 16 }


-- PGM Receiver per Receiver management information

pgmReceiverTsi OBJECT IDENTIFIER ::= { pgmReceiver 100 }

pgmReceiverNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of PGM Receivers."
    ::= { pgmReceiverTsi 1 }

-- PGM Receiver Fault Management Table

pgmReceiverTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmReceiverEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI fault 
             management and general information 
             related to the PGM Receiver."
    ::= {pgmReceiverTsi 2}

pgmReceiverEntry OBJECT-TYPE
    SYNTAX     PgmReceiverEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM receiver fault management
             and general information."
    INDEX   { pgmReceiverGlobalId,
              pgmReceiverSourcePort,
              pgmReceiverInstance }
    ::= { pgmReceiverTable 1 }

PgmReceiverEntry ::= SEQUENCE {
    pgmReceiverGlobalId
        OCTET STRING,
    pgmReceiverSourcePort
        Unsigned32,
    pgmReceiverInstance
        Unsigned32,
    pgmReceiverGroupAddress
        IpAddress,
    pgmReceiverDestPort
        Unsigned32,
    pgmReceiverSourceAddress
        IpAddress,
    pgmReceiverLastHop
        IpAddress,
    pgmReceiverSourceGsi
        OCTET STRING,
    pgmReceiverSourcePortNumber
        Unsigned32,
    pgmReceiverUniqueInstance
        Unsigned32
    }

pgmReceiverGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmReceiverEntry 1 }

pgmReceiverSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmReceiverEntry 2 }

pgmReceiverInstance OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Positive number, uniquely identifying 
             a Receiver."
    ::= { pgmReceiverEntry 3 }

pgmReceiverGroupAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "IP Multicast group address used by the sender."
    ::= { pgmReceiverEntry 4 }

pgmReceiverDestPort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Destination port number."
    ::= { pgmReceiverEntry 5 }

pgmReceiverSourceAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Source IP address number."
    ::= { pgmReceiverEntry 6 }

pgmReceiverLastHop OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Last hop PGM router address."
    ::= { pgmReceiverEntry 7 }

pgmReceiverSourceGsi OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmReceiverEntry 8 }

pgmReceiverSourcePortNumber OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmReceiverEntry 9 }

pgmReceiverUniqueInstance OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Positive number, uniquely identifying 
             a Receiver."
    ::= { pgmReceiverEntry 10 }

-- PGM Receiver Configuration Management Table

pgmReceiverConfigTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmReceiverConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI configuration 
             management information related 
             to the PGM Receiver."
    ::= {pgmReceiverTsi 3 }

pgmReceiverConfigEntry OBJECT-TYPE
    SYNTAX     PgmReceiverConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM receiver configuration management
             information."
    INDEX   { pgmReceiverConfigGlobalId,
              pgmReceiverConfigSourcePort,
              pgmReceiverConfigInstance }
    ::= { pgmReceiverConfigTable 1 }

PgmReceiverConfigEntry ::= SEQUENCE {
    pgmReceiverConfigGlobalId
        OCTET STRING,
    pgmReceiverConfigSourcePort
        Unsigned32,
    pgmReceiverConfigInstance
        Unsigned32,
    pgmReceiverNakBackoffIvl
        Unsigned32,
    pgmReceiverNakRepeatIvl
        Unsigned32,
    pgmReceiverNakNcfRetries
        Unsigned32,
    pgmReceiverNakRdataIvl
        Unsigned32,
    pgmReceiverNakDataRetries
        Unsigned32,
    pgmReceiverSendNaks
        INTEGER,
    pgmReceiverLateJoin
        INTEGER,
    pgmReceiverNakTtl
        Unsigned32,
    pgmReceiverDeliveryOrder
        INTEGER,
    pgmReceiverMcastNaks
        INTEGER,
    pgmReceiverNakFailureThresholdTimer
        Unsigned32,
    pgmReceiverNakFailureThreshold
        Unsigned32
    }

pgmReceiverConfigGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmReceiverConfigEntry 1 }

pgmReceiverConfigSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmReceiverConfigEntry 2 }

pgmReceiverConfigInstance OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Positive number, uniquely identifying 
             a Receiver."
    ::= { pgmReceiverConfigEntry 3 }

pgmReceiverNakBackoffIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "NAK random backoff interval."
    ::= { pgmReceiverConfigEntry 4 }

pgmReceiverNakRepeatIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "NAK repeat interval."
    ::= { pgmReceiverConfigEntry 5 }

pgmReceiverNakNcfRetries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Max NAK retries while witing for matching NCF."
    ::= { pgmReceiverConfigEntry 6 }

pgmReceiverNakRdataIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "NAK RDATA interval."
    ::= { pgmReceiverConfigEntry 7 }

pgmReceiverNakDataRetries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Max NAK retries while waiting for missing data."
    ::= { pgmReceiverConfigEntry 8 }

pgmReceiverSendNaks OBJECT-TYPE
    SYNTAX     INTEGER { 
                        enabled(1), 
                        disabled(2) 
               }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag to indicate whether or not receiver should
             send NAKs or be totally passive."
    ::= { pgmReceiverConfigEntry 9 }

pgmReceiverLateJoin OBJECT-TYPE
    SYNTAX     INTEGER { 
                        enabled(1), 
                        disabled(2) 
               }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Flag to indicate whether or not the receiver
             should wait for a OPT_JOIN SPM before 
             attempting to late join."
    ::= { pgmReceiverConfigEntry 10 }

pgmReceiverNakTtl OBJECT-TYPE
    SYNTAX     Unsigned32(1..255)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "TTL on NAK packets sent for loss."
    ::= { pgmReceiverConfigEntry 11 }

pgmReceiverDeliveryOrder OBJECT-TYPE
    SYNTAX     INTEGER {
                        unordered(1),
                        ordered(2)
               }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Packet Delivery Order for the receiving 
             application."
    ::= { pgmReceiverConfigEntry 12 }

pgmReceiverMcastNaks OBJECT-TYPE
    SYNTAX     INTEGER { 
                        enabled(1), 
                        disabled(2) 
               }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag to indicate whether or not receiver should
             send multicast NAKs."
    ::= { pgmReceiverConfigEntry 13 }

pgmReceiverNakFailureThresholdTimer OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "seconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Timer that defines per receiver
             interval of time during which unrecoverable
             lost packets are monitored
             for purposes of SNMP trap generation."
    ::= { pgmReceiverConfigEntry 14 }

pgmReceiverNakFailureThreshold OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "The number of unrecoverable lost packets 
             within the defined interval
             after which an SNMP trap is generated."
    ::= { pgmReceiverConfigEntry 15 }


-- PGM Receiver Performance Management Table

pgmReceiverPerformanceTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmReceiverPerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI
             performance management information 
             related to the PGM Receiver."
    ::= {pgmReceiverTsi 4}

pgmReceiverPerformanceEntry OBJECT-TYPE
    SYNTAX     PgmReceiverPerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM Receiver session performance 
             management information."
    INDEX   { pgmReceiverPerformanceGlobalId,
              pgmReceiverPerformanceSourcePort,
              pgmReceiverPerformanceInstance }
    ::= { pgmReceiverPerformanceTable 1 }

PgmReceiverPerformanceEntry ::= SEQUENCE {
    pgmReceiverPerformanceGlobalId
        OCTET STRING,
    pgmReceiverPerformanceSourcePort
        Unsigned32,
    pgmReceiverPerformanceInstance
        Unsigned32,
    pgmReceiverDataBytesReceived
        Counter32,
    pgmReceiverDataMsgsReceived
        Counter32,
    pgmReceiverNaksSent
        Counter32,
    pgmReceiverNaksRetransmitted
        Counter32,
    pgmReceiverNakFailures
        Counter32,
    pgmReceiverBytesReceived
        Counter32,
    pgmReceiverNaksSuppressed
        Counter32,
    pgmReceiverCksumErrors
        Counter32,
    pgmReceiverMalformedSpms
        Counter32,
    pgmReceiverMalformedOdata
        Counter32,
    pgmReceiverMalformedRdata
        Counter32,
    pgmReceiverMalformedNcfs
        Counter32,
    pgmReceiverPacketsDiscarded
        Counter32,
    pgmReceiverLosses
        Counter32,
    pgmReceiverBytesDeliveredToApp
        Counter32,
    pgmReceiverMsgsDeliveredToApp
        Counter32,
    pgmReceiverDupSpms
        Counter32,
    pgmReceiverDupDatas
        Counter32,
    pgmReceiverDupParities
        Counter32,
    pgmReceiverNakPacketsSent
        Counter32,
    pgmReceiverParityNakPacketsSent
        Counter32,
    pgmReceiverSelectiveNakPacketsSent
        Counter32,
    pgmReceiverParityNaksSent
        Counter32,
    pgmReceiverSelectiveNaksSent
        Counter32,
    pgmReceiverParityNaksRetransmitted
        Counter32,
    pgmReceiverSelectiveNaksRetransmitted
        Counter32,
    pgmReceiverNaksFailed
        Counter32,
    pgmReceiverParityNaksFailed
        Counter32,
    pgmReceiverSelectiveNaksFailed
        Counter32,
    pgmReceiverNaksFailedRxwAdvanced
        Counter32,
    pgmReceiverNaksFaledNcfRetriesExceeded
        Counter32,
    pgmReceiverNaksFailedDataRetriesExceeded
        Counter32,
    pgmReceiverNaksFailedGenExpired
        Counter32,
    pgmReceiverNakFailuresDelivered
        Counter32,
    pgmReceiverParityNaksSuppressed
        Counter32,
    pgmReceiverSelectiveNaksSuppressed
        Counter32,
    pgmReceiverNakErrors
        Counter32,
    pgmReceiverOutstandingParityNaks
        Counter32,
    pgmReceiverOutstandingSelectiveNaks
        Counter32,
    pgmReceiverLastActivity
        Counter32,
    pgmReceiverNakSvcTimeMin
        Counter32,
    pgmReceiverNakSvcTimeMean
        Counter32,
    pgmReceiverNakSvcTimeMax
        Counter32,
    pgmReceiverNakFailTimeMin
        Counter32,
    pgmReceiverNakFailTimeMean
        Counter32,
    pgmReceiverNakFailTimeMax
        Counter32,
    pgmReceiverNakTransmitMin
        Counter32,
    pgmReceiverNakTransmitMean
        Counter32,
    pgmReceiverNakTransmitMax
        Counter32,
    pgmReceiverAcksSent
        Counter32,
    pgmReceiverRxwTrail
        Counter32,
    pgmReceiverRxwLead
        Counter32,
    pgmReceiverNakFailuresLastInterval
        Counter32,
    pgmReceiverLastIntervalNakFailures
        Counter32
}

pgmReceiverPerformanceGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmReceiverPerformanceEntry 1 }

pgmReceiverPerformanceSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmReceiverPerformanceEntry 2 }

pgmReceiverPerformanceInstance OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Positive number, uniquely identifying 
             a Receiver."
    ::= { pgmReceiverPerformanceEntry 3 }

pgmReceiverDataBytesReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of data bytes received for this PGM
             Receiver session."
    ::= { pgmReceiverPerformanceEntry 4 }

pgmReceiverDataMsgsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of data messages received for this
             PGM Receiver session."
    ::= { pgmReceiverPerformanceEntry 5 }

pgmReceiverNaksSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs sent for this session."
    ::= { pgmReceiverPerformanceEntry 6 }

pgmReceiverNaksRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs retransmitted for this 
             session."
    ::= { pgmReceiverPerformanceEntry 7 }

pgmReceiverNakFailures OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAK failures for this session.
             This counter represents the number of
             unrecoverable/unrepairable data packets."
    ::= { pgmReceiverPerformanceEntry 8 }

pgmReceiverBytesReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes received for this session.
             It counts all bytes received, including IP 
             and PGM header and non-data messages."
    ::= { pgmReceiverPerformanceEntry 9 }

pgmReceiverNaksSuppressed OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of suppressed NAKs."
    ::= { pgmReceiverPerformanceEntry 10 }

pgmReceiverCksumErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of checksum errors for this session."
    ::= { pgmReceiverPerformanceEntry 11 }

pgmReceiverMalformedSpms OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of malformed SPMs for this session."
    ::= { pgmReceiverPerformanceEntry 12 }

pgmReceiverMalformedOdata OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of malformed ODATA packets for this
             session."
    ::= { pgmReceiverPerformanceEntry 13 }

pgmReceiverMalformedRdata OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of malformed RDATA packets for this
             session."
    ::= { pgmReceiverPerformanceEntry 14 }

pgmReceiverMalformedNcfs OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of malformed NCF packets for this
             session."
    ::= { pgmReceiverPerformanceEntry 15 }

pgmReceiverPacketsDiscarded OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of discarded packets for this
             session."
    ::= { pgmReceiverPerformanceEntry 16 }

pgmReceiverLosses OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of detected missed packets for 
             this session. This counter is incremented
             every time a Receiver detects a missing 
             packet."
    ::= { pgmReceiverPerformanceEntry 17 }

pgmReceiverBytesDeliveredToApp OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes, delivered to the
             application."
    ::= { pgmReceiverPerformanceEntry 18 }

pgmReceiverMsgsDeliveredToApp OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of messages, delivered to the
             application."
    ::= { pgmReceiverPerformanceEntry 19 }

pgmReceiverDupSpms OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of duplicate SPMs."
    ::= { pgmReceiverPerformanceEntry 20 }

pgmReceiverDupDatas OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of duplicate RDATA/ODATA."
    ::= { pgmReceiverPerformanceEntry 21 }

pgmReceiverDupParities OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of duplicate parities seen."
    ::= { pgmReceiverPerformanceEntry 22 }

pgmReceiverNakPacketsSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAK packets sent.
             Includes parity and selective."
    ::= { pgmReceiverPerformanceEntry 23 }

pgmReceiverParityNakPacketsSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of parity NAK packets sent."
    ::= { pgmReceiverPerformanceEntry 24 }

pgmReceiverSelectiveNakPacketsSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of selective NAK packets sent."
    ::= { pgmReceiverPerformanceEntry 25 }

pgmReceiverParityNaksSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAK packets sent."
    ::= { pgmReceiverPerformanceEntry 26 }

pgmReceiverSelectiveNaksSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual selective NAK packets sent."
    ::= { pgmReceiverPerformanceEntry 27 }

pgmReceiverParityNaksRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs retransmitted."
    ::= { pgmReceiverPerformanceEntry 28 }

pgmReceiverSelectiveNaksRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual selective NAKs retransmitted."
    ::= { pgmReceiverPerformanceEntry 29 }

pgmReceiverNaksFailed OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual NAKs that failed."
    ::= { pgmReceiverPerformanceEntry 30 }

pgmReceiverParityNaksFailed OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs that failed."
    ::= { pgmReceiverPerformanceEntry 31 }

pgmReceiverSelectiveNaksFailed OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual selective NAKs that failed."
    ::= { pgmReceiverPerformanceEntry 32 }

pgmReceiverNaksFailedRxwAdvanced OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual NAKs that failed, due to the
             window being advanced over them."
    ::= { pgmReceiverPerformanceEntry 33 }

pgmReceiverNaksFaledNcfRetriesExceeded OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual NAKs that failed, due to ncf
             retry limit exceeded."
    ::= { pgmReceiverPerformanceEntry 34 }

pgmReceiverNaksFailedDataRetriesExceeded OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual NAKs that failed, due to data 
             retry limit exceeded."
    ::= { pgmReceiverPerformanceEntry 35 }

pgmReceiverNaksFailedGenExpired OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual NAKs that failed, due to NAK
             generation interval expiring before it 
             could be repaired."
    ::= { pgmReceiverPerformanceEntry 36 }

pgmReceiverNakFailuresDelivered OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAK failures delivered to application."
    ::= { pgmReceiverPerformanceEntry 37 }

pgmReceiverParityNaksSuppressed OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs that were
             suppressed from being sent due to reception
             of an NCF or ODATA/RDATA for the loss."
    ::= { pgmReceiverPerformanceEntry 38 }

pgmReceiverSelectiveNaksSuppressed OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual selective NAKs that were
             suppressed from being sent due to reception
             of an NCF or ODATA/RDATA for the loss."
    ::= { pgmReceiverPerformanceEntry 39 }

pgmReceiverNakErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAK packets, that contained
             errors in them."
    ::= { pgmReceiverPerformanceEntry 40 }

pgmReceiverOutstandingParityNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Current number of outstanding individual parity 
             NAKs that are waiting to be repaired."
    ::= { pgmReceiverPerformanceEntry 41 }

pgmReceiverOutstandingSelectiveNaks OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Current number of outstanding individual selective
             NAKs that are waiting to be repaired."
    ::= { pgmReceiverPerformanceEntry 42 }

pgmReceiverLastActivity OBJECT-TYPE
    SYNTAX  Counter32  
    UNITS      "seconds"
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Last time activity was observed from
             the Source. In seconds since the epoch,
             January 1, 1970."
    ::= { pgmReceiverPerformanceEntry 43 }

pgmReceiverNakSvcTimeMin OBJECT-TYPE
    SYNTAX     Counter32
    UNITS      "miliseconds"
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The min time that it took for a loss
             to be repaired."
    ::= { pgmReceiverPerformanceEntry 44 }

pgmReceiverNakSvcTimeMean OBJECT-TYPE
    SYNTAX     Counter32
    UNITS      "miliseconds"
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The mean time that it took for all losses
             to be repaired."
    ::= { pgmReceiverPerformanceEntry 45 }

pgmReceiverNakSvcTimeMax OBJECT-TYPE
    SYNTAX     Counter32
    UNITS      "miliseconds"
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The max time that it took for a loss
             to be repaired."
    ::= { pgmReceiverPerformanceEntry 46 }

pgmReceiverNakFailTimeMin OBJECT-TYPE
    SYNTAX     Counter32
    UNITS      "miliseconds"
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The min time it took for a loss
             to be considered unrecoverable."
    ::= { pgmReceiverPerformanceEntry 47 }

pgmReceiverNakFailTimeMean OBJECT-TYPE
    SYNTAX     Counter32
    UNITS      "miliseconds"
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The mean time it took for all losses
            to be considered unrecoverable."
    ::= { pgmReceiverPerformanceEntry 48 }

pgmReceiverNakFailTimeMax OBJECT-TYPE
    SYNTAX     Counter32
    UNITS      "miliseconds"
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The max time it took for a loss
             to be considered unrecoverable."
    ::= { pgmReceiverPerformanceEntry 49 }

pgmReceiverNakTransmitMin OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The min number of times an individual NAK
             needed to be retransmitted before it was repaired."
    ::= { pgmReceiverPerformanceEntry 50 }

pgmReceiverNakTransmitMean OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The mean number of times an individual NAK
             needed to be retransmitted before it was repaired."
    ::= { pgmReceiverPerformanceEntry 51 }

pgmReceiverNakTransmitMax OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The max number of times an individual NAK
             needed to be retransmitted before it was repaired."
    ::= { pgmReceiverPerformanceEntry 52 }

pgmReceiverAcksSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The number of ACKs sent from the congestion
             control operation."
    ::= { pgmReceiverPerformanceEntry 53 }

pgmReceiverRxwTrail OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Sequence number of the trailing edge of 
             the transmission window as is being advertised
             by the sender."
    ::= { pgmReceiverPerformanceEntry 54 }

pgmReceiverRxwLead OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Sequence number of the leading edge of 
             the transmission window as is being advertised
             by the sender."
    ::= { pgmReceiverPerformanceEntry 55 }

pgmReceiverNakFailuresLastInterval OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The actual number of seconds since the
             last pgmReceiverLastIntervalNakFailures
             counter reset due to number of nak failures 
             threshold exceeded."
    ::= { pgmReceiverPerformanceEntry 56 }

pgmReceiverLastIntervalNakFailures OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of actual unrecoverable failures for 
             the requested threshold interval for this session."
    ::= { pgmReceiverPerformanceEntry 57 }

--
-- Designated Local Repairer (DLR) 
--

-- Designated Local Repairer (DLR) Default Configuration

pgmDlrSaveDefaults OBJECT-TYPE
    SYNTAX     INTEGER { initial (1),
                         save (2), 
                         pending (3),
                         success (4),
                         failure (5) }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Flag used to initiate the storing 
             of all default variable values to 
             non-volatile storage and to report the 
             result of the operation.
             The following values can only be read,
             never written :
             initial(1) - returned prior to any requests
             for saving the default configuration
             pending(3) - saving in progress
             success(4) - returned when a save(2) request
             is successful
             failure(5) - returned when a save(2) request
             is unsuccessful

             The following values can only be written,
             never read :
             save(2) - to indicate that the default
             configuration should be saved."
    ::= { pgmDLR 1 }

pgmDlrLastUpdateTime OBJECT-TYPE
    SYNTAX     TimeTicks
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of TimeTicks since the last update
             of the non-volatile storage." 
    ::= { pgmDLR 2 }

pgmDlrGroupAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Multicast group address to listen for traffic
             on."
    ::= { pgmDLR 3 }

pgmDlrCacheRtx OBJECT-TYPE
    SYNTAX     INTEGER
               {
                   cacheOFF(1),
                   cacheON(2)
               } 
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Specifies if the NE should also cache data for
             retransmission or simply suppress duplicate 
             NAKs and forward the NAKs to it's parent NE or
             sender."  
    ::= { pgmDLR 4 }

pgmDlrActivityIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Specifies the delay between activity checks
             for specific PGM sessions."
    ::= { pgmDLR 5 }

pgmDlrMaxRate OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Specifies the maximum rate (in bps) for
             retransmissions."
    ::= { pgmDLR 6 }

pgmDlrParentNeAddr OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "Ip Address of the NE to send all NAKs to."
    ::= { pgmDLR 7 }

pgmDlrUpdateSinceLastSave OBJECT-TYPE
    SYNTAX     INTEGER
               {
                   notUpdated(1),
                   updated(2)
               }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Specifies if any of the Dlr Default
             variables have been updated or not,
             since the last successful pgmDlrSaveDefaults.
             notUpdated - none of the default Dlr
                          variables were set after the last
                          successful save to a non-volatile
                          storage.
             updated - at least one of the default Dlr
                          variables were set after the last
                          successful save to a non-volatile
                          storage."
    ::= { pgmDLR 8 }


--
-- PGM DLR Source/Re-transmitter Sessions
--
pgmDlrSource OBJECT IDENTIFIER ::= { pgmDLR 100 }

pgmDlrSourceNumberOfEntries OBJECT-TYPE
    SYNTAX     Unsigned32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "The total number of PGM Source sessions for
             the PGM DLR."
    ::= { pgmDlrSource 1 }

-- PGM Dlr Source Fault Management Table

pgmDlrSourceTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmDlrSourceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI fault 
             management and general information 
             related to the PGM DLR Source sessions."
    ::= {pgmDlrSource 2}

pgmDlrSourceEntry OBJECT-TYPE
    SYNTAX     PgmDlrSourceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM DLR Source sessions fault 
             management information."
    INDEX   { pgmDlrSourceGlobalId,
              pgmDlrSourceSourcePort }
    ::= { pgmDlrSourceTable 1 }

PgmDlrSourceEntry ::= SEQUENCE {
    pgmDlrSourceGlobalId
        OCTET STRING,
    pgmDlrSourceSourcePort
        Unsigned32,
    pgmDlrSourceGroupAddress
        IpAddress,
    pgmDlrSourceSourceGsi
        OCTET STRING,
    pgmDlrSourceSourcePortNumber
        Unsigned32
    }

pgmDlrSourceGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmDlrSourceEntry 1 }

pgmDlrSourceSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmDlrSourceEntry 2 }

pgmDlrSourceGroupAddress OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Multicast group interface address 
             to send multicast packets on."
    ::= { pgmDlrSourceEntry 3 }

pgmDlrSourceSourceGsi OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmDlrSourceEntry 4 }

pgmDlrSourceSourcePortNumber OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmDlrSourceEntry 5 }

-- PGM DLR Source Configuration Management Table

pgmDlrSourceConfigTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmDlrSourceConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI configuration 
             management information related to the 
             PGM DLR Source sessions."
    ::= {pgmDlrSource 3}

pgmDlrSourceConfigEntry OBJECT-TYPE
    SYNTAX     PgmDlrSourceConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM DLR Source sessions configuration 
             management information."
    INDEX   { pgmDlrSourceConfigGlobalId,
              pgmDlrSourceConfigSourcePort }
    ::= { pgmDlrSourceConfigTable 1 }

PgmDlrSourceConfigEntry ::= SEQUENCE {
    pgmDlrSourceConfigGlobalId
        OCTET STRING,
    pgmDlrSourceConfigSourcePort
        Unsigned32,
    pgmDlrSourceGroupTtl
        Unsigned32,
    pgmDlrSourceRdataBackoffIvl
        Unsigned32
    }

pgmDlrSourceConfigGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmDlrSourceConfigEntry 1 }

pgmDlrSourceConfigSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmDlrSourceConfigEntry 2 }

pgmDlrSourceGroupTtl OBJECT-TYPE
    SYNTAX     Unsigned32(1..255)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "This option sets the default TTL to use for
             multicast packets. "
    ::= { pgmDlrSourceConfigEntry 3 }

pgmDlrSourceRdataBackoffIvl OBJECT-TYPE
    SYNTAX     Unsigned32
    UNITS      "milliseconds"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
            "This option sets the default RDATA backoff
             interval. The value is expressed in milliseconds.
             The  value of 0 indicates no backoff."
    ::= { pgmDlrSourceConfigEntry 4 }


-- PGM DLR Source Performance Management Table

pgmDlrSourcePerformanceTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PgmDlrSourcePerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "The table holding per TSI performance 
             management information related to the 
             PGM DLR Source sessions."
    ::= {pgmDlrSource 4}

pgmDlrSourcePerformanceEntry OBJECT-TYPE
    SYNTAX     PgmDlrSourcePerformanceEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Per PGM DLR Source performance management
             information."
    INDEX   { pgmDlrSourcePerformanceGlobalId,
              pgmDlrSourcePerformanceSourcePort }
    ::= { pgmDlrSourcePerformanceTable 1 }

PgmDlrSourcePerformanceEntry ::= SEQUENCE {
    pgmDlrSourcePerformanceGlobalId
        OCTET STRING,
    pgmDlrSourcePerformanceSourcePort
        Unsigned32,
    pgmDlrSourceRdataMsgsSent
       Counter32,
    pgmDlrSourceRdataBytesSent
       Counter32,
    pgmDlrSourceBytesSent
       Counter32,
    pgmDlrSourceNaksRcvd
       Counter32,
    pgmDlrSourceNaksIgnored
       Counter32,
    pgmDlrSourceNakErrors
       Counter32,
    pgmDlrSourceDiscards
        Counter32,
    pgmDlrSourceCksumErrors
       Counter32,
    pgmDlrSourceNNaksSent
        Counter32,
    pgmDlrSourceBytesBuffered
        Counter32,
    pgmDlrSourceMsgsBuffered
        Counter32,
    pgmDlrSourceParityBytesRetransmitted
        Counter32,
    pgmDlrSourceSelectiveBytesRetransmited
	Counter32,
    pgmDlrSourceParityMsgsRetransmitted
	Counter32,
    pgmDlrSourceSelectiveMsgsRetransmitted
	Counter32,
    pgmDlrSourceBytesAdmit
	Counter32,
    pgmDlrSourceMsgsAdmit
	Counter32,
    pgmDlrSourceNakPacketsReceived
        Counter32,
    pgmDlrSourceParityNakPacketsReceived
	Counter32,
    pgmDlrSourceSelectiveNakPacketsReceived
	Counter32,
    pgmDlrSourceParityNaksReceived
	Counter32,
    pgmDlrSourceSelectiveNaksReceived
	Counter32,
    pgmDlrSourceParityNaksIgnored
	Counter32,
    pgmDlrSourceSelectiveNaksIgnored
	Counter32,
    pgmDlrSourceAckErrors
	Counter32,
    pgmDlrSourceNNakErrors
	Counter32,
    pgmDlrSourceAckPacketsReceived
	Counter32,
    pgmDlrSourceNNakPacketsReceived
	Counter32,
    pgmDlrSourceParityNNakPacketsReceived
	Counter32,
    pgmDlrSourceSelectiveNNakPacketsReceived
	Counter32,
    pgmDlrSourceNNaksReceived
	Counter32,
    pgmDlrSourceParityNNaksReceived
	Counter32,
    pgmDlrSourceSelectiveNNaksReceived
	Counter32
    }

pgmDlrSourcePerformanceGlobalId OBJECT-TYPE
    SYNTAX     OCTET STRING (SIZE (12))
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Globally unique source identifier (GSI)."
    ::= { pgmDlrSourcePerformanceEntry 1 }

pgmDlrSourcePerformanceSourcePort OBJECT-TYPE
    SYNTAX     Unsigned32(0..65535)
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
            "Source port number."
    ::= { pgmDlrSourcePerformanceEntry 2 }

pgmDlrSourceRdataMsgsSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Repair Data (RDATA) packets sent for
             this PGM DLR."
    ::= { pgmDlrSourcePerformanceEntry 3 }

pgmDlrSourceRdataBytesSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of RDATA bytes sent."
    ::= { pgmDlrSourcePerformanceEntry 4 }

pgmDlrSourceBytesSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes sent. This includes IP and
             PGM header and non-data msgs."
    ::= { pgmDlrSourcePerformanceEntry 5 }

pgmDlrSourceNaksRcvd OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs received on this TSI."
    ::= { pgmDlrSourcePerformanceEntry 6 }

pgmDlrSourceNaksIgnored OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAKs ignored on this TSI, due to
             duplicates."
    ::= { pgmDlrSourcePerformanceEntry 7 }

pgmDlrSourceNakErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of malformed NAKs on this TSI."
    ::= { pgmDlrSourcePerformanceEntry 8 }

pgmDlrSourceDiscards OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of discarded packets on this TSI.
             This counter is used to count all discarded
             incoming packets per TSI in cases of 
             duplicates, header and packet errors, etc." 
    ::= { pgmDlrSourcePerformanceEntry 9 }

pgmDlrSourceCksumErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of checksum errors on this TSI."
    ::= { pgmDlrSourcePerformanceEntry 10 }

pgmDlrSourceNNaksSent OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Null NAKs (in number of packets) 
             sent by this PGM DLR session."
    ::= { pgmDlrSourcePerformanceEntry 11 }

pgmDlrSourceBytesBuffered OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes currently buffered for this
             TSI."
    ::= { pgmDlrSourcePerformanceEntry 12 }

pgmDlrSourceMsgsBuffered OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of messages currently buffered for
             this TSI."
    ::= { pgmDlrSourcePerformanceEntry 13 }

pgmDlrSourceParityBytesRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes sent in parity retransmissions."
    ::= { pgmDlrSourcePerformanceEntry 14 }

pgmDlrSourceSelectiveBytesRetransmited OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes sent in selective retransmissions."
    ::= { pgmDlrSourcePerformanceEntry 15 }

pgmDlrSourceParityMsgsRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of parity retransmissions sent."
    ::= { pgmDlrSourcePerformanceEntry 16 }

pgmDlrSourceSelectiveMsgsRetransmitted OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of selective retransmissions sent."
    ::= { pgmDlrSourcePerformanceEntry 17 }

pgmDlrSourceBytesAdmit OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of bytes currently in the rate controled
             admit queue. Includes IP header, UDP header if
             encapsulated, PGM header, and data."
    ::= { pgmDlrSourcePerformanceEntry 18 }

pgmDlrSourceMsgsAdmit OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of messages currently in the rate controled
             admit queue. Includes data messages, retransmissions,
             and SPMs."
    ::= { pgmDlrSourcePerformanceEntry 19 }

pgmDlrSourceNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of NAK packets received."
    ::= { pgmDlrSourcePerformanceEntry 20 }

pgmDlrSourceParityNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of parity NAK packets received."
    ::= { pgmDlrSourcePerformanceEntry 21 }

pgmDlrSourceSelectiveNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of selective NAK packets received."
    ::= { pgmDlrSourcePerformanceEntry 22 }

pgmDlrSourceParityNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs received."
    ::= { pgmDlrSourcePerformanceEntry 23 }

pgmDlrSourceSelectiveNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual selective NAKs received."
    ::= { pgmDlrSourcePerformanceEntry 24 }

pgmDlrSourceParityNaksIgnored OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs ignored."
    ::= { pgmDlrSourcePerformanceEntry 25 }

pgmDlrSourceSelectiveNaksIgnored OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual selective NAKs ignored."
    ::= { pgmDlrSourcePerformanceEntry 26 }

pgmDlrSourceAckErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of ACK packets received with error in
             them, different than checksum error."
    ::= { pgmDlrSourcePerformanceEntry 27 }

pgmDlrSourceNNakErrors OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Null NAK packets received that contain
             error, rSifferent than checksum error."
    ::= { pgmDlrSourcePerformanceEntry 28 }

pgmDlrSourceAckPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of ACK packets received."
    ::= { pgmDlrSourcePerformanceEntry 29 }

pgmDlrSourceNNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of Null NAKs received."
    ::= { pgmDlrSourcePerformanceEntry 30 }

pgmDlrSourceParityNNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of parity Null NAK packets received."
    ::= { pgmDlrSourcePerformanceEntry 31 }

pgmDlrSourceSelectiveNNakPacketsReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of selective Null NAK packets received."
    ::= { pgmDlrSourcePerformanceEntry 32 }

pgmDlrSourceNNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual NAKs, received in Null
             NAK packets."
    ::= { pgmDlrSourcePerformanceEntry 33 }

pgmDlrSourceParityNNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual parity NAKs,
             received in Null NAK packets."
    ::= { pgmDlrSourcePerformanceEntry 34 }

pgmDlrSourceSelectiveNNaksReceived OBJECT-TYPE
    SYNTAX     Counter32
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
            "Number of individual  NAKs,
             received in Null NAK packets."
    ::= { pgmDlrSourcePerformanceEntry 35 }

-- Notifications

pgmNotifications       OBJECT IDENTIFIER ::= 
                       { pgmNotificationPrefix 0 }

pgmStart NOTIFICATION-TYPE
    STATUS      current
    DESCRIPTION
        "This trap is sent when the pgm snmp agent starts"
    ::= { pgmNotifications 1 }

pgmStop NOTIFICATION-TYPE
    STATUS      current
    DESCRIPTION
        "This trap is sent when the pgm snmp agent terminates"
    ::= { pgmNotifications 2 }

-- PGM Source Specific Traps

pgmNewSourceTrap NOTIFICATION-TYPE
    OBJECTS { 
             pgmSourceSourceGsi,
             pgmSourceSourcePortNumber
            }
    STATUS   current    
    DESCRIPTION
            "New Source Session created."
    ::= { pgmNotifications 3 }

pgmClosedSourceTrap NOTIFICATION-TYPE
    OBJECTS { 
             pgmSourceSourceGsi,
             pgmSourceSourcePortNumber
            }
    STATUS   current    
    DESCRIPTION
            "Source Session closed."
    ::= { pgmNotifications 4 }

-- PGM Receiver Specific Traps

pgmNewReceiverTrap NOTIFICATION-TYPE
    OBJECTS { 
             pgmReceiverSourceGsi,
             pgmReceiverSourcePortNumber,
             pgmReceiverUniqueInstance
            }
    STATUS   current    
    DESCRIPTION
            "New Receiver Session created.
             This trap is optional."
    ::= { pgmNotifications 5 }

pgmClosedReceiverTrap NOTIFICATION-TYPE
    OBJECTS { 
             pgmReceiverSourceGsi,
             pgmReceiverSourcePortNumber,
             pgmReceiverUniqueInstance
            }
    STATUS   current    
    DESCRIPTION
            "Receiver Session closed.
             This trap is optional."
    ::= { pgmNotifications 6 }

pgmNakFailuresTrap NOTIFICATION-TYPE
    OBJECTS { 
             pgmReceiverSourceGsi,
             pgmReceiverSourcePortNumber,
             pgmReceiverUniqueInstance,
             pgmReceiverNakFailureThresholdTimer,
             pgmReceiverNakFailureThreshold,
             pgmReceiverNakFailuresLastInterval,
             pgmReceiverLastIntervalNakFailures
            }
    STATUS   current    
    DESCRIPTION
            "The number of unrecovered lost packets
             exceeded the threshold limit for the 
             corresponding threshold interval."
    ::= { pgmNotifications 7 }

-- PGM Dlr Source Specific Traps

pgmNewDlrSourceTrap NOTIFICATION-TYPE
    OBJECTS { 
             pgmDlrSourceSourceGsi,
             pgmDlrSourceSourcePortNumber
            }
    STATUS   current    
    DESCRIPTION
            "New Dlr Source Session created."
    ::= { pgmNotifications 8 }

pgmClosedDlrSourceTrap NOTIFICATION-TYPE
    OBJECTS { 
             pgmDlrSourceSourceGsi,
             pgmDlrSourceSourcePortNumber
            }
    STATUS   current    
    DESCRIPTION
            "Dlr Source Session closed."
    ::= { pgmNotifications 9 }

-- Conformance information

pgmMIBConformance OBJECT IDENTIFIER ::= { pgmMIB 3 }
pgmMIBCompliances OBJECT IDENTIFIER ::= { pgmMIBConformance 1 }
pgmMIBGroups      OBJECT IDENTIFIER ::= { pgmMIBConformance 2 }

-- Compliance statements

pgmNetworkElementMIBCompliance MODULE-COMPLIANCE
    STATUS  current
    DESCRIPTION
            "The compliance statement for devices running as PGM 
             Network Elements."
    MODULE  -- this module
      MANDATORY-GROUPS { pgmNetworkElementMIBGroup }

    ::= { pgmMIBCompliances 1 }

pgmSourceMIBCompliance MODULE-COMPLIANCE
    STATUS  current
    DESCRIPTION
            "The compliance statement for devices running as PGM
             sources."
    MODULE  -- this module
      MANDATORY-GROUPS { pgmSourceMIBGroup }

    ::= { pgmMIBCompliances 2 }

pgmReceiverMIBCompliance MODULE-COMPLIANCE
    STATUS  current
    DESCRIPTION
            "The compliance statement for devices running as PGM
             receivers."
    MODULE  -- this module
      MANDATORY-GROUPS { pgmReceiverMIBGroup }

    ::= { pgmMIBCompliances 3 }

pgmDLRMIBCompliance MODULE-COMPLIANCE
    STATUS  current
    DESCRIPTION
            "The compliance statement for devices running as PGM
             designated local repairers (DLR)."
    MODULE  -- this module
      MANDATORY-GROUPS { pgmDLRMIBGroup,
                         pgmReceiverMIBGroup }

    ::= { pgmMIBCompliances 4 }

pgmTrapsMIBCompliance MODULE-COMPLIANCE
    STATUS  current
    DESCRIPTION
            "The compliance statement for PGM traps."
    MODULE  -- this module
      MANDATORY-GROUPS { pgmTrapsMIBGroup, 
                         pgmTrapsSourceMIBGroup,
                         pgmTrapsReceiverMIBGroup,
                         pgmTrapsDlrSourceMIBGroup }
    ::= { pgmMIBCompliances 5 }

-- Units of conformance

pgmNetworkElementMIBGroup OBJECT-GROUP
    OBJECTS { pgmNeEnable, 
              pgmNeSessionLifeTime, 
              pgmNeMaxReXmitStates,
              pgmNeMaxSessions, 
              pgmNeTotalInterfacesNumberOfEntries, 
              pgmNeIfPgmEnable, 
              pgmNeIfNakRptInterval,
              pgmNeIfNakRptRate,
              pgmNeIfNakRdataInterval,
              pgmNeIfNakEliminateInterval,
              pgmNeIfReXmitStates, 
              pgmNeIfReXmitTimedOut,
              pgmNeIfInSpms, 
              pgmNeIfOutSpms, 
              pgmNeIfInParitySpms,
              pgmNeIfOutParitySpms, 
              pgmNeIfInRdata, 
              pgmNeIfOutRdata,
              pgmNeIfInParityRdata, 
              pgmNeIfOutParityRdata,
              pgmNeIfInRdataNoSessionErrors, 
              pgmNeIfUniqueNaks,
              pgmNeIfInNaks, 
              pgmNeIfOutNaks, 
              pgmNeIfUniqueParityNaks, 
              pgmNeIfInParityNaks, 
              pgmNeIfOutParityNaks,
              pgmNeIfInNakNoSessionErrors, 
              pgmNeIfInNakSeqErrors,
              pgmNeIfInParityNakTgErrors, 
              pgmNeIfInNnaks,
              pgmNeIfOutNnaks, 
              pgmNeIfInParityNnaks,
              pgmNeIfOutParityNnaks, 
              pgmNeIfInNnakNoSessionErrors, 
              pgmNeIfInNcfs, 
              pgmNeIfOutNcfs, 
              pgmNeIfInParityNcfs, 
              pgmNeIfOutParityNcfs, 
              pgmNeIfInNcfNoSessionErrors, 
              pgmNeIfInRedirectNcfs, 
              pgmNeIfMalformed,
              pgmNeIfSpmFromSource, 
              pgmNeIfSpmBadSqn, 
              pgmNeIfSpmError, 
              pgmNeIfPollRandomIgnore, 
              pgmNeIfPollTsiStateError,
              pgmNeIfPollParentError, 
              pgmNeIfPollTypeError,
              pgmNeIfPollError, 
              pgmNeIfPollSuccess,
              pgmNeIfPollOriginated, 
              pgmNeIfPolrNoState,
              pgmNeIfPolrError, 
              pgmNeIfPolrParityError,
              pgmNeIfPolrSuccess, 
              pgmNeIfPolrOriginated,
              pgmNeIfNcfError, 
              pgmNeIfNcfParityError, 
              pgmNeIfNcfPartialParity, 
              pgmNeIfNcfReceived, 
              pgmNeIfNcfAnticipated,
              pgmNeIfNcfRedirecting, 
              pgmNeIfNakEliminated,
              pgmNeIfNakError, 
              pgmNeIfNakParityError, 
              pgmNeIfNNakEliminated, 
              pgmNeIfNNakError,
              pgmNeIfNNakParityError,
              pgmNeIfNNakCongestionReports, 
              pgmNeIfNakRetryExpired,
              pgmNeIfNakRetryExpiredDLR, 
              pgmNeIfNakForwardedDLR, 
              pgmNeIfNakRetransmitted,
              pgmNeIfRdataEliminatedOIF,
              pgmNeIfRdataEliminatedSqn, 
              pgmNeIfInRdataFragments,
              pgmNeIfRdataFragmentsNoSessionErrors,
              pgmNeIfRdataFragmentsEliminatedOIF,
              pgmNeIfRdataFragmentsEliminatedSqn,
              pgmNeIfOutRdataFragments, 
              pgmNeTotalTsiNumberOfEntries,
              pgmNeTsiStateBits,
              pgmNeTsiDataDestinationPort, 
              pgmNeTsiSourceAddress,
              pgmNeTsiGroupAddress, 
              pgmNeTsiUpstreamAddress,
              pgmNeTsiUpstreamIfIndex, 
              pgmNeTsiDlrAddress,
              pgmNeTsiSessionTrailEdgeSeq, 
              pgmNeTsiSessionIncrSeq,
              pgmNeTsiLeadEdgeSeq, 
              pgmNeTsiInSpms, 
              pgmNeTsiOutSpms,
              pgmNeTsiInParitySpms, 
              pgmNeTsiOutParitySpms,
              pgmNeTsiTotalReXmitStates, 
              pgmNeTsiTotalReXmitTimedOut,
              pgmNeTsiInRdata, 
              pgmNeTsiOutRdata,
              pgmNeTsiInParityRdata, 
              pgmNeTsiOutParityRdata,
              pgmNeTsiInRdataNoStateErrors, 
              pgmNeTsiUniqueNaks,
              pgmNeTsiInNaks, 
              pgmNeTsiOutNaks,
              pgmNeTsiUniqueParityNaks, 
              pgmNeTsiInParityNaks,
              pgmNeTsiOutParityNaks, 
              pgmNeTsiInNakSeqErrors,
              pgmNeTsiInNnaks, 
              pgmNeTsiOutNnaks,
              pgmNeTsiInParityNnaks, 
              pgmNeTsiOutParityNnaks,
              pgmNeTsiInNcfs, 
              pgmNeTsiOutNcfs, 
              pgmNeTsiInParityNcfs,
              pgmNeTsiOutParityNcfs, 
              pgmNeTsiSpmSequenceNumber,
              pgmNeTsiTransmissionGroupSize, 
              pgmNeTsiTimeout,
              pgmNeTsiLastTtl, 
              pgmNeTsiLinkLossRate,
              pgmNeTsiPathLossRate, 
              pgmNeTsiReceiverLossRate,
              pgmNeTsiCongestionReportLead,
              pgmNeTsiCongestionReportWorstReceiver,
              pgmNeTsiRtxNumberOfEntries,
              pgmNeTsiRtxReqParityTgCount,
              pgmNeTsiRtxTimeout, 
              pgmNeTsiRtxStateBits,
              pgmNeTsiRtxIfNumberOfEntries,
              pgmNeTsiRtxIfPacketCount, 
              pgmNeTsiPolrNumberOfEntries,
              pgmNeTsiPolrSequenceNumber,
              pgmNeTsiPollNumberOfEntries, 
              pgmNeTsiPollSequence, 
              pgmNeTsiPollChildBackoff,
              pgmNeTsiPollMask, 
              pgmNeTsiPollPeriod, 
              pgmNeTsiPollCount,
              pgmNeTsiPollTimeout }
    STATUS  current
    DESCRIPTION
         "A collection of objects to support 
          management of PGM Network Elements."
    ::= { pgmMIBGroups 1 }

pgmSourceMIBGroup OBJECT-GROUP
    OBJECTS { pgmSourceSaveDefaults,
              pgmSourceLastUpdateTime,
              pgmSourceDefaultTtl,
              pgmSourceDefaultAdvMode,
              pgmSourceDefaultLateJoin,
              pgmSourceDefaultTxwMaxRte,
              pgmSourceDefaultTxwSecs,
              pgmSourceDefaultTxwAdvSecs,
              pgmSourceDefaultAdvIvl,
              pgmSourceDefaultSpmIvl,
              pgmSourceDefaultSpmHeartBeatIvlMin,
              pgmSourceDefaultSpmHeartBeatIvlMax,
              pgmSourceDefaultRdataBackoffIvl,
              pgmSourceDefaultFECProactiveParitySize,
              pgmSourceDefaultGroupAddress,
              pgmSourceUpdateSinceLastSave,
              pgmSourceNumberOfEntries,
              pgmSourceSourceAddress,
              pgmSourceGroupAddress, 
              pgmSourceDestPort,
              pgmSourceSourceGsi,
              pgmSourceSourcePortNumber, 
              pgmSourceTtl, 
              pgmSourceAdvMode, 
              pgmSourceLateJoin,
              pgmSourceTxwMaxRte, 
              pgmSourceTxwSecs,
              pgmSourceTxwAdvSecs, 
              pgmSourceAdvIvl,
              pgmSourceSpmIvl,
              pgmSourceSpmHeartBeatIvlMin,
              pgmSourceSpmHeartBeatIvlMax, 
              pgmSourceRdataBackoffIvl,
              pgmSourceFEC, 
              pgmSourceFECTransmissionGrpSize, 
              pgmSourceFECProactiveParitySize, 
              pgmSourceSpmPathAddress,
              pgmSourceDataBytesSent,
              pgmSourceDataMsgsSent, 
              pgmSourceBytesBuffered,
              pgmSourceMsgsBuffered, 
              pgmSourceBytesRetransmitted,
              pgmSourceMsgsRetransmitted, 
              pgmSourceBytesSent,
              pgmSourceRawNaksReceived, 
              pgmSourceNaksIgnored,
              pgmSourceCksumErrors, 
              pgmSourceMalformedNaks,
              pgmSourcePacketsDiscarded, 
              pgmSourceNaksRcvd,
              pgmSourceParityBytesRetransmitted,
              pgmSourceSelectiveBytesRetransmited,
              pgmSourceParityMsgsRetransmitted,
              pgmSourceSelectiveMsgsRetransmitted,
              pgmSourceBytesAdmit,
              pgmSourceMsgsAdmit,
              pgmSourceParityNakPacketsReceived,
              pgmSourceSelectiveNakPacketsReceived,
              pgmSourceParityNaksReceived,
              pgmSourceSelectiveNaksReceived,
              pgmSourceParityNaksIgnored,
              pgmSourceSelectiveNaksIgnored,
              pgmSourceAckErrors,
              pgmSourcePgmCCAcker,
              pgmSourceTransmissionCurrentRate,
              pgmSourceAckPacketsReceived,
              pgmSourceNNakPacketsReceived,
              pgmSourceParityNNakPacketsReceived,
              pgmSourceSelectiveNNakPacketsReceived,
              pgmSourceNNaksReceived,
              pgmSourceParityNNaksReceived,
              pgmSourceSelectiveNNaksReceived,
              pgmSourceNNakErrors }
    STATUS  current
    DESCRIPTION
            "A collection of objects to support management of
             PGM sources."
    ::= { pgmMIBGroups 2 }

pgmReceiverMIBGroup OBJECT-GROUP
    OBJECTS { pgmReceiverSaveDefaults,
              pgmReceiverLastUpdateTime,
              pgmReceiverDefaultNakBackoffIvl,
              pgmReceiverDefaultNakRepeatIvl,
              pgmReceiverDefaultNakNcfRetries,
              pgmReceiverDefaultNakRdataIvl,
              pgmReceiverDefaultNakDataRetries,
              pgmReceiverDefaultSendNaks,
              pgmReceiverDefaultLateJoin,
              pgmReceiverDefaultNakTtl,
              pgmReceiverDefaultDeliveryOrder,
              pgmReceiverDefaultNextPgmHop,
              pgmReceiverDefaultGroupAddress,
              pgmReceiverUpdateSinceLastSave,
              pgmReceiverDefaultNakFailureThresholdTimer,
              pgmReceiverDefaultNakFailureThreshold,
              pgmReceiverNumberOfEntries, 
              pgmReceiverGroupAddress,
              pgmReceiverDestPort, 
              pgmReceiverSourceAddress, 
              pgmReceiverLastHop, 
              pgmReceiverSourceGsi,
              pgmReceiverSourcePortNumber,
              pgmReceiverUniqueInstance,
              pgmReceiverNakBackoffIvl,
              pgmReceiverNakRepeatIvl, 
              pgmReceiverNakNcfRetries,
              pgmReceiverNakRdataIvl, 
              pgmReceiverNakDataRetries,
              pgmReceiverSendNaks, 
              pgmReceiverLateJoin,
              pgmReceiverNakTtl, 
              pgmReceiverDeliveryOrder,
              pgmReceiverMcastNaks,
              pgmReceiverNakFailureThresholdTimer,
              pgmReceiverNakFailureThreshold,
              pgmReceiverDataBytesReceived, 
              pgmReceiverDataMsgsReceived,
              pgmReceiverNaksSent, 
              pgmReceiverNaksRetransmitted,
              pgmReceiverNakFailures, 
              pgmReceiverBytesReceived,
              pgmReceiverNaksSuppressed, 
              pgmReceiverCksumErrors,
              pgmReceiverMalformedSpms, 
              pgmReceiverMalformedOdata,
              pgmReceiverMalformedRdata, 
              pgmReceiverMalformedNcfs,
              pgmReceiverPacketsDiscarded, 
              pgmReceiverLosses,
              pgmReceiverBytesDeliveredToApp,
              pgmReceiverMsgsDeliveredToApp, 
              pgmReceiverDupSpms,
              pgmReceiverDupDatas, 
              pgmReceiverDupParities,
              pgmReceiverNakPacketsSent,
              pgmReceiverParityNakPacketsSent,
              pgmReceiverSelectiveNakPacketsSent,
              pgmReceiverParityNaksSent,
              pgmReceiverSelectiveNaksSent,
              pgmReceiverParityNaksRetransmitted,
              pgmReceiverSelectiveNaksRetransmitted,
              pgmReceiverNaksFailed,
              pgmReceiverParityNaksFailed,
              pgmReceiverSelectiveNaksFailed,
              pgmReceiverNaksFailedRxwAdvanced,
              pgmReceiverNaksFaledNcfRetriesExceeded,
              pgmReceiverNaksFailedDataRetriesExceeded,
              pgmReceiverNaksFailedGenExpired,
              pgmReceiverNakFailuresDelivered,
              pgmReceiverParityNaksSuppressed,
              pgmReceiverSelectiveNaksSuppressed,
              pgmReceiverNakErrors,
              pgmReceiverOutstandingParityNaks,
              pgmReceiverOutstandingSelectiveNaks,
              pgmReceiverLastActivity,
              pgmReceiverNakSvcTimeMin,
              pgmReceiverNakSvcTimeMean,
              pgmReceiverNakSvcTimeMax,
              pgmReceiverNakFailTimeMin,
              pgmReceiverNakFailTimeMean,
              pgmReceiverNakFailTimeMax,
              pgmReceiverNakTransmitMin,
              pgmReceiverNakTransmitMean,
              pgmReceiverNakTransmitMax,
              pgmReceiverAcksSent,
              pgmReceiverRxwTrail,
              pgmReceiverRxwLead,
              pgmReceiverNakFailuresLastInterval,
              pgmReceiverLastIntervalNakFailures }
    STATUS  current
    DESCRIPTION
            "A collection of objects to support management of
             PGM receivers."
    ::= { pgmMIBGroups 3 }

pgmDLRMIBGroup OBJECT-GROUP
    OBJECTS { pgmDlrSaveDefaults, 
              pgmDlrLastUpdateTime,
              pgmDlrGroupAddress, 
              pgmDlrCacheRtx,
              pgmDlrActivityIvl, 
              pgmDlrMaxRate, 
              pgmDlrParentNeAddr, 
              pgmDlrUpdateSinceLastSave,
              pgmDlrSourceNumberOfEntries,
              pgmDlrSourceGroupAddress, 
              pgmDlrSourceSourceGsi,
              pgmDlrSourceSourcePortNumber, 
              pgmDlrSourceGroupTtl,
              pgmDlrSourceRdataBackoffIvl,
              pgmDlrSourceRdataMsgsSent, 
              pgmDlrSourceRdataBytesSent,
              pgmDlrSourceBytesSent,
              pgmDlrSourceNaksRcvd, 
              pgmDlrSourceNaksIgnored,
              pgmDlrSourceNakErrors, 
              pgmDlrSourceDiscards,
              pgmDlrSourceCksumErrors,
              pgmDlrSourceNNaksSent,
              pgmDlrSourceBytesBuffered,
              pgmDlrSourceMsgsBuffered,
              pgmDlrSourceParityBytesRetransmitted,
              pgmDlrSourceSelectiveBytesRetransmited,
              pgmDlrSourceParityMsgsRetransmitted,
              pgmDlrSourceSelectiveMsgsRetransmitted,
              pgmDlrSourceBytesAdmit,
              pgmDlrSourceMsgsAdmit,
              pgmDlrSourceNakPacketsReceived,
              pgmDlrSourceParityNakPacketsReceived,
              pgmDlrSourceSelectiveNakPacketsReceived,
              pgmDlrSourceParityNaksReceived,
              pgmDlrSourceSelectiveNaksReceived,
              pgmDlrSourceParityNaksIgnored,
              pgmDlrSourceSelectiveNaksIgnored,
              pgmDlrSourceAckErrors,
              pgmDlrSourceNNakErrors,
              pgmDlrSourceAckPacketsReceived,
              pgmDlrSourceNNakPacketsReceived,
              pgmDlrSourceParityNNakPacketsReceived,
              pgmDlrSourceSelectiveNNakPacketsReceived,
              pgmDlrSourceNNaksReceived,
              pgmDlrSourceParityNNaksReceived,
              pgmDlrSourceSelectiveNNaksReceived }
    STATUS  current
    DESCRIPTION
            "A collection of objects to support management of 
             PGM designated local repairers (DLR)."
    ::= { pgmMIBGroups 4 }

pgmTrapsMIBGroup NOTIFICATION-GROUP
    NOTIFICATIONS { pgmStart,
                    pgmStop }
    STATUS  current
    DESCRIPTION
            "A collection of objects to support pgm 
             specific traps."
    ::= { pgmMIBGroups 5 }

pgmTrapsSourceMIBGroup NOTIFICATION-GROUP
    NOTIFICATIONS { pgmNewSourceTrap,
                    pgmClosedSourceTrap }
    STATUS  current
    DESCRIPTION
            "A collection of objects to support pgm 
             source specific traps."
    ::= { pgmMIBGroups 6 }

pgmTrapsReceiverMIBGroup NOTIFICATION-GROUP
    NOTIFICATIONS { pgmNewReceiverTrap,
                    pgmClosedReceiverTrap,
                    pgmNakFailuresTrap }
    STATUS  current
    DESCRIPTION
            "A collection of objects to support pgm 
             receiver specific traps."
    ::= { pgmMIBGroups 7 }

pgmTrapsDlrSourceMIBGroup NOTIFICATION-GROUP
    NOTIFICATIONS { pgmNewDlrSourceTrap,
                    pgmClosedDlrSourceTrap }
    STATUS  current
    DESCRIPTION
            "A collection of objects to support pgm 
             dlr source specific traps."
    ::= { pgmMIBGroups 8 }


END