summaryrefslogtreecommitdiff
path: root/MIBS/junose/Juniper-ATM-1483-Profile-MIB
blob: 3ea15fc0cebcc0da4453f4f8f9afa586c4a189d5 (plain)
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

-- *****************************************************************************
-- Juniper-ATM-1483-Profile-MIB
--
-- Juniper Networks Enterprise MIB
--   ATM 1483 Profile MIB
--
-- Copyright (c) 2004 Juniper Networks, Inc.  All Rights Reserved.
-- Copyright (c) 2003, 2004 Juniper Networks, Inc.  All Rights Reserved.
-- *****************************************************************************

Juniper-ATM-1483-Profile-MIB  DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, Gauge32, Integer32
        FROM SNMPv2-SMI
    MODULE-COMPLIANCE, OBJECT-GROUP
        FROM SNMPv2-CONF
    DisplayString
        FROM SNMPv2-TC
    juniMibs
        FROM Juniper-MIBs
    JuniEnable, JuniSetMap
        FROM Juniper-TC
    JuniProfileIfEncaps
        FROM Juniper-PROFILE-MIB;

juniAtm1483ProfileMIB  MODULE-IDENTITY
    LAST-UPDATED "200511181407Z"  -- 18-Nov-05 2:07 PM EST
    ORGANIZATION "Juniper Networks, Inc."
    CONTACT-INFO
        "       Juniper Networks, Inc.
        Postal: 10 Technology Park Drive
                Westford, MA  01886-3146
                USA
        Tel:    +1 978 589 5800
        Email:  mib@Juniper.net"
    DESCRIPTION
        "The ATM Profile MIB for the Juniper Networks, Inc. enterprise."
    -- Revision History
	REVISION 	"200511181407Z"  -- 18-Nov-05 2:07 PM EST  - JUNOSe 7.3
	DESCRIPTION
		"Added ATM VC class support."
    REVISION    "200411022107Z"  -- 02-Nov-04 04:07 PM EST  - JUNOSe 7.0
    DESCRIPTION
        "Added Encapsulation Type Lockout objects."
    REVISION    "200411022107Z"  -- 02-Nov-04 04:07 PM EST  - JUNOSe 5.3
    DESCRIPTION
        "Added ifALias support to profile entries.
        Added advisoryRxSpeed to profile entries."
    REVISION    "200411022107Z"  -- 02-Nov-04 04:07 PM EST  - JUNOSe 5.1
    DESCRIPTION
        "Initial version of this MIB module.
        Added OAM support to profile entries."
    ::= { juniMibs 58 }


-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Managed objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniAtm1483ProfileObjects  OBJECT IDENTIFIER ::= { juniAtm1483ProfileMIB 1 }
juniAtm1483Profile         OBJECT IDENTIFIER ::= { juniAtm1483ProfileObjects 1 }

--
-- This MIB defines configuration profile structure for ATM interfaces.
-- The creation/deletion of profiles and mapping of profile names to profile
-- indices is coordinated in the Juniper-PROFILE-MIB.
--
--
-- The ATM 1483 Profile Table
--
juniAtm1483ProfileTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF JuniAtm1483ProfileEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "This table contains profiles for configuring bulk ATM circuits.

        Entries in this table are created/deleted as a side-effect of
        corresponding operations to the juniProfileNameTable in the
        Juniper-PROFILE-MIB."
    ::= { juniAtm1483Profile 1 }

juniAtm1483ProfileEntry OBJECT-TYPE
    SYNTAX      JuniAtm1483ProfileEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "A profile describing VCC configuration of an ATM subinterface."
    INDEX     { juniAtm1483ProfileId }
    ::= { juniAtm1483ProfileTable 1 }

JuniAtm1483ProfileEntry ::= SEQUENCE {
    juniAtm1483ProfileId                      Unsigned32,
    juniAtm1483ProfileSetMap                  JuniSetMap,
    juniAtm1483ProfileVccType                 INTEGER,
    juniAtm1483ProfileVccServiceCategory      INTEGER,
    juniAtm1483ProfileVccPcr                  Gauge32,
    juniAtm1483ProfileVccScr                  Gauge32,
    juniAtm1483ProfileVccMbs                  Gauge32,
    juniAtm1483ProfileIfAlias                 DisplayString,
    juniAtm1483ProfileAdvisoryRxSpeed         Integer32,
    juniAtm1483ProfileVccOamAdminStatus       INTEGER,
    juniAtm1483ProfileVccOamLoopbackFrequency Unsigned32,
	juniAtm1483ProfileVcClassName             DisplayString
 }

juniAtm1483ProfileId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The integer identifier associated with this profile.  A value for this
        identifier is determined by locating or creating a profile name in the
        juniProfileNameTable."
    ::= { juniAtm1483ProfileEntry 1 }

juniAtm1483ProfileSetMap OBJECT-TYPE
    SYNTAX      JuniSetMap
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "A bitmap representing which objects in this entry have been explicitly
        configured.  See the definition of the JuniSetMap TEXTUAL-CONVENTION for
        details of use.

        The INDEX object(s) and this object are excluded from representation
        (i.e. their bits are never set).

        When a SET request does not explicitly configure JuniSetMap, bits in
        JuniSetMap are set as a side-effect of configuring other profile
        attributes in the same entry.

        If, however, a SET request explicitly configures JuniSetMap, the
        explicitly configured value overrides 1) any previous bit settings, and
        2) any simultaneous 'side-effect' settings that would otherwise occur.

        Once set, bits can only be cleared by explicitly configuring
        JuniSetMap."
    ::= { juniAtm1483ProfileEntry 2 }

juniAtm1483ProfileVccType OBJECT-TYPE
    SYNTAX      INTEGER {
                    rfc1483VcMux(0),
                    rfc1483Llc(1),
                    autoconfig(2) }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Specifies the encapsulation used by the circuit to carry IP datagrams.
        Encapsulations are as specified in RFC1483 Multiprotocol Interconnect
        over ATM.  'autoconfig' will recognize both VcMux and LLC formats."
    DEFVAL    { rfc1483VcMux }
    ::= { juniAtm1483ProfileEntry 3 }

juniAtm1483ProfileVccServiceCategory OBJECT-TYPE
    SYNTAX      INTEGER {
                    ubr(0),
                    ubrPcr(1),
                    nrtVbr(2),
                    cbr(3),
                    rtVbr(4) }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Service category for this circuit:
            ubr         Unspecified Bit Rate (best effort).
            ubrPcr      Unspecified Bit Rate with Peak Cell Rate limit.
            nrtVbr      Non-realtime Variable Bit Rate.
            cbr         Constant Bit Rate.
            rtVbr       Realtime Variable Bit Rate."
    DEFVAL    { ubr }
    ::= { juniAtm1483ProfileEntry 4 }

juniAtm1483ProfileVccPcr OBJECT-TYPE
    SYNTAX      Gauge32
    UNITS       "kilo-bits per second"
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Peak Cell Rate, in kilo-bits per second (kbps), of this circuit.

        This parameter is only required when
        juniAtm1483ProfileVccServiceCategory is configured to have one of the
        following values:
            ubrPcr
            nrtVbr
            cbr
            rtVbr "
    DEFVAL    { 0 }
    ::= { juniAtm1483ProfileEntry 5 }

juniAtm1483ProfileVccScr OBJECT-TYPE
    SYNTAX      Gauge32
    UNITS       "kilo-bits per second"
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Sustained Cell Rate, in kilo-bits per second (kbps), of this circuit.

        This parameter is only required when
        juniAtm1483ProfileVccServiceCategory is configured to have one of the
        following values:
            nrtVbr
            rtVbr "
    DEFVAL    { 0 }
    ::= { juniAtm1483ProfileEntry 6 }

juniAtm1483ProfileVccMbs OBJECT-TYPE
    SYNTAX      Gauge32
    UNITS       "cells"
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Maximum Burst Size, in cells, of this circuit.

        This parameter is only required when
        juniAtm1483ProfileVccServiceCategory is configured to have one of the
        following values:
            nrtVbr
            rtVbr "
    DEFVAL    { 0 }
    ::= { juniAtm1483ProfileEntry 7 }

juniAtm1483ProfileIfAlias OBJECT-TYPE
    SYNTAX      DisplayString (SIZE(0..255))
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "This object is an 'alias' name for the interface as specified by a
        network manager, and provides a non-volatile 'handle' for the interface.
        This object initializes ifAlias for the interface.  Note, all
        interfaces created through the same profile entry will have identical
        values for ifAlias."
    ::= { juniAtm1483ProfileEntry 8 }

juniAtm1483ProfileAdvisoryRxSpeed OBJECT-TYPE
    SYNTAX      Integer32 (0..2147483647)
    UNITS       "kilo-bits per second"
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Advisory receive speed, in kilobits per second (kbps),
        of this subinterface. This object has no impact on
        forwarding performance but may be used as a hint for the
        underlying circuit receive speed.  A value of 0 indicates
        that this feature is not enabled."
DEFVAL    { 0 }
::= { juniAtm1483ProfileEntry 9 }

juniAtm1483ProfileVccOamAdminStatus OBJECT-TYPE
    SYNTAX      INTEGER {
                    oamAdminStateDisabled(1),
                    oamAdminStateEnabled(2) }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The administrative state of OAM for the interface identified by this
        entry."
    DEFVAL    { oamAdminStateDisabled }
    ::= { juniAtm1483ProfileEntry 10 }

juniAtm1483ProfileVccOamLoopbackFrequency OBJECT-TYPE
    SYNTAX      Unsigned32 (0..600)
    UNITS       "seconds"
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The OAM loopback frequency for the interface identified by this entry."
    DEFVAL    { 10 }
    ::= { juniAtm1483ProfileEntry 11 }

juniAtm1483ProfileVcClassName OBJECT-TYPE
    SYNTAX      DisplayString (SIZE(0..32))
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
       "The name of the ATM VC class assigned to this profile."
    ::= { juniAtm1483ProfileEntry 12 }

--
-- ATM 1483 Auto-configuration Table
--
juniAtm1483ProfileAutoConfTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF JuniAtm1483ProfileAutoConfEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Configures recognition of incoming data encapsulation types that
        trigger autoconfiguration on an interface."
    ::= { juniAtm1483Profile 2 }

juniAtm1483ProfileAutoConfEntry OBJECT-TYPE
    SYNTAX      JuniAtm1483ProfileAutoConfEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Configures recognition of an incoming data encapsulation type that
        triggers autoconfiguration on an interface."
    INDEX     { juniAtm1483ProfileAutoConfId,
                juniAtm1483ProfileAutoConfEncaps }
    ::= { juniAtm1483ProfileAutoConfTable 1 }

JuniAtm1483ProfileAutoConfEntry ::= SEQUENCE {
    juniAtm1483ProfileAutoConfId                 Unsigned32,
    juniAtm1483ProfileAutoConfEncaps             JuniProfileIfEncaps,
    juniAtm1483ProfileAutoConfEnable             JuniEnable,
    juniAtm1483ProfileAutoConfLockoutMin         Integer32,
    juniAtm1483ProfileAutoConfLockoutMax         Integer32 }

juniAtm1483ProfileAutoConfId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The integer identifier associated with this profile.  A value for this
        identifier is determined by locating or creating a profile name in the
        juniProfileNameTable."
    ::= { juniAtm1483ProfileAutoConfEntry 1 }

juniAtm1483ProfileAutoConfEncaps OBJECT-TYPE
    SYNTAX      JuniProfileIfEncaps
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The encapsulating protocol type to which the autconfiguration
        information in this entry applies.

        The valid values are:
            ip(0),
            ppp(1),
            pppoe(17),
            bridgedEthernet(19) "
    ::= { juniAtm1483ProfileAutoConfEntry 2 }

juniAtm1483ProfileAutoConfEnable OBJECT-TYPE
    SYNTAX      JuniEnable
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "When enabled, permits autoconfiguration of the specified interface when
        the specified encapsulation is recognized in an incoming data frame.

        This parameter can only be set when juniAtm1483ProfileAutoConfEncaps is
        configured to one of the following values:
            ip(0),
            ppp(1)
            pppoe(17),
            bridgedEthernet(19) "
    ::= { juniAtm1483ProfileAutoConfEntry 3 }

juniAtm1483ProfileAutoConfLockoutMin OBJECT-TYPE
    SYNTAX      Integer32 (0..86400)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The lower bound, in seconds, of the time range used to specify 
        the duration of the lockout of the encapsulation type from 
        recognition for the specified interface.  This only takes effect
        if juniAtm1483ProfileAutoConfEnable is set to enable for the
        encapsulation type for this interface.
        The ability to lockout the specified encapsulation type from
        recognition in the event of an error in creating an interface of
        the encapsulation type is enabled by default.  The initial lockout
        duration is this object's value and increases exponentially for 
        each failure that occurs for the specified encapsulation type
        for the specified interface within the greater of 15 minutes and
        juniAtm1483ProfileAutoConfLockoutMax.  The lockout duration for the
        specified encapsulation type will not exceed 
        juniAtm1483ProfileAutoConfLockoutMax.  If the time between creation
        errors for the specified encapsulation type for the specified
        interface is greater than the greater of 15 minutes and
        juniAtm1483ProfileAutoConfLockoutMax, then the lockout duration
        reverts to this object's value. 
        To disable the ability to lockout the specified encapsulation type 
        from recognition in the event of an error in creating an interface
        of the encapsulation type for the specified interface, the value of
        this object and juniAtm1483ProfileAutoConfLockoutMax must be set to 0.
        It is not recommended that this lockout feature be disabled except 
        for debugging purposes."
    DEFVAL    { 1 }
    ::= { juniAtm1483ProfileAutoConfEntry 4 }

juniAtm1483ProfileAutoConfLockoutMax OBJECT-TYPE
    SYNTAX      Integer32 (0..86400)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The upper bound, in seconds, of the time range used to specify 
        the duration of the lockout of the encapsulation type from 
        recognition for the specified interface.  This value must equal
        or exceed the value for juniAtm1483ProfileAutoConfLockoutMin.  This
        only takes effect if juniAtm1483ProfileAutoConfEnable is set to 
        enable for the encapsulation type for this interface.
        The ability to lockout the specified encapsulation type from
        recognition in the event of an error in creating an interface of
        the encapsulation type is enabled by default.  The initial lockout
        duration is juniAtm1483ProfileAutoConfLockoutMin and increases
        exponentially for each failure that occurs for the specified
        encapsulation type for the specified interface within the greater 
        of 15 minutes and this object's value.  The lockout duration for
        the specified encapsulation type will not exceed this object's
        value.  If the time between creation errors for the specified
        encapsulation type for the specified interface is greater than
        the greater of 15 minutes and this object's value, then the
        lockout duration reverts to juniAtm1483ProfileAutoConfLockoutMin. 
        To disable the ability to lockout the specified encapsulation type 
        from recognition in the event of an error in creating an interface
        of the encapsulation type for the specified interface, the value of
        this object and juniAtm1483ProfileAutoConfLockoutMin must be set to 0.
        It is not recommended that this lockout feature be disabled except 
        for debugging purposes."
    DEFVAL    { 300 }
    ::= { juniAtm1483ProfileAutoConfEntry 5 }

--
-- ATM 1483 Profile Nested Profile Table
--
juniAtm1483ProfileNestedProfileTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF JuniAtm1483ProfileNestedProfileEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Specifies nested profiles for incoming data encapsulation types.

        Entries in this table are created/deleted as a side-effect of
        corresponding operations to the juniProfileNameTable in the
        Juniper-PROFILE-MIB."
    ::= { juniAtm1483Profile 3 }

juniAtm1483ProfileNestedProfileEntry OBJECT-TYPE
    SYNTAX      JuniAtm1483ProfileNestedProfileEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Specifies nested profile for incoming data encapsulation type."
    INDEX     { juniAtm1483ProfileNestedProfileId,
                juniAtm1483ProfileNestedProfileEncaps }
    ::= { juniAtm1483ProfileNestedProfileTable 1 }

JuniAtm1483ProfileNestedProfileEntry ::= SEQUENCE {
    juniAtm1483ProfileNestedProfileId                   Unsigned32,
    juniAtm1483ProfileNestedProfileEncaps               JuniProfileIfEncaps,
    juniAtm1483ProfileNestedProfileUpperIfProfileName   DisplayString }

juniAtm1483ProfileNestedProfileId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The integer identifier associated with this profile.  A value for this
        identifier is determined by locating or creating a profile name in the
        juniProfileNameTable."
    ::= { juniAtm1483ProfileNestedProfileEntry 1 }

juniAtm1483ProfileNestedProfileEncaps OBJECT-TYPE
    SYNTAX      JuniProfileIfEncaps
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The encapsulating protocol type to which the nested profile specified
        in this entry applies.

        The valid values are:
            ip(0),
            ppp(1),
            pppoe(17),
            bridgedEthernet(19) "
    ::= { juniAtm1483ProfileNestedProfileEntry 2 }

juniAtm1483ProfileNestedProfileUpperIfProfileName OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The name of profile used for the protocol type specified by
        juniAtm1483ProfileNestedProfileEncaps."
    ::= { juniAtm1483ProfileNestedProfileEntry 3 }


--
-- ATM 1483 Profile Subscriber Table
--
juniAtm1483ProfileSubscriberTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF JuniAtm1483ProfileSubscriberEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Configures subscriber identity used in circumstances where the remote
        subscriber's identity cannot be queried directly (e.g. dynamic IPoA
        operation).

        Entries in this table are created/deleted as a side-effect of
        corresponding operations to the juniProfileNameTable in the
        Juniper-PROFILE-MIB."
    ::= { juniAtm1483Profile 4 }

juniAtm1483ProfileSubscriberEntry OBJECT-TYPE
    SYNTAX      JuniAtm1483ProfileSubscriberEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Configures subscriber identity used in circumstances where the remote
        subscriber's identity cannot be queried directly (e.g. dynamic IPoA
        operation)."
    INDEX     { juniAtm1483ProfileSubscriberId,
                juniAtm1483ProfileSubscriberEncaps }
    ::= { juniAtm1483ProfileSubscriberTable 1 }

JuniAtm1483ProfileSubscriberEntry ::= SEQUENCE {
    juniAtm1483ProfileSubscriberId              Unsigned32,
    juniAtm1483ProfileSubscriberEncaps          JuniProfileIfEncaps,
    juniAtm1483ProfileSubscriberNamePrefix      JuniEnable,
    juniAtm1483ProfileSubscriberName            DisplayString,
    juniAtm1483ProfileSubscriberPasswordPrefix  JuniEnable,
    juniAtm1483ProfileSubscriberPassword        DisplayString,
    juniAtm1483ProfileSubscriberDomain          DisplayString }

juniAtm1483ProfileSubscriberId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The integer identifier associated with this profile.  A value for this
        identifier is determined by locating or creating a profile name in the
        juniProfileNameTable."
    ::= { juniAtm1483ProfileSubscriberEntry 1 }

juniAtm1483ProfileSubscriberEncaps OBJECT-TYPE
    SYNTAX      JuniProfileIfEncaps
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The encapsulating protocol type to which the subscriber information in
        this entry applies.

        The valid values are:
            ip(0),
            bridgedEthernet(19) "
    ::= { juniAtm1483ProfileSubscriberEntry 2 }

juniAtm1483ProfileSubscriberNamePrefix OBJECT-TYPE
    SYNTAX      JuniEnable
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "If enabled, indicates whether the value of juniSubscriberName is a
        prefix rather than a full name.

        This parameter is valid only when juniAtm1483ProfileSubscriberEncaps is
        configured to one of the following values:
            ip(0),
            bridgedEthernet(19)

        For all other values of juniAtm1483ProfileSubscriberEncaps it returns
        'disable'."
    ::= { juniAtm1483ProfileSubscriberEntry 3 }

juniAtm1483ProfileSubscriberName OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "If juniAtm1483ProfileSubscriberNamePrefix has the value 'enabled', the
        value of this object serves as the prefix of a full subscriber name.
        The full name is constructed by appending local geographic information
        (slot, port, etc.) that uniquely distinguishes the subscriber.

        This parameter is valid only when juniAtm1483ProfileSubscriberEncaps is
        configured to one of the following values:
            ip(0),
            bridgedEthernet(19)

        For all other values of juniAtm1483ProfileSubscriberEncaps it returns an
        empty string."
    ::= { juniAtm1483ProfileSubscriberEntry 4 }

juniAtm1483ProfileSubscriberPasswordPrefix OBJECT-TYPE
    SYNTAX      JuniEnable
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "If enabled, indicates whether the value of
        juniAtm1483ProfileSubscriberPassword is a prefix rather than a full
        password.

        This parameter is valid only when juniAtm1483ProfileSubscriberEncaps is
        configured to one of the following values:
            ip(0),
            bridgedEthernet(19)

        For all other values of juniAtm1483ProfileSubscriberEncaps it returns an
        empty string."
    ::= { juniAtm1483ProfileSubscriberEntry 5 }

juniAtm1483ProfileSubscriberPassword OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The subscriber's password.

        If juniAtm1483ProfileSubscriberPasswordPrefix has the value 'enabled',
        the value of this object serves as the prefix of a full subscriber
        password.  The full password is constructed by appending local
        geographic information (slot, port, etc.) that uniquely distinguishes
        the subscriber.

        This parameter is valid only when juniAtm1483ProfileSubscriberEncaps is
        configured to one of the following values:
            ip(0),
            bridgedEthernet(19)

        For all other values of juniAtm1483ProfileSubscriberEncaps it returns an
        empty string."
    ::= { juniAtm1483ProfileSubscriberEntry 6 }

juniAtm1483ProfileSubscriberDomain OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The subscriber's domain.

        This parameter is valid only when juniAtm1483ProfileSubscriberEncaps is
        configured to one of the following values:
            ip(0),
            bridgedEthernet(19)

        For all other values of juniAtm1483ProfileSubscriberEncaps it returns an
        empty string."
    ::= { juniAtm1483ProfileSubscriberEntry 7 }


-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Notifications
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- No notifications are defined in this MIB.


-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Conformance information
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniAtm1483ProfileConformance  OBJECT IDENTIFIER
    ::= { juniAtm1483ProfileMIB 4 }
juniAtm1483ProfileCompliances  OBJECT IDENTIFIER
    ::= { juniAtm1483ProfileConformance 1 }
juniAtm1483ProfileGroups       OBJECT IDENTIFIER
    ::= { juniAtm1483ProfileConformance 2 }

--
-- compliance statements
--
juniAtm1483ProfileCompliance  MODULE-COMPLIANCE
    STATUS      obsolete
    DESCRIPTION
        "Obsolete compliance statement for entities which implement the Juniper
        ATM Profile MIB.  This statement became obsolete when ifALias support
        was added to profile entries."
    MODULE   -- this module
        MANDATORY-GROUPS {
            juniAtm1483ProfileGroup }
    ::= { juniAtm1483ProfileCompliances 1 }                        -- JUNOSe 5.1

juniAtm1483ProfileCompliance2  MODULE-COMPLIANCE
    STATUS      obsolete
    DESCRIPTION
        "Obsolete compliance statement for entities which implement the Juniper
        ATM Profile MIB.  This statement became obsolete when lockout objects
        were added to juniAtm1483ProfileAutoConfTable."
    MODULE   -- this module
        MANDATORY-GROUPS {
            juniAtm1483ProfileGroup2 }
    ::= { juniAtm1483ProfileCompliances 2 }                        -- JUNOSe 5.3

juniAtm1483ProfileCompliance3  MODULE-COMPLIANCE
    STATUS      obsolete
    DESCRIPTION
        "Obsolete compliance statement for entities which implement the Juniper ATM
        Profile MIB."
    MODULE   -- this module
        MANDATORY-GROUPS {
            juniAtm1483ProfileGroup3 }
    ::= { juniAtm1483ProfileCompliances 3 }                        -- JUNOSe 7.0

juniAtm1483ProfileCompliance4  MODULE-COMPLIANCE
    STATUS      current
    DESCRIPTION
        "The compliance statement for entities which implement the Juniper ATM
        Profile MIB."
    MODULE   -- this module
        MANDATORY-GROUPS {
            juniAtm1483ProfileGroup6 }
    ::= { juniAtm1483ProfileCompliances 4 }                        -- JUNOSe 7.3

--
-- units of conformance
--
juniAtm1483ProfileGroup  OBJECT-GROUP
    OBJECTS {
        juniAtm1483ProfileSetMap,
        juniAtm1483ProfileVccType,
        juniAtm1483ProfileVccServiceCategory,
        juniAtm1483ProfileVccPcr,
        juniAtm1483ProfileVccScr,
        juniAtm1483ProfileVccMbs,
        juniAtm1483ProfileAutoConfEnable,
        juniAtm1483ProfileNestedProfileUpperIfProfileName,
        juniAtm1483ProfileSubscriberNamePrefix,
        juniAtm1483ProfileSubscriberName,
        juniAtm1483ProfileSubscriberPasswordPrefix,
        juniAtm1483ProfileSubscriberPassword,
        juniAtm1483ProfileSubscriberDomain }
    STATUS      obsolete
    DESCRIPTION
        "Obsolete collection of objects providing management of profile
        functionality for ATM subinterfaces in a Juniper product.  This group
        became obsolete when ifALias support was added to profile entries."
    ::= { juniAtm1483ProfileGroups 1 }

juniAtm1483ProfileGroup2  OBJECT-GROUP
    OBJECTS {
        juniAtm1483ProfileSetMap,
        juniAtm1483ProfileVccType,
        juniAtm1483ProfileVccServiceCategory,
        juniAtm1483ProfileVccPcr,
        juniAtm1483ProfileVccScr,
        juniAtm1483ProfileVccMbs,
        juniAtm1483ProfileIfAlias,
        juniAtm1483ProfileAdvisoryRxSpeed,
        juniAtm1483ProfileAutoConfEnable,
        juniAtm1483ProfileNestedProfileUpperIfProfileName,
        juniAtm1483ProfileSubscriberNamePrefix,
        juniAtm1483ProfileSubscriberName,
        juniAtm1483ProfileSubscriberPasswordPrefix,
        juniAtm1483ProfileSubscriberPassword,
        juniAtm1483ProfileSubscriberDomain }
    STATUS      obsolete
    DESCRIPTION
        "Obolete collection of objects providing management of profile 
        functionalityfor ATM subinterfaces in a Juniper product.  This group
        became obsolete when OAM support was added to profile entries."
    ::= { juniAtm1483ProfileGroups 2 }

juniAtm1483ProfileGroup3  OBJECT-GROUP
    OBJECTS {
        juniAtm1483ProfileSetMap,
        juniAtm1483ProfileVccType,
        juniAtm1483ProfileVccServiceCategory,
        juniAtm1483ProfileVccPcr,
        juniAtm1483ProfileVccScr,
        juniAtm1483ProfileVccMbs,
        juniAtm1483ProfileVccOamAdminStatus,  
        juniAtm1483ProfileVccOamLoopbackFrequency,
        juniAtm1483ProfileAutoConfEnable,
        juniAtm1483ProfileNestedProfileUpperIfProfileName,
        juniAtm1483ProfileSubscriberNamePrefix,
        juniAtm1483ProfileSubscriberName,
        juniAtm1483ProfileSubscriberPasswordPrefix,
        juniAtm1483ProfileSubscriberPassword,
        juniAtm1483ProfileSubscriberDomain }
    STATUS      obsolete
    DESCRIPTION
        "Obsolete collection of objects providing management of profile 
        functionality for ATM subinterfaces in a Juniper product.  This group
        became obsolete when ifALias support was added to profile entries."
    ::= { juniAtm1483ProfileGroups 3 }

juniAtm1483ProfileGroup4  OBJECT-GROUP
    OBJECTS {
        juniAtm1483ProfileSetMap,
        juniAtm1483ProfileVccType,
        juniAtm1483ProfileVccServiceCategory,
        juniAtm1483ProfileVccPcr,
        juniAtm1483ProfileVccScr,
        juniAtm1483ProfileVccMbs,
        juniAtm1483ProfileIfAlias,
        juniAtm1483ProfileAdvisoryRxSpeed,
        juniAtm1483ProfileVccOamAdminStatus,  
        juniAtm1483ProfileVccOamLoopbackFrequency,
        juniAtm1483ProfileAutoConfEnable,
        juniAtm1483ProfileNestedProfileUpperIfProfileName,
        juniAtm1483ProfileSubscriberNamePrefix,
        juniAtm1483ProfileSubscriberName,
        juniAtm1483ProfileSubscriberPasswordPrefix,
        juniAtm1483ProfileSubscriberPassword,
        juniAtm1483ProfileSubscriberDomain }
    STATUS      obsolete
    DESCRIPTION
        "Obsolete collection of objects providing management of profile 
        functionality for ATM subinterfaces in a Juniper product. This group
        became obsolete when Encapsulation Type Lockout objects were added
        to profile entries."
    ::= { juniAtm1483ProfileGroups 4 }

juniAtm1483ProfileGroup5  OBJECT-GROUP
    OBJECTS {
        juniAtm1483ProfileSetMap,
        juniAtm1483ProfileVccType,
        juniAtm1483ProfileVccServiceCategory,
        juniAtm1483ProfileVccPcr,
        juniAtm1483ProfileVccScr,
        juniAtm1483ProfileVccMbs,
        juniAtm1483ProfileIfAlias,
        juniAtm1483ProfileAdvisoryRxSpeed,
        juniAtm1483ProfileVccOamAdminStatus,  
        juniAtm1483ProfileVccOamLoopbackFrequency,
        juniAtm1483ProfileAutoConfEnable,
        juniAtm1483ProfileAutoConfLockoutMin,
        juniAtm1483ProfileAutoConfLockoutMax,
        juniAtm1483ProfileNestedProfileUpperIfProfileName,
        juniAtm1483ProfileSubscriberNamePrefix,
        juniAtm1483ProfileSubscriberName,
        juniAtm1483ProfileSubscriberPasswordPrefix,
        juniAtm1483ProfileSubscriberPassword,
        juniAtm1483ProfileSubscriberDomain }
    STATUS      obsolete
    DESCRIPTION
        "Obsolete collection of objects providing management of profile functionality
        for ATM subinterfaces in a Juniper product."
    ::= { juniAtm1483ProfileGroups 5 }

juniAtm1483ProfileGroup6  OBJECT-GROUP
    OBJECTS {
        juniAtm1483ProfileSetMap,
        juniAtm1483ProfileVccType,
        juniAtm1483ProfileVccServiceCategory,
        juniAtm1483ProfileVccPcr,
        juniAtm1483ProfileVccScr,
        juniAtm1483ProfileVccMbs,
        juniAtm1483ProfileIfAlias,
        juniAtm1483ProfileAdvisoryRxSpeed,
        juniAtm1483ProfileVccOamAdminStatus,  
        juniAtm1483ProfileVccOamLoopbackFrequency,
		juniAtm1483ProfileVcClassName,
        juniAtm1483ProfileAutoConfEnable,
        juniAtm1483ProfileAutoConfLockoutMin,
        juniAtm1483ProfileAutoConfLockoutMax,
        juniAtm1483ProfileNestedProfileUpperIfProfileName,
        juniAtm1483ProfileSubscriberNamePrefix,
        juniAtm1483ProfileSubscriberName,
        juniAtm1483ProfileSubscriberPasswordPrefix,
        juniAtm1483ProfileSubscriberPassword,
        juniAtm1483ProfileSubscriberDomain }
    STATUS      current
    DESCRIPTION
        "A collection of objects providing management of profile functionality
        for ATM subinterfaces in a Juniper product."
    ::= { juniAtm1483ProfileGroups 6 }

END