forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-ATM-PVCTRAP-EXTN-MIB.mib
1884 lines (1705 loc) · 74.9 KB
/
CISCO-ATM-PVCTRAP-EXTN-MIB.mib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- *****************************************************************
-- CISCO-ATM-PVCTRAP-EXTN-MIB: atm pvc trap mib extension
--
-- September 2001 Hrishikesh Kulkarni
--
-- Copyright (c) 2001, 2002 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
CISCO-ATM-PVCTRAP-EXTN-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE,
Gauge32,
Counter32
FROM SNMPv2-SMI
TimeStamp,
TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE,
NOTIFICATION-GROUP,
OBJECT-GROUP
FROM SNMPv2-CONF
ifIndex
FROM IF-MIB
atmInterfaceConfEntry,
atmVclVpi,
atmVclVci
FROM ATM-MIB
atmIntfPvcFailures,
atmIntfCurrentlyFailingPVcls
FROM CISCO-IETF-ATM2-PVCTRAP-MIB
ciscoExperiment
FROM CISCO-SMI;
ciscoAtmPvcTrapExtnMIB MODULE-IDENTITY
LAST-UPDATED "200301200000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-atm@cisco.com"
DESCRIPTION
"This MIB Module is a supplement to the
CISCO-IETF-ATM2-PVCTRAP-MIB."
REVISION "200301200000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoExperiment 97 }
-- Caution. This MIB is temporary and experimental. In the future
-- it will be removed from products, perhaps with short notice, in
-- favor of more standard or generic MIBs. Application developers
-- should not depend on long-term access to this MIB.
--
--
-- Textual Conventions
--
--
CatmOAMRecoveryType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Enums to indicate different types of OAM recoveries .
catmLoopbackOAMRecover - The object in query is Loopback OAM
type of recovery.
catmSegmentCCOAMRecover - The object in query is Segment CC
OAM type of recovery.
catmEndCCOAMRecover - The object in query is End-to-End
CC OAM type of recovery.
catmAISRDIOAMRecover - The object in query is AISRDI OAM
type of recovery."
SYNTAX INTEGER {
catmLoopbackOAMRecover(1),
catmSegmentCCOAMRecover(2),
catmEndCCOAMRecover(4),
catmAISRDIOAMRecover(8)
}
CatmOAMFailureType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Enums to indicate different types of OAM recoveries .
catmLoopbackOAMFailure - The object in query is Loopback OAM
type of failure.
catmSegmentCCOAMFailure - The object in query is Segment CC
OAM type of failure.
catmEndCCOAMFailure - The object in query is End-to-End
CC OAM type of failure.
catmAISRDIOAMFailure - The object in query is AISRDI OAM
type of failure."
SYNTAX INTEGER {
catmLoopbackOAMFailure(1),
catmSegmentCCOAMFailure(2),
catmEndCCOAMFailure(4),
catmAISRDIOAMFailure(8)
}
ciscoAtmPvcTrapExtnMIBObjects OBJECT IDENTIFIER ::=
{ ciscoAtmPvcTrapExtnMIB 1 }
catmInterfaceExt2Table OBJECT-TYPE
SYNTAX SEQUENCE OF CatmInterfaceExt2Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains ATM interface monitoring
information not defined in the
atmInterfaceConfTable from the ATM-MIB and
atmInterfaceExtTable CISCO-IETF-ATM2-PVCTRAP-MIB."
::= { ciscoAtmPvcTrapExtnMIBObjects 1 }
catmInterfaceExt2Entry OBJECT-TYPE
SYNTAX CatmInterfaceExt2Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry extends the atmInterfaceConfEntry
defined in ATM MIB. Each entry corresponds
to an ATM interface."
AUGMENTS { atmInterfaceConfEntry }
::= { catmInterfaceExt2Table 1 }
CatmInterfaceExt2Entry ::= SEQUENCE {
catmIntfCurrentlyDownToUpPVcls Gauge32,
catmIntfOAMFailedPVcls Gauge32,
catmIntfCurrentOAMFailingPVcls Gauge32,
catmIntfSegCCOAMFailedPVcls Gauge32,
catmIntfCurSegCCOAMFailingPVcls Gauge32,
catmIntfEndCCOAMFailedPVcls Gauge32,
catmIntfCurEndCCOAMFailingPVcls Gauge32,
catmIntfAISRDIOAMFailedPVcls Gauge32,
catmIntfCurAISRDIOAMFailingPVcls Gauge32,
catmIntfAnyOAMFailedPVcls Gauge32,
catmIntfCurAnyOAMFailingPVcls Gauge32,
catmIntfTypeOfOAMFailure CatmOAMFailureType,
catmIntfOAMRcovedPVcls Gauge32,
catmIntfCurrentOAMRcovingPVcls Gauge32,
catmIntfSegCCOAMRcovedPVcls Gauge32,
catmIntfCurSegCCOAMRcovingPVcls Gauge32,
catmIntfEndCCOAMRcovedPVcls Gauge32,
catmIntfCurEndCCOAMRcovingPVcls Gauge32,
catmIntfAISRDIOAMRcovedPVcls Gauge32,
catmIntfCurAISRDIOAMRcovingPVcls Gauge32,
catmIntfAnyOAMRcovedPVcls Gauge32,
catmIntfCurAnyOAMRcovingPVcls Gauge32,
catmIntfTypeOfOAMRecover CatmOAMRecoveryType
}
catmIntfCurrentlyDownToUpPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number PVCLs on this interface which
changed state to 'up' since the last
atmIntPvcUp2Trap was sent."
::= { catmInterfaceExt2Entry 1 }
catmIntfOAMFailedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in the OAM loopback failed condition but
the status of each PVCL remain in the 'up' state."
::= { catmInterfaceExt2Entry 2 }
catmIntfCurrentOAMFailingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which the
OAM loop back has failed but the status of each PVCL remain
in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 3 }
catmIntfSegCCOAMFailedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in the Segment CC OAM failed condition
but the status of each PVCL remain in the 'up' state."
::= { catmInterfaceExt2Entry 4 }
catmIntfCurSegCCOAMFailingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which the
Segment CC OAM has failed but the status of each PVCL remain
in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 5 }
catmIntfEndCCOAMFailedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in the End-to-End CC OAM failed condition
but the status of each PVCL remain in the 'up' state."
::= { catmInterfaceExt2Entry 6 }
catmIntfCurEndCCOAMFailingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which the
End-to-End CC OAM has failed but the status of each PVCL
remain in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 7 }
catmIntfAISRDIOAMFailedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in the AIS RDI OAM failed condition but
the status of each PVCL remain in the 'up' state."
::= { catmInterfaceExt2Entry 8 }
catmIntfCurAISRDIOAMFailingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which the
AIS RDI OAM has failed but the status of each PVCL remain
in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 9 }
catmIntfAnyOAMFailedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in any type of OAM failed condition but
the status of each PVCL remain in the 'up' state."
::= { catmInterfaceExt2Entry 10 }
catmIntfCurAnyOAMFailingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which
any of OAM has failed but the status of each PVCL remain
in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 11 }
catmIntfTypeOfOAMFailure OBJECT-TYPE
SYNTAX CatmOAMFailureType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type of OAM failure."
::= { catmInterfaceExt2Entry 12 }
catmIntfOAMRcovedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in the OAM loopback recovered condition and
the status of each PVCL is in the 'up' state."
::= { catmInterfaceExt2Entry 13 }
catmIntfCurrentOAMRcovingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which the
OAM loop back has recovered and the status of each PVCL is
in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 14 }
catmIntfSegCCOAMRcovedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in the Segment CC OAM recovered condition
and the status of each PVCL is in the 'up' state."
::= { catmInterfaceExt2Entry 15 }
catmIntfCurSegCCOAMRcovingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which the
Segment CC OAM has recovered and the status of each PVCL is
in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 16 }
catmIntfEndCCOAMRcovedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in the End-to-End CC OAM recovered condition
and the status of each PVCL is in the 'up' state."
::= { catmInterfaceExt2Entry 17 }
catmIntfCurEndCCOAMRcovingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which the
End-to-End CC OAM has recovered and the status of each PVCL
is in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 18 }
catmIntfAISRDIOAMRcovedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in the AIS RDI OAM recovered condition and
the status of each PVCL is in the 'up' state."
::= { catmInterfaceExt2Entry 19 }
catmIntfCurAISRDIOAMRcovingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which the
AIS RDI OAM has recovered and the status of each PVCL is
in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 20 }
catmIntfAnyOAMRcovedPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of PVCLs in this interface which
are currently in any type of OAM recovered condition and
the status of each PVCL is in the 'up' state."
::= { catmInterfaceExt2Entry 21 }
catmIntfCurAnyOAMRcovingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of PVCLs on this interface for which
any of OAM has recovered and the status of each PVCL is
in the 'up' state in the last notification interval."
::= { catmInterfaceExt2Entry 22 }
catmIntfTypeOfOAMRecover OBJECT-TYPE
SYNTAX CatmOAMRecoveryType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type of OAM Recovered"
::= { catmInterfaceExt2Entry 23 }
catmCurStatChangePVclTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmCurStatChangePVclEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table indicating all VCLs for which there is an
active row in the atmVclTable having an atmVclConnKind
value of `pvc' and atmVclOperStatus to have changed in the
last corresponding PVC notification."
::= { ciscoAtmPvcTrapExtnMIBObjects 2 }
catmCurStatChangePVclEntry OBJECT-TYPE
SYNTAX CatmCurStatChangePVclEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in the table represents a VCL for which
there is an active row in the atmVclTable having an
atmVclConnKind value of `pvc' and atmVclOperStatus
to have changed in the last corresponding PVC notification."
INDEX { ifIndex, atmVclVpi, atmVclVci }
::= { catmCurStatChangePVclTable 1 }
CatmCurStatChangePVclEntry ::= SEQUENCE {
catmPVclStatusTransition Counter32,
catmPVclStatusChangeStart TimeStamp,
catmPVclStatusChangeEnd TimeStamp,
catmPVclSegCCStatusTransition Counter32,
catmPVclSegCCStatusChangeStart TimeStamp,
catmPVclSegCCStatusChangeEnd TimeStamp,
catmPVclEndCCStatusTransition Counter32,
catmPVclEndCCStatusChangeStart TimeStamp,
catmPVclEndCCStatusChangeEnd TimeStamp,
catmPVclAISRDIStatusTransition Counter32,
catmPVclAISRDIStatusChangeStart TimeStamp,
catmPVclAISRDIStatusChangeEnd TimeStamp,
catmPVclCurFailTime TimeStamp,
catmPVclPrevRecoverTime TimeStamp,
catmPVclFailureReason CatmOAMFailureType
}
catmPVclStatusTransition OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of state transitions that has happened
on this PVCL in the last corresponding notification."
::= { catmCurStatChangePVclEntry 2 }
catmPVclStatusChangeStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which this PVCL changed state for the
first time in the last corresponding notification."
::= { catmCurStatChangePVclEntry 3 }
catmPVclStatusChangeEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp of the last state change of this PVCL
in the last corresponding notification."
::= { catmCurStatChangePVclEntry 4 }
catmPVclSegCCStatusTransition OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of state transitions that has happened
on this PVCL in the last corresponding notification due
to Segment CC OAM failure."
::= { catmCurStatChangePVclEntry 5 }
catmPVclSegCCStatusChangeStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which this PVCL changed state for the
first time in the last corresponding notification due
to Segment CC OAM failure."
::= { catmCurStatChangePVclEntry 6 }
catmPVclSegCCStatusChangeEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp of the last state change of this PVCL
in the last corresponding notification due
to Segment CC OAM failure."
::= { catmCurStatChangePVclEntry 7 }
catmPVclEndCCStatusTransition OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of state transitions that has happened
on this PVCL in the last corresponding notification due
to End CC OAM failure."
::= { catmCurStatChangePVclEntry 8 }
catmPVclEndCCStatusChangeStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which this PVCL changed state for the
first time in the last corresponding notification due
to End CC OAM failure."
::= { catmCurStatChangePVclEntry 9 }
catmPVclEndCCStatusChangeEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp of the last state change of this PVCL
in the last corresponding notification due
to End CC OAM failure."
::= { catmCurStatChangePVclEntry 10 }
catmPVclAISRDIStatusTransition OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of state transitions that has happened
on this PVCL in the last corresponding notification due
to AIS RDI OAM failure."
::= { catmCurStatChangePVclEntry 11 }
catmPVclAISRDIStatusChangeStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which this PVCL changed state for the
first time in the last corresponding notification due
to AIS RDI OAM failure."
::= { catmCurStatChangePVclEntry 12 }
catmPVclAISRDIStatusChangeEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp of the last state change of this PVCL
in the last corresponding notification due
to AIS RDI OAM failure."
::= { catmCurStatChangePVclEntry 13 }
catmPVclCurFailTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which this PVCL changed state to DOWN
last time in the last corresponding notification ."
::= { catmCurStatChangePVclEntry 14 }
catmPVclPrevRecoverTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which this PVCL changed state to UP
last time in the previous corresponding notification ."
::= { catmCurStatChangePVclEntry 15 }
catmPVclFailureReason OBJECT-TYPE
SYNTAX CatmOAMFailureType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type of OAM failure."
::= { catmCurStatChangePVclEntry 16 }
catmStatusChangePVclRangeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmStatusChangePVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table indicating more than one VCLs in a consecutive
range and for each VCL there is an active row in the
atmVclTable having an atmVclConnKind value of `pvc'
and atmVclOperStatus to have changed in the same
direction in the last corresponding PVC notification ."
::= { ciscoAtmPvcTrapExtnMIBObjects 3 }
catmStatusChangePVclRangeEntry OBJECT-TYPE
SYNTAX CatmStatusChangePVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table represents a range of VCLs and
for each VCL there is an active row in the atmVclTable having
an atmVclConnKind value of 'pvc' and atmVclOperStatus to have
changed in the same direction in the last notification
interval."
INDEX { ifIndex, atmVclVpi, catmStatusChangePVclRangeIndex }
::= { catmStatusChangePVclRangeTable 1 }
CatmStatusChangePVclRangeEntry ::= SEQUENCE {
catmStatusChangePVclRangeIndex INTEGER,
catmPVclLowerRangeValue INTEGER,
catmPVclHigherRangeValue INTEGER,
catmPVclRangeStatusChangeStart TimeStamp,
catmPVclRangeStatusChangeEnd TimeStamp
}
catmStatusChangePVclRangeIndex OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index to represent different ranges, the first range is
indexed by value 0, the second by 1 and so on..."
::= { catmStatusChangePVclRangeEntry 1 }
catmPVclLowerRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The first PVCL in a range of PVCLs for which the
atmVclOperStatus to have changed in the last
corresponding notification due to Loopback OAM failure."
::= { catmStatusChangePVclRangeEntry 2 }
catmPVclHigherRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last PVCL in a range of PVCLs for which the
atmOperStatus to have changed in the last
corresponding notification due to Loopback OAM failure."
::= { catmStatusChangePVclRangeEntry 3 }
catmPVclRangeStatusChangeStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the first PVCL in the range
changed state in the last corresponding notification due
to Loopback OAM failure."
::= { catmStatusChangePVclRangeEntry 4 }
catmPVclRangeStatusChangeEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the last PVCL in the range
changed state in the last corresponding notification due
to Loopback OAM failure."
::= { catmStatusChangePVclRangeEntry 5 }
catmSegCCStatusChPVclRangeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmSegCCStatusChPVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table indicating more than one VCLs in a consecutive
range and for each VCL there is an active row in the
atmVclTable having an atmVclConnKind value of `pvc'
and atmVclOperStatus to have changed due to segment CC
failure in the same direction in the last PVC
corresponding notification ."
::= { ciscoAtmPvcTrapExtnMIBObjects 5 }
catmSegCCStatusChPVclRangeEntry OBJECT-TYPE
SYNTAX CatmSegCCStatusChPVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table represents a range of VCLs and
for each VCL there is an active row in the atmVclTable having
an atmVclConnKind value of 'pvc' and atmVclOperStatus to have
changed due to segment CC failure in the same direction
in the last corresponding notification ."
INDEX { ifIndex, atmVclVpi, catmStatusChangePVclRangeIndex }
::= { catmSegCCStatusChPVclRangeTable 1 }
CatmSegCCStatusChPVclRangeEntry ::= SEQUENCE {
catmPVclSegCCLowerRangeValue INTEGER,
catmPVclSegCCHigherRangeValue INTEGER,
catmPVclSegCCRangeStatusChStart TimeStamp,
catmPVclSegCCRangeStatusChEnd TimeStamp
}
catmPVclSegCCLowerRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The first PVCL in a range of PVCLs for which the
atmVclOperStatus to have changed in the last
corresponding notification due to Segment CC OAM failure."
::= { catmSegCCStatusChPVclRangeEntry 1 }
catmPVclSegCCHigherRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last PVCL in a range of PVCLs for which the
atmOperStatus to have changed in the last
corresponding notification due to Segment CC OAM failure."
::= { catmSegCCStatusChPVclRangeEntry 2 }
catmPVclSegCCRangeStatusChStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the first PVCL in the range
changed state in the last corresponding notification due
to Segment CC OAM failure."
::= { catmSegCCStatusChPVclRangeEntry 3 }
catmPVclSegCCRangeStatusChEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the last PVCL in the range
changed state in the last corresponding notification due
to Segment CC OAM failure."
::= { catmSegCCStatusChPVclRangeEntry 4 }
catmEndCCStatusChPVclRangeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmEndCCStatusChPVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table indicating more than one VCLs in a consecutive
range and for each VCL there is an active row in the
atmVclTable having an atmVclConnKind value of `pvc'
and atmVclOperStatus to have changed due to End CC failure
in the same direction in the last PVC notification
interval."
::= { ciscoAtmPvcTrapExtnMIBObjects 6 }
catmEndCCStatusChPVclRangeEntry OBJECT-TYPE
SYNTAX CatmEndCCStatusChPVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table represents a range of VCLs and
for each VCL there is an active row in the atmVclTable having
an atmVclConnKind value of 'pvc' and atmVclOperStatus to have
changed due to End CC failure in the same direction in the
last corresponding notification ."
INDEX { ifIndex, atmVclVpi, catmStatusChangePVclRangeIndex }
::= { catmEndCCStatusChPVclRangeTable 1 }
CatmEndCCStatusChPVclRangeEntry ::= SEQUENCE {
catmPVclEndCCLowerRangeValue INTEGER,
catmPVclEndCCHigherRangeValue INTEGER,
catmPVclEndCCRangeStatusChStart TimeStamp,
catmPVclEndCCRangeStatusChEnd TimeStamp
}
catmPVclEndCCLowerRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The first PVCL in a range of PVCLs for which the
atmVclOperStatus to have changed in the last
corresponding notification due to End CC OAM failure."
::= { catmEndCCStatusChPVclRangeEntry 1 }
catmPVclEndCCHigherRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last PVCL in a range of PVCLs for which the
atmOperStatus to have changed in the last
corresponding notification due to End CC OAM failure."
::= { catmEndCCStatusChPVclRangeEntry 2 }
catmPVclEndCCRangeStatusChStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the first PVCL in the range
changed state in the last corresponding notification due
to End CC OAM failure."
::= { catmEndCCStatusChPVclRangeEntry 3 }
catmPVclEndCCRangeStatusChEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the last PVCL in the range
changed state in the last corresponding notification due
to End CC OAM failure."
::= { catmEndCCStatusChPVclRangeEntry 4 }
catmAISRDIStatusChPVclRangeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmAISRDIStatusChPVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table indicating more than one VCLs in a consecutive
range and for each VCL there is an active row in the
atmVclTable having an atmVclConnKind value of `pvc'
and atmVclOperStatus to have changed due to AIS/RDI failure
in the same direction in the last corresponding PVC
notification."
::= { ciscoAtmPvcTrapExtnMIBObjects 7 }
catmAISRDIStatusChPVclRangeEntry OBJECT-TYPE
SYNTAX CatmAISRDIStatusChPVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table represents a range of VCLs and
for each VCL there is an active row in the atmVclTable having
an atmVclConnKind value of 'pvc' and atmVclOperStatus to have
changed due to AIS/RDI failure in the same direction in the
last corresponding notification ."
INDEX { ifIndex, atmVclVpi, catmStatusChangePVclRangeIndex }
::= { catmAISRDIStatusChPVclRangeTable 1 }
CatmAISRDIStatusChPVclRangeEntry ::= SEQUENCE {
catmPVclAISRDILowerRangeValue INTEGER,
catmPVclAISRDIHigherRangeValue INTEGER,
catmPVclAISRDIRangeStatusChStart TimeStamp,
catmPVclAISRDIRangeStatusChEnd TimeStamp
}
catmPVclAISRDILowerRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The first PVCL in a range of PVCLs for which the
atmVclOperStatus to have changed in the last
corresponding notification due to AISRDI OAM failure."
::= { catmAISRDIStatusChPVclRangeEntry 1 }
catmPVclAISRDIHigherRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last PVCL in a range of PVCLs for which the
atmOperStatus to have changed in the last
corresponding notification due to AISRDI OAM failure."
::= { catmAISRDIStatusChPVclRangeEntry 2 }
catmPVclAISRDIRangeStatusChStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the first PVCL in the range
changed state in the last corresponding notification due
to AISRDI OAM failure."
::= { catmAISRDIStatusChPVclRangeEntry 3 }
catmPVclAISRDIRangeStatusChEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the last PVCL in the range
changed state in the last corresponding notification due
to AISRDI OAM failure."
::= { catmAISRDIStatusChPVclRangeEntry 4 }
catmDownPVclRangeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmDownPVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table indicating more than one VCLs in a consecutive
range and for each VCL there is an active row in the
atmVclTable having an atmVclConnKind value of `pvc'
and atmVclOperStatus to have detected as Down
in the last corresponding PVC notification ."
::= { ciscoAtmPvcTrapExtnMIBObjects 8 }
catmDownPVclRangeEntry OBJECT-TYPE
SYNTAX CatmDownPVclRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table represents a range of VCLs and
for each VCL there is an active row in the atmVclTable having
an atmVclConnKind value of 'pvc' and atmVclOperStatus to
have detected as Down in the last notification
interval."
INDEX { ifIndex, atmVclVpi, catmStatusChangePVclRangeIndex }
::= { catmDownPVclRangeTable 1 }
CatmDownPVclRangeEntry ::= SEQUENCE {
catmDownPVclLowerRangeValue INTEGER,
catmDownPVclHigherRangeValue INTEGER,
catmDownPVclRangeStart TimeStamp,
catmDownPVclRangeEnd TimeStamp,
catmPrevUpPVclRangeStart TimeStamp,
catmPrevUpPVclRangeEnd TimeStamp,
catmPVclRangeFailureReason CatmOAMFailureType
}
catmDownPVclLowerRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The first PVCL in a range of PVCLs for which the
atmVclOperStatus has been detected as Down in the
corresponding notification ."
::= { catmDownPVclRangeEntry 1 }
catmDownPVclHigherRangeValue OBJECT-TYPE
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last PVCL in a range of PVCLs for which the
atmVclOperStatus has been detected as Down in the
corresponding notification ."
::= { catmDownPVclRangeEntry 2 }
catmDownPVclRangeStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the first atmVclOperStatus
is detected as Down on any of the PVCLs in the range
in the corresponding notification ."
::= { catmDownPVclRangeEntry 3 }
catmDownPVclRangeEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the last atmVclOperStatus
is detected as Down on any of the PVCLs in the range
in the corresponding notification ."
::= { catmDownPVclRangeEntry 4 }
catmPrevUpPVclRangeStart OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the first atmVclOperStatus
is detected as Up on any of the PVCLs in the range
in the previous catmIntfPvcUp2Trap notification."
::= { catmDownPVclRangeEntry 5 }
catmPrevUpPVclRangeEnd OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time stamp at which the last atmVclOperStatus
is detected as Up on any of the PVCLs in the range
in the previous catmIntfPvcUp2Trap notification."
::= { catmDownPVclRangeEntry 6 }
catmPVclRangeFailureReason OBJECT-TYPE
SYNTAX CatmOAMFailureType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type of OAM failure."
::= { catmDownPVclRangeEntry 7 }
catmCurStatusUpPVclTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmCurStatusUpPVclEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table indicating all VCLs for which there is an
active row in the atmVclTable having an atmVclConnKind
value of `pvc' and atmVclOperStatus to have changed to UP
in the last corresponding PVC notification ."
::= { ciscoAtmPvcTrapExtnMIBObjects 9 }
catmCurStatusUpPVclEntry OBJECT-TYPE
SYNTAX CatmCurStatusUpPVclEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in the table represents a VCL for which
there is an active row in the atmVclTable having an
atmVclConnKind value of `pvc' and atmVclOperStatus
to have changed to UP in the last PVC notification
interval."
INDEX { ifIndex, atmVclVpi, atmVclVci }
::= { catmCurStatusUpPVclTable 1 }
CatmCurStatusUpPVclEntry ::= SEQUENCE {