ADSL2-LINE-TC-MIB 27 KB

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