forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-ATM-TRUNK-MIB.mib
1667 lines (1442 loc) · 53.9 KB
/
CISCO-ATM-TRUNK-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-VOICE-ATM-TRUNK-MIB.my:
--
-- Cisco ATM Trunk MIB
--
--
-- January 2003, Feng Luo
--
-- Copyright (c) 2003 by cisco Systems, Inc.
-- All rights reserved.
--
-- *********************************************************************
CISCO-ATM-TRUNK-MIB DEFINITIONS ::= BEGIN
IMPORTS
RowStatus,
TimeStamp,
TruthValue,
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-COMPLIANCE,
OBJECT-GROUP FROM SNMPv2-CONF
OBJECT-TYPE,
MODULE-IDENTITY,
Integer32,
Gauge32,
Unsigned32 FROM SNMPv2-SMI
ifIndex,
InterfaceIndex FROM IF-MIB
CiscoAal2ProfileNumber,
CiscoAal2ProfileType FROM CISCO-VOICE-AALX-PROFILE-MIB
ciscoMgmt FROM CISCO-SMI
ConfigIterator,
BulkConfigResult FROM CISCO-TC
OwnerString FROM RMON-MIB
CvcSpeechCoderRate,
CvcCoderTypeRate FROM CISCO-VOICE-COMMON-DIAL-CONTROL-MIB;
ciscoAtmTrunkMIB MODULE-IDENTITY
LAST-UPDATED "200307180000Z"
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-voice-gateway@cisco.com"
DESCRIPTION
"The MIB for voice and Nx64 over ATM Trunking applications.
The following lists the abbreviations used in this MIB:
AAL ATM Adaption Layer
AIS Alarm Indication Signal
CID Channel Identifier
DSP Digital Signal Processing
DTMF Dual Tone Multi Frequency
FCS Frame Check Sequence
TDM Time Division Multiplexing
PVC Permanent Virtual Circuit
RAI Remote Alarm Indication
RDI Remote Defect Indication
SID Silence Insertion Descriptor
SVC Switched Virtual Circuit
VAD Voice Activity Detection
VBD Voice Band Data
VC Virtual Circuit
"
REVISION "200307180000Z"
DESCRIPTION
"Initial version of the MIB module."
::= { ciscoMgmt 351 }
cAtmTrunkMIBNotifications
OBJECT IDENTIFIER ::= { ciscoAtmTrunkMIB 0 }
cAtmTrunkMIBObjects
OBJECT IDENTIFIER ::= { ciscoAtmTrunkMIB 1 }
cAtmTrunkCidConfig
OBJECT IDENTIFIER ::= { cAtmTrunkMIBObjects 1 }
cAtmTrunkCidConnStats
OBJECT IDENTIFIER ::= { cAtmTrunkMIBObjects 2 }
cAtmTrunkAal1Config
OBJECT IDENTIFIER ::= { cAtmTrunkMIBObjects 3 }
cAtmTrunkAal1ConnStats
OBJECT IDENTIFIER ::= { cAtmTrunkMIBObjects 4 }
cAtmTrunkAal5Config
OBJECT IDENTIFIER ::= { cAtmTrunkMIBObjects 5 }
cAtmTrunkAal5ConnStats
OBJECT IDENTIFIER ::= { cAtmTrunkMIBObjects 6 }
--
-- Textual Conventions
--
Counter32SinceReset ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention defines a counter type that is
similar to Counter32 but can be reset. The value of the
objects of this type indicates the statistics since last
counter reset.
Once the value of the counter object of this type reaches
its maximum, it will restart from zero again.
"
SYNTAX Unsigned32 (0..2147483647)
--
-- caTrunkCidTable
--
catmtCidTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmtCidEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table is used to establish the mapping of one or more
DS0 channels from a single DS1 interface to an AAL2 connection
identified by a Channel IDentification number(CID).
This table is created and used for ATM AAL2 trunking
applications including both voice and data.
"
::= { cAtmTrunkCidConfig 1 }
catmtCidEntry OBJECT-TYPE
SYNTAX CatmtCidEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the catmtCidTable.
Each entry represents an AAL2 trunking connection which
is uniquely identified by the PVC index and the CID number.
An AAL2 trunking connection is established by binding
one or more DS0 channels from a single DS1 interface to
an AAL2 ATM connection identified by the CID.
The Channel IDentification (CID) is the standard term
used to identify an ATM AAL2 connection (ITU-T I.366.2).
CID is unique within a VC, either a PVC or SVC connection.
"
INDEX { ifIndex, catmtCidVpi, catmtCidVci, catmtCid }
::= { catmtCidTable 1 }
CatmtCidEntry ::=
SEQUENCE {
catmtCidVpi Unsigned32,
catmtCidVci Unsigned32,
catmtCid Integer32,
catmtCidDs1 InterfaceIndex,
catmtCidDs0GroupIndex Integer32,
catmtCidProfileType CiscoAal2ProfileType,
catmtCidProfileNumber CiscoAal2ProfileNumber,
catmtCidVoiceCodec CvcSpeechCoderRate,
catmtCidVBDCodec CvcCoderTypeRate,
catmtCidNx64Enable TruthValue,
catmtCidNx64Profile Integer32,
catmtCidStateBitMap BITS,
catmtCidRepetition ConfigIterator,
catmtCidRepetitionOwner OwnerString,
catmtCidRepetitionResult BulkConfigResult,
catmtCidRowStatus RowStatus
}
catmtCidVpi OBJECT-TYPE
SYNTAX Unsigned32 (0..4095)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object is the VPI value of an ATM PVC connection.
"
::= { catmtCidEntry 1 }
catmtCidVci OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object is the VCI value of an ATM PVC connection.
"
::= { catmtCidEntry 2 }
catmtCid OBJECT-TYPE
SYNTAX Integer32 (8..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object is the CID of an ATM AAL2 connection,
it is unique within a PVC or SVC connection.
The CID number at both sides of an AAL2 connection
must be the same.
Value of 0 is not used, and values of 1 to 7 are reserved
for layer management by ITU-T I.366.2 standard.
"
REFERENCE
"ITU-T recommendation I.366.2. "
::= { catmtCidEntry 3 }
catmtCidDs1 OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of this object equals to the 'ifIndex' of the
DS1 interface.
This object is mandatory when adding a CID entry. Once a
CID entry is added, this object can not be modified.
"
::= { catmtCidEntry 4 }
catmtCidDs0GroupIndex OBJECT-TYPE
SYNTAX Integer32 (0..30)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"An arbitrary index that uniquely identifies a DS0 group
which contains one or more DS0(s) within a DS1 interface
specified by 'catmtCidDs1'.
This object is mandatory when adding a CID entry. Once a
CID entry is added, this object can not be modified.
"
::= { catmtCidEntry 5 }
catmtCidProfileType OBJECT-TYPE
SYNTAX CiscoAal2ProfileType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the type of the AAL2 CODEC profile.
The combination of the profile type and profile number
specified by 'catmtCidProfileNumber' defines an AAL2
CODEC profile.
This parameter is mandatory for adding and a voice trunking
CID entry.
This object is applicable when catmtCidNx64Enable is
is set to 'false'. It is used for voice trunking applications
only.
"
::= { catmtCidEntry 6 }
catmtCidProfileNumber OBJECT-TYPE
SYNTAX CiscoAal2ProfileNumber
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the AAL2 CODEC profile number.
The combination of profile type and profile number defines
an AAL2 CODEC profile.
A profile contains one or more entries, with each entry
specifying an encoding algorithm and information regarding
how the TDM data is to be packed into a packet.
This parameter is mandatory for adding a voice trunking CID
entry.
This object is applicable when catmtCidNx64Enable is
is set to 'false'. It is used for voice trunking applications
only.
"
REFERENCE
" ITU-T recommendation I.366.2."
::= { catmtCidEntry 7 }
catmtCidVoiceCodec OBJECT-TYPE
SYNTAX CvcSpeechCoderRate
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the CODEC type used for the AAL2
trunking connection.
The following table lists the CODEC types specified
in each profile table by ITU I.366.2 standard.
----------------------------------------------------
Profile Profile Packet
type Number CODEC SID time(ms)
----------------------------------------------------
ITU 1 G.711u No SID 5
G.711a No SID 5
----------------------------------------------------
ITU 2 G.711u SIDG 5
G.711a SIDG 5
----------------------------------------------------
ITU 3 G.711u SIDG 5
G.711a SIDG 5
G726-40 SIDG 5
G726-32 SIDG 5
G726-24 SIDG 5
G726-16 SIDG 5
----------------------------------------------------
ITU 7 G.711u SIDG 5
G.711a SIDG 5
G.729ab SID729 10
G.729a No SID 10
----------------------------------------------------
ITU 8 G.711u No SID 5
G.711a No SID 5
G.726-32 No SID 5
G.729ab SID729 10
G.729a SID729 10
----------------------------------------------------
Custom 100 G.711u SIDG 5
G.711a SIDG 5
G.726-32 SIGD 10
----------------------------------------------------
Custom 101 G.711u No SID 5
G.711a No SID 5
G.726-32 No SID 10
G.729ab SID729 10
G.729a No SID 10
----------------------------------------------------
Custom 110 G.711u SIDG 5
G.711a SIDG 5
G.726-32 SIDG 10
G.729ab SID729 30
G.729a No SID 30
----------------------------------------------------
Custom 200 clearChan No SID 5
----------------------------------------------------
This object can only be set to the CODECs defined by
the profile specified by catmtCidProfileType and
catmtCidProfileNumber.
This object is applicable when catmtCidNx64Enable is
is set to 'false'. It is used for voice trunking applications
only.
This object is mandatory when adding a voice trunking CID
entry.
"
::= { catmtCidEntry 8 }
catmtCidVBDCodec OBJECT-TYPE
SYNTAX CvcCoderTypeRate
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the CODEC type to be used for Voice
Band Data (VBD) upspeed.
Upspeed is to change the transmission rate of a voice
interface to a higher rate of CODEC type for fax/modem
transportation.
This object is applicable when catmtCidNx64Enable is
is set to 'false'. It is used for voice trunking applications
only.
This object is mandatory when adding a voice trunking CID
entry.
"
::= { catmtCidEntry 9 }
catmtCidNx64Enable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies whether a CID entry is in the Nx64
packet stream mode.
When this object is set to 'false', the CID connection is
for voice trunking applications only; when it is set to
'true', the CID connection is for data trunking using
Nx64 packet stream (N>=1).
This object can not be modified.
"
DEFVAL { false }
::= { catmtCidEntry 10 }
catmtCidNx64Profile OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the Nx64 data profile for an AAL2
data trunking connection.
The value of this object is a valid index of the
cdapNx64ProfileTable in the CISCO-DATA-AALX-PROFILE-MIB.
This object is only applicable when catmtCidNx64Enable
is set to 'true'.
"
DEFVAL { 1 }
::= { catmtCidEntry 11 }
catmtCidStateBitMap OBJECT-TYPE
SYNTAX BITS {
pvcAdminDown(0),
pvcFailure(1),
extAIS(2),
extRAI(3),
aal2ConnAIS(4),
aal2ConnRDI(5),
lineAlarm(6) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is used to indicate the state of the CID.
All bits setting to 0 which means status 'okay'.
"
REFERENCE
" ITU-T recommendation I.366.2 Annex N."
::= { catmtCidEntry 12 }
catmtCidRepetition OBJECT-TYPE
SYNTAX ConfigIterator
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to repeatedly apply the writable objects
of catmtCidTable specified in the same SNMP PDU starting
from the row defined by the index object for the number of
rows specified by this object.
The repetition operation works differently for data trunking
and voice trunking applications. When catmtCidNx64Enable is
set to 'false' (voice trunking), it is iterated through the
value of DS0's and CID number. When catmtCidNx64Enable is
set to 'true' (data trunking), the order of repetition
operation is iterated through the value of DS1 index and CID
number.
(1) For voice trunking applications:
At each iteration, the value of CID (catmtCid), DS0
(catmtCidDs0GroupIndex) and DS1(catmtCidDs1) will
be incremented. When the value of catmtCidDs0GroupIndex
reaches its maximum, catmtCidDs1 will be incremented
to the next logical order of DS1 interface.
(2) For data trunking applications:
At each iteration, the value of catmtCid, catmtCidDs1
will be incremented. In other words, the Nx64 packet
stream repetition iterates on the DS1, with each DS1
interface having the same DS0 group
(catmtCidDs0GroupIndex) configuration.
The repetition iteration will stop once the value of catmtCid
reaches its maximum value 255 or when the next CID is not
available or already configured for different type of trunking
application. For example, a non-Nx64 repetition will stop if
the next CID has been configured for Nx64 packet stream
trunking, and vise versa. The repetition will also stop if the
next contiguous DS0 group index is not available.
The maximum value of this object is 248 which is the maximum
number of CID or AAL2 connections allowed within a VC
connection.
"
DEFVAL { 1 }
::= { catmtCidEntry 13 }
catmtCidRepetitionOwner OBJECT-TYPE
SYNTAX OwnerString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used for error reporting of the bulk
provisioning operation specified by catmtCidRepetition.
The value of this object is set by the SNMP manager with its
own identifier at the time of setting catmtCidRepetition
to issue the bulk provisioning operation.
Later on, the SNMP manager checks the value of this object.
If it matches its own name, the value of
catmtCidRepetitionResult will be set to indicate the result
of bulk operation initiated by this SNMP manager.
"
::= { catmtCidEntry 14 }
catmtCidRepetitionResult OBJECT-TYPE
SYNTAX BulkConfigResult
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the result of the bulk provisioning
specified in catmtCidRepetition.
The format might look at (but not limited to):
'COMPLETION=<number of rows completed before any error
occurred>/<number of rows was designated>,
ERROR=<error code>/<index where the error occurred>:
<error text>'
For example:
'COMPLETION=22/100,ERROR=38/44:Invalid DS1 line coding
for the line type'
"
::= { catmtCidEntry 15 }
catmtCidRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used for adding/deleting the entries from the
catmtCidTable.
In order to create a CID entry, the following parameters are
mandatory and must be provided:
For voice trunking applications:
catmtDs1,
catmtDs0GroupIndex,
catmtCidProfileType,
catmtCidProfileNumber,
catmtCidVoiceCodec,
catmtCidVBDCodec
For data trunking applications:
catmtDs1,
catmtDs0GroupIndex
"
::= { catmtCidEntry 16 }
--
-- catmtCidStatsTable
--
catmtCidStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF CatmtCidStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the statistical information
on a per CID connection basis for AAL2 Trunking
applications.
"
::= { cAtmTrunkCidConnStats 1 }
catmtCidStatsEntry OBJECT-TYPE
SYNTAX CatmtCidStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains statistical information for an AAL2
connection. Each entry in this table corresponds to an AAL2
bearer connection that has been setup by mapping one or
more DS1/DS0s to an AAL2 connection identified by CID.
The entries in this table are implicitly created/deleted
at the time of creation/deletion of entries in the
catmtCidTable.
"
INDEX { ifIndex, catmtCidVpi, catmtCidVci, catmtCid }
::= { catmtCidStatsTable 1 }
CatmtCidStatsEntry ::=
SEQUENCE {
catmtCidSentPackets Counter32SinceReset,
catmtCidRcvdPackets Counter32SinceReset,
catmtCidSentOctets Counter32SinceReset,
catmtCidRcvdOctets Counter32SinceReset,
catmtCidLostPackets Counter32SinceReset,
catmtCidJitter Gauge32,
catmtCidExtAISCnts Counter32SinceReset,
catmtCidExtRAICnts Counter32SinceReset,
catmtCidConnAISCnts Counter32SinceReset,
catmtCidConnRDICnts Counter32SinceReset,
catmtCidNx64FramesTxToTDM Counter32SinceReset,
catmtCidNx64FramesRxFromTDM Counter32SinceReset,
catmtCidNx64EncBytesTxToTDM Counter32SinceReset,
catmtCidNx64EncBytesRxFromTDM Counter32SinceReset,
catmtCidNx64InvalidFCSFrames Counter32SinceReset,
catmtCidNx64AbortSeqFrames Counter32SinceReset,
catmtCidNx64InvalidShortFrames Counter32SinceReset,
catmtCidNx64InvalidLongFrames Counter32SinceReset,
catmtCidNx64NoByteAlignErrorFrames Counter32SinceReset,
catmtCidNx64RASTimeOutFrames Counter32SinceReset,
catmtCidLastResetTime TimeStamp,
catmtCidCounterClear TruthValue
}
catmtCidSentPackets OBJECT-TYPE
SYNTAX Counter32SinceReset
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the number of packets sent towards
network side since the connection setup.
"
::= { catmtCidStatsEntry 1 }
catmtCidRcvdPackets OBJECT-TYPE
SYNTAX Counter32SinceReset
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the count of packets received
from network side since the connection setup.
"
::= { catmtCidStatsEntry 2 }
catmtCidSentOctets OBJECT-TYPE
SYNTAX Counter32SinceReset
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the count of bytes sent towards
network side since connection setup.
"
::= { catmtCidStatsEntry 3 }
catmtCidRcvdOctets OBJECT-TYPE
SYNTAX Counter32SinceReset
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the count of bytes received from
network since connection setup.
"
::= { catmtCidStatsEntry 4 }
catmtCidLostPackets OBJECT-TYPE
SYNTAX Counter32SinceReset
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the count of packets lost in
the egress direction (from the network).
This number is computed based on the expected number
of packets and the actual number of packets arrived
from the network.
"
::= { catmtCidStatsEntry 5 }
catmtCidJitter OBJECT-TYPE
SYNTAX Gauge32 (0..65535)
UNITS "milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the jitter (a.k.a interarrival jitter).
This value is determined by the gateway DSP and obtained by
the processor running on gateway upon querying the DSP
periodically.
"
::= { catmtCidStatsEntry 6 }
catmtCidExtAISCnts OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of external AIS AAL2 Type3
packets received.
External AIS : alarm indication signal associated with
a maintenance alarm detected on a defective maintenance
span, that is transmitted in the direction of the defect
as a substitute for normal signal. The purpose is to show
the downstream entities that a defect has been identified
and to prevent other maintenance alarms consequent to this
first defect.
"
REFERENCE
"ITU-T G.366.2 Annex N"
::= { catmtCidStatsEntry 7 }
catmtCidExtRAICnts OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of external RAI AAL2 Type3
packets received.
External RAI is transmitted upstream from an entity that
has detected defects persisting long enough to constitute
a received signal failure. External RAI is to report in
the backward direction to indicate there is an interruption
of service in the forward direction.
"
REFERENCE
"ITU-T G.366.2 Annex N"
::= { catmtCidStatsEntry 8 }
catmtCidConnAISCnts OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of external connection AIS
AAL2 packets received.
External Conn AIS is a Alarm Indicating Signal transmitted
in the downstream direction from the AAL2 connecting point
that first detects the defect affecting the AAL2 connection
including defects indicated by the lower layers.
"
REFERENCE
"ITU-T G.366.2 Annex N"
::= { catmtCidStatsEntry 9 }
catmtCidConnRDICnts OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of external connection
RDI AAL2 packets received.
External Connection RDI - is a signal transmitted in the
upstream direction by an AAL2 endpoint that is in alarm
state, as the result of having received an AAL2 connection
AIS or having detected a defect that affects the AAL2
connection.
"
REFERENCE
"ITU-T G.366.2 Annex N"
::= { catmtCidStatsEntry 10 }
catmtCidNx64FramesTxToTDM OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of frames transmitted
to the TDM interface.
This object is only applicable when catmtCidNx64Mode
is set to to 'hdlc'.
"
::= { catmtCidStatsEntry 11 }
catmtCidNx64FramesRxFromTDM OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of frames received from
the TDM interface.
This object is only applicable when catmtCidNx64Mode is
set to to 'hdlc'.
"
::= { catmtCidStatsEntry 12 }
catmtCidNx64EncBytesTxToTDM OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of encoded bytes
transmitted to the TDM interface.
"
::= { catmtCidStatsEntry 13 }
catmtCidNx64EncBytesRxFromTDM OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of encoded bytes
received from the TDM interface.
"
::= { catmtCidStatsEntry 14 }
catmtCidNx64InvalidFCSFrames OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of invalid frames
received with invalid Frame Check Sequence (FCS) error.
This object is only applicable when catmtCidNx64Mode is
set to to 'hdlc'.
"
::= { catmtCidStatsEntry 15 }
catmtCidNx64AbortSeqFrames OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of invalid frames
received with invalid frame abort sequence error.
This object is only applicable when catmtCidNx64Mode
is set to to 'hdlc'.
"
::= { catmtCidStatsEntry 16 }
catmtCidNx64InvalidShortFrames OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of invalid short
frames (length less than minimum length) received.
This object is only applicable when catmtCidNx64Mode
is set to to 'hdlc'.
"
::= { catmtCidStatsEntry 17 }
catmtCidNx64InvalidLongFrames OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of invalid long
frames (length greater than maximum length) received.
This object is only applicable when catmtCidNx64Mode
is set to to 'hdlc'.
"
::= { catmtCidStatsEntry 18 }
catmtCidNx64NoByteAlignErrorFrames OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of invalid frames
received with no byte alignment.
This object is only applicable when catmtCidNx64Mode
is set to to 'hdlc'.
"
::= { catmtCidStatsEntry 19 }
catmtCidNx64RASTimeOutFrames OBJECT-TYPE
SYNTAX Counter32SinceReset
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the number of frames received
with RAS timer timeout.
This object is only applicable when catmtCidNx64Mode
is set to to 'hdlc'.
"
::= { catmtCidStatsEntry 20 }
catmtCidLastResetTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the value of sysUpTime when the
last counter reset occurred.
If no counter reset has occurred since the last time
connection is established, this object will contain
value of zero.
"
::= { catmtCidStatsEntry 21 }
catmtCidCounterClear OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When this object is set to value of true(1), all statistics
counters with type of Counter32SinceReset in the table
catmtCidStatsTable will be reset to zero.
Setting this object to a value of false(2) has no implication.
This object will always return 'false' upon any SNMP
get operation. I
"
::= { catmtCidStatsEntry 22 }
--
-- AAL1 Trunking MIB
--
catmtAal1Table OBJECT-TYPE
SYNTAX SEQUENCE OF CatmtAal1Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table is used to establish the mapping of a
DS0 to an AAL1 ATM connection.
This table is created and used for ATM AAL1 trunking
applications only.
"
::= { cAtmTrunkAal1Config 1 }
catmtAal1Entry OBJECT-TYPE
SYNTAX CatmtAal1Entry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the catmtAal1Table.
Each entry represents an AAL1 trunking connection which
is uniquely identified by the PVC index.
An AAL1 trunking connection is established by binding
one or more DS0(s) from one single DS1 interface
to an AAL1 ATM connection identified the PVC index.
"
INDEX { ifIndex, catmtAal1Vpi, catmtAal1Vci }
::= { catmtAal1Table 1 }
CatmtAal1Entry ::=
SEQUENCE {
catmtAal1Vpi Unsigned32,
catmtAal1Vci Unsigned32,
catmtAal1Ds1 InterfaceIndex,
catmtAal1Ds0GroupIndex Integer32,
catmtAal1Nx64Profile Integer32,
catmtAal1RowStatus RowStatus
}
catmtAal1Vpi OBJECT-TYPE
SYNTAX Unsigned32 (0..4095)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object is the VPI value of an ATM PVC connection.
"
::= { catmtAal1Entry 1 }
catmtAal1Vci OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object is the VCI value of an ATM PVC connection.
"
::= { catmtAal1Entry 2 }
catmtAal1Ds1 OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of this object is equivalent to the 'ifIndex'
of the DS1 interface.
This object is mandatory when adding an AAL1 entry.
Once an AAL1 entry is added, this object can not be
modified.
"
::= { catmtAal1Entry 3 }
catmtAal1Ds0GroupIndex OBJECT-TYPE
SYNTAX Integer32 (0..30)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"An arbitrary index that uniquely identifies one or a group
of DS0s to be connected to an AAL1 trunking connection.
When catmtAal1Nx64Enable is set to 'false', the AAL1
trunking connection can only be a mapping of one single DS0
to one AAL1 ATM connection.
This object is mandatory when adding an AAL1 entry. Once
an AAL1 entry is added, this object can not be modified.
"
::= { catmtAal1Entry 4 }
catmtAal1Nx64Profile OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the Nx64 AAL1 data profile for an AAL1
trunking connection.
The value of this object is a valid index of
cdapNx64Aal1ProfileTable in CISCO-DATA-AALX-PROFILE-MIB.
"