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
|
-- *****************************************************************************
-- Juniper-DS3-MIB
--
-- Juniper Networks Enterprise MIB
-- DS3 MIB
--
-- Copyright (c) 1998, 1999 Redstone Communications, Inc.
-- Copyright (c) 1999, 2002 Unisphere Networks, Inc.
-- Copyright (c) 2002, 2003 Juniper Networks, Inc.
-- All Rights Reserved.
-- *****************************************************************************
Juniper-DS3-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
ifIndex, InterfaceIndexOrZero
FROM IF-MIB
TruthValue, RowStatus, DisplayString
FROM SNMPv2-TC
JuniNextIfIndex
FROM Juniper-TC
juniMibs
FROM Juniper-MIBs
PerfCurrentCount, PerfIntervalCount, PerfTotalCount
FROM PerfHist-TC-MIB
dsx3FarEndCurrentEntry, dsx3FarEndIntervalEntry, dsx3FarEndTotalEntry,
dsx3FarEndConfigEntry
FROM DS3-MIB;
juniDs3MIB MODULE-IDENTITY
LAST-UPDATED "200309301211Z" -- 30-Sep-03 08:11 AM EDT
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
" Juniper Networks, Inc.
Postal: 10 Technology Park Drive
Westford, MA 01886-3146
USA
Tel: +1 978 589 5800
E-mail: mib@Juniper.net"
DESCRIPTION
"The DS3 MIB for the Juniper Networks enterprise. This MIB contains
managed objects for DS3/E3 interfaces. Management objects are provided
to supplement those found in the standard DS3-MIB (RFC 2496)."
-- Revision History
REVISION "200410120651Z" -- 12-Oct-04 01:51 AM EST - RX 5.0.4
DESCRIPTION
"Changed the upper bound value of juniDsx3LineLength from 64000 to 137
meters."
REVISION "200309301211Z" -- 30-Sep-03 08:11 AM EDT - JUNOSe 5.3
DESCRIPTION
"Changed the standard MIB support from the RFC1407-MIB (SMIv1) to the
DS3-MIB (SMIv2)."
REVISION "200209162144Z" -- 16-Sep-02 05:44 PM EDT - JUNOSe 5.0
DESCRIPTION
"Replaced Unisphere names with Juniper names."
REVISION "200209121659Z" -- 12-Sep-02 12:59 PM EDT - JUNOSe 4.1
DESCRIPTION
"Added support for far end MDL generator number and port number.
Added support for far end MDL carrier."
REVISION "200204041407Z" -- 04-Apr-02 09:07 AM EST - JUNOSe 4.0
DESCRIPTION
"Added invalid seconds objects to the far end statistics tables and more
configuration objects."
REVISION "200202222121Z" -- 22-Feb-02 04:21 PM EST - JUNOSe 3.3
DESCRIPTION
"Modified the valid range for juniDsx3Ds3Channel"
REVISION "200104271949Z" -- 27-Apr-01 03:49 PM EDT - JUNOSe 3.0
DESCRIPTION
"Added dynamic DS3 interface support."
REVISION "200102050000Z" -- 05-Feb-01 - JUNOSe 2.6
DESCRIPTION
"Added following objects:
juniDsx3Ds3DsuMode
juniDsx3Ds3BandwidthLimit
juniDsx3Ds3DsuScrambleMode"
REVISION "9907270000Z" -- 27-Jul-99 - JUNOSe 1.1
DESCRIPTION
"Added juniDsx3LineType and juniDsx3CellScramblerConfig."
REVISION "9811130000Z" -- 13-Nov-98 - JUNOSe 1.0
DESCRIPTION
"Initial version of this MIB module."
::= { juniMibs 4 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Managed objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniDs3Objects OBJECT IDENTIFIER ::= { juniDs3MIB 1 }
-- /////////////////////////////////////////////////////////////////////////////
--
-- DS3 Interfaces
--
-- /////////////////////////////////////////////////////////////////////////////
--
-- The DS3 Configuration Table
--
juniDsx3ConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniDsx3ConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains entries for DS3/E3 interfaces present in the
system."
::= { juniDs3Objects 1 }
juniDsx3ConfigEntry OBJECT-TYPE
SYNTAX JuniDsx3ConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry describes the characteristics of an DS3/E3 interface."
INDEX { ifIndex }
::= { juniDsx3ConfigTable 1 }
JuniDsx3ConfigEntry ::= SEQUENCE {
juniDsx3LineLength Integer32,
juniDsx3LineType INTEGER,
juniDsx3CellScramblerConfig INTEGER,
juniDsx3Channelization TruthValue,
juniDsx3InterfaceType INTEGER,
juniDsx3Application INTEGER,
juniDsx3Ds3Channel INTEGER,
juniDsx3LowerIfIndex InterfaceIndexOrZero,
juniDsx3RowStatus RowStatus,
juniDsx3Ds3DsuMode INTEGER,
juniDsx3Ds3BandwidthLimit INTEGER,
juniDsx3Ds3DsuScrambleMode INTEGER,
juniDsx3MdlCarrier INTEGER,
juniDsx3MdlTransmit INTEGER,
juniDsx3MdlEic DisplayString,
juniDsx3MdlLic DisplayString,
juniDsx3MdlFic DisplayString,
juniDsx3MdlUnit DisplayString,
juniDsx3MdlPfi DisplayString,
juniDsx3MdlPort DisplayString,
juniDsx3MdlGenerator DisplayString }
juniDsx3LineLength OBJECT-TYPE
SYNTAX Integer32 (0..137)
UNITS "meters"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The length of the DS3/E3 line in meters. This objects provides
information for line build out circuitry. This object is only useful if
the interface has configurable line build out circuitry."
::= { juniDsx3ConfigEntry 1 }
juniDsx3LineType OBJECT-TYPE
SYNTAX INTEGER {
juniDsx3other(1),
juniDsx3M23(2),
juniDsx3SYNTRAN(3),
juniDsx3CbitParity(4),
juniDsx3ClearChannel(5),
juniE3G832(6),
juniE3Framed(7),
juniE3Plcp(8),
juniDsx3M23Plcp(18),
juniDsx3CbitParityPlcp(20) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This variable indicates the variety of DS3 C-bit or E3 application
implementing this interface. The type of interface affects the
interpretation of the usage and error statistics. The rate of DS3 is
44.736 Mbps and E3 is 34.368 Mbps. The dsx3ClearChannel value means
that the C-bits are not used except for sending/receiving AIS. Note
that this object represents the actual line type when the corresponding
value of dsx3LineType is dsx3other(1).
The values, in sequence, describe:
TITLE: SPECIFICATION:
dsx3M23 ANSI T1.107-1988
dsx3SYNTRAN ANSI T1.107-1988
dsx3CbitParity ANSI T1.107a-1989
dsx3ClearChannel ANSI T1.102-1987
e3G832 ITU-T G.832
e3Framed ITU-T G.751
e3Plcp ETSI T/NA(91)18.
dsx3M23Plcp ATM Forum af-phy-0054.000
dsx3CbitParityPlcp ATM Forum af-phy-0054.000 "
::= { juniDsx3ConfigEntry 2 }
juniDsx3CellScramblerConfig OBJECT-TYPE
SYNTAX INTEGER {
scramblerOn(1),
scramblerOff(2),
notSupported(3) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This variable indicates the state of the ATM cell scrambler for
interfaces which support ATM over DS3 or E3. For interfaces which do
not support ATM, this object returns the value notSupported(3)."
::= { juniDsx3ConfigEntry 3 }
juniDsx3Channelization OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The channelization setting for this DS3 interface; true(1) indicates
channelization, false(2) indicates no channelization."
::= { juniDsx3ConfigEntry 4 }
juniDsx3InterfaceType OBJECT-TYPE
SYNTAX INTEGER {
ds3T3(0),
ds3E3(1) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The DS3 interface type setting."
::= { juniDsx3ConfigEntry 5 }
juniDsx3Application OBJECT-TYPE
SYNTAX INTEGER {
ds3FrameOverDs3(0),
ds3AtmOverDs3(1) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The interface application setting."
::= { juniDsx3ConfigEntry 6 }
juniDsx3Ds3Channel OBJECT-TYPE
SYNTAX INTEGER (1..28)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The DS3 channel setting. The range of channel settings depends on the
line rate of the underlying interface."
::= { juniDsx3ConfigEntry 7 }
juniDsx3LowerIfIndex OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The ifIndex of the interface over which this DS3 interface is to be
layered. A value of zero indicates no layering. An implementation may
choose to require that a nonzero value be configured at entry creation."
::= { juniDsx3ConfigEntry 8 }
juniDsx3RowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Controls creation/deletion of entries in this table according to the
RowStatus textual convention, constrained to support setting the
following values only:
createAndGo
destroy
To create an entry in this table, the following entry objects MUST be
explicitly configured:
juniDsx3RowStatus
juniDsx3LowerIfIndex
In addition, when creating an entry the following conditions must hold:
A value for ifIndex must have been determined previously, by reading
juniDsx3NextIfIndex.
The interface identified by juniDsx3LowerIfIndex must exist.
A corresponding entry in ifTable/ifXTable/juniIfTable is created/
destroyed as a result of creating/destroying an entry in this table."
::= { juniDsx3ConfigEntry 9 }
juniDsx3Ds3DsuMode OBJECT-TYPE
SYNTAX INTEGER {
ds3DsuModeNone(0),
ds3DsuLarsCom(2),
ds3DsuDigitalLink(4) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The DSU configuration setting for this entry."
DEFVAL { ds3DsuModeNone }
::= { juniDsx3ConfigEntry 10 }
juniDsx3Ds3BandwidthLimit OBJECT-TYPE
SYNTAX INTEGER (0..44210)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The DSU bandwidth configuration for this entry."
DEFVAL { 0 }
::= { juniDsx3ConfigEntry 11 }
juniDsx3Ds3DsuScrambleMode OBJECT-TYPE
SYNTAX INTEGER {
ds3DsuScrambleDisabled(0),
ds3DsuScrambleEnable(1) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The DSU scramble mode setting for this entry."
DEFVAL { ds3DsuScrambleDisabled }
::= { juniDsx3ConfigEntry 12 }
juniDsx3MdlCarrier OBJECT-TYPE
SYNTAX INTEGER {
disabled(0),
enabled(1) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies the interface is used in carrier environment."
DEFVAL { disabled }
::= { juniDsx3ConfigEntry 13 }
juniDsx3MdlTransmit OBJECT-TYPE
SYNTAX INTEGER {
path(1),
idlesignal(2),
pathIdlesignal(3),
testsignal(4),
pathTestsignal(5),
idlesignalTestsignal(6),
pathIdlesignalTestsignal(7),
none(8) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies transmission enabling."
DEFVAL { none }
::= { juniDsx3ConfigEntry 14 }
juniDsx3MdlEic OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..10))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the equipment identification code."
DEFVAL { "" }
::= { juniDsx3ConfigEntry 15 }
juniDsx3MdlLic OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..11))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the location identification code."
DEFVAL { "" }
::= { juniDsx3ConfigEntry 16 }
juniDsx3MdlFic OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..10))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the frame identification code."
DEFVAL { "" }
::= { juniDsx3ConfigEntry 17 }
juniDsx3MdlUnit OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..6))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the unit identification code."
::= { juniDsx3ConfigEntry 18 }
juniDsx3MdlPfi OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..38))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the facility identification code to send in the MDL path
message."
DEFVAL { "" }
::= { juniDsx3ConfigEntry 19 }
juniDsx3MdlPort OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..38))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the equipment port number to send in the MDL idle signal
message."
::= { juniDsx3ConfigEntry 20 }
juniDsx3MdlGenerator OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..38))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the generator number to send in the MDL test signal message."
::= { juniDsx3ConfigEntry 21 }
juniDs3NextIfIndex OBJECT-TYPE
SYNTAX JuniNextIfIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Coordinate ifIndex value allocation for entries in juniDsx3ConfigTable.
A GET of this object returns the next available ifIndex value to be used
to create an entry in the associated interface table; or zero, if no
valid ifIndex value is available. This object also returns a value of
zero when it is the lexicographic successor of a varbind presented in an
SNMP GETNEXT or GETBULK request, for which circumstance it is assumed
that ifIndex allocation is unintended.
Successive GETs will typically return different values, thus avoiding
collisions among cooperating management clients seeking to create table
entries simultaneously."
::= { juniDs3Objects 2 }
--
-- The DS3 Far End Current
--
-- The DS3 Far End current table contains statistics being
-- collected for the current 15 minute interval.
--
juniDsx3FarEndCurrentTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniDsx3FarEndCurrentEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains entries for DS3/E3 interfaces present in the
system."
::= { juniDs3Objects 3 }
juniDsx3FarEndCurrentEntry OBJECT-TYPE
SYNTAX JuniDsx3FarEndCurrentEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry describes the characteristics of an DS3/E3 interface."
AUGMENTS { dsx3FarEndCurrentEntry }
::= { juniDsx3FarEndCurrentTable 1 }
JuniDsx3FarEndCurrentEntry ::= SEQUENCE {
juniDsx3FarEndCurrentInvalidSeconds PerfCurrentCount }
juniDsx3FarEndCurrentInvalidSeconds OBJECT-TYPE
SYNTAX PerfCurrentCount
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter associated with the number of Invalid Seconds encountered
by a DS3/E3 interface in the current 15 minute interval."
::= { juniDsx3FarEndCurrentEntry 1 }
--
-- the DS3 Far End Interval
-- The DS3 Far End Interval Table contains statistics collected by each DS3
-- Interface over the previous 24 hours of operation. The past 24 hours are
-- broken into 96 completed 15 minute intervals.
--
juniDsx3FarEndIntervalTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniDsx3FarEndIntervalEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains entries for DS3/E3 interfaces present in the
system."
::= { juniDs3Objects 4 }
juniDsx3FarEndIntervalEntry OBJECT-TYPE
SYNTAX JuniDsx3FarEndIntervalEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry describes the characteristics of an DS3/E3 interface."
AUGMENTS { dsx3FarEndIntervalEntry }
::= { juniDsx3FarEndIntervalTable 1 }
JuniDsx3FarEndIntervalEntry ::= SEQUENCE {
juniDsx3FarEndIntervalInvalidSeconds PerfIntervalCount }
juniDsx3FarEndIntervalInvalidSeconds OBJECT-TYPE
SYNTAX PerfIntervalCount
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter associated with the number of Invalid Seconds encountered
by a DS3/E3 interface in one of the previous 96 individual 15 minute
intervals."
::= { juniDsx3FarEndIntervalEntry 1 }
--
-- the DS3 Far End Total
-- The DS3 Far End Total Table contains the cumulative sum of the
-- statistics for the 24 hour period preceding the current interval.
--
juniDsx3FarEndTotalTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniDsx3FarEndTotalEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains entries for DS3/E3 interfaces present in the
system."
::= { juniDs3Objects 5 }
juniDsx3FarEndTotalEntry OBJECT-TYPE
SYNTAX JuniDsx3FarEndTotalEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry describes the characteristics of an DS3/E3 interface."
AUGMENTS { dsx3FarEndTotalEntry }
::= { juniDsx3FarEndTotalTable 1 }
JuniDsx3FarEndTotalEntry ::= SEQUENCE {
juniDsx3FarEndTotalInvalidSeconds PerfTotalCount }
juniDsx3FarEndTotalInvalidSeconds OBJECT-TYPE
SYNTAX PerfTotalCount
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter associated with the number of Invalid Seconds encountered
by a DS3/E3 interface in the previous 24 hour interval."
::= { juniDsx3FarEndTotalEntry 1 }
--
-- The DS3 Far End Configuration Table
--
-- The DS3 Far End Configuration Table contains
-- configuration information
-- reported in the C-bits from the remote end.
juniDsx3FarEndConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniDsx3FarEndConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains entries for DS3/E3 interfaces present in the
system."
::= { juniDs3Objects 6 }
juniDsx3FarEndConfigEntry OBJECT-TYPE
SYNTAX JuniDsx3FarEndConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry describes the far end configuration characteristics of an
DS3/E3 interface."
AUGMENTS { dsx3FarEndConfigEntry }
::= { juniDsx3FarEndConfigTable 1 }
JuniDsx3FarEndConfigEntry ::= SEQUENCE {
juniDsx3FarEndPortNumber DisplayString,
juniDsx3FarEndGeneratorNumber DisplayString,
juniDsx3FarEndCarrier INTEGER }
juniDsx3FarEndPortNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..38))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This code identifies the port number of the Far End DS3. It is sent
within the Idle Signal Message."
::= { juniDsx3FarEndConfigEntry 1 }
juniDsx3FarEndGeneratorNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..38))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This code identifies the Far End DS3 Generator Number. It is sent
within the Test Signal Message."
::= { juniDsx3FarEndConfigEntry 2 }
juniDsx3FarEndCarrier OBJECT-TYPE
SYNTAX INTEGER {
disabled(0),
enabled(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the interface is used in carrier environment. It is sent
with MDL messages."
::= { juniDsx3FarEndConfigEntry 3 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Notifications
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- No notifications are defined in this MIB. Placeholders follow.
-- juniDs3TrapControl OBJECT IDENTIFIER ::= { juniDs3MIB 2 }
-- juniDs3Traps OBJECT IDENTIFIER ::= { juniDs3MIB 3 }
-- juniDs3TrapPrefix OBJECT IDENTIFIER ::= { juniDs3Traps 0 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Conformance information
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniDs3Conformance OBJECT IDENTIFIER ::= { juniDs3MIB 4 }
juniDs3Compliances OBJECT IDENTIFIER ::= { juniDs3Conformance 1 }
juniDs3Groups OBJECT IDENTIFIER ::= { juniDs3Conformance 2 }
--
-- compliance statements
--
juniDs3Compliance MODULE-COMPLIANCE
STATUS obsolete
DESCRIPTION
"Obsolete compliance statement for entities which implement the Juniper
DS3/E3 MIB. This statement became obsolete when support was added for
line type and cell scrambler objects."
MODULE -- this module
MANDATORY-GROUPS {
juniDs3Group }
::= { juniDs3Compliances 1 } -- JUNOSe 1.0
juniDs3Compliance2 MODULE-COMPLIANCE
STATUS obsolete
DESCRIPTION
"Obsolete compliance statement for entities which implement the Juniper
DS3/E3 MIB. This statement became obsolete when support was added for
DSU objects."
MODULE -- this module
MANDATORY-GROUPS {
juniDs3Group2 }
::= { juniDs3Compliances 2 } -- JUNOSe 1.1
juniDs3Compliance3 MODULE-COMPLIANCE
STATUS obsolete
DESCRIPTION
"Obsolete compliance statement for entities which implement the Juniper
DS3/E3 MIB. This statement became obsolete when support was added for
dynamic DS3 interface objects."
MODULE -- this module
MANDATORY-GROUPS {
juniDs3Group3 }
::= { juniDs3Compliances 3 } -- JUNOSe 2.6
juniDs3Compliance4 MODULE-COMPLIANCE
STATUS obsolete
DESCRIPTION
"Obsolete compliance statement for entities which implement the Juniper
DS3/E3 MIB. This statement became obsolete when far end invalid seconds
objects and more configuration objects were added."
MODULE -- this module
MANDATORY-GROUPS {
juniDs3Group4 }
::= { juniDs3Compliances 4 } -- JUNOSe 3.0
juniDs3Compliance5 MODULE-COMPLIANCE
STATUS obsolete
DESCRIPTION
"Obsolete compliance statement for entities which implement the Juniper
DS3/E3 MIB. This statement became obsolete when support was added for
far end generator number, port number and carrier."
MODULE -- this module
MANDATORY-GROUPS {
juniDs3Group5,
juniDs3FarEndGroup }
::= { juniDs3Compliances 5 } -- JUNOSe 4.0
juniDs3Compliance6 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which implement the Juniper
DS3/E3 MIB."
MODULE -- this module
MANDATORY-GROUPS {
juniDs3Group5,
juniDs3FarEndGroup2 }
::= { juniDs3Compliances 6 } -- JUNOSe 4.1
--
-- units of conformance
--
juniDs3Group OBJECT-GROUP
OBJECTS {
juniDsx3LineLength }
STATUS obsolete
DESCRIPTION
"Obsolete collection of objects providing management of DS3/E3
interfaces in a Juniper product. This group became obsolete when
support was added for line type and cell scrambler objects."
::= { juniDs3Groups 1 }
juniDs3Group2 OBJECT-GROUP
OBJECTS {
juniDsx3LineLength,
juniDsx3LineType,
juniDsx3CellScramblerConfig }
STATUS obsolete
DESCRIPTION
"Obsolete collection of objects providing management of DS3/E3
interfaces in a Juniper product. This group became obsolete when
support was added for DSU configuration objects."
::= { juniDs3Groups 2 }
juniDs3Group3 OBJECT-GROUP
OBJECTS {
juniDsx3LineLength,
juniDsx3LineType,
juniDsx3CellScramblerConfig,
juniDsx3Ds3DsuMode,
juniDsx3Ds3BandwidthLimit,
juniDsx3Ds3DsuScrambleMode }
STATUS obsolete
DESCRIPTION
"Obsolete collection of objects providing management of DS3/E3
interfaces in a Juniper product. This group became obsolete when
support was added for dynamic DS3 interface objects."
::= { juniDs3Groups 3 }
juniDs3Group4 OBJECT-GROUP
OBJECTS {
juniDsx3LineLength,
juniDsx3LineType,
juniDsx3CellScramblerConfig,
juniDsx3Channelization,
juniDsx3InterfaceType,
juniDsx3Application,
juniDsx3Ds3Channel,
juniDsx3LowerIfIndex,
juniDsx3RowStatus,
juniDsx3Ds3DsuMode,
juniDsx3Ds3BandwidthLimit,
juniDsx3Ds3DsuScrambleMode,
juniDs3NextIfIndex }
STATUS obsolete
DESCRIPTION
"Obsolete collection of objects providing management of DS3/E3
interfaces in a Juniper product. This group became obsolete when more
configuration objects were added."
::= { juniDs3Groups 4 }
juniDs3Group5 OBJECT-GROUP
OBJECTS {
juniDsx3LineLength,
juniDsx3LineType,
juniDsx3CellScramblerConfig,
juniDsx3Channelization,
juniDsx3InterfaceType,
juniDsx3Application,
juniDsx3Ds3Channel,
juniDsx3LowerIfIndex,
juniDsx3RowStatus,
juniDsx3Ds3DsuMode,
juniDsx3Ds3BandwidthLimit,
juniDsx3Ds3DsuScrambleMode,
juniDsx3MdlCarrier,
juniDsx3MdlTransmit,
juniDsx3MdlEic,
juniDsx3MdlLic,
juniDsx3MdlFic,
juniDsx3MdlUnit,
juniDsx3MdlPfi,
juniDsx3MdlPort,
juniDsx3MdlGenerator,
juniDs3NextIfIndex }
STATUS current
DESCRIPTION
"A collection of objects providing management of DS3/E3 interfaces in a
Juniper product."
::= { juniDs3Groups 5 }
juniDs3FarEndGroup OBJECT-GROUP
OBJECTS {
juniDsx3FarEndCurrentInvalidSeconds,
juniDsx3FarEndIntervalInvalidSeconds,
juniDsx3FarEndTotalInvalidSeconds }
STATUS obsolete
DESCRIPTION
"Obsolete collection of objects providing remote statistics information
applicable to DS3 interfaces in a Juniper product. This group became
obsolete when remote port number, generator number and carrier objects
were added."
::= { juniDs3Groups 6 }
juniDs3FarEndGroup2 OBJECT-GROUP
OBJECTS {
juniDsx3FarEndCurrentInvalidSeconds,
juniDsx3FarEndIntervalInvalidSeconds,
juniDsx3FarEndTotalInvalidSeconds,
juniDsx3FarEndPortNumber,
juniDsx3FarEndGeneratorNumber,
juniDsx3FarEndCarrier }
STATUS current
DESCRIPTION
"A collection of objects providing remote statistics information
applicable to DS3 interfaces in a Juniper product."
::= { juniDs3Groups 7 }
END
|