~ubuntu-branches/ubuntu/trusty/libsmi/trusty-proposed

« back to all changes in this revision

Viewing changes to mibs/ietf/ADSL2-LINE-TC-MIB

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Bernat
  • Date: 2009-12-03 20:38:40 UTC
  • mfrom: (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20091203203840-42i5ginvt6xyfp30
Tags: 0.4.8+dfsg2-2
* Suggest snmp-mibs-downloader, a package in contrib that will download
  MIB from Internet, if requested by the user, instead of libsnmp-base.
* Upload to unstable.
* Update NEWS.Debian.
* Ship smistrip in a separate package.
* Update paths in shipped smi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ADSL2-LINE-TC-MIB DEFINITIONS ::= BEGIN
2
 
 
3
 
IMPORTS
4
 
   MODULE-IDENTITY,
5
 
   transmission
6
 
      FROM SNMPv2-SMI
7
 
 
8
 
   TEXTUAL-CONVENTION
9
 
      FROM SNMPv2-TC;
10
 
 
11
 
adsl2TCMIB MODULE-IDENTITY
12
 
   LAST-UPDATED "200610040000Z" -- October 4th, 2006
13
 
   ORGANIZATION "ADSLMIB Working Group"
14
 
   CONTACT-INFO "WG-email:  adslmib@ietf.org
15
 
   Info:      https://www1.ietf.org/mailman/listinfo/adslmib
16
 
 
17
 
             Chair:     Mike Sneed
18
 
                        Sand Channel Systems
19
 
             Postal:    P.O. Box 37324
20
 
                        Raleigh NC 27627-732
21
 
             Email:     sneedmike@hotmail.com
22
 
             Phone:     +1 206 600 7022
23
 
 
24
 
             Co-Chair & Co-editor:
25
 
                        Menachem Dodge
26
 
                        ECI Telecom Ltd.
27
 
             Postal:    30 Hasivim St.
28
 
                        Petach Tikva 49517,
29
 
                        Israel.
30
 
             Email:     mbdodge@ieee.org
31
 
             Phone:     +972 3 926 8421
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
             Co-editor: Moti Morgenstern
39
 
                        ECI Telecom Ltd.
40
 
             Postal:    30 Hasivim St.
41
 
                        Petach Tikva 49517,
42
 
                        Israel.
43
 
             Email:     moti.morgenstern@ecitele.com
44
 
             Phone:     +972 3 926 6258
45
 
 
46
 
             Co-editor: Scott Baillie
47
 
                        NEC Australia
48
 
             Postal:    649-655 Springvale Road,
49
 
                        Mulgrave, Victoria 3170,
50
 
                        Australia.
51
 
             Email:     scott.baillie@nec.com.au
52
 
             Phone:     +61 3 9264 3986
53
 
 
54
 
             Co-editor: Umberto Bonollo
55
 
                        NEC Australia
56
 
             Postal:    649-655 Springvale Road,
57
 
                        Mulgrave, Victoria 3170,
58
 
                        Australia.
59
 
             Email:     umberto.bonollo@nec.com.au
60
 
             Phone:     +61 3 9264 3385
61
 
            "
62
 
   DESCRIPTION
63
 
        "This MIB Module provides Textual Conventions to be
64
 
         used by the ADSL2-LINE-MIB module for the purpose of
65
 
         managing ADSL, ADSL2, and ADSL2+ lines.
66
 
 
67
 
        Copyright (C) The Internet Society (2006).  This version of
68
 
        this MIB module is part of RFC 4706: see the RFC itself for
69
 
        full legal notices."
70
 
 
71
 
   REVISION "200610040000Z" -- October 4th, 2006
72
 
   DESCRIPTION "Initial version, published as RFC 4706."
73
 
      ::= { transmission 238 2 } -- adsl2MIB 2
74
 
 
75
 
------------------------------------------------
76
 
------------------------------------------------
77
 
 
78
 
Adsl2Unit ::= TEXTUAL-CONVENTION
79
 
   STATUS      current
80
 
   DESCRIPTION
81
 
      "Identifies a transceiver as being either an ATU-C or
82
 
       an ATU-R.  An ADSL line consists of two transceivers, an ATU-C
83
 
       and an ATU-R.  Attributes with this syntax reference the two
84
 
       sides of a line.  Specified as an INTEGER, the two values
85
 
 
86
 
 
87
 
 
88
 
       are:
89
 
 
90
 
        atuc(1)  -- Central office ADSL terminal unit (ATU-C).
91
 
        atur(2)  -- Remote ADSL terminal unit (ATU-R)."
92
 
   SYNTAX      INTEGER {
93
 
                  atuc(1),
94
 
                  atur(2)
95
 
               }
96
 
 
97
 
Adsl2Direction ::= TEXTUAL-CONVENTION
98
 
     STATUS current
99
 
     DESCRIPTION
100
 
        "Identifies the direction of a band as being
101
 
         either upstream or downstream.  Specified as an INTEGER,
102
 
         the two values are:
103
 
          upstream(1), and
104
 
          downstream(2)."
105
 
     SYNTAX INTEGER {
106
 
       upstream(1),
107
 
       downstream(2)
108
 
    }
109
 
 
110
 
 
111
 
 
112
 
Adsl2TransmissionModeType ::= TEXTUAL-CONVENTION
113
 
   STATUS      current
114
 
   DESCRIPTION
115
 
      "A set of ADSL2 line transmission modes, with one bit
116
 
       per mode.  The notes (F) and (L) denote Full-Rate
117
 
       and Lite/splitterless, respectively:
118
 
          Bit 00 : Regional Std. (ANSI T1.413) (F)
119
 
          Bit 01 : Regional Std. (ETSI DTS/TM06006) (F)
120
 
          Bit 02 : G.992.1 POTS non-overlapped (F)
121
 
          Bit 03 : G.992.1 POTS overlapped (F)
122
 
          Bit 04 : G.992.1 ISDN non-overlapped (F)
123
 
          Bit 05 : G.992.1 ISDN overlapped (F)
124
 
          Bit 06 : G.992.1 TCM-ISDN non-overlapped (F)
125
 
          Bit 07 : G.992.1 TCM-ISDN overlapped (F)
126
 
          Bit 08 : G.992.2 POTS non-overlapped (L)
127
 
          Bit 09 : G.992.2 POTS overlapped (L)
128
 
          Bit 10 : G.992.2 with TCM-ISDN non-overlapped (L)
129
 
          Bit 11 : G.992.2 with TCM-ISDN overlapped (L)
130
 
          Bit 12 : G.992.1 TCM-ISDN symmetric (F) -- not in G.997.1
131
 
          Bit 13-17: Reserved
132
 
          Bit 18 : G.992.3 POTS non-overlapped (F)
133
 
          Bit 19 : G.992.3 POTS overlapped (F)
134
 
          Bit 20 : G.992.3 ISDN non-overlapped (F)
135
 
          Bit 21 : G.992.3 ISDN overlapped (F)
136
 
 
137
 
 
138
 
 
139
 
          Bit 22-23: Reserved
140
 
          Bit 24 : G.992.4 POTS non-overlapped (L)
141
 
          Bit 25 : G.992.4 POTS overlapped (L)
142
 
          Bit 26-27: Reserved
143
 
          Bit 28 : G.992.3 Annex I All-Digital non-overlapped (F)
144
 
          Bit 29 : G.992.3 Annex I All-Digital overlapped (F)
145
 
          Bit 30 : G.992.3 Annex J All-Digital non-overlapped (F)
146
 
          Bit 31 : G.992.3 Annex J All-Digital overlapped (F)
147
 
          Bit 32 : G.992.4 Annex I All-Digital non-overlapped (L)
148
 
          Bit 33 : G.992.4 Annex I All-Digital overlapped (L)
149
 
          Bit 34 : G.992.3 Annex L POTS non-overlapped, mode 1,
150
 
                                   wide U/S (F)
151
 
          Bit 35 : G.992.3 Annex L POTS non-overlapped, mode 2,
152
 
                                   narrow U/S(F)
153
 
          Bit 36 : G.992.3 Annex L POTS overlapped, mode 3,
154
 
                                   wide U/S (F)
155
 
          Bit 37 : G.992.3 Annex L POTS overlapped, mode 4,
156
 
                                   narrow U/S (F)
157
 
          Bit 38 : G.992.3 Annex M POTS non-overlapped (F)
158
 
          Bit 39 : G.992.3 Annex M POTS overlapped (F)
159
 
          Bit 40 : G.992.5 POTS non-overlapped (F)
160
 
          Bit 41 : G.992.5 POTS overlapped (F)
161
 
          Bit 42 : G.992.5 ISDN non-overlapped (F)
162
 
          Bit 43 : G.992.5 ISDN overlapped (F)
163
 
          Bit 44-45: Reserved
164
 
          Bit 46 : G.992.5 Annex I All-Digital non-overlapped (F)
165
 
          Bit 47 : G.992.5 Annex I All-Digital overlapped (F)
166
 
          Bit 48 : G.992.5 Annex J All-Digital non-overlapped (F)
167
 
          Bit 49 : G.992.5 Annex J All-Digital overlapped (F)
168
 
          Bit 50 : G.992.5 Annex M POTS non-overlapped (F)
169
 
          Bit 51 : G.992.5 Annex M POTS overlapped (F)
170
 
          Bit 52-55: Reserved"
171
 
   SYNTAX      BITS {
172
 
                  ansit1413(0),
173
 
                  etsi(1),
174
 
                  g9921PotsNonOverlapped(2),
175
 
                  g9921PotsOverlapped(3),
176
 
                  g9921IsdnNonOverlapped(4),
177
 
                  g9921isdnOverlapped(5),
178
 
                  g9921tcmIsdnNonOverlapped(6),
179
 
                  g9921tcmIsdnOverlapped(7),
180
 
                  g9922potsNonOverlapped(8),
181
 
                  g9922potsOverlapped(9),
182
 
                  g9922tcmIsdnNonOverlapped(10),
183
 
                  g9922tcmIsdnOverlapped(11),
184
 
                  g9921tcmIsdnSymmetric(12),
185
 
                  reserved1(13),
186
 
                  reserved2(14),
187
 
 
188
 
 
189
 
 
190
 
                  reserved3(15),
191
 
                  reserved4(16),
192
 
                  reserved5(17),
193
 
                  g9923PotsNonOverlapped(18),
194
 
                  g9923PotsOverlapped(19),
195
 
                  g9923IsdnNonOverlapped(20),
196
 
                  g9923isdnOverlapped(21),
197
 
                  reserved6(22),
198
 
                  reserved7(23),
199
 
                  g9924potsNonOverlapped(24),
200
 
                  g9924potsOverlapped(25),
201
 
                  reserved8(26),
202
 
                  reserved9(27),
203
 
                  g9923AnnexIAllDigNonOverlapped(28),
204
 
                  g9923AnnexIAllDigOverlapped(29),
205
 
                  g9923AnnexJAllDigNonOverlapped(30),
206
 
                  g9923AnnexJAllDigOverlapped(31),
207
 
                  g9924AnnexIAllDigNonOverlapped(32),
208
 
                  g9924AnnexIAllDigOverlapped(33),
209
 
                  g9923AnnexLMode1NonOverlapped(34),
210
 
                  g9923AnnexLMode2NonOverlapped(35),
211
 
                  g9923AnnexLMode3Overlapped(36),
212
 
                  g9923AnnexLMode4Overlapped(37),
213
 
                  g9923AnnexMPotsNonOverlapped(38),
214
 
                  g9923AnnexMPotsOverlapped(39),
215
 
                  g9925PotsNonOverlapped(40),
216
 
                  g9925PotsOverlapped(41),
217
 
                  g9925IsdnNonOverlapped(42),
218
 
                  g9925isdnOverlapped(43),
219
 
                  reserved10(44),
220
 
                  reserved11(45),
221
 
                  g9925AnnexIAllDigNonOverlapped(46),
222
 
                  g9925AnnexIAllDigOverlapped(47),
223
 
                  g9925AnnexJAllDigNonOverlapped(48),
224
 
                  g9925AnnexJAllDigOverlapped(49),
225
 
                  g9925AnnexMPotsNonOverlapped(50),
226
 
                  g9925AnnexMPotsOverlapped(51),
227
 
                  reserved12(52),
228
 
                  reserved13(53),
229
 
                  reserved14(54),
230
 
                  reserved15(55)
231
 
               }
232
 
 
233
 
Adsl2RaMode ::= TEXTUAL-CONVENTION
234
 
   STATUS      current
235
 
   DESCRIPTION
236
 
      "Specifies the rate adaptation behavior for the line.
237
 
       The three possible behaviors are:
238
 
 
239
 
 
240
 
 
241
 
        manual(1)    - No Rate-Adaptation.  The initialization
242
 
                       process attempts to synchronize to a
243
 
                       specified rate.
244
 
        raInit(2)    - Rate-Adaptation during initialization process
245
 
                       only, which attempts to synchronize to a rate
246
 
                       between minimum and maximum specified values.
247
 
        dynamicRa(3) - Dynamic Rate-Adaptation during initialization
248
 
                       process as well as during SHOWTIME."
249
 
   SYNTAX      INTEGER {
250
 
                  manual(1),
251
 
                  raInit(2),
252
 
                  dynamicRa(3)
253
 
               }
254
 
 
255
 
Adsl2InitResult ::= TEXTUAL-CONVENTION
256
 
   STATUS      current
257
 
   DESCRIPTION
258
 
      "Specifies the result of a full initialization attempt; the
259
 
       six possible result values are:
260
 
        noFail(0)            - Successful initialization.
261
 
        configError(1)       - Configuration failure.
262
 
        configNotFeasible(2) - Configuration details not supported.
263
 
        commFail(3)          - Communication failure.
264
 
        noPeerAtu(4)         - Peer ATU not detected.
265
 
        otherCause(5)        - Other initialization failure reason.
266
 
 
267
 
       The values used are as defined in ITU-T G.997.1,
268
 
       paragraph 7.5.1.3"
269
 
 
270
 
   SYNTAX      INTEGER {
271
 
                  noFail(0),
272
 
                  configError(1),
273
 
                  configNotFeasible(2),
274
 
                  commFail(3),
275
 
                  noPeerAtu(4),
276
 
                  otherCause(5)
277
 
               }
278
 
 
279
 
Adsl2OperationModes ::= TEXTUAL-CONVENTION
280
 
   STATUS      current
281
 
   DESCRIPTION
282
 
      "The ADSL2 management model specified includes an ADSL Mode
283
 
       attribute that identifies an instance of ADSL Mode-Specific
284
 
       PSD Configuration object in the ADSL Line Profile.  The
285
 
       following classes of ADSL operating mode are defined.
286
 
       The notes (F) and (L) denote Full-Rate and Lite/splitterless
287
 
       respectively:
288
 
 
289
 
 
290
 
 
291
 
 
292
 
       +-------+--------------------------------------------------+
293
 
       | Value |         ADSL operation mode description          |
294
 
       +-------+--------------------------------------------------+
295
 
 
296
 
           1   - The default/generic PSD configuration.  Default
297
 
                 configuration will be used when no other matching
298
 
                 mode-specific configuration can be found.
299
 
           2   - ADSL family.  The attributes included in the Mode-
300
 
                 Specific PSD Configuration are irrelevant for
301
 
                 ITU-T G.992.1 and G.992.2 ADSL modes.  Hence, it
302
 
                 is possible to map those modes to this generic
303
 
                 class.
304
 
          3-7  - Unused. Reserved for future ITU-T specification.
305
 
           8   - G.992.3 POTS non-overlapped (F)
306
 
           9   - G.992.3 POTS overlapped (F)
307
 
          10   - G.992.3 ISDN non-overlapped (F)
308
 
          11   - G.992.3 ISDN overlapped (F)
309
 
        12-13  - Unused. Reserved for future ITU-T specification.
310
 
          14   - G.992.4 POTS non-overlapped (L)
311
 
          15   - G.992.4 POTS overlapped (L)
312
 
        16-17  - Unused. Reserved for future ITU-T specification.
313
 
          18   - G.992.3 Annex I All-Digital non-overlapped (F)
314
 
          19   - G.992.3 Annex I All-Digital overlapped (F)
315
 
          20   - G.992.3 Annex J All-Digital non-overlapped (F)
316
 
          21   - G.992.3 Annex J All-Digital overlapped (F)
317
 
          22   - G.992.4 Annex I All-Digital non-overlapped (L)
318
 
          23   - G.992.4 Annex I All-Digital overlapped (L)
319
 
          24   - G.992.3 Annex L POTS non-overlapped, mode 1,
320
 
                 wide U/S (F)
321
 
          25   - G.992.3 Annex L POTS non-overlapped, mode 2,
322
 
                 narrow U/S(F)
323
 
          26   - G.992.3 Annex L POTS overlapped, mode 3,
324
 
                 wide U/S (F)
325
 
          27   - G.992.3 Annex L POTS overlapped, mode 4,
326
 
                 narrow U/S (F)
327
 
          28   - G.992.3 Annex M POTS non-overlapped (F)
328
 
          29   - G.992.3 Annex M POTS overlapped (F)
329
 
          30   - G.992.5 POTS non-overlapped (F)
330
 
          31   - G.992.5 POTS overlapped (F)
331
 
          32   - G.992.5 ISDN non-overlapped (F)
332
 
          33   - G.992.5 ISDN overlapped (F)
333
 
        34-35  - Unused. Reserved for future ITU-T specification.
334
 
          36   - G.992.5 Annex I All-Digital non-overlapped (F)
335
 
          37   - G.992.5 Annex I All-Digital overlapped (F)
336
 
          38   - G.992.5 Annex J All-Digital non-overlapped (F)
337
 
          39   - G.992.5 Annex J All-Digital overlapped (F)
338
 
          40   - G.992.5 Annex M POTS non-overlapped (F)
339
 
          41   - G.992.5 Annex M POTS overlapped (F)
340
 
 
341
 
 
342
 
 
343
 
      "
344
 
   SYNTAX      INTEGER {
345
 
                  defMode (1),
346
 
                  adsl(2),
347
 
                  g9923PotsNonOverlapped(8),
348
 
                  g9923PotsOverlapped(9),
349
 
                  g9923IsdnNonOverlapped(10),
350
 
                  g9923isdnOverlapped(11),
351
 
                  g9924potsNonOverlapped(14),
352
 
                  g9924potsOverlapped(15),
353
 
                  g9923AnnexIAllDigNonOverlapped(18),
354
 
                  g9923AnnexIAllDigOverlapped(19),
355
 
                  g9923AnnexJAllDigNonOverlapped(20),
356
 
                  g9923AnnexJAllDigOverlapped(21),
357
 
                  g9924AnnexIAllDigNonOverlapped(22),
358
 
                  g9924AnnexIAllDigOverlapped(23),
359
 
                  g9923AnnexLMode1NonOverlapped(24),
360
 
                  g9923AnnexLMode2NonOverlapped(25),
361
 
                  g9923AnnexLMode3Overlapped(26),
362
 
                  g9923AnnexLMode4Overlapped(27),
363
 
                  g9923AnnexMPotsNonOverlapped(28),
364
 
                  g9923AnnexMPotsOverlapped(29),
365
 
                  g9925PotsNonOverlapped(30),
366
 
                  g9925PotsOverlapped(31),
367
 
                  g9925IsdnNonOverlapped(32),
368
 
                  g9925isdnOverlapped(33),
369
 
                  g9925AnnexIAllDigNonOverlapped(36),
370
 
                  g9925AnnexIAllDigOverlapped(37),
371
 
                  g9925AnnexJAllDigNonOverlapped(38),
372
 
                  g9925AnnexJAllDigOverlapped(39),
373
 
                  g9925AnnexMPotsNonOverlapped(40),
374
 
                  g9925AnnexMPotsOverlapped(41)
375
 
               }
376
 
 
377
 
 
378
 
Adsl2PowerMngState ::= TEXTUAL-CONVENTION
379
 
   STATUS      current
380
 
   DESCRIPTION
381
 
      "Attributes with this syntax uniquely identify each power
382
 
       management state defined for the ADSL/ADSL2 or ADSL2+ link.
383
 
       The possible values are:
384
 
         l0(1) - L0 - Full power management state.
385
 
         l1(2) - L1 - Low power management state (for G.992.2).
386
 
         l2(3) - L2 - Low power management state (for G.992.3,
387
 
                      G.992.4, and G.992.5).
388
 
         l3(4) - L3 - Idle power management state."
389
 
 
390
 
   SYNTAX      INTEGER {
391
 
 
392
 
 
393
 
 
394
 
                  l0(1),
395
 
                  l1(2),
396
 
                  l2(3),
397
 
                  l3(4)
398
 
               }
399
 
 
400
 
Adsl2ConfPmsForce ::= TEXTUAL-CONVENTION
401
 
   STATUS      current
402
 
   DESCRIPTION
403
 
      "Attributes with this syntax are configuration parameters
404
 
       that reference the desired power management state for the
405
 
       ADSL/ADSL2 or ADSL2+ link:
406
 
         l3toL0(0)          - Perform a transition from L3 to L0
407
 
                              (Full power management state).
408
 
         l0toL2(2)          - Perform a transition from L0 to L2
409
 
                              (Low power management state).
410
 
         l0orL2toL3(3)      - Perform a transition into L3 (Idle
411
 
                              power management state).
412
 
 
413
 
       The values used are as defined in ITU-T G.997.1,
414
 
       paragraph 7.3.1.1.3"
415
 
 
416
 
   SYNTAX      INTEGER {
417
 
                  l3toL0(0),
418
 
                  l0toL2(2),
419
 
                  l0orL2toL3(3)
420
 
               }
421
 
 
422
 
Adsl2LConfProfPmMode ::= TEXTUAL-CONVENTION
423
 
   STATUS current
424
 
   DESCRIPTION
425
 
      "Attributes with this syntax are configuration parameters
426
 
       that reference the power modes/states into which the ATU-C or
427
 
       ATU-R may autonomously transit.
428
 
 
429
 
       It is a BITS structure that allows control of the following
430
 
       transit options:
431
 
        allowTransitionsToIdle(0)     - XTU may autonomously transit
432
 
                                        to idle (L3) state.
433
 
        allowTransitionsToLowPower(1) - XTU may autonomously transit
434
 
                                        to low-power (L2) state."
435
 
 
436
 
   SYNTAX BITS {
437
 
       allowTransitionsToIdle(0),
438
 
       allowTransitionsToLowPower(1)
439
 
     }
440
 
 
441
 
Adsl2LineLdsf ::= TEXTUAL-CONVENTION
442
 
 
443
 
 
444
 
 
445
 
   STATUS current
446
 
   DESCRIPTION
447
 
      "Attributes with this syntax are configuration parameters
448
 
       that control the Loop Diagnostic mode for the ADSL/ADSL2 or
449
 
       ADSL2+ link.  The possible values are:
450
 
         inhibit(0)  - Inhibit Loop Diagnostic mode.
451
 
         force(1)    - Force/Initiate Loop Diagnostic mode.
452
 
 
453
 
       The values used are as defined in ITU-T G.997.1,
454
 
       paragraph 7.3.1.1.8"
455
 
 
456
 
   SYNTAX INTEGER {
457
 
       inhibit(0),
458
 
       force(1)
459
 
     }
460
 
 
461
 
Adsl2LdsfResult ::= TEXTUAL-CONVENTION
462
 
     STATUS current
463
 
     DESCRIPTION
464
 
        "Possible failure reasons associated with performing
465
 
         a Dual Ended Loop Test (DELT) on a DSL line.
466
 
         Possible values are:
467
 
          none(1)         - The default value in case LDSF was never
468
 
                            requested for the associated line.
469
 
          success(2)      - The recent command completed
470
 
                            successfully.
471
 
          inProgress(3)   - The Loop Diagnostics process is in
472
 
                            progress.
473
 
          unsupported(4)  - The NE or the line card doesn't support
474
 
                            LDSF.
475
 
          cannotRun(5)    - The NE cannot initiate the command, due
476
 
                            to a nonspecific reason.
477
 
          aborted(6)      - The Loop Diagnostics process aborted.
478
 
          failed(7)       - The Loop Diagnostics process failed.
479
 
          illegalMode(8)  - The NE cannot initiate the command, due
480
 
                            to the specific mode of the relevant
481
 
                            line.
482
 
          adminUp(9)      - The NE cannot initiate the command, as
483
 
                            the relevant line is administratively
484
 
                            'Up'.
485
 
          tableFull(10)   - The NE cannot initiate the command, due
486
 
                            to reaching the maximum number of rows
487
 
                            in the results table.
488
 
          noResources(11) - The NE cannot initiate the command, due
489
 
                            to lack of internal memory resources."
490
 
     SYNTAX INTEGER {
491
 
          none(1),
492
 
          success(2),
493
 
 
494
 
 
495
 
 
496
 
          inProgress(3),
497
 
          unsupported(4),
498
 
          cannotRun(5),
499
 
          aborted(6),
500
 
          failed(7),
501
 
          illegalMode(8),
502
 
          adminUp(9),
503
 
          tableFull(10),
504
 
          noResources(11)
505
 
     }
506
 
 
507
 
Adsl2SymbolProtection ::= TEXTUAL-CONVENTION
508
 
   STATUS      current
509
 
   DESCRIPTION
510
 
      "Attributes with this syntax are configuration parameters
511
 
       that reference the minimum-length impulse noise protection
512
 
       (INP) in terms of number of symbols.  The possible values are:
513
 
       noProtection (i.e., INP not required), halfSymbol (i.e., INP
514
 
       length is 1/2 symbol), and 1-16 symbols in steps of 1 symbol."
515
 
 
516
 
   SYNTAX      INTEGER {
517
 
               noProtection(1),
518
 
               halfSymbol(2),
519
 
               singleSymbol(3),
520
 
               twoSymbols(4),
521
 
               threeSymbols(5),
522
 
               fourSymbols(6),
523
 
               fiveSymbols(7),
524
 
               sixSymbols(8),
525
 
               sevenSymbols(9),
526
 
               eightSymbols(10),
527
 
               nineSymbols(11),
528
 
               tenSymbols(12),
529
 
               elevenSymbols(13),
530
 
               twelveSymbols(14),
531
 
               thirteeSymbols(15),
532
 
               fourteenSymbols(16),
533
 
               fifteenSymbols(17),
534
 
               sixteenSymbols(18)
535
 
             }
536
 
Adsl2MaxBer ::= TEXTUAL-CONVENTION
537
 
   STATUS      current
538
 
   DESCRIPTION
539
 
      "Attributes with this syntax are configuration parameters
540
 
       that reference the maximum Bit Error Rate (BER).
541
 
       The possible values are:
542
 
 
543
 
         eminus3(1)   - Maximum BER=E^-3
544
 
 
545
 
 
546
 
 
547
 
         eminus5(2)   - Maximum BER=E^-5
548
 
         eminus7(3)   - Maximum BER=E^-7"
549
 
   SYNTAX      INTEGER {
550
 
                  eminus3(1),
551
 
                  eminus5(2),
552
 
                  eminus7(3)
553
 
               }
554
 
 
555
 
Adsl2ScMaskDs ::= TEXTUAL-CONVENTION
556
 
   STATUS      current
557
 
   DESCRIPTION
558
 
      "Each one of the 512 bits in this OCTET
559
 
       STRING array represents the corresponding bin
560
 
       in the downstream direction.  A value of one
561
 
       indicates that the bin is not in use."
562
 
   SYNTAX      OCTET STRING (SIZE(0..64))
563
 
 
564
 
Adsl2ScMaskUs ::= TEXTUAL-CONVENTION
565
 
   STATUS      current
566
 
   DESCRIPTION
567
 
      "Each one of the 64 bits in this OCTET
568
 
      STRING array represents the corresponding bin
569
 
      in the upstream direction.  A value of one
570
 
      indicates that the bin is not in use."
571
 
   SYNTAX      OCTET STRING (SIZE(0..8))
572
 
 
573
 
Adsl2RfiDs ::= TEXTUAL-CONVENTION
574
 
   STATUS      current
575
 
   DESCRIPTION
576
 
      "Each one of the 512 bits in this OCTET
577
 
      STRING array represents the corresponding bin
578
 
      in the downstream direction.  A value of one
579
 
      indicates that the bin is part of a notch
580
 
      filter."
581
 
   SYNTAX      OCTET STRING (SIZE(0..64))
582
 
 
583
 
Adsl2PsdMaskDs ::= TEXTUAL-CONVENTION
584
 
   STATUS      current
585
 
   DESCRIPTION
586
 
      "This is a structure that represents up to
587
 
      32 PSD Mask breakpoints.
588
 
      Each breakpoint occupies 3 octets: The first
589
 
      two octets hold the index of the sub-carrier
590
 
      associated with the breakpoint.  The third octet
591
 
      holds the PSD reduction at the breakpoint from 0
592
 
      (0 dBm/Hz) to 255 (-127.5 dBm/Hz) using units of
593
 
      0.5 dBm/Hz."
594
 
   SYNTAX      OCTET STRING (SIZE(0..96))
595
 
 
596
 
 
597
 
 
598
 
Adsl2PsdMaskUs ::= TEXTUAL-CONVENTION
599
 
   STATUS      current
600
 
   DESCRIPTION
601
 
      "This is a structure that represents up to
602
 
      4 PSD Mask breakpoints.
603
 
      Each breakpoint occupies 3 octets: The first
604
 
      two octets hold the index of the sub-carrier
605
 
      associated with the breakpoint.  The third octet
606
 
      holds the PSD reduction at the breakpoint from 0
607
 
      (0 dBm/Hz) to 255 (-127.5 dBm/Hz) using units of
608
 
      0.5 dBm/Hz."
609
 
   SYNTAX      OCTET STRING (SIZE(0..12))
610
 
 
611
 
Adsl2Tssi ::= TEXTUAL-CONVENTION
612
 
   STATUS      current
613
 
   DESCRIPTION
614
 
      "This is a structure that represents up to
615
 
      32 transmit spectrum shaping (TSSi) breakpoints.
616
 
      Each breakpoint occupies 3 octets: The first
617
 
      two octets hold the index of the sub-carrier
618
 
      associated with the breakpoint.  The third octet
619
 
      holds the shaping parameter at the breakpoint.  It
620
 
      is a value from 0 to 127 (units of -0.5 dB).  The
621
 
      special value 127 indicates that the sub-carrier
622
 
      is not transmitted."
623
 
   SYNTAX      OCTET STRING (SIZE(0..96))
624
 
 
625
 
Adsl2LastTransmittedState ::= TEXTUAL-CONVENTION
626
 
     STATUS current
627
 
     DESCRIPTION
628
 
        "This parameter represents the last successfully
629
 
         transmitted initialization state in the last full
630
 
         initialization performed on the line.  States are
631
 
         per the specific xDSL technology and are numbered
632
 
         from 0 (if G.994.1 is used) or 1 (if G.994.1 is
633
 
         not used) up to Showtime."
634
 
     SYNTAX      INTEGER {
635
 
       atucG9941(0),
636
 
       atucQuiet1(1),
637
 
       atucComb1(2),
638
 
       atucQuiet2(3),
639
 
       atucComb2(4),
640
 
       atucIcomb1(5),
641
 
       atucLineprob(6),
642
 
       atucQuiet3(7),
643
 
       atucComb3(8),
644
 
       atucIComb2(9),
645
 
       atucMsgfmt(10),
646
 
 
647
 
 
648
 
 
649
 
       atucMsgpcb(11),
650
 
       atucQuiet4(12),
651
 
       atucReverb1(13),
652
 
       atucTref1(14),
653
 
       atucReverb2(15),
654
 
       atucEct(16),
655
 
       atucReverb3(17),
656
 
       atucTref2(18),
657
 
       atucReverb4(19),
658
 
       atucSegue1(20),
659
 
       atucMsg1(21),
660
 
       atucReverb5(22),
661
 
       atucSegue2(23),
662
 
       atucMedley(24),
663
 
       atucExchmarker(25),
664
 
       atucMsg2(26),
665
 
       atucReverb6(27),
666
 
       atucSegue3(28),
667
 
       atucParams(29),
668
 
       atucReverb7(30),
669
 
       atucSegue4(31),
670
 
       atucShowtime(32),
671
 
       --
672
 
       aturG9941(100),
673
 
       aturQuiet1(101),
674
 
       aturComb1(102),
675
 
       aturQuiet2(103),
676
 
       aturComb2(104),
677
 
       aturIcomb1(105),
678
 
       aturLineprob(106),
679
 
       aturQuiet3(107),
680
 
       aturComb3(108),
681
 
       aturIcomb2(109),
682
 
       aturMsgfmt(110),
683
 
       aturMsgpcb(111),
684
 
       aturReverb1(112),
685
 
       aturQuiet4(113),
686
 
       aturReverb2(114),
687
 
       aturQuiet5(115),
688
 
       aturReverb3(116),
689
 
       aturEct(117),
690
 
       aturReverb4(118),
691
 
       aturSegue1(119),
692
 
       aturReverb5(120),
693
 
       aturSegue2(121),
694
 
       aturMsg1(122),
695
 
       aturMedley(123),
696
 
       aturExchmarker(124),
697
 
 
698
 
 
699
 
 
700
 
       aturMsg2(125),
701
 
       aturReverb6(126),
702
 
       aturSegue3(127),
703
 
       aturParams(128),
704
 
       aturReverb7(129),
705
 
       aturSegue4(130),
706
 
       aturShowtime(131)
707
 
     }
708
 
 
709
 
Adsl2LineStatus ::= TEXTUAL-CONVENTION
710
 
   STATUS current
711
 
   DESCRIPTION
712
 
      "Attributes with this syntax are status parameters
713
 
       that reflect the failure status for a given endpoint of
714
 
       ADSL/ADSL2 or ADSL2+ link.
715
 
 
716
 
       This BITS structure can report the following failures:
717
 
 
718
 
        noDefect(0)       - This bit position positively reports
719
 
                            that no defect or failure exists.
720
 
        lossOfFrame(1)    - Loss of frame synchronization.
721
 
        lossOfSignal(2)   - Loss of signal.
722
 
        lossOfPower(3)    - Loss of power.  Usually this failure may
723
 
                            be reported for ATU-Rs only.
724
 
        initFailure(4)    - Recent initialization process failed.
725
 
                            Never active on ATU-R."
726
 
 
727
 
   SYNTAX BITS {
728
 
       noDefect(0),
729
 
       lossOfFrame(1),
730
 
       lossOfSignal(2),
731
 
       lossOfPower(3),
732
 
       initFailure(4)
733
 
     }
734
 
 
735
 
Adsl2ChAtmStatus ::= TEXTUAL-CONVENTION
736
 
   STATUS current
737
 
   DESCRIPTION
738
 
     "Attributes with this syntax are status parameters that
739
 
      reflect the failure status for Transmission Convergence (TC)
740
 
      layer of a given ATM interface (data path over an ADSL/ADSL2
741
 
      or ADSL2+ link).
742
 
 
743
 
      This BITS structure can report the following failures:
744
 
       noDefect(0)              - This bit position positively
745
 
                                  reports that no defect or failure
746
 
                                  exists.
747
 
       noCellDelineation(1)     - The link was successfully
748
 
 
749
 
 
750
 
 
751
 
                                  initialized, but cell delineation
752
 
                                  was never acquired on the
753
 
                                  associated ATM data path.
754
 
       lossOfCellDelineation(2) - Loss of cell delineation on the
755
 
                                  associated ATM data path."
756
 
 
757
 
   SYNTAX BITS {
758
 
       noDefect(0),
759
 
       noCellDelineation(1),
760
 
       lossOfCellDelineation(2)
761
 
     }
762
 
 
763
 
Adsl2ChPtmStatus ::= TEXTUAL-CONVENTION
764
 
   STATUS current
765
 
   DESCRIPTION
766
 
     "Attributes with this syntax are status parameters that
767
 
      reflect the failure status for a given PTM interface (packet
768
 
      data path over an ADSL/ADSL2 or ADSL2+ link).
769
 
 
770
 
      This BITS structure can report the following failures:
771
 
          noDefect(0)     - This bit position positively
772
 
                            reports that no defect or failure exists.
773
 
          outOfSync(1)    - Out of synchronization."
774
 
 
775
 
      SYNTAX BITS {
776
 
          noDefect(0),
777
 
          outOfSync(1)
778
 
     }
779
 
 
780
 
END