forked from kcsinclair/mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ATM-FORUM-SNMP-M4-MIB.mib
4734 lines (4120 loc) · 163 KB
/
ATM-FORUM-SNMP-M4-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
ATM-FORUM-SNMP-M4-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
NOTIFICATION-TYPE, OBJECT-IDENTITY,
Integer32, IpAddress, Gauge32,
Unsigned32, enterprises FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString,
AutonomousType, RowStatus,
TestAndIncr, RowPointer,
TruthValue, TimeStamp,
DateAndTime, TimeInterval FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP,
NOTIFICATION-GROUP FROM SNMPv2-CONF
ifIndex, ifOperStatus, OwnerString FROM IF-MIB
atmVplEntry, atmVplVpi,
atmVplOperStatus,
atmVclEntry, atmVclVpi, atmVclVci,
atmVclOperStatus,
atmVpCrossConnectEntry,
atmVpCrossConnectL2HOperStatus,
atmVpCrossConnectH2LOperStatus,
atmVcCrossConnectEntry,
atmVcCrossConnectL2HOperStatus,
atmVcCrossConnectH2LOperStatus FROM ATM-MIB
entPhysicalIndex, entPhysicalClass,
entPhysicalContainedIn,
entPhysicalParentRelPos
FROM ENTITY-MIB
hrSWInstalledIndex,
hrSWInstalledName FROM HOST-RESOURCES-MIB;
atmfM4MIB MODULE-IDENTITY
LAST-UPDATED "9805140000Z"
ORGANIZATION "The ATM Forum"
CONTACT-INFO
"The ATM Forum
2570 West El Camino Real, Suite 304
Mountain View, CA 94040-1313 USA
Phone: +1 415-949-6700
Fax: +1 415-949-6705
DESCRIPTION
"This MIB module is the SNMP version of the ATM Forum's
M4 interface (network element view)."
REVISION "9805140000Z"
DESCRIPTION
"Initial version of MIB module ATM-FORUM-SNMP-M4-MIB."
::= { atmfM4SnmpNEView 1 }
atmForum OBJECT IDENTIFIER ::= { enterprises 353 }
atmForumNetworkManagement OBJECT IDENTIFIER ::= { atmForum 5 }
atmfM4 OBJECT IDENTIFIER ::= { atmForumNetworkManagement 1 }
atmfM4SnmpNEView OBJECT IDENTIFIER ::= { atmfM4 3 }
atmfM4MIBObjects OBJECT IDENTIFIER ::= { atmfM4MIB 1 }
atmfM4MIBTraps OBJECT IDENTIFIER ::= { atmfM4MIB 2 }
atmfM4MIBTrapPrefix OBJECT IDENTIFIER ::= { atmfM4MIBTraps 0 }
atmfM4MIBConformance OBJECT IDENTIFIER ::= { atmfM4MIB 3 }
-- This MIB module consists of the following groups:
-- (1) ATM NE High-Level Objects
-- (2) Interfaces: Physical Path Termination Point Table
-- (3) TC Adapter Table
-- (4) ATM Cell Layer Interface Table
-- (5) VPL Termination Point Table Extensions
-- (6) VCL Termination Point Table Extensions
-- (7) VP Cross-Connect Table Extensions
-- (8) VC Cross-Connect Table Extensions
-- (9) VP 'next VPI' Table
-- (10) VC 'next VCI' Table
-- (11) ATM Cell Protocol Monitoring Current Data Table
-- (12) ATM Cell Protocol Monitoring History Data Table
-- (13) ATM Cell Protocol Monitoring Error Log Table
-- (14) TC Adapter Protocol Monitoring Current Data Table
-- (15) TC Adapter Protocol Monitoring History Data Table
-- (16) VPL UPC/NPC Disagreement Monitoring Current Data Table
-- (17) VPL UPC/NPC Disagreement Monitoring History Data Table
-- (18) VCL UPC/NPC Disagreement Monitoring Current Data Table
-- (19) VCL UPC/NPC Disagreement Monitoring History Data Table
-- (20) OAM Loopback Test Definitions
-- (21) VPL/VPC Termination Point Test Table
-- (22) VCL/VCC Termination Point Test Table
-- (23) Equipment Table extension
-- (24) Equipment Holder Table extension
-- (25) Plug-In Unit Table extension
-- (26) Hardware Unit/Running Software Relationship Table
-- (27) Hardware Unit/Installed Software Relationship Table
-- (28) Alarm Forwarding Discriminator Table
-- (29) Trap Log Table
-- (30) Trap Log Entry Table
-- (31) Alarm Trap Log Entry Table extension
-- (32) Notifications (traps)
-- (33) Conformance statements
-- ATM Forum M4 ATM network element (NE) high-level objects
atmfM4NeVendor OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The vendor of the ATM network element."
::= { atmfM4MIBObjects 1 }
atmfM4NeVersion OBJECT-TYPE
SYNTAX AutonomousType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of the ATM network element."
::= { atmfM4MIBObjects 2 }
atmfM4NeStartTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time at which the agent was last started; in other
words, the time at which sysUpTime was zero."
::= { atmfM4MIBObjects 3 }
atmfM4NeAlarmSeverityIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"An index into the alarm severity profile table, specifying
the severity assignments for M4 alarms reported for the
ATM network element. The default value for this object is
zero."
::= { atmfM4MIBObjects 4 }
atmfM4NeSuppressZeroStats OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When the value of this object is true, no entry will be
created in any of the historical statistics tables for
intervals in which all counts are zero. The default value for
this object is true(1)."
::= { atmfM4MIBObjects 5 }
-- ATM Forum M4 Interface Configuration Table Extensions
-- Physical Path Termination Point Layer
atmfM4PhysPathTpTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4PhysPathTpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 interface Configuration table extensions
for the physical path termination point."
::= { atmfM4MIBObjects 6 }
atmfM4PhysPathTpEntry OBJECT-TYPE
SYNTAX AtmfM4PhysPathTpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Columns conceptually added to the interface table
entry for an ATM interface to model the physical path
termination point.
The row of the interface table modeling this object should
also include columns for the TC Adapter object and the ATM
interface table defined in RFC 1695.
The interface table entry for the physical path TP
fields of an ATM interface are set up without management
system control (or else that setup is outside the
scope of M4)."
INDEX { ifIndex }
::= { atmfM4PhysPathTpTable 1 }
AtmfM4PhysPathTpEntry ::= SEQUENCE {
atmfM4PhysPathTpHwUnitIndex Integer32,
atmfM4PhysPathTpPortID Integer32,
atmfM4PhysPathTpAlarmSeverityIndex Integer32
}
atmfM4PhysPathTpHwUnitIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the index of the entry in the entPhysicalTable
that represents the device (i.e., card) on which the
physical path terminates."
::= { atmfM4PhysPathTpEntry 1 }
atmfM4PhysPathTpPortID OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the port (within the card identified by the
hardware unit index) on which the physical path terminates."
::= { atmfM4PhysPathTpEntry 2 }
atmfM4PhysPathTpAlarmSeverityIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the index of the entry in the communications
alarm severity profile table that should be used. The default
value of this object is zero."
::= { atmfM4PhysPathTpEntry 3 }
-- ATM Forum M4 Interface Configuration Table Extensions
-- TC Adapter Layer
atmfM4TcAdapterTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4TcAdapterEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 interface Configuration table extensions
for the TC Adapter."
::= { atmfM4MIBObjects 7 }
atmfM4TcAdapterEntry OBJECT-TYPE
SYNTAX AtmfM4TcAdapterEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Columns conceptually added to the interface table
entry for an ATM interface to model the TC Adapter.
The row of the interface table modeling this object should
also include columns for the physical path TP and the ATM
interface table defined in RFC 1695.
The interface table entry for the TC Adapter
fields of an ATM interface are set up without management
system control (or else that setup is outside the
scope of M4)."
INDEX { ifIndex }
::= { atmfM4TcAdapterTable 1 }
AtmfM4TcAdapterEntry ::= SEQUENCE {
atmfM4TcACellScrambling TruthValue,
atmfM4TcAlarmSeverityIndex Integer32
}
atmfM4TcACellScrambling OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This attribute is used by the management system to
activate and deactivate the ATM cell scrambling function.
When the value of this attribute is TRUE, cell scrambling
on the interface is activated.
This attribute shall be present only for interfaces that
support the deactivation of cell scrambling. The ATM Forum
UNI specification requires cell scrambling for ATM/SONET
interfaces but allows cell scrambling to be controlled
(i.e., turned on and off) for ATM/DS3 interfaces.
The default value of this object is true(1)."
::= { atmfM4TcAdapterEntry 1 }
atmfM4TcAlarmSeverityIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the index of the entry in the communications
alarm severity profile table that should be used. The
default value of this object is zero."
::= { atmfM4TcAdapterEntry 2 }
-- ATM Forum M4 Interface Configuration Table Extensions
-- ATM Cell Layer
atmfM4AtmLayerTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4AtmLayerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 interface Configuration table extensions
for the ATM cell layer."
::= { atmfM4MIBObjects 8 }
atmfM4AtmLayerEntry OBJECT-TYPE
SYNTAX AtmfM4AtmLayerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Columns conceptually added to the interface table
entry for an ATM interface to model the ATM cell layer.
The row of the interface table modeling this object should
also include columns for the physical path TP and TC Adapter
object, as well as the ATM interface table defined in
RFC 1695.
The default configuration of an entry in this table is
used whenever the entries for the physical path TP, etc.,
are created. The management system configures a UNI,
B-ICI, or B-ISSI on the interface by first modifying the
atmfM4IfType column (this can be done in the same SNMP
set-request that sets up the other necessary variables."
INDEX { ifIndex }
::= { atmfM4AtmLayerTable 1 }
AtmfM4AtmLayerEntry ::= SEQUENCE {
atmfM4IfType INTEGER,
atmfM4IfLoopbackLocationCode Integer32,
atmfM4IfSubscriberAddress DisplayString,
atmfM4IfPreferredCarrier DisplayString,
atmfM4IfFarEndCarrierNetwork DisplayString
}
atmfM4IfType OBJECT-TYPE
SYNTAX INTEGER {
none(0),
uni(1),
bici(2),
bissi(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the type of ATM cell layer interface defined
on the physical path termination point modeled by this
entry in the interface table. The default value of this
object is none(0)."
::= { atmfM4AtmLayerEntry 1 }
atmfM4IfLoopbackLocationCode OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the code that shall exist in incoming OAM
Loopback cells that are to be looped back at this
interface.
A value of zero shall indicate that the management system
has not set any loopback location code for this interface.
Therefore, zero should not be used as the actual loopback
location code for any interface.
This object shall be present only for table entries that
represent an actual ATM cell layer interface (i.e., the
atmfM4IfType is not none(0)).
The default value of this object is zero."
::= { atmfM4AtmLayerEntry 2 }
atmfM4IfSubscriberAddress OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the address or newline-delimited list of
addresses assigned to the UNI.
This object shall be present only for table entries that
represent a UNI interface.
The default value of this object is the null string."
::= { atmfM4AtmLayerEntry 3 }
atmfM4IfPreferredCarrier OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the name of the default carrier to use when one
is not explicitly identified in the call set-up message.
This object shall be present only for table entries that
represent a UNI interface and only when SVC services are
supported.
The default value of this object is the null string."
::= { atmfM4AtmLayerEntry 4 }
atmfM4IfFarEndCarrierNetwork OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the adjacent carrier to which the B-ICI
transmission path is connected.
This object shall be present only for table entries that
represent a B-ICI interface and only when SVC services are
supported.
The default value of this object is the null string."
::= { atmfM4AtmLayerEntry 5 }
-- ATM Forum M4 VPL Termination Point Configuration Table Extensions
atmfM4VplTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4VplEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 VPL Termination Point Configuration
table extensions. This table augments the VPL
configuration table in RFC 1695."
::= { atmfM4MIBObjects 9 }
atmfM4VplEntry OBJECT-TYPE
SYNTAX AtmfM4VplEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Additional columns for the VPL configuration table entry."
AUGMENTS { atmVplEntry }
::= { atmfM4VplTable 1 }
AtmfM4VplEntry ::= SEQUENCE {
atmfM4VplSegEndPt TruthValue
}
atmfM4VplSegEndPt OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies whether the VPL termination point is a segment
end-point."
DEFVAL { false }
::= { atmfM4VplEntry 1 }
-- ATM Forum M4 VCL Termination Point Configuration Table Extensions
atmfM4VclTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4VclEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 VCL Termination Point Configuration
table extensions. This table augments the VCL
configuration table in RFC 1695."
::= { atmfM4MIBObjects 10 }
atmfM4VclEntry OBJECT-TYPE
SYNTAX AtmfM4VclEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Additional columns for the VCL configuration table entry."
AUGMENTS { atmVclEntry }
::= { atmfM4VclTable 1 }
AtmfM4VclEntry ::= SEQUENCE {
atmfM4VclSegEndPt TruthValue
}
atmfM4VclSegEndPt OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies whether the VCL termination point is a segment
end-point."
DEFVAL { false }
::= { atmfM4VclEntry 1 }
-- ATM Forum M4 VP Cross-Connect Table Extensions
atmfM4VpXConnTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4VpXConnEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 VP Cross-Connect Configuration
table extensions. This table augments the VP Cross-Connect
configuration table in RFC 1695."
::= { atmfM4MIBObjects 11 }
atmfM4VpXConnEntry OBJECT-TYPE
SYNTAX AtmfM4VpXConnEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Additional columns for the VP Cross-Connect table entry."
AUGMENTS { atmVpCrossConnectEntry }
::= { atmfM4VpXConnTable 1 }
AtmfM4VpXConnEntry ::= SEQUENCE {
atmfM4VpXConnRecover TruthValue
}
atmfM4VpXConnRecover OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"If FALSE, this cross-connection will be removed on
failure."
DEFVAL { true }
::= { atmfM4VpXConnEntry 1 }
-- ATM Forum M4 VC Cross-Connect Table Extensions
atmfM4VcXConnTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4VcXConnEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 VC Cross-Connect Configuration
table extensions. This table augments the VC Cross-Connect
configuration table in RFC 1695."
::= { atmfM4MIBObjects 12 }
atmfM4VcXConnEntry OBJECT-TYPE
SYNTAX AtmfM4VcXConnEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Additional columns for the VC Cross-Connect table entry."
AUGMENTS { atmVcCrossConnectEntry }
::= { atmfM4VcXConnTable 1 }
AtmfM4VcXConnEntry ::= SEQUENCE {
atmfM4VcXConnRecover TruthValue
}
atmfM4VcXConnRecover OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"If FALSE, this cross-connection will be removed on
failure."
DEFVAL { true }
::= { atmfM4VcXConnEntry 1 }
-- ATM Forum M4 VP "Next VPI" Table
atmfM4VpNextVpiTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4VpNextVpiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 VP Next VPI value table. This optional
table supplies unused VPI values for use in creating
entries in the atmVplTable."
::= { atmfM4MIBObjects 13 }
atmfM4VpNextVpiEntry OBJECT-TYPE
SYNTAX AtmfM4VpNextVpiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table represents the 'next' VPI
value available for a given ATM interface.
Each ATM interface (UNI, BICI, BISSI) automatically has
an entry in this table associated with it."
INDEX { ifIndex }
::= { atmfM4VpNextVpiTable 1 }
AtmfM4VpNextVpiEntry ::= SEQUENCE {
atmfM4VpNextVpiValue INTEGER
}
atmfM4VpNextVpiValue OBJECT-TYPE
SYNTAX INTEGER (-1..4095)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains an appropriate value to be used for
atmVplVpi when creating entries in the atmVplTable. The
value -1 indicates that no unassigned entries are available.
To obtain the atmVplVpi value for a new entry, the manager
issues a management protocol retrieval operation to obtain
the current value of this object. After each retrieval, the
agent should modify the value to the next unassigned index
(or -1)."
::= { atmfM4VpNextVpiEntry 1 }
-- ATM Forum M4 VC "Next VCI" Table
atmfM4VcNextVciTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4VcNextVciEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 VC Next VCI value table. This optional
table supplies unused VCI values for use in creating
entries in the atmVclTable."
::= { atmfM4MIBObjects 14 }
atmfM4VcNextVciEntry OBJECT-TYPE
SYNTAX AtmfM4VcNextVciEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table represents the 'next' VCI
value available for a given ATM interface.
Each VPL Termination Point automatically has
an entry in this table associated with it."
INDEX { ifIndex,
atmVplVpi }
::= { atmfM4VcNextVciTable 1 }
AtmfM4VcNextVciEntry ::= SEQUENCE {
atmfM4VcNextVciValue INTEGER
}
atmfM4VcNextVciValue OBJECT-TYPE
SYNTAX INTEGER (-1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains an appropriate value to be used for
atmVclVci when creating entries in the atmVclTable. The
value -1 indicates that no unassigned entries are available.
To obtain the atmVclVci value for a new entry, the manager
issues a management protocol retrieval operation to obtain
the current value of this object. After each retrieval, the
agent should modify the value to the next unassigned index
(or -1)."
::= { atmfM4VcNextVciEntry 1 }
-- ATM Cell Protocol Monitoring Current Data (per interface)
atmfM4CellProtoCurrTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4CellProtoCurrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 Cell Protocol Monitoring Current Data
table.
This table maintains per-interface statistics for the
fifteen-minute interval currently being collected."
::= { atmfM4MIBObjects 15 }
atmfM4CellProtoCurrEntry OBJECT-TYPE
SYNTAX AtmfM4CellProtoCurrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATM Forum M4 Cell Protocol Monitoring
Current Data table.
Each ATM interface (UNI, BICI, BISSI) automatically has
an entry in this table associated with it."
INDEX { ifIndex }
::= { atmfM4CellProtoCurrTable 1 }
AtmfM4CellProtoCurrEntry ::= SEQUENCE {
atmfM4CellProtoCurrSuspect TruthValue,
atmfM4CellProtoCurrElapsedTime TimeInterval,
atmfM4CellProtoCurrSupprIntvls Gauge32,
atmfM4CellProtoCurrProtoErrors Gauge32,
atmfM4CellProtoCurrInOAMCells Gauge32
}
atmfM4CellProtoCurrSuspect OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If true, the statistics in this entry may be unreliable."
::= { atmfM4CellProtoCurrEntry 1 }
atmfM4CellProtoCurrElapsedTime OBJECT-TYPE
SYNTAX TimeInterval
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of time, measured in units of 0.01 second, that
statistics for this entry (the current interval) have been
counted."
::= { atmfM4CellProtoCurrEntry 2 }
atmfM4CellProtoCurrSupprIntvls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This attribute is non-zero only if the ATM NE is
suppressing ATM Cell Protocol Monitoring History Data
entry creation when the current interval terminates with
'all-zeroes' performance measurements.
When non-zero, this attribute represents the number of
'all-zeroes' intervals that were suppressed immediately
prior to the current interval.
Note that the suppression of 'all-zeroes' intervals is
controlled by the atmfM4NeSuppressZeroStats object."
::= { atmfM4CellProtoCurrEntry 3 }
atmfM4CellProtoCurrProtoErrors OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of ATM cells dropped on this interface, due to
an unrecognized field or set of fields in the ATM cell
header, since the start of this interval."
::= { atmfM4CellProtoCurrEntry 4 }
atmfM4CellProtoCurrInOAMCells OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of OAM cells received at this interface since
the start of this interval."
::= { atmfM4CellProtoCurrEntry 5 }
-- ATM Cell Protocol Monitoring History Data (per interface and time
-- interval)
atmfM4CellProtoHistTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4CellProtoHistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 Cell Protocol Monitoring History Data
table.
This table maintains per-interface statistics for previous
fifteen-minute intervals."
::= { atmfM4MIBObjects 16 }
atmfM4CellProtoHistEntry OBJECT-TYPE
SYNTAX AtmfM4CellProtoHistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATM Forum M4 Cell Protocol Monitoring
History Data table.
Each ATM interface (UNI, BICI, BISSI) automatically has
an entry in this table associated with it for each fifteen-
minute interval in which statistics are collected for it."
INDEX { ifIndex,
atmfM4CellProtoHistIndex }
::= { atmfM4CellProtoHistTable 1 }
AtmfM4CellProtoHistEntry ::= SEQUENCE {
atmfM4CellProtoHistIndex INTEGER,
atmfM4CellProtoHistSuspect TruthValue,
atmfM4CellProtoHistElapsedTime TimeInterval,
atmfM4CellProtoHistSupprIntvls Gauge32,
atmfM4CellProtoHistProtoErrors Gauge32,
atmfM4CellProtoHistInOAMCells Gauge32
}
atmfM4CellProtoHistIndex OBJECT-TYPE
SYNTAX INTEGER (1..96)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A number between 1 and 96, which identifies the interval
for which the set of statistics in this entry was
collected.
The interval identified by 1 is the most recently completed
15 minute interval, and the interval identified by N is the
interval immediately preceding the one identified by N-1."
::= { atmfM4CellProtoHistEntry 1 }
atmfM4CellProtoHistSuspect OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If true, the statistics in this entry may be unreliable."
::= { atmfM4CellProtoHistEntry 2 }
atmfM4CellProtoHistElapsedTime OBJECT-TYPE
SYNTAX TimeInterval
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of time, measured in units of 0.01 second, that
statistics for this entry (the current interval) have been
counted."
::= { atmfM4CellProtoHistEntry 3 }
atmfM4CellProtoHistSupprIntvls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This attribute is non-zero only if the ATM NE is
suppressing ATM Cell Protocol Monitoring History Data
entry creation when the current interval terminates with
'all-zeroes' performance measurements.
When non-zero, this attribute represents the number of
'all-zeroes' intervals that were suppressed immediately
prior to this 'non-all-zeroes' history interval.
Note that the suppression of 'all-zeroes' intervals is
controlled by the atmfM4NeSuppressZeroStats object."
::= { atmfM4CellProtoHistEntry 4 }
atmfM4CellProtoHistProtoErrors OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of ATM cells dropped on this interface, due to
an unrecognized field or set of fields in the ATM cell
header, during this interval."
::= { atmfM4CellProtoHistEntry 5 }
atmfM4CellProtoHistInOAMCells OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of OAM cells received at this interface during
this interval."
::= { atmfM4CellProtoHistEntry 6 }
-- ATM Cell Protocol Monitoring Error Log (per interface, error code)
atmfM4CellProtoErrorTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4CellProtoErrorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 Cell Protocol Monitoring Error Log
table.
This table maintains a record of the last error of each
type encountered on each interface, as a result of ATM
Cell Protocol Monitoring."
::= { atmfM4MIBObjects 17 }
atmfM4CellProtoErrorEntry OBJECT-TYPE
SYNTAX AtmfM4CellProtoErrorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATM Forum M4 Cell Protocol Monitoring
Error Log table.
Each ATM interface (UNI, BICI, BISSI) automatically has
an entry in this table associated with it for each error
that has occurred since agent start-up."
INDEX { ifIndex,
atmfM4CellProtoErrorCode }
::= { atmfM4CellProtoErrorTable 1 }
AtmfM4CellProtoErrorEntry ::= SEQUENCE {
atmfM4CellProtoErrorCode Integer32,
atmfM4CellProtoErrorTime TimeStamp,
atmfM4CellProtoErrorReason INTEGER,
atmfM4CellProtoErrorVpi INTEGER,
atmfM4CellProtoErrorVci INTEGER
}
atmfM4CellProtoErrorCode OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the type of error for which this entry contains
information. The range and interpretation of this error
code value is left up to the individual agent implementor."
::= { atmfM4CellProtoErrorEntry 1 }
atmfM4CellProtoErrorTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Value of sysUpTime when the error occurred."
::= { atmfM4CellProtoErrorEntry 2 }
atmfM4CellProtoErrorReason OBJECT-TYPE
SYNTAX INTEGER {
unassignedVpiVciValue(1),
outOfRangeVpiVciValue(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The cell header abnormality type: the reason for discarding
the ATM cell (i.e., unassigned VPI/VCI value or VPI/VCI
value out of range)."
::= { atmfM4CellProtoErrorEntry 3 }
atmfM4CellProtoErrorVpi OBJECT-TYPE
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The VPI value of the discarded cell."
::= { atmfM4CellProtoErrorEntry 4 }
atmfM4CellProtoErrorVci OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The VCI value of the discarded cell."
::= { atmfM4CellProtoErrorEntry 5 }
-- TC Adapter Protocol Monitoring Current Data (per interface)
atmfM4TcProtoCurrTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmfM4TcProtoCurrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ATM Forum M4 TC Adapter Protocol Monitoring Current
Data table.
This table maintains per-interface statistics for the
fifteen-minute interval currently being collected."
::= { atmfM4MIBObjects 18 }
atmfM4TcProtoCurrEntry OBJECT-TYPE
SYNTAX AtmfM4TcProtoCurrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ATM Forum M4 TC Adapter Protocol Monitoring
Current Data table.
Each ATM interface (UNI, BICI, BISSI) automatically has
an entry in this table associated with it."
INDEX { ifIndex }
::= { atmfM4TcProtoCurrTable 1 }
AtmfM4TcProtoCurrEntry ::= SEQUENCE {
atmfM4TcProtoCurrSuspect TruthValue,
atmfM4TcProtoCurrElapsedTime TimeInterval,
atmfM4TcProtoCurrSupprIntvls Gauge32,
atmfM4TcProtoCurrDiscardHECViol Gauge32
}
atmfM4TcProtoCurrSuspect OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If true, the statistics in this entry may be unreliable."
::= { atmfM4TcProtoCurrEntry 1 }
atmfM4TcProtoCurrElapsedTime OBJECT-TYPE
SYNTAX TimeInterval
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of time, measured in units of 0.01 second, that
statistics for this entry (the current interval) have been
counted."
::= { atmfM4TcProtoCurrEntry 2 }
atmfM4TcProtoCurrSupprIntvls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This attribute is non-zero only if the ATM NE is
suppressing ATM TC Adapter Protocol Monitoring History Data
entry creation when the current interval terminates with
'all-zeroes' performance measurements.
When non-zero, this attribute represents the number of
'all-zeroes' intervals that were suppressed immediately
prior to the current interval.
Note that the suppression of 'all-zeroes' intervals is
controlled by the atmfM4NeSuppressZeroStats object."
::= { atmfM4TcProtoCurrEntry 3 }
atmfM4TcProtoCurrDiscardHECViol OBJECT-TYPE
SYNTAX Gauge32