home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / SNMP_MIBs / extended / ADSL-LINE-MIB.mib next >
Text File  |  2008-02-08  |  153KB  |  4,151 lines

  1. --
  2. -- This SMIv1 module has been generated by smidump 0.2.8. Do not edit.
  3. --
  4.  
  5. ADSL-LINE-MIB DEFINITIONS ::= BEGIN
  6.  
  7. IMPORTS
  8.     AdslLineCodingType, AdslPerfCurrDayCount, AdslPerfPrevDayCount,AdslPerfTimeElapsed
  9.         FROM ADSL-TC-MIB
  10.     ifIndex
  11.         FROM IF-MIB
  12.     PerfCurrentCount, PerfIntervalCount
  13.         FROM PerfHist-TC-MIB
  14.     OBJECT-TYPE
  15.         FROM RFC-1212
  16.     TRAP-TYPE
  17.         FROM RFC-1215
  18.     Counter, Gauge
  19.         FROM RFC1155-SMI
  20.     transmission
  21.         FROM RFC1213-MIB
  22.     RowStatus, TruthValue
  23.         FROM SNMPv2-TC;
  24.  
  25. adslMIB OBJECT IDENTIFIER
  26.     ::= { transmission 94 }
  27.  
  28. -- adslMIB MODULE-IDENTITY
  29. --     LAST-UPDATED "199908190000Z"
  30. --     ORGANIZATION 
  31. --         "IETF ADSL MIB Working Group"
  32. --     CONTACT-INFO 
  33. --         "
  34. --          Gregory Bathrick
  35. --          AG Communication Systems
  36. --          A Subsidiary of Lucent Technologies
  37. --          2500 W Utopia Rd.
  38. --          Phoenix, AZ 85027 USA
  39. --          Tel: +1 602-582-7679
  40. --          Fax: +1 602-582-7697
  41. --          E-mail: bathricg@agcs.com
  42. --          
  43. --          Faye Ly
  44. --          Copper Mountain Networks
  45. --          Norcal Office
  46. --          2470 Embarcadero Way
  47. --          Palo Alto, CA 94303
  48. --          Tel: +1 650-858-8500
  49. --          Fax: +1 650-858-8085
  50. --          E-Mail: faye@coppermountain.com
  51. --          
  52. --          (ADSL Forum input only)
  53. --          John Burgess
  54. --          Predictive Systems, Inc.
  55. --          25A Vreeland Rd.
  56. --          Florham Park, NJ 07932 USA
  57. --          Tel: +1 973-301-5610
  58. --          Fax: +1 973-301-5699
  59. --          E-mail: jtburgess@predictive.com
  60. --          
  61. --          IETF ADSL MIB Working Group (adsl@xlist.agcs.com)
  62. --          "
  63. --     DESCRIPTION 
  64. --         "The MIB module defining objects for the management of a pair of
  65. --          ADSL modems at each end of the ADSL line.  Each such line has
  66. --          
  67. --          
  68. --          an entry in an ifTable which may include multiple modem lines.
  69. --          An agent may reside at either end of the ADSL line however the
  70. --          MIB is designed to require no management communication between
  71. --          them beyond that inherent in the low-level ADSL line protocol.
  72. --          The agent may monitor and control this protocol for its needs.
  73. --          
  74. --          ADSL lines may support optional Fast or Interleaved channels.
  75. --          If these are supported, additional entries corresponding to the
  76. --          supported channels must be created in the ifTable. Thus an ADSL
  77. --          line that supports both channels will have three entries in the
  78. --          ifTable, one for each physical, fast, and interleaved, whose
  79. --          ifType values are equal to adsl(94), fast(125), and
  80. --          interleaved(124), respectively. The ifStackTable is used to
  81. --          represent the relationship between the entries.
  82. --          
  83. --          Naming Conventions:
  84. --                    Atuc - (ATUC) modem at near (Central) end of line
  85. --                    Atur - (ATUR) modem at Remote end of line
  86. --                    Curr - Current
  87. --                    Prev - Previous
  88. --                    Atn - Attenuation
  89. --                    ES  - Errored Second.
  90. --                    LCS - Line Code Specific
  91. --                    Lof - Loss of Frame
  92. --                    Lol - Loss of Link
  93. --                    Los - Loss of Signal
  94. --                    Lpr - Loss of Power
  95. --                    xxxs- interval of Seconds in which xxx occurs
  96. --                            (e.g., xxx=Lof, Los, Lpr)
  97. --                    Max - Maximum
  98. --                    Mgn - Margin
  99. --                    Min - Minimum
  100. --                    Psd - Power Spectral Density
  101. --                    Snr - Signal to Noise Ratio
  102. --                    Tx  - Transmit
  103. --                    Blks- Blocks, a data unit, see
  104. --                           adslAtuXChanCrcBlockLength
  105. --            "
  106. --     REVISION    "199908190000Z"
  107. --     DESCRIPTION 
  108. --         "Initial Version, published as RFC 2662"
  109. --     ::= { transmission 94 }
  110.  
  111.  
  112. adslLineMib OBJECT IDENTIFIER ::= { adslMIB 1 }
  113.  
  114. adslMibObjects OBJECT IDENTIFIER
  115.     ::= { adslLineMib 1 }
  116.  
  117. adslLineTable OBJECT-TYPE
  118.     SYNTAX      SEQUENCE OF AdslLineEntry
  119.     ACCESS      not-accessible
  120.     STATUS      mandatory
  121.     DESCRIPTION 
  122.         "This table includes common attributes describing
  123.          both ends of the line.  It is required for all ADSL
  124.          physical interfaces.  ADSL physical interfaces are
  125.          those ifEntries where ifType is equal to adsl(94)."
  126.     ::= { adslMibObjects 1 }
  127.  
  128. adslLineEntry OBJECT-TYPE
  129.     SYNTAX      AdslLineEntry
  130.     ACCESS      not-accessible
  131.     STATUS      mandatory
  132.     DESCRIPTION 
  133.         "An entry in adslLineTable."
  134.     INDEX       { ifIndex }
  135.     ::= { adslLineTable 1 }
  136.  
  137. AdslLineEntry ::= SEQUENCE {
  138.     adslLineCoding              AdslLineCodingType,
  139.     adslLineType                INTEGER,
  140.     adslLineSpecific            OBJECT IDENTIFIER,
  141.     adslLineConfProfile         OCTET STRING (SIZE(0..255)),
  142.     adslLineAlarmConfProfile    OCTET STRING (SIZE(0..255))
  143. }
  144.  
  145. adslLineCoding OBJECT-TYPE
  146.     SYNTAX      AdslLineCodingType
  147.     ACCESS      read-only
  148.     STATUS      mandatory
  149.     DESCRIPTION 
  150.         "Specifies the ADSL coding type used on this
  151.          line."
  152.     ::= { adslLineEntry 1 }
  153.  
  154. adslLineType OBJECT-TYPE
  155.     SYNTAX      INTEGER { noChannel(1), fastOnly(2), interleavedOnly(3), 
  156.                     fastOrInterleaved(4), fastAndInterleaved(5) }
  157.     ACCESS      read-only
  158.     STATUS      mandatory
  159.     DESCRIPTION 
  160.         "Defines the type of ADSL physical line
  161.          entity that exists, by defining whether and how
  162.          the line is channelized.  If the line is channelized,
  163.          the value will be other than noChannel(1).  This
  164.          object defines which channel type(s) are supported.
  165.          
  166.          In the case that the line is channelized, the manager
  167.          can use the ifStackTable to determine the ifIndex for
  168.          the associated channel(s)."
  169.     ::= { adslLineEntry 2 }
  170.  
  171. adslLineSpecific OBJECT-TYPE
  172.     SYNTAX      OBJECT IDENTIFIER
  173.     ACCESS      read-only
  174.     STATUS      mandatory
  175.     DESCRIPTION 
  176.         "OID instance in vendor-specific MIB. The Instance may
  177.          be used to determine shelf/slot/port of the ATUC
  178.          interface in a DSLAM."
  179.     ::= { adslLineEntry 3 }
  180.  
  181. adslLineConfProfile OBJECT-TYPE
  182.     SYNTAX      OCTET STRING (SIZE(1..32))
  183.     ACCESS      read-write
  184.     STATUS      mandatory
  185.     DESCRIPTION 
  186.         "The value of this object identifies the row
  187.          in the ADSL Line Configuration Profile Table,
  188.          (adslLineConfProfileTable), which applies for this
  189.          ADSL line, and channels if applicable.
  190.          
  191.          For `dynamic' mode, in the case which the
  192.          configuration profile has not been set, the
  193.          value will be set to `DEFVAL'.
  194.          
  195.          If the implementator of this MIB has chosen not
  196.          to implement `dynamic assignment' of profiles, this
  197.          object's MIN-ACCESS is read-only."
  198.     ::= { adslLineEntry 4 }
  199.  
  200. adslLineAlarmConfProfile OBJECT-TYPE
  201.     SYNTAX      OCTET STRING (SIZE(1..32))
  202.     ACCESS      read-write
  203.     STATUS      mandatory
  204.     DESCRIPTION 
  205.         "The value of this object identifies the row
  206.          in the ADSL Line Alarm Configuration Profile Table,
  207.          (adslLineAlarmConfProfileTable), which applies to this
  208.          ADSL line, and channels if applicable.
  209.          
  210.          For `dynamic' mode, in the case which the
  211.          alarm profile has not been set, the
  212.          value will be set to `DEFVAL'.
  213.          
  214.          If the implementator of this MIB has chosen not
  215.          to implement `dynamic assignment' of profiles, this
  216.          object's MIN-ACCESS is read-only."
  217.     ::= { adslLineEntry 5 }
  218.  
  219. adslAtucPhysTable OBJECT-TYPE
  220.     SYNTAX      SEQUENCE OF AdslAtucPhysEntry
  221.     ACCESS      not-accessible
  222.     STATUS      mandatory
  223.     DESCRIPTION 
  224.         "This table provides one row for each ATUC.
  225.          Each row contains the Physical Layer Parameters
  226.          table for that ATUC. ADSL physical interfaces are
  227.          those ifEntries where ifType is equal to adsl(94)."
  228.     ::= { adslMibObjects 2 }
  229.  
  230. adslAtucPhysEntry OBJECT-TYPE
  231.     SYNTAX      AdslAtucPhysEntry
  232.     ACCESS      not-accessible
  233.     STATUS      mandatory
  234.     DESCRIPTION 
  235.         "An entry in the adslAtucPhysTable."
  236.     INDEX       { ifIndex }
  237.     ::= { adslAtucPhysTable 1 }
  238.  
  239. AdslAtucPhysEntry ::= SEQUENCE {
  240.     adslAtucInvSerialNumber     OCTET STRING (SIZE(0..255)),
  241.     adslAtucInvVendorID         OCTET STRING (SIZE(0..255)),
  242.     adslAtucInvVersionNumber    OCTET STRING (SIZE(0..255)),
  243.     adslAtucCurrSnrMgn          INTEGER,
  244.     adslAtucCurrAtn             Gauge,
  245.     adslAtucCurrStatus          OCTET STRING,
  246.     adslAtucCurrOutputPwr       INTEGER,
  247.     adslAtucCurrAttainableRate  Gauge
  248. }
  249.  
  250. adslAtucInvSerialNumber OBJECT-TYPE
  251.     SYNTAX      OCTET STRING (SIZE(0..32))
  252.     ACCESS      read-only
  253.     STATUS      mandatory
  254.     DESCRIPTION 
  255.         "The vendor specific string that identifies the
  256.          vendor equipment."
  257.     ::= { adslAtucPhysEntry 1 }
  258.  
  259. adslAtucInvVendorID OBJECT-TYPE
  260.     SYNTAX      OCTET STRING (SIZE(0..16))
  261.     ACCESS      read-only
  262.     STATUS      mandatory
  263.     DESCRIPTION 
  264.         "The vendor ID code is a copy of the binary
  265.          vendor identification field defined by the
  266.          PHY[10] and expressed as readable characters."
  267. --     REFERENCE   
  268. --         "ANSI T1.413[10]"
  269.     ::= { adslAtucPhysEntry 2 }
  270.  
  271. adslAtucInvVersionNumber OBJECT-TYPE
  272.     SYNTAX      OCTET STRING (SIZE(0..16))
  273.     ACCESS      read-only
  274.     STATUS      mandatory
  275.     DESCRIPTION 
  276.         "The vendor specific version number sent by this ATU
  277.          as part of the initialization messages.  It is a copy
  278.          of the binary version number field defined by the
  279.          PHY[10] and expressed as readable characters."
  280. --     REFERENCE   
  281. --         "ANSI T1.413[10]"
  282.     ::= { adslAtucPhysEntry 3 }
  283.  
  284. adslAtucCurrSnrMgn OBJECT-TYPE
  285.     SYNTAX      INTEGER (-640..640)
  286.     ACCESS      read-only
  287.     STATUS      mandatory
  288.     DESCRIPTION 
  289.         "Noise Margin as seen by this ATU with respect to its
  290.          received signal in tenth dB."
  291.     ::= { adslAtucPhysEntry 4 }
  292.  
  293. adslAtucCurrAtn OBJECT-TYPE
  294.     SYNTAX      Gauge (0..630)
  295.     ACCESS      read-only
  296.     STATUS      mandatory
  297.     DESCRIPTION 
  298.         "Measured difference in the total power transmitted by
  299.          the peer ATU and the total power received by this ATU."
  300.     ::= { adslAtucPhysEntry 5 }
  301.  
  302. adslAtucCurrStatus OBJECT-TYPE
  303.     SYNTAX      OCTET STRING
  304. --                   { noDefect(0), lossOfFraming(1), lossOfSignal(2), 
  305. --                     lossOfPower(3), lossOfSignalQuality(4), 
  306. --                     lossOfLink(5), dataInitFailure(6), 
  307. --                     configInitFailure(7), protocolInitFailure(8), 
  308. --                     noPeerAtuPresent(9) }
  309.     ACCESS      read-only
  310.     STATUS      mandatory
  311.     DESCRIPTION 
  312.         "Indicates current state of the ATUC line.  This is a
  313.          bit-map of possible conditions.  The various bit
  314.          positions are:
  315.          
  316.          0      noDefect             There no defects on the line
  317.          
  318.          1      lossOfFraming        ATUC failure due to not
  319.                               receiving valid frame.
  320.          
  321.          2      lossOfSignal         ATUC failure due to not
  322.                               receiving signal.
  323.          
  324.          3      lossOfPower          ATUC failure due to loss of
  325.                               power.
  326.                               Note: the Agent may still
  327.                               function.
  328.          
  329.          4      lossOfSignalQuality  Loss of Signal Quality is
  330.                               declared when the Noise Margin
  331.                               falls below the Minimum Noise
  332.          
  333.          
  334.                               Margin, or the bit-error-rate
  335.                               exceeds 10^-7.
  336.          
  337.          5      lossOfLink           ATUC failure due to inability
  338.                               to link with ATUR.
  339.          
  340.          6      dataInitFailure      ATUC failure during
  341.                               initialization due to bit
  342.                               errors corrupting startup
  343.                               exchange data.
  344.          
  345.          7      configInitFailure    ATUC failure during
  346.                               initialization due to peer
  347.                               ATU not able to support
  348.                               requested configuration
  349.          
  350.          8      protocolInitFailure  ATUC failure during
  351.                               initialization due to
  352.                               incompatible protocol used by
  353.                               the peer ATU.
  354.          
  355.          9      noPeerAtuPresent     ATUC failure during
  356.                               initialization due to no
  357.                               activation sequence detected
  358.                               from peer ATU.
  359.          
  360.          This is intended to supplement ifOperStatus."
  361.     ::= { adslAtucPhysEntry 6 }
  362.  
  363. adslAtucCurrOutputPwr OBJECT-TYPE
  364.     SYNTAX      INTEGER (-310..310)
  365.     ACCESS      read-only
  366.     STATUS      mandatory
  367.     DESCRIPTION 
  368.         "Measured total output power transmitted by this ATU.
  369.          This is the measurement that was reported during
  370.          the last activation sequence."
  371.     ::= { adslAtucPhysEntry 7 }
  372.  
  373. adslAtucCurrAttainableRate OBJECT-TYPE
  374.     SYNTAX      Gauge
  375.     ACCESS      read-only
  376.     STATUS      mandatory
  377.     DESCRIPTION 
  378.         "Indicates the maximum currently attainable data rate
  379.          by the ATU.  This value will be equal or greater than
  380.          
  381.          
  382.          the current line rate."
  383.     ::= { adslAtucPhysEntry 8 }
  384.  
  385. adslAturPhysTable OBJECT-TYPE
  386.     SYNTAX      SEQUENCE OF AdslAturPhysEntry
  387.     ACCESS      not-accessible
  388.     STATUS      mandatory
  389.     DESCRIPTION 
  390.         "This table provides one row for each ATUR
  391.          Each row contains the Physical Layer Parameters
  392.          table for that ATUR. ADSL physical interfaces are
  393.          those ifEntries where ifType is equal to adsl(94)."
  394.     ::= { adslMibObjects 3 }
  395.  
  396. adslAturPhysEntry OBJECT-TYPE
  397.     SYNTAX      AdslAturPhysEntry
  398.     ACCESS      not-accessible
  399.     STATUS      mandatory
  400.     DESCRIPTION 
  401.         "An entry in the adslAturPhysTable."
  402.     INDEX       { ifIndex }
  403.     ::= { adslAturPhysTable 1 }
  404.  
  405. AdslAturPhysEntry ::= SEQUENCE {
  406.     adslAturInvSerialNumber     OCTET STRING (SIZE(0..255)),
  407.     adslAturInvVendorID         OCTET STRING (SIZE(0..255)),
  408.     adslAturInvVersionNumber    OCTET STRING (SIZE(0..255)),
  409.     adslAturCurrSnrMgn          INTEGER,
  410.     adslAturCurrAtn             Gauge,
  411.     adslAturCurrStatus          OCTET STRING,
  412.     adslAturCurrOutputPwr       INTEGER,
  413.     adslAturCurrAttainableRate  Gauge
  414. }
  415.  
  416. adslAturInvSerialNumber OBJECT-TYPE
  417.     SYNTAX      OCTET STRING (SIZE(0..32))
  418.     ACCESS      read-only
  419.     STATUS      mandatory
  420.     DESCRIPTION 
  421.         "The vendor specific string that identifies the
  422.          vendor equipment."
  423.     ::= { adslAturPhysEntry 1 }
  424.  
  425. adslAturInvVendorID OBJECT-TYPE
  426.     SYNTAX      OCTET STRING (SIZE(0..16))
  427.     ACCESS      read-only
  428.     STATUS      mandatory
  429.     DESCRIPTION 
  430.         "The vendor ID code is a copy of the binary
  431.          vendor identification field defined by the
  432.          PHY[10] and expressed as readable characters."
  433. --     REFERENCE   
  434. --         "ANSI T1.413"
  435.     ::= { adslAturPhysEntry 2 }
  436.  
  437. adslAturInvVersionNumber OBJECT-TYPE
  438.     SYNTAX      OCTET STRING (SIZE(0..16))
  439.     ACCESS      read-only
  440.     STATUS      mandatory
  441.     DESCRIPTION 
  442.         "The vendor specific version number sent by this ATU
  443.          as part of the initialization messages.  It is a copy
  444.          of the binary version number field defined by the
  445.          PHY[10] and expressed as readable characters."
  446. --     REFERENCE   
  447. --         "ANSI T1.413"
  448.     ::= { adslAturPhysEntry 3 }
  449.  
  450. adslAturCurrSnrMgn OBJECT-TYPE
  451.     SYNTAX      INTEGER (-640..640)
  452.     ACCESS      read-only
  453.     STATUS      mandatory
  454.     DESCRIPTION 
  455.         "Noise Margin as seen by this ATU with respect to its
  456.          received signal in tenth dB."
  457.     ::= { adslAturPhysEntry 4 }
  458.  
  459. adslAturCurrAtn OBJECT-TYPE
  460.     SYNTAX      Gauge (0..630)
  461.     ACCESS      read-only
  462.     STATUS      mandatory
  463.     DESCRIPTION 
  464.         "Measured difference in the total power transmitted by
  465.          the peer ATU and the total power received by this ATU."
  466.     ::= { adslAturPhysEntry 5 }
  467.  
  468. adslAturCurrStatus OBJECT-TYPE
  469.     SYNTAX      OCTET STRING
  470. --                   { noDefect(0), lossOfFraming(1), lossOfSignal(2), 
  471. --                     lossOfPower(3), lossOfSignalQuality(4) }
  472.     ACCESS      read-only
  473.     STATUS      mandatory
  474.     DESCRIPTION 
  475.         "Indicates current state of the ATUR line.  This is a
  476.          bit-map of possible conditions.  Due to the isolation
  477.          of the ATUR when line problems occur, many state
  478.          conditions like loss of power, loss of quality signal,
  479.          and initialization errors,  can not be determined.
  480.          While trouble shooting ATUR, also use object,
  481.          adslAtucCurrStatus.  The various bit positions are:
  482.          
  483.          0      noDefect             There no defects on the line
  484.          
  485.          1      lossOfFraming        ATUR failure due to not
  486.                               receiving valid frame
  487.          
  488.          2      lossOfSignal         ATUR failure due to not
  489.                               receiving signal
  490.          
  491.          3      lossOfPower          ATUR failure due to loss of
  492.                               power
  493.          
  494.          4      lossOfSignalQuality  Loss of Signal Quality is
  495.                               declared when the Noise Margin
  496.                               falls below the Minimum Noise
  497.                               Margin, or the
  498.                               bit-error-rate exceeds 10^-7.
  499.          
  500.          This is intended to supplement ifOperStatus."
  501.     ::= { adslAturPhysEntry 6 }
  502.  
  503. adslAturCurrOutputPwr OBJECT-TYPE
  504.     SYNTAX      INTEGER (-310..310)
  505.     ACCESS      read-only
  506.     STATUS      mandatory
  507.     DESCRIPTION 
  508.         "Measured total output power transmitted by this ATU.
  509.          This is the measurement that was reported during
  510.          the last activation sequence."
  511.     ::= { adslAturPhysEntry 7 }
  512.  
  513. adslAturCurrAttainableRate OBJECT-TYPE
  514.     SYNTAX      Gauge
  515.     ACCESS      read-only
  516.     STATUS      mandatory
  517.     DESCRIPTION 
  518.         "Indicates the maximum currently attainable data rate
  519.          by the ATU.  This value will be equal or greater than
  520.          the current line rate."
  521.     ::= { adslAturPhysEntry 8 }
  522.  
  523. adslAtucChanTable OBJECT-TYPE
  524.     SYNTAX      SEQUENCE OF AdslAtucChanEntry
  525.     ACCESS      not-accessible
  526.     STATUS      mandatory
  527.     DESCRIPTION 
  528.         "This table provides one row for each ATUC channel.
  529.          ADSL channel interfaces are those ifEntries
  530.          where ifType is equal to adslInterleave(124)
  531.          or adslFast(125)."
  532.     ::= { adslMibObjects 4 }
  533.  
  534. adslAtucChanEntry OBJECT-TYPE
  535.     SYNTAX      AdslAtucChanEntry
  536.     ACCESS      not-accessible
  537.     STATUS      mandatory
  538.     DESCRIPTION 
  539.         "An entry in the adslAtucChanTable."
  540.     INDEX       { ifIndex }
  541.     ::= { adslAtucChanTable 1 }
  542.  
  543. AdslAtucChanEntry ::= SEQUENCE {
  544.     adslAtucChanInterleaveDelay     Gauge,
  545.     adslAtucChanCurrTxRate          Gauge,
  546.     adslAtucChanPrevTxRate          Gauge,
  547.     adslAtucChanCrcBlockLength      Gauge
  548. }
  549.  
  550. adslAtucChanInterleaveDelay OBJECT-TYPE
  551.     SYNTAX      Gauge
  552.     ACCESS      read-only
  553.     STATUS      mandatory
  554.     DESCRIPTION 
  555.         "Interleave Delay for this channel.
  556.          
  557.          Interleave delay applies only to the
  558.          interleave channel and defines the mapping
  559.          (relative spacing) between subsequent input
  560.          bytes at the interleaver input and their placement
  561.          
  562.          
  563.          in the bit stream at the interleaver output.
  564.          Larger numbers provide greater separation between
  565.          consecutive input bytes in the output bit stream
  566.          allowing for improved impulse noise immunity at
  567.          the expense of payload latency.
  568.          
  569.          In the case where the ifType is Fast(125), use
  570.          noSuchObject."
  571.     ::= { adslAtucChanEntry 1 }
  572.  
  573. adslAtucChanCurrTxRate OBJECT-TYPE
  574.     SYNTAX      Gauge
  575.     ACCESS      read-only
  576.     STATUS      mandatory
  577.     DESCRIPTION 
  578.         "Actual transmit rate on this channel."
  579.     ::= { adslAtucChanEntry 2 }
  580.  
  581. adslAtucChanPrevTxRate OBJECT-TYPE
  582.     SYNTAX      Gauge
  583.     ACCESS      read-only
  584.     STATUS      mandatory
  585.     DESCRIPTION 
  586.         "The rate at the time of the last
  587.          adslAtucRateChangeTrap event. It is also set at
  588.          initialization to prevent a trap being sent.
  589.          
  590.          Rate changes less than adslAtucThresh(*)RateDown
  591.          or less than adslAtucThresh(*)RateUp will not
  592.          cause a trap or cause this object to change.
  593.          (*) == Fast or Interleave.
  594.          See AdslLineAlarmConfProfileEntry."
  595.     ::= { adslAtucChanEntry 3 }
  596.  
  597. adslAtucChanCrcBlockLength OBJECT-TYPE
  598.     SYNTAX      Gauge
  599.     ACCESS      read-only
  600.     STATUS      mandatory
  601.     DESCRIPTION 
  602.         "Indicates the length of the channel data-block
  603.          on which the CRC operates.  Refer to Line Code
  604.          Specific MIBs, [11] and [12] for more
  605.          information."
  606.     ::= { adslAtucChanEntry 4 }
  607.  
  608. adslAturChanTable OBJECT-TYPE
  609.     SYNTAX      SEQUENCE OF AdslAturChanEntry
  610.     ACCESS      not-accessible
  611.     STATUS      mandatory
  612.     DESCRIPTION 
  613.         "This table provides one row for each ATUR channel.
  614.          ADSL channel interfaces are those ifEntries
  615.          where ifType is equal to adslInterleave(124)
  616.          or adslFast(125)."
  617.     ::= { adslMibObjects 5 }
  618.  
  619. adslAturChanEntry OBJECT-TYPE
  620.     SYNTAX      AdslAturChanEntry
  621.     ACCESS      not-accessible
  622.     STATUS      mandatory
  623.     DESCRIPTION 
  624.         "An entry in the adslAturChanTable."
  625.     INDEX       { ifIndex }
  626.     ::= { adslAturChanTable 1 }
  627.  
  628. AdslAturChanEntry ::= SEQUENCE {
  629.     adslAturChanInterleaveDelay     Gauge,
  630.     adslAturChanCurrTxRate          Gauge,
  631.     adslAturChanPrevTxRate          Gauge,
  632.     adslAturChanCrcBlockLength      Gauge
  633. }
  634.  
  635. adslAturChanInterleaveDelay OBJECT-TYPE
  636.     SYNTAX      Gauge
  637.     ACCESS      read-only
  638.     STATUS      mandatory
  639.     DESCRIPTION 
  640.         "Interleave Delay for this channel.
  641.          
  642.          Interleave delay applies only to the
  643.          interleave channel and defines the mapping
  644.          (relative spacing) between subsequent input
  645.          bytes at the interleaver input and their placement
  646.          in the bit stream at the interleaver output.
  647.          Larger numbers provide greater separation between
  648.          consecutive input bytes in the output bit stream
  649.          allowing for improved impulse noise immunity at
  650.          the expense of payload latency.
  651.          
  652.          In the case where the ifType is Fast(125), use
  653.          
  654.          
  655.          noSuchObject."
  656.     ::= { adslAturChanEntry 1 }
  657.  
  658. adslAturChanCurrTxRate OBJECT-TYPE
  659.     SYNTAX      Gauge
  660.     ACCESS      read-only
  661.     STATUS      mandatory
  662.     DESCRIPTION 
  663.         "Actual transmit rate on this channel."
  664.     ::= { adslAturChanEntry 2 }
  665.  
  666. adslAturChanPrevTxRate OBJECT-TYPE
  667.     SYNTAX      Gauge
  668.     ACCESS      read-only
  669.     STATUS      mandatory
  670.     DESCRIPTION 
  671.         "The rate at the time of the last
  672.          adslAturRateChangeTrap event. It is also set at
  673.          initialization to prevent a trap being sent.
  674.          Rate changes less than adslAturThresh(*)RateDown
  675.          or less than adslAturThresh(*)RateUp will not
  676.          cause a trap or cause this object to change.
  677.          (*) == Fast or Interleave.
  678.          See AdslLineAlarmConfProfileEntry."
  679.     ::= { adslAturChanEntry 3 }
  680.  
  681. adslAturChanCrcBlockLength OBJECT-TYPE
  682.     SYNTAX      Gauge
  683.     ACCESS      read-only
  684.     STATUS      mandatory
  685.     DESCRIPTION 
  686.         "Indicates the length of the channel data-block
  687.          on which the CRC operates.  Refer to Line Code
  688.          Specific MIBs, [11] and [12] for more
  689.          information."
  690.     ::= { adslAturChanEntry 4 }
  691.  
  692. adslAtucPerfDataTable OBJECT-TYPE
  693.     SYNTAX      SEQUENCE OF AdslAtucPerfDataEntry
  694.     ACCESS      not-accessible
  695.     STATUS      mandatory
  696.     DESCRIPTION 
  697.         "This table provides one row for each ATUC.
  698.          ADSL physical interfaces are
  699.          those ifEntries where ifType is equal to adsl(94)."
  700.     ::= { adslMibObjects 6 }
  701.  
  702. adslAtucPerfDataEntry OBJECT-TYPE
  703.     SYNTAX      AdslAtucPerfDataEntry
  704.     ACCESS      not-accessible
  705.     STATUS      mandatory
  706.     DESCRIPTION 
  707.         "An entry in adslAtucPerfDataTable."
  708.     INDEX       { ifIndex }
  709.     ::= { adslAtucPerfDataTable 1 }
  710.  
  711. AdslAtucPerfDataEntry ::= SEQUENCE {
  712.     adslAtucPerfLofs                    Counter,
  713.     adslAtucPerfLoss                    Counter,
  714.     adslAtucPerfLols                    Counter,
  715.     adslAtucPerfLprs                    Counter,
  716.     adslAtucPerfESs                     Counter,
  717.     adslAtucPerfInits                   Counter,
  718.     adslAtucPerfValidIntervals          INTEGER,
  719.     adslAtucPerfInvalidIntervals        INTEGER,
  720.     adslAtucPerfCurr15MinTimeElapsed    AdslPerfTimeElapsed,
  721.     adslAtucPerfCurr15MinLofs           PerfCurrentCount,
  722.     adslAtucPerfCurr15MinLoss           PerfCurrentCount,
  723.     adslAtucPerfCurr15MinLols           PerfCurrentCount,
  724.     adslAtucPerfCurr15MinLprs           PerfCurrentCount,
  725.     adslAtucPerfCurr15MinESs            PerfCurrentCount,
  726.     adslAtucPerfCurr15MinInits          PerfCurrentCount,
  727.     adslAtucPerfCurr1DayTimeElapsed     AdslPerfTimeElapsed,
  728.     adslAtucPerfCurr1DayLofs            AdslPerfCurrDayCount,
  729.     adslAtucPerfCurr1DayLoss            AdslPerfCurrDayCount,
  730.     adslAtucPerfCurr1DayLols            AdslPerfCurrDayCount,
  731.     adslAtucPerfCurr1DayLprs            AdslPerfCurrDayCount,
  732.     adslAtucPerfCurr1DayESs             AdslPerfCurrDayCount,
  733.     adslAtucPerfCurr1DayInits           AdslPerfCurrDayCount,
  734.     adslAtucPerfPrev1DayMoniSecs        INTEGER,
  735.     adslAtucPerfPrev1DayLofs            AdslPerfPrevDayCount,
  736.     adslAtucPerfPrev1DayLoss            AdslPerfPrevDayCount,
  737.     adslAtucPerfPrev1DayLols            AdslPerfPrevDayCount,
  738.     adslAtucPerfPrev1DayLprs            AdslPerfPrevDayCount,
  739.     adslAtucPerfPrev1DayESs             AdslPerfPrevDayCount,
  740.     adslAtucPerfPrev1DayInits           AdslPerfPrevDayCount
  741. }
  742.  
  743. adslAtucPerfLofs OBJECT-TYPE
  744.     SYNTAX      Counter
  745.     ACCESS      read-only
  746.     STATUS      mandatory
  747.     DESCRIPTION 
  748.         "Count of the number of Loss of Framing failures since
  749.          agent reset."
  750.     ::= { adslAtucPerfDataEntry 1 }
  751.  
  752. adslAtucPerfLoss OBJECT-TYPE
  753.     SYNTAX      Counter
  754.     ACCESS      read-only
  755.     STATUS      mandatory
  756.     DESCRIPTION 
  757.         "Count of the number of Loss of Signal failures since
  758.          agent reset."
  759.     ::= { adslAtucPerfDataEntry 2 }
  760.  
  761. adslAtucPerfLols OBJECT-TYPE
  762.     SYNTAX      Counter
  763.     ACCESS      read-only
  764.     STATUS      mandatory
  765.     DESCRIPTION 
  766.         "Count of the number of Loss of Link failures since
  767.          agent reset."
  768.     ::= { adslAtucPerfDataEntry 3 }
  769.  
  770. adslAtucPerfLprs OBJECT-TYPE
  771.     SYNTAX      Counter
  772.     ACCESS      read-only
  773.     STATUS      mandatory
  774.     DESCRIPTION 
  775.         "Count of the number of Loss of Power failures since
  776.          agent reset."
  777.     ::= { adslAtucPerfDataEntry 4 }
  778.  
  779. adslAtucPerfESs OBJECT-TYPE
  780.     SYNTAX      Counter
  781.     ACCESS      read-only
  782.     STATUS      mandatory
  783.     DESCRIPTION 
  784.         "Count of the number of Errored Seconds since agent
  785.          reset.  The errored second parameter is a count of
  786.          one-second intervals containing one or more crc
  787.          anomalies, or one or more los or sef defects."
  788.     ::= { adslAtucPerfDataEntry 5 }
  789.  
  790. adslAtucPerfInits OBJECT-TYPE
  791.     SYNTAX      Counter
  792.     ACCESS      read-only
  793.     STATUS      mandatory
  794.     DESCRIPTION 
  795.         "Count of the line initialization attempts since
  796.          agent reset. Includes both successful and failed
  797.          attempts."
  798.     ::= { adslAtucPerfDataEntry 6 }
  799.  
  800. adslAtucPerfValidIntervals OBJECT-TYPE
  801.     SYNTAX      INTEGER (0..96)
  802.     ACCESS      read-only
  803.     STATUS      mandatory
  804.     DESCRIPTION 
  805.         "The number of previous 15-minute intervals in the
  806.          interval table for which data was collected.  Given
  807.          that <n> is the maximum # of intervals supported.
  808.          The value will be <n> unless the measurement was
  809.          (re-)started within the last (<n>*15) minutes, in which
  810.          case the value will be the number of complete 15
  811.          minute intervals for which the agent has at least
  812.          some data. In certain cases (e.g., in the case
  813.          where the agent is a proxy) it is possible that some
  814.          intervals are unavailable.  In this case, this
  815.          interval is the maximum interval number for
  816.          which data is available."
  817.     ::= { adslAtucPerfDataEntry 7 }
  818.  
  819. adslAtucPerfInvalidIntervals OBJECT-TYPE
  820.     SYNTAX      INTEGER (0..96)
  821.     ACCESS      read-only
  822.     STATUS      mandatory
  823.     DESCRIPTION 
  824.         "The number of intervals in the range from
  825.          0 to the value of adslAtucPerfValidIntervals
  826.          for which no data is available. This object
  827.          will typically be zero except in cases where
  828.          the data for some intervals are not available
  829.          (e.g., in proxy situations)."
  830.     ::= { adslAtucPerfDataEntry 8 }
  831.  
  832. adslAtucPerfCurr15MinTimeElapsed OBJECT-TYPE
  833.     SYNTAX      AdslPerfTimeElapsed (0..899)
  834.     ACCESS      read-only
  835.     STATUS      mandatory
  836.     DESCRIPTION 
  837.         "Total elapsed seconds in this interval."
  838.     ::= { adslAtucPerfDataEntry 9 }
  839.  
  840. adslAtucPerfCurr15MinLofs OBJECT-TYPE
  841.     SYNTAX      PerfCurrentCount
  842.     ACCESS      read-only
  843.     STATUS      mandatory
  844.     DESCRIPTION 
  845.         "Count of seconds in the current 15 minute interval
  846.          when there was Loss of Framing."
  847.     ::= { adslAtucPerfDataEntry 10 }
  848.  
  849. adslAtucPerfCurr15MinLoss OBJECT-TYPE
  850.     SYNTAX      PerfCurrentCount
  851.     ACCESS      read-only
  852.     STATUS      mandatory
  853.     DESCRIPTION 
  854.         "Count of seconds in the current 15 minute interval
  855.          when there was Loss of Signal."
  856.     ::= { adslAtucPerfDataEntry 11 }
  857.  
  858. adslAtucPerfCurr15MinLols OBJECT-TYPE
  859.     SYNTAX      PerfCurrentCount
  860.     ACCESS      read-only
  861.     STATUS      mandatory
  862.     DESCRIPTION 
  863.         "Count of seconds in the current 15 minute interval
  864.          when there was Loss of Link."
  865.     ::= { adslAtucPerfDataEntry 12 }
  866.  
  867. adslAtucPerfCurr15MinLprs OBJECT-TYPE
  868.     SYNTAX      PerfCurrentCount
  869.     ACCESS      read-only
  870.     STATUS      mandatory
  871.     DESCRIPTION 
  872.         "Count of seconds in the current 15 minute interval
  873.          when there was Loss of Power."
  874.     ::= { adslAtucPerfDataEntry 13 }
  875.  
  876. adslAtucPerfCurr15MinESs OBJECT-TYPE
  877.     SYNTAX      PerfCurrentCount
  878.     ACCESS      read-only
  879.     STATUS      mandatory
  880.     DESCRIPTION 
  881.         "Count of Errored Seconds in the current 15 minute
  882.          interval.  The errored second parameter is a count of
  883.          one-second intervals containing one or more crc
  884.          anomalies, or one or more los or sef defects."
  885.     ::= { adslAtucPerfDataEntry 14 }
  886.  
  887. adslAtucPerfCurr15MinInits OBJECT-TYPE
  888.     SYNTAX      PerfCurrentCount
  889.     ACCESS      read-only
  890.     STATUS      mandatory
  891.     DESCRIPTION 
  892.         "Count of the line initialization attempts in the
  893.          current 15 minute interval. Includes both successful
  894.          and failed attempts."
  895.     ::= { adslAtucPerfDataEntry 15 }
  896.  
  897. adslAtucPerfCurr1DayTimeElapsed OBJECT-TYPE
  898.     SYNTAX      AdslPerfTimeElapsed (0..86399)
  899.     ACCESS      read-only
  900.     STATUS      mandatory
  901.     DESCRIPTION 
  902.         "Number of seconds that have elapsed since the
  903.          beginning of the current 1-day interval."
  904.     ::= { adslAtucPerfDataEntry 16 }
  905.  
  906. adslAtucPerfCurr1DayLofs OBJECT-TYPE
  907.     SYNTAX      AdslPerfCurrDayCount
  908.     ACCESS      read-only
  909.     STATUS      mandatory
  910.     DESCRIPTION 
  911.         "Count of the number of seconds when there was Loss of
  912.          Framing during the current day as measured by
  913.          adslAtucPerfCurr1DayTimeElapsed."
  914.     ::= { adslAtucPerfDataEntry 17 }
  915.  
  916. adslAtucPerfCurr1DayLoss OBJECT-TYPE
  917.     SYNTAX      AdslPerfCurrDayCount
  918.     ACCESS      read-only
  919.     STATUS      mandatory
  920.     DESCRIPTION 
  921.         "Count of the number of seconds when there was Loss of
  922.          Signal during the current day as measured by
  923.          adslAtucPerfCurr1DayTimeElapsed."
  924.     ::= { adslAtucPerfDataEntry 18 }
  925.  
  926. adslAtucPerfCurr1DayLols OBJECT-TYPE
  927.     SYNTAX      AdslPerfCurrDayCount
  928.     ACCESS      read-only
  929.     STATUS      mandatory
  930.     DESCRIPTION 
  931.         "Count of the number of seconds when there was Loss of
  932.          Link during the current day as measured by
  933.          adslAtucPerfCurr1DayTimeElapsed."
  934.     ::= { adslAtucPerfDataEntry 19 }
  935.  
  936. adslAtucPerfCurr1DayLprs OBJECT-TYPE
  937.     SYNTAX      AdslPerfCurrDayCount
  938.     ACCESS      read-only
  939.     STATUS      mandatory
  940.     DESCRIPTION 
  941.         "Count of the number of seconds when there was Loss of
  942.          Power during the current day as measured by
  943.          adslAtucPerfCurr1DayTimeElapsed."
  944.     ::= { adslAtucPerfDataEntry 20 }
  945.  
  946. adslAtucPerfCurr1DayESs OBJECT-TYPE
  947.     SYNTAX      AdslPerfCurrDayCount
  948.     ACCESS      read-only
  949.     STATUS      mandatory
  950.     DESCRIPTION 
  951.         "Count of Errored Seconds during the current day as
  952.          measured by adslAtucPerfCurr1DayTimeElapsed.
  953.          The errored second parameter is a count of
  954.          one-second intervals containing one or more crc
  955.          anomalies, or one or more los or sef defects."
  956.     ::= { adslAtucPerfDataEntry 21 }
  957.  
  958. adslAtucPerfCurr1DayInits OBJECT-TYPE
  959.     SYNTAX      AdslPerfCurrDayCount
  960.     ACCESS      read-only
  961.     STATUS      mandatory
  962.     DESCRIPTION 
  963.         "Count of the line initialization attempts in the
  964.          day as measured by adslAtucPerfCurr1DayTimeElapsed.
  965.          Includes both successful and failed attempts."
  966.     ::= { adslAtucPerfDataEntry 22 }
  967.  
  968. adslAtucPerfPrev1DayMoniSecs OBJECT-TYPE
  969.     SYNTAX      INTEGER (0..86400)
  970.     ACCESS      read-only
  971.     STATUS      mandatory
  972.     DESCRIPTION 
  973.         "The amount of time in the previous 1-day interval
  974.          over which the performance monitoring information
  975.          is actually counted. This value will be the same as
  976.          the interval duration except in a situation where
  977.          performance monitoring data could not be collected
  978.          for any reason."
  979.     ::= { adslAtucPerfDataEntry 23 }
  980.  
  981. adslAtucPerfPrev1DayLofs OBJECT-TYPE
  982.     SYNTAX      AdslPerfPrevDayCount
  983.     ACCESS      read-only
  984.     STATUS      mandatory
  985.     DESCRIPTION 
  986.         "Count of seconds in the interval when there was
  987.          Loss of Framing within the most recent previous
  988.          1-day period."
  989.     ::= { adslAtucPerfDataEntry 24 }
  990.  
  991. adslAtucPerfPrev1DayLoss OBJECT-TYPE
  992.     SYNTAX      AdslPerfPrevDayCount
  993.     ACCESS      read-only
  994.     STATUS      mandatory
  995.     DESCRIPTION 
  996.         "Count of seconds in the interval when there was
  997.          Loss of Signal within the most recent previous
  998.          1-day period."
  999.     ::= { adslAtucPerfDataEntry 25 }
  1000.  
  1001. adslAtucPerfPrev1DayLols OBJECT-TYPE
  1002.     SYNTAX      AdslPerfPrevDayCount
  1003.     ACCESS      read-only
  1004.     STATUS      mandatory
  1005.     DESCRIPTION 
  1006.         "Count of seconds in the interval when there was
  1007.          Loss of Link within the most recent previous
  1008.          1-day period."
  1009.     ::= { adslAtucPerfDataEntry 26 }
  1010.  
  1011. adslAtucPerfPrev1DayLprs OBJECT-TYPE
  1012.     SYNTAX      AdslPerfPrevDayCount
  1013.     ACCESS      read-only
  1014.     STATUS      mandatory
  1015.     DESCRIPTION 
  1016.         "Count of seconds in the interval when there was
  1017.          Loss of Power within the most recent previous
  1018.          1-day period."
  1019.     ::= { adslAtucPerfDataEntry 27 }
  1020.  
  1021. adslAtucPerfPrev1DayESs OBJECT-TYPE
  1022.     SYNTAX      AdslPerfPrevDayCount
  1023.     ACCESS      read-only
  1024.     STATUS      mandatory
  1025.     DESCRIPTION 
  1026.         "Count of Errored Seconds within the most recent
  1027.          previous 1-day period. The errored second parameter is
  1028.          a count of one-second intervals containing one or more
  1029.          crc anomalies, or one or more los or sef defects."
  1030.     ::= { adslAtucPerfDataEntry 28 }
  1031.  
  1032. adslAtucPerfPrev1DayInits OBJECT-TYPE
  1033.     SYNTAX      AdslPerfPrevDayCount
  1034.     ACCESS      read-only
  1035.     STATUS      mandatory
  1036.     DESCRIPTION 
  1037.         "Count of the line initialization attempts in the most
  1038.          recent previous 1-day period. Includes both successful
  1039.          and failed attempts."
  1040.     ::= { adslAtucPerfDataEntry 29 }
  1041.  
  1042. adslAturPerfDataTable OBJECT-TYPE
  1043.     SYNTAX      SEQUENCE OF AdslAturPerfDataEntry
  1044.     ACCESS      not-accessible
  1045.     STATUS      mandatory
  1046.     DESCRIPTION 
  1047.         "This table provides one row for each ATUR.
  1048.          ADSL physical interfaces are
  1049.          those ifEntries where ifType is equal to adsl(94)."
  1050.     ::= { adslMibObjects 7 }
  1051.  
  1052. adslAturPerfDataEntry OBJECT-TYPE
  1053.     SYNTAX      AdslAturPerfDataEntry
  1054.     ACCESS      not-accessible
  1055.     STATUS      mandatory
  1056.     DESCRIPTION 
  1057.         "An entry in adslAturPerfDataTable."
  1058.     INDEX       { ifIndex }
  1059.     ::= { adslAturPerfDataTable 1 }
  1060.  
  1061. AdslAturPerfDataEntry ::= SEQUENCE {
  1062.     adslAturPerfLofs                    Counter,
  1063.     adslAturPerfLoss                    Counter,
  1064.     adslAturPerfLprs                    Counter,
  1065.     adslAturPerfESs                     Counter,
  1066.     adslAturPerfValidIntervals          INTEGER,
  1067.     adslAturPerfInvalidIntervals        INTEGER,
  1068.     adslAturPerfCurr15MinTimeElapsed    AdslPerfTimeElapsed,
  1069.     adslAturPerfCurr15MinLofs           PerfCurrentCount,
  1070.     adslAturPerfCurr15MinLoss           PerfCurrentCount,
  1071.     adslAturPerfCurr15MinLprs           PerfCurrentCount,
  1072.     adslAturPerfCurr15MinESs            PerfCurrentCount,
  1073.     adslAturPerfCurr1DayTimeElapsed     AdslPerfTimeElapsed,
  1074.     adslAturPerfCurr1DayLofs            AdslPerfCurrDayCount,
  1075.     adslAturPerfCurr1DayLoss            AdslPerfCurrDayCount,
  1076.     adslAturPerfCurr1DayLprs            AdslPerfCurrDayCount,
  1077.     adslAturPerfCurr1DayESs             AdslPerfCurrDayCount,
  1078.     adslAturPerfPrev1DayMoniSecs        INTEGER,
  1079.     adslAturPerfPrev1DayLofs            AdslPerfPrevDayCount,
  1080.     adslAturPerfPrev1DayLoss            AdslPerfPrevDayCount,
  1081.     adslAturPerfPrev1DayLprs            AdslPerfPrevDayCount,
  1082.     adslAturPerfPrev1DayESs             AdslPerfPrevDayCount
  1083. }
  1084.  
  1085. adslAturPerfLofs OBJECT-TYPE
  1086.     SYNTAX      Counter
  1087.     ACCESS      read-only
  1088.     STATUS      mandatory
  1089.     DESCRIPTION 
  1090.         "Count of the number of Loss of Framing failures since
  1091.          agent reset."
  1092.     ::= { adslAturPerfDataEntry 1 }
  1093.  
  1094. adslAturPerfLoss OBJECT-TYPE
  1095.     SYNTAX      Counter
  1096.     ACCESS      read-only
  1097.     STATUS      mandatory
  1098.     DESCRIPTION 
  1099.         "Count of the number of Loss of Signal failures since
  1100.          agent reset."
  1101.     ::= { adslAturPerfDataEntry 2 }
  1102.  
  1103. adslAturPerfLprs OBJECT-TYPE
  1104.     SYNTAX      Counter
  1105.     ACCESS      read-only
  1106.     STATUS      mandatory
  1107.     DESCRIPTION 
  1108.         "Count of the number of Loss of Power failures since
  1109.          agent reset."
  1110.     ::= { adslAturPerfDataEntry 3 }
  1111.  
  1112. adslAturPerfESs OBJECT-TYPE
  1113.     SYNTAX      Counter
  1114.     ACCESS      read-only
  1115.     STATUS      mandatory
  1116.     DESCRIPTION 
  1117.         "Count of the number of Errored Seconds since agent
  1118.          reset.  The errored second parameter is a count of
  1119.          one-second intervals containing one or more crc
  1120.          anomalies, or one or more los or sef defects."
  1121.     ::= { adslAturPerfDataEntry 4 }
  1122.  
  1123. adslAturPerfValidIntervals OBJECT-TYPE
  1124.     SYNTAX      INTEGER (0..96)
  1125.     ACCESS      read-only
  1126.     STATUS      mandatory
  1127.     DESCRIPTION 
  1128.         "The number of previous 15-minute intervals in the
  1129.          interval table for which data was collected.  Given
  1130.          that <n> is the maximum # of intervals supported.
  1131.          The value will be <n> unless the measurement was
  1132.          (re-)started within the last (<n>*15) minutes, in which
  1133.          case the value will be the number of complete 15
  1134.          minute intervals for which the agent has at least
  1135.          some data. In certain cases (e.g., in the case
  1136.          where the agent is a proxy) it is possible that some
  1137.          intervals are unavailable.  In this case, this
  1138.          interval is the maximum interval number for
  1139.          which data is available."
  1140.     ::= { adslAturPerfDataEntry 5 }
  1141.  
  1142. adslAturPerfInvalidIntervals OBJECT-TYPE
  1143.     SYNTAX      INTEGER (0..96)
  1144.     ACCESS      read-only
  1145.     STATUS      mandatory
  1146.     DESCRIPTION 
  1147.         "The number of intervals in the range from
  1148.          0 to the value of adslAturPerfValidIntervals
  1149.          for which no data is available. This object
  1150.          will typically be zero except in cases where
  1151.          the data for some intervals are not available
  1152.          (e.g., in proxy situations)."
  1153.     ::= { adslAturPerfDataEntry 6 }
  1154.  
  1155. adslAturPerfCurr15MinTimeElapsed OBJECT-TYPE
  1156.     SYNTAX      AdslPerfTimeElapsed (0..899)
  1157.     ACCESS      read-only
  1158.     STATUS      mandatory
  1159.     DESCRIPTION 
  1160.         "Total elapsed seconds in this interval."
  1161.     ::= { adslAturPerfDataEntry 7 }
  1162.  
  1163. adslAturPerfCurr15MinLofs OBJECT-TYPE
  1164.     SYNTAX      PerfCurrentCount
  1165.     ACCESS      read-only
  1166.     STATUS      mandatory
  1167.     DESCRIPTION 
  1168.         "Count of seconds in the current 15 minute interval
  1169.          when there was Loss of Framing."
  1170.     ::= { adslAturPerfDataEntry 8 }
  1171.  
  1172. adslAturPerfCurr15MinLoss OBJECT-TYPE
  1173.     SYNTAX      PerfCurrentCount
  1174.     ACCESS      read-only
  1175.     STATUS      mandatory
  1176.     DESCRIPTION 
  1177.         "Count of seconds in the current 15 minute interval
  1178.          when there was Loss of Signal."
  1179.     ::= { adslAturPerfDataEntry 9 }
  1180.  
  1181. adslAturPerfCurr15MinLprs OBJECT-TYPE
  1182.     SYNTAX      PerfCurrentCount
  1183.     ACCESS      read-only
  1184.     STATUS      mandatory
  1185.     DESCRIPTION 
  1186.         "Count of seconds in the current 15 minute interval
  1187.          when there was Loss of Power."
  1188.     ::= { adslAturPerfDataEntry 10 }
  1189.  
  1190. adslAturPerfCurr15MinESs OBJECT-TYPE
  1191.     SYNTAX      PerfCurrentCount
  1192.     ACCESS      read-only
  1193.     STATUS      mandatory
  1194.     DESCRIPTION 
  1195.         "Count of Errored Seconds in the current 15 minute
  1196.          interval.  The errored second parameter is a count of
  1197.          one-second intervals containing one or more crc
  1198.          anomalies, or one or more los or sef defects."
  1199.     ::= { adslAturPerfDataEntry 11 }
  1200.  
  1201. adslAturPerfCurr1DayTimeElapsed OBJECT-TYPE
  1202.     SYNTAX      AdslPerfTimeElapsed (0..86399)
  1203.     ACCESS      read-only
  1204.     STATUS      mandatory
  1205.     DESCRIPTION 
  1206.         "Number of seconds that have elapsed since the
  1207.          beginning of the current 1-day interval."
  1208.     ::= { adslAturPerfDataEntry 12 }
  1209.  
  1210. adslAturPerfCurr1DayLofs OBJECT-TYPE
  1211.     SYNTAX      AdslPerfCurrDayCount
  1212.     ACCESS      read-only
  1213.     STATUS      mandatory
  1214.     DESCRIPTION 
  1215.         "Count of the number of seconds when there was Loss
  1216.          of Framing during the current day as measured by
  1217.          adslAturPerfCurr1DayTimeElapsed."
  1218.     ::= { adslAturPerfDataEntry 13 }
  1219.  
  1220. adslAturPerfCurr1DayLoss OBJECT-TYPE
  1221.     SYNTAX      AdslPerfCurrDayCount
  1222.     ACCESS      read-only
  1223.     STATUS      mandatory
  1224.     DESCRIPTION 
  1225.         "Count of the number of seconds when there was Loss
  1226.          of Signal during the current day as measured by
  1227.          adslAturPerfCurr1DayTimeElapsed."
  1228.     ::= { adslAturPerfDataEntry 14 }
  1229.  
  1230. adslAturPerfCurr1DayLprs OBJECT-TYPE
  1231.     SYNTAX      AdslPerfCurrDayCount
  1232.     ACCESS      read-only
  1233.     STATUS      mandatory
  1234.     DESCRIPTION 
  1235.         "Count of the number of seconds when there was Loss
  1236.          of Power during the current day as measured by
  1237.          adslAturPerfCurr1DayTimeElapsed."
  1238.     ::= { adslAturPerfDataEntry 15 }
  1239.  
  1240. adslAturPerfCurr1DayESs OBJECT-TYPE
  1241.     SYNTAX      AdslPerfCurrDayCount
  1242.     ACCESS      read-only
  1243.     STATUS      mandatory
  1244.     DESCRIPTION 
  1245.         "Count of Errored Seconds during the current day as
  1246.          measured by adslAturPerfCurr1DayTimeElapsed.
  1247.          The errored second parameter is a count of
  1248.          one-second intervals containing one or more crc
  1249.          anomalies, or one or more los or sef defects."
  1250.     ::= { adslAturPerfDataEntry 16 }
  1251.  
  1252. adslAturPerfPrev1DayMoniSecs OBJECT-TYPE
  1253.     SYNTAX      INTEGER (0..86400)
  1254.     ACCESS      read-only
  1255.     STATUS      mandatory
  1256.     DESCRIPTION 
  1257.         "The amount of time in the previous 1-day interval
  1258.          over which the performance monitoring information
  1259.          is actually counted. This value will be the same as
  1260.          the interval duration except in a situation where
  1261.          performance monitoring data could not be collected
  1262.          for any reason."
  1263.     ::= { adslAturPerfDataEntry 17 }
  1264.  
  1265. adslAturPerfPrev1DayLofs OBJECT-TYPE
  1266.     SYNTAX      AdslPerfPrevDayCount
  1267.     ACCESS      read-only
  1268.     STATUS      mandatory
  1269.     DESCRIPTION 
  1270.         "Count of seconds in the interval when there was
  1271.          Loss of Framing within the most recent previous
  1272.          1-day period."
  1273.     ::= { adslAturPerfDataEntry 18 }
  1274.  
  1275. adslAturPerfPrev1DayLoss OBJECT-TYPE
  1276.     SYNTAX      AdslPerfPrevDayCount
  1277.     ACCESS      read-only
  1278.     STATUS      mandatory
  1279.     DESCRIPTION 
  1280.         "Count of seconds in the interval when there was
  1281.          Loss of Signal within the most recent previous
  1282.          1-day period."
  1283.     ::= { adslAturPerfDataEntry 19 }
  1284.  
  1285. adslAturPerfPrev1DayLprs OBJECT-TYPE
  1286.     SYNTAX      AdslPerfPrevDayCount
  1287.     ACCESS      read-only
  1288.     STATUS      mandatory
  1289.     DESCRIPTION 
  1290.         "Count of seconds in the interval when there was
  1291.          Loss of Power within the most recent previous
  1292.          1-day period."
  1293.     ::= { adslAturPerfDataEntry 20 }
  1294.  
  1295. adslAturPerfPrev1DayESs OBJECT-TYPE
  1296.     SYNTAX      AdslPerfPrevDayCount
  1297.     ACCESS      read-only
  1298.     STATUS      mandatory
  1299.     DESCRIPTION 
  1300.         "Count of Errored Seconds within the most recent
  1301.          previous 1-day period. The errored second parameter is
  1302.          a count of one-second intervals containing one or more
  1303.          crc anomalies, or one or more los or sef defects."
  1304.     ::= { adslAturPerfDataEntry 21 }
  1305.  
  1306. adslAtucIntervalTable OBJECT-TYPE
  1307.     SYNTAX      SEQUENCE OF AdslAtucIntervalEntry
  1308.     ACCESS      not-accessible
  1309.     STATUS      mandatory
  1310.     DESCRIPTION 
  1311.         "This table provides one row for each ATUC
  1312.          performance data collection interval.
  1313.          ADSL physical interfaces are
  1314.          
  1315.          
  1316.          those ifEntries where ifType is equal to adsl(94)."
  1317.     ::= { adslMibObjects 8 }
  1318.  
  1319. adslAtucIntervalEntry OBJECT-TYPE
  1320.     SYNTAX      AdslAtucIntervalEntry
  1321.     ACCESS      not-accessible
  1322.     STATUS      mandatory
  1323.     DESCRIPTION 
  1324.         "An entry in the adslAtucIntervalTable."
  1325.     INDEX       { ifIndex, adslAtucIntervalNumber }
  1326.     ::= { adslAtucIntervalTable 1 }
  1327.  
  1328. AdslAtucIntervalEntry ::= SEQUENCE {
  1329.     adslAtucIntervalNumber      INTEGER,
  1330.     adslAtucIntervalLofs        PerfIntervalCount,
  1331.     adslAtucIntervalLoss        PerfIntervalCount,
  1332.     adslAtucIntervalLols        PerfIntervalCount,
  1333.     adslAtucIntervalLprs        PerfIntervalCount,
  1334.     adslAtucIntervalESs         PerfIntervalCount,
  1335.     adslAtucIntervalInits       PerfIntervalCount,
  1336.     adslAtucIntervalValidData   TruthValue
  1337. }
  1338.  
  1339. adslAtucIntervalNumber OBJECT-TYPE
  1340.     SYNTAX      INTEGER (1..96)
  1341.     ACCESS      not-accessible
  1342.     STATUS      mandatory
  1343.     DESCRIPTION 
  1344.         "Performance Data Interval number 1 is the
  1345.          the most recent previous interval; interval
  1346.          96 is 24 hours ago.  Intervals 2..96 are
  1347.          optional."
  1348.     ::= { adslAtucIntervalEntry 1 }
  1349.  
  1350. adslAtucIntervalLofs OBJECT-TYPE
  1351.     SYNTAX      PerfIntervalCount
  1352.     ACCESS      read-only
  1353.     STATUS      mandatory
  1354.     DESCRIPTION 
  1355.         "Count of seconds in the interval when there was Loss
  1356.          of Framing."
  1357.     ::= { adslAtucIntervalEntry 2 }
  1358.  
  1359. adslAtucIntervalLoss OBJECT-TYPE
  1360.     SYNTAX      PerfIntervalCount
  1361.     ACCESS      read-only
  1362.     STATUS      mandatory
  1363.     DESCRIPTION 
  1364.         "Count of seconds in the interval when there was Loss
  1365.          of Signal."
  1366.     ::= { adslAtucIntervalEntry 3 }
  1367.  
  1368. adslAtucIntervalLols OBJECT-TYPE
  1369.     SYNTAX      PerfIntervalCount
  1370.     ACCESS      read-only
  1371.     STATUS      mandatory
  1372.     DESCRIPTION 
  1373.         "Count of seconds in the interval when there was Loss
  1374.          of Link."
  1375.     ::= { adslAtucIntervalEntry 4 }
  1376.  
  1377. adslAtucIntervalLprs OBJECT-TYPE
  1378.     SYNTAX      PerfIntervalCount
  1379.     ACCESS      read-only
  1380.     STATUS      mandatory
  1381.     DESCRIPTION 
  1382.         "Count of seconds in the interval when there was Loss
  1383.          of Power."
  1384.     ::= { adslAtucIntervalEntry 5 }
  1385.  
  1386. adslAtucIntervalESs OBJECT-TYPE
  1387.     SYNTAX      PerfIntervalCount
  1388.     ACCESS      read-only
  1389.     STATUS      mandatory
  1390.     DESCRIPTION 
  1391.         "Count of Errored Seconds in the interval.
  1392.          The errored second parameter is a count of
  1393.          one-second intervals containing one or more crc
  1394.          anomalies, or one or more los or sef defects."
  1395.     ::= { adslAtucIntervalEntry 6 }
  1396.  
  1397. adslAtucIntervalInits OBJECT-TYPE
  1398.     SYNTAX      PerfIntervalCount
  1399.     ACCESS      read-only
  1400.     STATUS      mandatory
  1401.     DESCRIPTION 
  1402.         "Count of the line initialization attempts
  1403.          during the interval. Includes both successful
  1404.          and failed attempts."
  1405.     ::= { adslAtucIntervalEntry 7 }
  1406.  
  1407. adslAtucIntervalValidData OBJECT-TYPE
  1408.     SYNTAX      TruthValue
  1409.     ACCESS      read-only
  1410.     STATUS      mandatory
  1411.     DESCRIPTION 
  1412.         "This variable indicates if the data for this
  1413.          interval is valid."
  1414.     ::= { adslAtucIntervalEntry 8 }
  1415.  
  1416. adslAturIntervalTable OBJECT-TYPE
  1417.     SYNTAX      SEQUENCE OF AdslAturIntervalEntry
  1418.     ACCESS      not-accessible
  1419.     STATUS      mandatory
  1420.     DESCRIPTION 
  1421.         "This table provides one row for each ATUR
  1422.          performance data collection interval.
  1423.          ADSL physical interfaces are those
  1424.          ifEntries where ifType is equal to adsl(94)."
  1425.     ::= { adslMibObjects 9 }
  1426.  
  1427. adslAturIntervalEntry OBJECT-TYPE
  1428.     SYNTAX      AdslAturIntervalEntry
  1429.     ACCESS      not-accessible
  1430.     STATUS      mandatory
  1431.     DESCRIPTION 
  1432.         "An entry in the adslAturIntervalTable."
  1433.     INDEX       { ifIndex, adslAturIntervalNumber }
  1434.     ::= { adslAturIntervalTable 1 }
  1435.  
  1436. AdslAturIntervalEntry ::= SEQUENCE {
  1437.     adslAturIntervalNumber      INTEGER,
  1438.     adslAturIntervalLofs        PerfIntervalCount,
  1439.     adslAturIntervalLoss        PerfIntervalCount,
  1440.     adslAturIntervalLprs        PerfIntervalCount,
  1441.     adslAturIntervalESs         PerfIntervalCount,
  1442.     adslAturIntervalValidData   TruthValue
  1443. }
  1444.  
  1445. adslAturIntervalNumber OBJECT-TYPE
  1446.     SYNTAX      INTEGER (1..96)
  1447.     ACCESS      not-accessible
  1448.     STATUS      mandatory
  1449.     DESCRIPTION 
  1450.         "Performance Data Interval number 1 is the
  1451.          the most recent previous interval; interval
  1452.          96 is 24 hours ago.  Intervals 2..96 are
  1453.          optional."
  1454.     ::= { adslAturIntervalEntry 1 }
  1455.  
  1456. adslAturIntervalLofs OBJECT-TYPE
  1457.     SYNTAX      PerfIntervalCount
  1458.     ACCESS      read-only
  1459.     STATUS      mandatory
  1460.     DESCRIPTION 
  1461.         "Count of seconds in the interval when there was
  1462.          Loss of Framing."
  1463.     ::= { adslAturIntervalEntry 2 }
  1464.  
  1465. adslAturIntervalLoss OBJECT-TYPE
  1466.     SYNTAX      PerfIntervalCount
  1467.     ACCESS      read-only
  1468.     STATUS      mandatory
  1469.     DESCRIPTION 
  1470.         "Count of seconds in the interval when there was
  1471.          Loss of Signal."
  1472.     ::= { adslAturIntervalEntry 3 }
  1473.  
  1474. adslAturIntervalLprs OBJECT-TYPE
  1475.     SYNTAX      PerfIntervalCount
  1476.     ACCESS      read-only
  1477.     STATUS      mandatory
  1478.     DESCRIPTION 
  1479.         "Count of seconds in the interval when there was
  1480.          Loss of Power."
  1481.     ::= { adslAturIntervalEntry 4 }
  1482.  
  1483. adslAturIntervalESs OBJECT-TYPE
  1484.     SYNTAX      PerfIntervalCount
  1485.     ACCESS      read-only
  1486.     STATUS      mandatory
  1487.     DESCRIPTION 
  1488.         "Count of Errored Seconds in the interval.
  1489.          The errored second parameter is a count of
  1490.          one-second intervals containing one or more crc
  1491.          anomalies, or one or more los or sef defects."
  1492.     ::= { adslAturIntervalEntry 5 }
  1493.  
  1494. adslAturIntervalValidData OBJECT-TYPE
  1495.     SYNTAX      TruthValue
  1496.     ACCESS      read-only
  1497.     STATUS      mandatory
  1498.     DESCRIPTION 
  1499.         "This variable indicates if the data for this
  1500.          
  1501.          
  1502.          interval is valid."
  1503.     ::= { adslAturIntervalEntry 6 }
  1504.  
  1505. adslAtucChanPerfDataTable OBJECT-TYPE
  1506.     SYNTAX      SEQUENCE OF AdslAtucChanPerfDataEntry
  1507.     ACCESS      not-accessible
  1508.     STATUS      mandatory
  1509.     DESCRIPTION 
  1510.         "This table provides one row for each ATUC channel.
  1511.          ADSL channel interfaces are those ifEntries
  1512.          where ifType is equal to adslInterleave(124)
  1513.          or adslFast(125)."
  1514.     ::= { adslMibObjects 10 }
  1515.  
  1516. adslAtucChanPerfDataEntry OBJECT-TYPE
  1517.     SYNTAX      AdslAtucChanPerfDataEntry
  1518.     ACCESS      not-accessible
  1519.     STATUS      mandatory
  1520.     DESCRIPTION 
  1521.         "An entry in adslAtucChanPerfDataTable."
  1522.     INDEX       { ifIndex }
  1523.     ::= { adslAtucChanPerfDataTable 1 }
  1524.  
  1525. AdslAtucChanPerfDataEntry ::= SEQUENCE {
  1526.     adslAtucChanReceivedBlks                    Counter,
  1527.     adslAtucChanTransmittedBlks                 Counter,
  1528.     adslAtucChanCorrectedBlks                   Counter,
  1529.     adslAtucChanUncorrectBlks                   Counter,
  1530.     adslAtucChanPerfValidIntervals              INTEGER,
  1531.     adslAtucChanPerfInvalidIntervals            INTEGER,
  1532.     adslAtucChanPerfCurr15MinTimeElapsed        AdslPerfTimeElapsed,
  1533.     adslAtucChanPerfCurr15MinReceivedBlks       PerfCurrentCount,
  1534.     adslAtucChanPerfCurr15MinTransmittedBlks    PerfCurrentCount,
  1535.     adslAtucChanPerfCurr15MinCorrectedBlks      PerfCurrentCount,
  1536.     adslAtucChanPerfCurr15MinUncorrectBlks      PerfCurrentCount,
  1537.     adslAtucChanPerfCurr1DayTimeElapsed         AdslPerfTimeElapsed,
  1538.     adslAtucChanPerfCurr1DayReceivedBlks        AdslPerfCurrDayCount,
  1539.     adslAtucChanPerfCurr1DayTransmittedBlks     AdslPerfCurrDayCount,
  1540.     adslAtucChanPerfCurr1DayCorrectedBlks       AdslPerfCurrDayCount,
  1541.     adslAtucChanPerfCurr1DayUncorrectBlks       AdslPerfCurrDayCount,
  1542.     adslAtucChanPerfPrev1DayMoniSecs            INTEGER,
  1543.     adslAtucChanPerfPrev1DayReceivedBlks        AdslPerfPrevDayCount,
  1544.     adslAtucChanPerfPrev1DayTransmittedBlks     AdslPerfPrevDayCount,
  1545.     adslAtucChanPerfPrev1DayCorrectedBlks       AdslPerfPrevDayCount,
  1546.     adslAtucChanPerfPrev1DayUncorrectBlks       AdslPerfPrevDayCount
  1547. }
  1548.  
  1549. adslAtucChanReceivedBlks OBJECT-TYPE
  1550.     SYNTAX      Counter
  1551.     ACCESS      read-only
  1552.     STATUS      mandatory
  1553.     DESCRIPTION 
  1554.         "Count of all encoded blocks received on this channel
  1555.          since agent reset."
  1556.     ::= { adslAtucChanPerfDataEntry 1 }
  1557.  
  1558. adslAtucChanTransmittedBlks OBJECT-TYPE
  1559.     SYNTAX      Counter
  1560.     ACCESS      read-only
  1561.     STATUS      mandatory
  1562.     DESCRIPTION 
  1563.         "Count of all encoded blocks transmitted on this
  1564.          channel since agent reset."
  1565.     ::= { adslAtucChanPerfDataEntry 2 }
  1566.  
  1567. adslAtucChanCorrectedBlks OBJECT-TYPE
  1568.     SYNTAX      Counter
  1569.     ACCESS      read-only
  1570.     STATUS      mandatory
  1571.     DESCRIPTION 
  1572.         "Count of all blocks received with errors that were
  1573.          corrected since agent reset.  These blocks are passed
  1574.          on as good data."
  1575.     ::= { adslAtucChanPerfDataEntry 3 }
  1576.  
  1577. adslAtucChanUncorrectBlks OBJECT-TYPE
  1578.     SYNTAX      Counter
  1579.     ACCESS      read-only
  1580.     STATUS      mandatory
  1581.     DESCRIPTION 
  1582.         "Count of all blocks received with uncorrectable
  1583.          errors since agent reset."
  1584.     ::= { adslAtucChanPerfDataEntry 4 }
  1585.  
  1586. adslAtucChanPerfValidIntervals OBJECT-TYPE
  1587.     SYNTAX      INTEGER (0..96)
  1588.     ACCESS      read-only
  1589.     STATUS      mandatory
  1590.     DESCRIPTION 
  1591.         "The number of previous 15-minute intervals in the
  1592.          interval table for which data was collected.  Given
  1593.          that <n> is the maximum # of intervals supported.
  1594.          The value will be <n> unless the measurement was
  1595.          (re-)started within the last (<n>*15) minutes, in which
  1596.          case the value will be the number of complete 15
  1597.          minute intervals for which the agent has at least
  1598.          some data. In certain cases (e.g., in the case
  1599.          where the agent is a proxy) it is possible that some
  1600.          intervals are unavailable.  In this case, this
  1601.          interval is the maximum interval number for
  1602.          which data is available."
  1603.     ::= { adslAtucChanPerfDataEntry 5 }
  1604.  
  1605. adslAtucChanPerfInvalidIntervals OBJECT-TYPE
  1606.     SYNTAX      INTEGER (0..96)
  1607.     ACCESS      read-only
  1608.     STATUS      mandatory
  1609.     DESCRIPTION 
  1610.         "The number of intervals in the range from
  1611.          0 to the value of adslAtucChanPerfValidIntervals
  1612.          for which no data is available. This object
  1613.          will typically be zero except in cases where
  1614.          the data for some intervals are not available
  1615.          (e.g., in proxy situations)."
  1616.     ::= { adslAtucChanPerfDataEntry 6 }
  1617.  
  1618. adslAtucChanPerfCurr15MinTimeElapsed OBJECT-TYPE
  1619.     SYNTAX      AdslPerfTimeElapsed (0..899)
  1620.     ACCESS      read-only
  1621.     STATUS      mandatory
  1622.     DESCRIPTION 
  1623.         "Total elapsed seconds in this interval."
  1624.     ::= { adslAtucChanPerfDataEntry 7 }
  1625.  
  1626. adslAtucChanPerfCurr15MinReceivedBlks OBJECT-TYPE
  1627.     SYNTAX      PerfCurrentCount
  1628.     ACCESS      read-only
  1629.     STATUS      mandatory
  1630.     DESCRIPTION 
  1631.         "Count of all encoded blocks received on this channel
  1632.          within the current 15 minute interval."
  1633.     ::= { adslAtucChanPerfDataEntry 8 }
  1634.  
  1635. adslAtucChanPerfCurr15MinTransmittedBlks OBJECT-TYPE
  1636.     SYNTAX      PerfCurrentCount
  1637.     ACCESS      read-only
  1638.     STATUS      mandatory
  1639.     DESCRIPTION 
  1640.         "Count of all encoded blocks transmitted on this
  1641.          channel within the current 15 minute interval."
  1642.     ::= { adslAtucChanPerfDataEntry 9 }
  1643.  
  1644. adslAtucChanPerfCurr15MinCorrectedBlks OBJECT-TYPE
  1645.     SYNTAX      PerfCurrentCount
  1646.     ACCESS      read-only
  1647.     STATUS      mandatory
  1648.     DESCRIPTION 
  1649.         "Count of all blocks received with errors that were
  1650.          corrected on this channel within the current 15 minute
  1651.          interval."
  1652.     ::= { adslAtucChanPerfDataEntry 10 }
  1653.  
  1654. adslAtucChanPerfCurr15MinUncorrectBlks OBJECT-TYPE
  1655.     SYNTAX      PerfCurrentCount
  1656.     ACCESS      read-only
  1657.     STATUS      mandatory
  1658.     DESCRIPTION 
  1659.         "Count of all blocks received with uncorrectable
  1660.          errors on this channel within the current 15 minute
  1661.          interval."
  1662.     ::= { adslAtucChanPerfDataEntry 11 }
  1663.  
  1664. adslAtucChanPerfCurr1DayTimeElapsed OBJECT-TYPE
  1665.     SYNTAX      AdslPerfTimeElapsed (0..86399)
  1666.     ACCESS      read-only
  1667.     STATUS      mandatory
  1668.     DESCRIPTION 
  1669.         "Number of seconds that have elapsed since the
  1670.          beginning of the current 1-day interval."
  1671.     ::= { adslAtucChanPerfDataEntry 12 }
  1672.  
  1673. adslAtucChanPerfCurr1DayReceivedBlks OBJECT-TYPE
  1674.     SYNTAX      AdslPerfCurrDayCount
  1675.     ACCESS      read-only
  1676.     STATUS      mandatory
  1677.     DESCRIPTION 
  1678.         "Count of all encoded blocks received on this
  1679.          channel during the current day as measured by
  1680.          
  1681.          
  1682.          adslAtucChanPerfCurr1DayTimeElapsed."
  1683.     ::= { adslAtucChanPerfDataEntry 13 }
  1684.  
  1685. adslAtucChanPerfCurr1DayTransmittedBlks OBJECT-TYPE
  1686.     SYNTAX      AdslPerfCurrDayCount
  1687.     ACCESS      read-only
  1688.     STATUS      mandatory
  1689.     DESCRIPTION 
  1690.         "Count of all encoded blocks transmitted on this
  1691.          channel during the current day as measured by
  1692.          adslAtucChanPerfCurr1DayTimeElapsed."
  1693.     ::= { adslAtucChanPerfDataEntry 14 }
  1694.  
  1695. adslAtucChanPerfCurr1DayCorrectedBlks OBJECT-TYPE
  1696.     SYNTAX      AdslPerfCurrDayCount
  1697.     ACCESS      read-only
  1698.     STATUS      mandatory
  1699.     DESCRIPTION 
  1700.         "Count of all blocks received with errors that were
  1701.          corrected on this channel during the current day as
  1702.          measured by adslAtucChanPerfCurr1DayTimeElapsed."
  1703.     ::= { adslAtucChanPerfDataEntry 15 }
  1704.  
  1705. adslAtucChanPerfCurr1DayUncorrectBlks OBJECT-TYPE
  1706.     SYNTAX      AdslPerfCurrDayCount
  1707.     ACCESS      read-only
  1708.     STATUS      mandatory
  1709.     DESCRIPTION 
  1710.         "Count of all blocks received with uncorrectable
  1711.          errors on this channel during the current day as
  1712.          measured by adslAtucChanPerfCurr1DayTimeElapsed."
  1713.     ::= { adslAtucChanPerfDataEntry 16 }
  1714.  
  1715. adslAtucChanPerfPrev1DayMoniSecs OBJECT-TYPE
  1716.     SYNTAX      INTEGER (0..86400)
  1717.     ACCESS      read-only
  1718.     STATUS      mandatory
  1719.     DESCRIPTION 
  1720.         "The amount of time in the previous 1-day interval
  1721.          over which the performance monitoring information
  1722.          is actually counted. This value will be the same as
  1723.          the interval duration except in a situation where
  1724.          performance monitoring data could not be collected
  1725.          for any reason."
  1726.     ::= { adslAtucChanPerfDataEntry 17 }
  1727.  
  1728. adslAtucChanPerfPrev1DayReceivedBlks OBJECT-TYPE
  1729.     SYNTAX      AdslPerfPrevDayCount
  1730.     ACCESS      read-only
  1731.     STATUS      mandatory
  1732.     DESCRIPTION 
  1733.         "Count of all encoded blocks received on this
  1734.          channel within the most recent previous 1-day
  1735.          period."
  1736.     ::= { adslAtucChanPerfDataEntry 18 }
  1737.  
  1738. adslAtucChanPerfPrev1DayTransmittedBlks OBJECT-TYPE
  1739.     SYNTAX      AdslPerfPrevDayCount
  1740.     ACCESS      read-only
  1741.     STATUS      mandatory
  1742.     DESCRIPTION 
  1743.         "Count of all encoded blocks transmitted on this
  1744.          channel within the most recent previous 1-day
  1745.          period."
  1746.     ::= { adslAtucChanPerfDataEntry 19 }
  1747.  
  1748. adslAtucChanPerfPrev1DayCorrectedBlks OBJECT-TYPE
  1749.     SYNTAX      AdslPerfPrevDayCount
  1750.     ACCESS      read-only
  1751.     STATUS      mandatory
  1752.     DESCRIPTION 
  1753.         "Count of all blocks received with errors that were
  1754.          corrected on this channel within the most recent
  1755.          previous 1-day period."
  1756.     ::= { adslAtucChanPerfDataEntry 20 }
  1757.  
  1758. adslAtucChanPerfPrev1DayUncorrectBlks OBJECT-TYPE
  1759.     SYNTAX      AdslPerfPrevDayCount
  1760.     ACCESS      read-only
  1761.     STATUS      mandatory
  1762.     DESCRIPTION 
  1763.         "Count of all blocks received with uncorrectable
  1764.          errors on this channel within the most recent previous
  1765.          1-day period."
  1766.     ::= { adslAtucChanPerfDataEntry 21 }
  1767.  
  1768. adslAturChanPerfDataTable OBJECT-TYPE
  1769.     SYNTAX      SEQUENCE OF AdslAturChanPerfDataEntry
  1770.     ACCESS      not-accessible
  1771.     STATUS      mandatory
  1772.     DESCRIPTION 
  1773.         "This table provides one row for each ATUR channel.
  1774.          ADSL channel interfaces are those ifEntries
  1775.          where ifType is equal to adslInterleave(124)
  1776.          or adslFast(125)."
  1777.     ::= { adslMibObjects 11 }
  1778.  
  1779. adslAturChanPerfDataEntry OBJECT-TYPE
  1780.     SYNTAX      AdslAturChanPerfDataEntry
  1781.     ACCESS      not-accessible
  1782.     STATUS      mandatory
  1783.     DESCRIPTION 
  1784.         "An entry in adslAturChanPerfDataTable."
  1785.     INDEX       { ifIndex }
  1786.     ::= { adslAturChanPerfDataTable 1 }
  1787.  
  1788. AdslAturChanPerfDataEntry ::= SEQUENCE {
  1789.     adslAturChanReceivedBlks                    Counter,
  1790.     adslAturChanTransmittedBlks                 Counter,
  1791.     adslAturChanCorrectedBlks                   Counter,
  1792.     adslAturChanUncorrectBlks                   Counter,
  1793.     adslAturChanPerfValidIntervals              INTEGER,
  1794.     adslAturChanPerfInvalidIntervals            INTEGER,
  1795.     adslAturChanPerfCurr15MinTimeElapsed        AdslPerfTimeElapsed,
  1796.     adslAturChanPerfCurr15MinReceivedBlks       PerfCurrentCount,
  1797.     adslAturChanPerfCurr15MinTransmittedBlks    PerfCurrentCount,
  1798.     adslAturChanPerfCurr15MinCorrectedBlks      PerfCurrentCount,
  1799.     adslAturChanPerfCurr15MinUncorrectBlks      PerfCurrentCount,
  1800.     adslAturChanPerfCurr1DayTimeElapsed         AdslPerfTimeElapsed,
  1801.     adslAturChanPerfCurr1DayReceivedBlks        AdslPerfCurrDayCount,
  1802.     adslAturChanPerfCurr1DayTransmittedBlks     AdslPerfCurrDayCount,
  1803.     adslAturChanPerfCurr1DayCorrectedBlks       AdslPerfCurrDayCount,
  1804.     adslAturChanPerfCurr1DayUncorrectBlks       AdslPerfCurrDayCount,
  1805.     adslAturChanPerfPrev1DayMoniSecs            INTEGER,
  1806.     adslAturChanPerfPrev1DayReceivedBlks        AdslPerfPrevDayCount,
  1807.     adslAturChanPerfPrev1DayTransmittedBlks     AdslPerfPrevDayCount,
  1808.     adslAturChanPerfPrev1DayCorrectedBlks       AdslPerfPrevDayCount,
  1809.     adslAturChanPerfPrev1DayUncorrectBlks       AdslPerfPrevDayCount
  1810. }
  1811.  
  1812. adslAturChanReceivedBlks OBJECT-TYPE
  1813.     SYNTAX      Counter
  1814.     ACCESS      read-only
  1815.     STATUS      mandatory
  1816.     DESCRIPTION 
  1817.         "Count of all encoded blocks received on this channel
  1818.          since agent reset."
  1819.     ::= { adslAturChanPerfDataEntry 1 }
  1820.  
  1821. adslAturChanTransmittedBlks OBJECT-TYPE
  1822.     SYNTAX      Counter
  1823.     ACCESS      read-only
  1824.     STATUS      mandatory
  1825.     DESCRIPTION 
  1826.         "Count of all encoded blocks transmitted on this
  1827.          channel since agent reset."
  1828.     ::= { adslAturChanPerfDataEntry 2 }
  1829.  
  1830. adslAturChanCorrectedBlks OBJECT-TYPE
  1831.     SYNTAX      Counter
  1832.     ACCESS      read-only
  1833.     STATUS      mandatory
  1834.     DESCRIPTION 
  1835.         "Count of all blocks received with errors that were
  1836.          corrected since agent reset.  These blocks are passed
  1837.          on as good data."
  1838.     ::= { adslAturChanPerfDataEntry 3 }
  1839.  
  1840. adslAturChanUncorrectBlks OBJECT-TYPE
  1841.     SYNTAX      Counter
  1842.     ACCESS      read-only
  1843.     STATUS      mandatory
  1844.     DESCRIPTION 
  1845.         "Count of all blocks received with uncorrectable
  1846.          errors since agent reset."
  1847.     ::= { adslAturChanPerfDataEntry 4 }
  1848.  
  1849. adslAturChanPerfValidIntervals OBJECT-TYPE
  1850.     SYNTAX      INTEGER (0..96)
  1851.     ACCESS      read-only
  1852.     STATUS      mandatory
  1853.     DESCRIPTION 
  1854.         "The number of previous 15-minute intervals in the
  1855.          interval table for which data was collected.  Given
  1856.          that <n> is the maximum # of intervals supported.
  1857.          The value will be <n> unless the measurement was
  1858.          (re-)started within the last (<n>*15) minutes, in which
  1859.          case the value will be the number of complete 15
  1860.          minute intervals for which the agent has at least
  1861.          some data. In certain cases (e.g., in the case
  1862.          where the agent is a proxy) it is possible that some
  1863.          intervals are unavailable.  In this case, this
  1864.          interval is the maximum interval number for
  1865.          which data is available."
  1866.     ::= { adslAturChanPerfDataEntry 5 }
  1867.  
  1868. adslAturChanPerfInvalidIntervals OBJECT-TYPE
  1869.     SYNTAX      INTEGER (0..96)
  1870.     ACCESS      read-only
  1871.     STATUS      mandatory
  1872.     DESCRIPTION 
  1873.         "The number of intervals in the range from
  1874.          0 to the value of adslAturChanPerfValidIntervals
  1875.          for which no data is available. This object
  1876.          will typically be zero except in cases where
  1877.          the data for some intervals are not available
  1878.          (e.g., in proxy situations)."
  1879.     ::= { adslAturChanPerfDataEntry 6 }
  1880.  
  1881. adslAturChanPerfCurr15MinTimeElapsed OBJECT-TYPE
  1882.     SYNTAX      AdslPerfTimeElapsed (0..899)
  1883.     ACCESS      read-only
  1884.     STATUS      mandatory
  1885.     DESCRIPTION 
  1886.         "Total elapsed seconds in this interval.
  1887.          A full interval is 900 seconds."
  1888.     ::= { adslAturChanPerfDataEntry 7 }
  1889.  
  1890. adslAturChanPerfCurr15MinReceivedBlks OBJECT-TYPE
  1891.     SYNTAX      PerfCurrentCount
  1892.     ACCESS      read-only
  1893.     STATUS      mandatory
  1894.     DESCRIPTION 
  1895.         "Count of all encoded blocks received on this
  1896.          channel within the current 15 minute interval."
  1897.     ::= { adslAturChanPerfDataEntry 8 }
  1898.  
  1899. adslAturChanPerfCurr15MinTransmittedBlks OBJECT-TYPE
  1900.     SYNTAX      PerfCurrentCount
  1901.     ACCESS      read-only
  1902.     STATUS      mandatory
  1903.     DESCRIPTION 
  1904.         "Count of all encoded blocks transmitted on this
  1905.          channel within the current 15 minute interval."
  1906.     ::= { adslAturChanPerfDataEntry 9 }
  1907.  
  1908. adslAturChanPerfCurr15MinCorrectedBlks OBJECT-TYPE
  1909.     SYNTAX      PerfCurrentCount
  1910.     ACCESS      read-only
  1911.     STATUS      mandatory
  1912.     DESCRIPTION 
  1913.         "Count of all blocks received with errors that were
  1914.          corrected on this channel within the current 15 minute
  1915.          interval."
  1916.     ::= { adslAturChanPerfDataEntry 10 }
  1917.  
  1918. adslAturChanPerfCurr15MinUncorrectBlks OBJECT-TYPE
  1919.     SYNTAX      PerfCurrentCount
  1920.     ACCESS      read-only
  1921.     STATUS      mandatory
  1922.     DESCRIPTION 
  1923.         "Count of all blocks received with uncorrectable
  1924.          errors on this channel within the current 15 minute
  1925.          interval."
  1926.     ::= { adslAturChanPerfDataEntry 11 }
  1927.  
  1928. adslAturChanPerfCurr1DayTimeElapsed OBJECT-TYPE
  1929.     SYNTAX      AdslPerfTimeElapsed (0..86399)
  1930.     ACCESS      read-only
  1931.     STATUS      mandatory
  1932.     DESCRIPTION 
  1933.         "Number of seconds that have elapsed since the
  1934.          beginning of the current 1-day interval."
  1935.     ::= { adslAturChanPerfDataEntry 12 }
  1936.  
  1937. adslAturChanPerfCurr1DayReceivedBlks OBJECT-TYPE
  1938.     SYNTAX      AdslPerfCurrDayCount
  1939.     ACCESS      read-only
  1940.     STATUS      mandatory
  1941.     DESCRIPTION 
  1942.         "Count of all encoded blocks received on this
  1943.          channel during the current day as measured by
  1944.          adslAturChanPerfCurr1DayTimeElapsed."
  1945.     ::= { adslAturChanPerfDataEntry 13 }
  1946.  
  1947. adslAturChanPerfCurr1DayTransmittedBlks OBJECT-TYPE
  1948.     SYNTAX      AdslPerfCurrDayCount
  1949.     ACCESS      read-only
  1950.     STATUS      mandatory
  1951.     DESCRIPTION 
  1952.         "Count of all encoded blocks transmitted on this
  1953.          channel during the current day as measured by
  1954.          adslAturChanPerfCurr1DayTimeElapsed."
  1955.     ::= { adslAturChanPerfDataEntry 14 }
  1956.  
  1957. adslAturChanPerfCurr1DayCorrectedBlks OBJECT-TYPE
  1958.     SYNTAX      AdslPerfCurrDayCount
  1959.     ACCESS      read-only
  1960.     STATUS      mandatory
  1961.     DESCRIPTION 
  1962.         "Count of all blocks received with errors that were
  1963.          corrected on this channel during the current day as
  1964.          measured by adslAturChanPerfCurr1DayTimeElapsed."
  1965.     ::= { adslAturChanPerfDataEntry 15 }
  1966.  
  1967. adslAturChanPerfCurr1DayUncorrectBlks OBJECT-TYPE
  1968.     SYNTAX      AdslPerfCurrDayCount
  1969.     ACCESS      read-only
  1970.     STATUS      mandatory
  1971.     DESCRIPTION 
  1972.         "Count of all blocks received with uncorrectable
  1973.          errors on this channel during the current day as
  1974.          measured by adslAturChanPerfCurr1DayTimeElapsed."
  1975.     ::= { adslAturChanPerfDataEntry 16 }
  1976.  
  1977. adslAturChanPerfPrev1DayMoniSecs OBJECT-TYPE
  1978.     SYNTAX      INTEGER (0..86400)
  1979.     ACCESS      read-only
  1980.     STATUS      mandatory
  1981.     DESCRIPTION 
  1982.         "The amount of time in the previous 1-day interval
  1983.          over which the performance monitoring information
  1984.          is actually counted. This value will be the same as
  1985.          the interval duration except in a situation where
  1986.          performance monitoring data could not be collected
  1987.          for any reason."
  1988.     ::= { adslAturChanPerfDataEntry 17 }
  1989.  
  1990. adslAturChanPerfPrev1DayReceivedBlks OBJECT-TYPE
  1991.     SYNTAX      AdslPerfPrevDayCount
  1992.     ACCESS      read-only
  1993.     STATUS      mandatory
  1994.     DESCRIPTION 
  1995.         "Count of all encoded blocks received on this
  1996.          channel within the most recent previous 1-day
  1997.          period."
  1998.     ::= { adslAturChanPerfDataEntry 18 }
  1999.  
  2000. adslAturChanPerfPrev1DayTransmittedBlks OBJECT-TYPE
  2001.     SYNTAX      AdslPerfPrevDayCount
  2002.     ACCESS      read-only
  2003.     STATUS      mandatory
  2004.     DESCRIPTION 
  2005.         "Count of all encoded blocks transmitted on this
  2006.          channel within the most recent previous 1-day
  2007.          period."
  2008.     ::= { adslAturChanPerfDataEntry 19 }
  2009.  
  2010. adslAturChanPerfPrev1DayCorrectedBlks OBJECT-TYPE
  2011.     SYNTAX      AdslPerfPrevDayCount
  2012.     ACCESS      read-only
  2013.     STATUS      mandatory
  2014.     DESCRIPTION 
  2015.         "Count of all blocks received with errors that were
  2016.          corrected on this channel within the most recent
  2017.          previous 1-day period."
  2018.     ::= { adslAturChanPerfDataEntry 20 }
  2019.  
  2020. adslAturChanPerfPrev1DayUncorrectBlks OBJECT-TYPE
  2021.     SYNTAX      AdslPerfPrevDayCount
  2022.     ACCESS      read-only
  2023.     STATUS      mandatory
  2024.     DESCRIPTION 
  2025.         "Count of all blocks received with uncorrectable
  2026.          errors on this channel within the most recent previous
  2027.          1-day period."
  2028.     ::= { adslAturChanPerfDataEntry 21 }
  2029.  
  2030. adslAtucChanIntervalTable OBJECT-TYPE
  2031.     SYNTAX      SEQUENCE OF AdslAtucChanIntervalEntry
  2032.     ACCESS      not-accessible
  2033.     STATUS      mandatory
  2034.     DESCRIPTION 
  2035.         "This table provides one row for each ATUC channel's
  2036.          performance data collection interval.
  2037.          ADSL channel interfaces are those ifEntries
  2038.          where ifType is equal to adslInterleave(124)
  2039.          or adslFast(125)."
  2040.     ::= { adslMibObjects 12 }
  2041.  
  2042. adslAtucChanIntervalEntry OBJECT-TYPE
  2043.     SYNTAX      AdslAtucChanIntervalEntry
  2044.     ACCESS      not-accessible
  2045.     STATUS      mandatory
  2046.     DESCRIPTION 
  2047.         "An entry in the adslAtucIntervalTable."
  2048.     INDEX       { ifIndex, adslAtucChanIntervalNumber }
  2049.     ::= { adslAtucChanIntervalTable 1 }
  2050.  
  2051. AdslAtucChanIntervalEntry ::= SEQUENCE {
  2052.     adslAtucChanIntervalNumber              INTEGER,
  2053.     adslAtucChanIntervalReceivedBlks        PerfIntervalCount,
  2054.     adslAtucChanIntervalTransmittedBlks     PerfIntervalCount,
  2055.     adslAtucChanIntervalCorrectedBlks       PerfIntervalCount,
  2056.     adslAtucChanIntervalUncorrectBlks       PerfIntervalCount,
  2057.     adslAtucChanIntervalValidData           TruthValue
  2058. }
  2059.  
  2060. adslAtucChanIntervalNumber OBJECT-TYPE
  2061.     SYNTAX      INTEGER (1..96)
  2062.     ACCESS      not-accessible
  2063.     STATUS      mandatory
  2064.     DESCRIPTION 
  2065.         "Performance Data Interval number 1 is the
  2066.          the most recent previous interval; interval
  2067.          96 is 24 hours ago.  Intervals 2..96 are
  2068.          optional."
  2069.     ::= { adslAtucChanIntervalEntry 1 }
  2070.  
  2071. adslAtucChanIntervalReceivedBlks OBJECT-TYPE
  2072.     SYNTAX      PerfIntervalCount
  2073.     ACCESS      read-only
  2074.     STATUS      mandatory
  2075.     DESCRIPTION 
  2076.         "Count of all encoded blocks received on this channel
  2077.          during this interval."
  2078.     ::= { adslAtucChanIntervalEntry 2 }
  2079.  
  2080. adslAtucChanIntervalTransmittedBlks OBJECT-TYPE
  2081.     SYNTAX      PerfIntervalCount
  2082.     ACCESS      read-only
  2083.     STATUS      mandatory
  2084.     DESCRIPTION 
  2085.         "Count of all encoded blocks transmitted on this
  2086.          channel during this interval."
  2087.     ::= { adslAtucChanIntervalEntry 3 }
  2088.  
  2089. adslAtucChanIntervalCorrectedBlks OBJECT-TYPE
  2090.     SYNTAX      PerfIntervalCount
  2091.     ACCESS      read-only
  2092.     STATUS      mandatory
  2093.     DESCRIPTION 
  2094.         "Count of all blocks received with errors that were
  2095.          corrected on this channel during this interval."
  2096.     ::= { adslAtucChanIntervalEntry 4 }
  2097.  
  2098. adslAtucChanIntervalUncorrectBlks OBJECT-TYPE
  2099.     SYNTAX      PerfIntervalCount
  2100.     ACCESS      read-only
  2101.     STATUS      mandatory
  2102.     DESCRIPTION 
  2103.         "Count of all blocks received with uncorrectable
  2104.          errors on this channel during this interval."
  2105.     ::= { adslAtucChanIntervalEntry 5 }
  2106.  
  2107. adslAtucChanIntervalValidData OBJECT-TYPE
  2108.     SYNTAX      TruthValue
  2109.     ACCESS      read-only
  2110.     STATUS      mandatory
  2111.     DESCRIPTION 
  2112.         "This variable indicates if the data for this
  2113.          interval is valid."
  2114.     ::= { adslAtucChanIntervalEntry 6 }
  2115.  
  2116. adslAturChanIntervalTable OBJECT-TYPE
  2117.     SYNTAX      SEQUENCE OF AdslAturChanIntervalEntry
  2118.     ACCESS      not-accessible
  2119.     STATUS      mandatory
  2120.     DESCRIPTION 
  2121.         "This table provides one row for each ATUR channel's
  2122.          performance data collection interval.
  2123.          ADSL channel interfaces are those ifEntries
  2124.          where ifType is equal to adslInterleave(124)
  2125.          or adslFast(125)."
  2126.     ::= { adslMibObjects 13 }
  2127.  
  2128. adslAturChanIntervalEntry OBJECT-TYPE
  2129.     SYNTAX      AdslAturChanIntervalEntry
  2130.     ACCESS      not-accessible
  2131.     STATUS      mandatory
  2132.     DESCRIPTION 
  2133.         "An entry in the adslAturIntervalTable."
  2134.     INDEX       { ifIndex, adslAturChanIntervalNumber }
  2135.     ::= { adslAturChanIntervalTable 1 }
  2136.  
  2137. AdslAturChanIntervalEntry ::= SEQUENCE {
  2138.     adslAturChanIntervalNumber              INTEGER,
  2139.     adslAturChanIntervalReceivedBlks        PerfIntervalCount,
  2140.     adslAturChanIntervalTransmittedBlks     PerfIntervalCount,
  2141.     adslAturChanIntervalCorrectedBlks       PerfIntervalCount,
  2142.     adslAturChanIntervalUncorrectBlks       PerfIntervalCount,
  2143.     adslAturChanIntervalValidData           TruthValue
  2144. }
  2145.  
  2146. adslAturChanIntervalNumber OBJECT-TYPE
  2147.     SYNTAX      INTEGER (1..96)
  2148.     ACCESS      not-accessible
  2149.     STATUS      mandatory
  2150.     DESCRIPTION 
  2151.         "Performance Data Interval number 1 is the
  2152.          the most recent previous interval; interval
  2153.          96 is 24 hours ago.  Intervals 2..96 are
  2154.          optional."
  2155.     ::= { adslAturChanIntervalEntry 1 }
  2156.  
  2157. adslAturChanIntervalReceivedBlks OBJECT-TYPE
  2158.     SYNTAX      PerfIntervalCount
  2159.     ACCESS      read-only
  2160.     STATUS      mandatory
  2161.     DESCRIPTION 
  2162.         "Count of all encoded blocks received on this channel
  2163.          during this interval."
  2164.     ::= { adslAturChanIntervalEntry 2 }
  2165.  
  2166. adslAturChanIntervalTransmittedBlks OBJECT-TYPE
  2167.     SYNTAX      PerfIntervalCount
  2168.     ACCESS      read-only
  2169.     STATUS      mandatory
  2170.     DESCRIPTION 
  2171.         "Count of all encoded blocks transmitted on this
  2172.          channel during this interval."
  2173.     ::= { adslAturChanIntervalEntry 3 }
  2174.  
  2175. adslAturChanIntervalCorrectedBlks OBJECT-TYPE
  2176.     SYNTAX      PerfIntervalCount
  2177.     ACCESS      read-only
  2178.     STATUS      mandatory
  2179.     DESCRIPTION 
  2180.         "Count of all blocks received with errors that were
  2181.          corrected on this channel during this interval."
  2182.     ::= { adslAturChanIntervalEntry 4 }
  2183.  
  2184. adslAturChanIntervalUncorrectBlks OBJECT-TYPE
  2185.     SYNTAX      PerfIntervalCount
  2186.     ACCESS      read-only
  2187.     STATUS      mandatory
  2188.     DESCRIPTION 
  2189.         "Count of all blocks received with uncorrectable
  2190.          errors on this channel during this interval."
  2191.     ::= { adslAturChanIntervalEntry 5 }
  2192.  
  2193. adslAturChanIntervalValidData OBJECT-TYPE
  2194.     SYNTAX      TruthValue
  2195.     ACCESS      read-only
  2196.     STATUS      mandatory
  2197.     DESCRIPTION 
  2198.         "This variable indicates if the data for this
  2199.          interval is valid."
  2200.     ::= { adslAturChanIntervalEntry 6 }
  2201.  
  2202. adslLineConfProfileTable OBJECT-TYPE
  2203.     SYNTAX      SEQUENCE OF AdslLineConfProfileEntry
  2204.     ACCESS      not-accessible
  2205.     STATUS      mandatory
  2206.     DESCRIPTION 
  2207.         "This table contains information on the ADSL line
  2208.          configuration.  One entry in this table reflects a
  2209.          profile defined by a manager which can be used to
  2210.          configure the ADSL line."
  2211.     ::= { adslMibObjects 14 }
  2212.  
  2213. adslLineConfProfileEntry OBJECT-TYPE
  2214.     SYNTAX      AdslLineConfProfileEntry
  2215.     ACCESS      not-accessible
  2216.     STATUS      mandatory
  2217.     DESCRIPTION 
  2218.         "Each entry consists of a list of parameters that
  2219.          represents the configuration of an ADSL modem.
  2220.          
  2221.          When `dynamic' profiles are implemented, a default
  2222.          profile will always exist.  This profile's name will
  2223.          be set to `DEFVAL' and its parameters will be set
  2224.          to vendor specific values, unless otherwise specified
  2225.          in this document.
  2226.          
  2227.          When `static' profiles are implemented, profiles
  2228.          are automaticly created or destroyed as ADSL
  2229.          physical lines are discovered and removed by
  2230.          the system.  The name of the profile will be
  2231.          equivalent to the decimal value of the line's
  2232.          interface index.
  2233.          "
  2234.     INDEX       { adslLineConfProfileName }
  2235.     ::= { adslLineConfProfileTable 1 }
  2236.  
  2237. AdslLineConfProfileEntry ::= SEQUENCE {
  2238.     adslLineConfProfileName                 OCTET STRING (SIZE(0..255)),
  2239.     adslAtucConfRateMode                    INTEGER,
  2240.     adslAtucConfRateChanRatio               INTEGER,
  2241.     adslAtucConfTargetSnrMgn                INTEGER,
  2242.     adslAtucConfMaxSnrMgn                   INTEGER,
  2243.     adslAtucConfMinSnrMgn                   INTEGER,
  2244.     adslAtucConfDownshiftSnrMgn             INTEGER,
  2245.     adslAtucConfUpshiftSnrMgn               INTEGER,
  2246.     adslAtucConfMinUpshiftTime              INTEGER,
  2247.     adslAtucConfMinDownshiftTime            INTEGER,
  2248.     adslAtucChanConfFastMinTxRate           Gauge,
  2249.     adslAtucChanConfInterleaveMinTxRate     Gauge,
  2250.     adslAtucChanConfFastMaxTxRate           Gauge,
  2251.     adslAtucChanConfInterleaveMaxTxRate     Gauge,
  2252.     adslAtucChanConfMaxInterleaveDelay      INTEGER,
  2253.     adslAturConfRateMode                    INTEGER,
  2254.     adslAturConfRateChanRatio               INTEGER,
  2255.     adslAturConfTargetSnrMgn                INTEGER,
  2256.     adslAturConfMaxSnrMgn                   INTEGER,
  2257.     adslAturConfMinSnrMgn                   INTEGER,
  2258.     adslAturConfDownshiftSnrMgn             INTEGER,
  2259.     adslAturConfUpshiftSnrMgn               INTEGER,
  2260.     adslAturConfMinUpshiftTime              INTEGER,
  2261.     adslAturConfMinDownshiftTime            INTEGER,
  2262.     adslAturChanConfFastMinTxRate           Gauge,
  2263.     adslAturChanConfInterleaveMinTxRate     Gauge,
  2264.     adslAturChanConfFastMaxTxRate           Gauge,
  2265.     adslAturChanConfInterleaveMaxTxRate     Gauge,
  2266.     adslAturChanConfMaxInterleaveDelay      INTEGER,
  2267.     adslLineConfProfileRowStatus            RowStatus
  2268. }
  2269.  
  2270. adslLineConfProfileName OBJECT-TYPE
  2271.     SYNTAX      OCTET STRING (SIZE(1..32))
  2272.     ACCESS      not-accessible
  2273.     STATUS      mandatory
  2274.     DESCRIPTION 
  2275.         "This object is used by the line configuration table
  2276.          in order to identify a row of this table.
  2277.          
  2278.          When `dynamic' profiles are implemented, the profile
  2279.          name is user specified.  Also, the system will always
  2280.          provide a default profile whose name is `DEFVAL'.
  2281.          
  2282.          When `static' profiles are implemented, there is an
  2283.          one-to-one relationship between each line and its
  2284.          profile.  In which case, the profile name will
  2285.          need to algorithmicly represent the Line's ifIndex.
  2286.          Therefore, the profile's name is a decimalized string
  2287.          of the ifIndex that is fixed-length (i.e., 10) with
  2288.          leading zero(s).  For example, the profile name for
  2289.          ifIndex which equals '15' will be '0000000015'."
  2290.     ::= { adslLineConfProfileEntry 1 }
  2291.  
  2292. adslAtucConfRateMode OBJECT-TYPE
  2293.     SYNTAX      INTEGER { fixed(1), adaptAtStartup(2), adaptAtRuntime(3) }
  2294.     ACCESS      read-write
  2295.     STATUS      mandatory
  2296.     DESCRIPTION 
  2297.         "Defines what form of transmit rate adaptation is
  2298.          configured on this modem.  See ADSL Forum TR-005 [3]
  2299.          for more information."
  2300.     ::= { adslLineConfProfileEntry 2 }
  2301.  
  2302. adslAtucConfRateChanRatio OBJECT-TYPE
  2303.     SYNTAX      INTEGER (0..100)
  2304.     ACCESS      read-write
  2305.     STATUS      mandatory
  2306.     DESCRIPTION 
  2307.         "Configured allocation ratio of excess transmit
  2308.          bandwidth between fast and interleaved channels.  Only
  2309.          applies when two channel mode and RADSL are supported.
  2310.          Distribute bandwidth on each channel in excess of the
  2311.          corresponding ChanConfMinTxRate so that:
  2312.          adslAtucConfRateChanRatio =
  2313.          
  2314.                  [Fast / (Fast + Interleaved)] * 100
  2315.          
  2316.          In other words this value is the fast channel
  2317.          percentage."
  2318.     ::= { adslLineConfProfileEntry 3 }
  2319.  
  2320. adslAtucConfTargetSnrMgn OBJECT-TYPE
  2321.     SYNTAX      INTEGER (0..310)
  2322.     ACCESS      read-write
  2323.     STATUS      mandatory
  2324.     DESCRIPTION 
  2325.         "Configured Target Signal/Noise Margin.
  2326.          This is the Noise Margin the modem must achieve
  2327.          with a BER of 10-7 or better to successfully complete
  2328.          initialization."
  2329.     ::= { adslLineConfProfileEntry 4 }
  2330.  
  2331. adslAtucConfMaxSnrMgn OBJECT-TYPE
  2332.     SYNTAX      INTEGER (0..310)
  2333.     ACCESS      read-write
  2334.     STATUS      mandatory
  2335.     DESCRIPTION 
  2336.         "Configured Maximum acceptable Signal/Noise Margin.
  2337.          If the Noise Margin is above this the modem should
  2338.          attempt to reduce its power output to optimize its
  2339.          operation."
  2340.     ::= { adslLineConfProfileEntry 5 }
  2341.  
  2342. adslAtucConfMinSnrMgn OBJECT-TYPE
  2343.     SYNTAX      INTEGER (0..310)
  2344.     ACCESS      read-write
  2345.     STATUS      mandatory
  2346.     DESCRIPTION 
  2347.         "Configured Minimum acceptable Signal/Noise Margin.
  2348.          If the noise margin falls below this level, the modem
  2349.          should attempt to increase its power output.  If that
  2350.          is not possible the modem will attempt to
  2351.          re-initialize or shut down."
  2352.     ::= { adslLineConfProfileEntry 6 }
  2353.  
  2354. adslAtucConfDownshiftSnrMgn OBJECT-TYPE
  2355.     SYNTAX      INTEGER (0..310)
  2356.     ACCESS      read-write
  2357.     STATUS      mandatory
  2358.     DESCRIPTION 
  2359.         "Configured Signal/Noise Margin for rate downshift.
  2360.          If the noise margin falls below this level, the modem
  2361.          should attempt to decrease its transmit rate.  In
  2362.          the case that RADSL mode is not present,
  2363.          the value will be `0'."
  2364.     ::= { adslLineConfProfileEntry 7 }
  2365.  
  2366. adslAtucConfUpshiftSnrMgn OBJECT-TYPE
  2367.     SYNTAX      INTEGER (0..310)
  2368.     ACCESS      read-write
  2369.     STATUS      mandatory
  2370.     DESCRIPTION 
  2371.         "Configured Signal/Noise Margin for rate upshift.
  2372.          If the noise margin rises above this level, the modem
  2373.          should attempt to increase its transmit rate.    In
  2374.          the case that RADSL is not present, the value will
  2375.          
  2376.          
  2377.          be `0'."
  2378.     ::= { adslLineConfProfileEntry 8 }
  2379.  
  2380. adslAtucConfMinUpshiftTime OBJECT-TYPE
  2381.     SYNTAX      INTEGER (0..16383)
  2382.     ACCESS      read-write
  2383.     STATUS      mandatory
  2384.     DESCRIPTION 
  2385.         "Minimum time that the current margin is above
  2386.          UpshiftSnrMgn before an upshift occurs.
  2387.          In the case that RADSL is not present, the value will
  2388.          be `0'."
  2389.     ::= { adslLineConfProfileEntry 9 }
  2390.  
  2391. adslAtucConfMinDownshiftTime OBJECT-TYPE
  2392.     SYNTAX      INTEGER (0..16383)
  2393.     ACCESS      read-write
  2394.     STATUS      mandatory
  2395.     DESCRIPTION 
  2396.         "Minimum time that the current margin is below
  2397.          DownshiftSnrMgn before a downshift occurs.
  2398.          In the case that RADSL mode is not present,
  2399.          the value will be `0'."
  2400.     ::= { adslLineConfProfileEntry 10 }
  2401.  
  2402. adslAtucChanConfFastMinTxRate OBJECT-TYPE
  2403.     SYNTAX      Gauge
  2404.     ACCESS      read-write
  2405.     STATUS      mandatory
  2406.     DESCRIPTION 
  2407.         "Configured Minimum Transmit rate for `Fast' channels,
  2408.          in bps.  See adslAtucConfRateChanRatio for information
  2409.          regarding RADSL mode and ATUR transmit rate for
  2410.          ATUC receive rates."
  2411.     ::= { adslLineConfProfileEntry 11 }
  2412.  
  2413. adslAtucChanConfInterleaveMinTxRate OBJECT-TYPE
  2414.     SYNTAX      Gauge
  2415.     ACCESS      read-write
  2416.     STATUS      mandatory
  2417.     DESCRIPTION 
  2418.         "Configured Minimum Transmit rate for `Interleave'
  2419.          channels, in bps.  See adslAtucConfRateChanRatio for
  2420.          information regarding RADSL mode and see
  2421.          ATUR transmit rate for receive rates."
  2422.     ::= { adslLineConfProfileEntry 12 }
  2423.  
  2424. adslAtucChanConfFastMaxTxRate OBJECT-TYPE
  2425.     SYNTAX      Gauge
  2426.     ACCESS      read-write
  2427.     STATUS      mandatory
  2428.     DESCRIPTION 
  2429.         "Configured Maximum Transmit rate for `Fast' channels,
  2430.          in bps.  See adslAtucConfRateChanRatio for information
  2431.          regarding RADSL mode and see ATUR transmit rate for
  2432.          ATUC receive rates."
  2433.     ::= { adslLineConfProfileEntry 13 }
  2434.  
  2435. adslAtucChanConfInterleaveMaxTxRate OBJECT-TYPE
  2436.     SYNTAX      Gauge
  2437.     ACCESS      read-write
  2438.     STATUS      mandatory
  2439.     DESCRIPTION 
  2440.         "Configured Maximum Transmit rate for `Interleave'
  2441.          channels, in bps.  See adslAtucConfRateChanRatio for
  2442.          information regarding RADSL mode and ATUR transmit
  2443.          rate for ATUC receive rates."
  2444.     ::= { adslLineConfProfileEntry 14 }
  2445.  
  2446. adslAtucChanConfMaxInterleaveDelay OBJECT-TYPE
  2447.     SYNTAX      INTEGER (0..255)
  2448.     ACCESS      read-write
  2449.     STATUS      mandatory
  2450.     DESCRIPTION 
  2451.         "Configured maximum Interleave Delay for this channel.
  2452.          
  2453.          Interleave delay applies only to the interleave channel
  2454.          and defines the mapping (relative spacing) between
  2455.          subsequent input bytes at the interleaver input and
  2456.          their placement in the bit stream at the interleaver
  2457.          output.  Larger numbers provide greater separation
  2458.          between consecutive input bytes in the output bit
  2459.          stream allowing for improved impulse noise immunity
  2460.          at the expense of payload latency."
  2461.     ::= { adslLineConfProfileEntry 15 }
  2462.  
  2463. adslAturConfRateMode OBJECT-TYPE
  2464.     SYNTAX      INTEGER { fixed(1), adaptAtStartup(2), adaptAtRuntime(3) }
  2465.     ACCESS      read-write
  2466.     STATUS      mandatory
  2467.     DESCRIPTION 
  2468.         "Defines what form of transmit rate adaptation is
  2469.          configured on this modem.  See ADSL Forum TR-005 [3]
  2470.          for more information."
  2471.     ::= { adslLineConfProfileEntry 16 }
  2472.  
  2473. adslAturConfRateChanRatio OBJECT-TYPE
  2474.     SYNTAX      INTEGER (0..100)
  2475.     ACCESS      read-write
  2476.     STATUS      mandatory
  2477.     DESCRIPTION 
  2478.         "Configured allocation ratio of excess transmit
  2479.          bandwidth between fast and interleaved channels.  Only
  2480.          applies when two channel mode and RADSL are supported.
  2481.          Distribute bandwidth on each channel in excess of the
  2482.          corresponding ChanConfMinTxRate so that:
  2483.          adslAturConfRateChanRatio =
  2484.          
  2485.                  [Fast / (Fast + Interleaved)] * 100
  2486.          
  2487.          In other words this value is the fast channel
  2488.          percentage."
  2489.     ::= { adslLineConfProfileEntry 17 }
  2490.  
  2491. adslAturConfTargetSnrMgn OBJECT-TYPE
  2492.     SYNTAX      INTEGER (0..310)
  2493.     ACCESS      read-write
  2494.     STATUS      mandatory
  2495.     DESCRIPTION 
  2496.         "Configured Target Signal/Noise Margin.
  2497.          This is the Noise Margin the modem must achieve
  2498.          with a BER of 10-7 or better to successfully complete
  2499.          initialization."
  2500.     ::= { adslLineConfProfileEntry 18 }
  2501.  
  2502. adslAturConfMaxSnrMgn OBJECT-TYPE
  2503.     SYNTAX      INTEGER (0..310)
  2504.     ACCESS      read-write
  2505.     STATUS      mandatory
  2506.     DESCRIPTION 
  2507.         "Configured Maximum acceptable Signal/Noise Margin.
  2508.          If the Noise Margin is above this the modem should
  2509.          attempt to reduce its power output to optimize its
  2510.          operation."
  2511.     ::= { adslLineConfProfileEntry 19 }
  2512.  
  2513. adslAturConfMinSnrMgn OBJECT-TYPE
  2514.     SYNTAX      INTEGER (0..310)
  2515.     ACCESS      read-write
  2516.     STATUS      mandatory
  2517.     DESCRIPTION 
  2518.         "Configured Minimum acceptable Signal/Noise Margin.
  2519.          If the noise margin falls below this level, the modem
  2520.          should attempt to increase its power output.  If that
  2521.          is not possible the modem will attempt to
  2522.          re-initialize or shut down."
  2523.     ::= { adslLineConfProfileEntry 20 }
  2524.  
  2525. adslAturConfDownshiftSnrMgn OBJECT-TYPE
  2526.     SYNTAX      INTEGER (0..310)
  2527.     ACCESS      read-write
  2528.     STATUS      mandatory
  2529.     DESCRIPTION 
  2530.         "Configured Signal/Noise Margin for rate downshift.
  2531.          If the noise margin falls below this level, the modem
  2532.          should attempt to decrease its transmit rate.
  2533.          In the case that RADSL mode is not present,
  2534.          the value will be `0'."
  2535.     ::= { adslLineConfProfileEntry 21 }
  2536.  
  2537. adslAturConfUpshiftSnrMgn OBJECT-TYPE
  2538.     SYNTAX      INTEGER (0..310)
  2539.     ACCESS      read-write
  2540.     STATUS      mandatory
  2541.     DESCRIPTION 
  2542.         "Configured Signal/Noise Margin for rate upshift.
  2543.          If the noise margin rises above this level, the modem
  2544.          should attempt to increase its transmit rate.
  2545.          In the case that RADSL is not present,
  2546.          the value will be `0'."
  2547.     ::= { adslLineConfProfileEntry 22 }
  2548.  
  2549. adslAturConfMinUpshiftTime OBJECT-TYPE
  2550.     SYNTAX      INTEGER (0..16383)
  2551.     ACCESS      read-write
  2552.     STATUS      mandatory
  2553.     DESCRIPTION 
  2554.         "Minimum time that the current margin is above
  2555.          UpshiftSnrMgn before an upshift occurs.
  2556.          In the case that RADSL is not present, the value will
  2557.          be `0'."
  2558.     ::= { adslLineConfProfileEntry 23 }
  2559.  
  2560. adslAturConfMinDownshiftTime OBJECT-TYPE
  2561.     SYNTAX      INTEGER (0..16383)
  2562.     ACCESS      read-write
  2563.     STATUS      mandatory
  2564.     DESCRIPTION 
  2565.         "Minimum time that the current margin is below
  2566.          DownshiftSnrMgn before a downshift occurs.
  2567.          In the case that RADSL mode is not present,
  2568.          the value will be `0'."
  2569.     ::= { adslLineConfProfileEntry 24 }
  2570.  
  2571. adslAturChanConfFastMinTxRate OBJECT-TYPE
  2572.     SYNTAX      Gauge
  2573.     ACCESS      read-write
  2574.     STATUS      mandatory
  2575.     DESCRIPTION 
  2576.         "Configured Minimum Transmit rate for `Fast' channels,
  2577.          in bps.  See adslAturConfRateChanRatio for information
  2578.          regarding RADSL mode and ATUC transmit rate
  2579.          for ATUR receive rates."
  2580.     ::= { adslLineConfProfileEntry 25 }
  2581.  
  2582. adslAturChanConfInterleaveMinTxRate OBJECT-TYPE
  2583.     SYNTAX      Gauge
  2584.     ACCESS      read-write
  2585.     STATUS      mandatory
  2586.     DESCRIPTION 
  2587.         "Configured Minimum Transmit rate for `Interleave'
  2588.          channels, in bps.  See adslAturConfRateChanRatio for
  2589.          information regarding RADSL mode and ATUC transmit rate
  2590.          for ATUR receive rates."
  2591.     ::= { adslLineConfProfileEntry 26 }
  2592.  
  2593. adslAturChanConfFastMaxTxRate OBJECT-TYPE
  2594.     SYNTAX      Gauge
  2595.     ACCESS      read-write
  2596.     STATUS      mandatory
  2597.     DESCRIPTION 
  2598.         "Configured Maximum Transmit rate for `Fast' channels,
  2599.          in bps.  See adslAturConfRateChanRatio for information
  2600.          regarding RADSL mode and ATUC transmit rate
  2601.          for ATUR receive rates."
  2602.     ::= { adslLineConfProfileEntry 27 }
  2603.  
  2604. adslAturChanConfInterleaveMaxTxRate OBJECT-TYPE
  2605.     SYNTAX      Gauge
  2606.     ACCESS      read-write
  2607.     STATUS      mandatory
  2608.     DESCRIPTION 
  2609.         "Configured Maximum Transmit rate for `Interleave'
  2610.          channels, in bps.  See adslAturConfRateChanRatio for
  2611.          information regarding RADSL mode and see
  2612.          ATUC transmit rate for ATUR receive rates."
  2613.     ::= { adslLineConfProfileEntry 28 }
  2614.  
  2615. adslAturChanConfMaxInterleaveDelay OBJECT-TYPE
  2616.     SYNTAX      INTEGER (0..255)
  2617.     ACCESS      read-write
  2618.     STATUS      mandatory
  2619.     DESCRIPTION 
  2620.         "Configured maximum Interleave Delay for this channel.
  2621.          
  2622.          Interleave delay applies only to the interleave channel
  2623.          and defines the mapping (relative spacing) between
  2624.          subsequent input bytes at the interleaver input and
  2625.          their placement in the bit stream at the interleaver
  2626.          output.  Larger numbers provide greater separation
  2627.          between consecutive input bytes in the output bit
  2628.          stream allowing for improved impulse noise immunity
  2629.          at the expense of payload latency."
  2630.     ::= { adslLineConfProfileEntry 29 }
  2631.  
  2632. adslLineConfProfileRowStatus OBJECT-TYPE
  2633.     SYNTAX      RowStatus
  2634.     ACCESS      read-write
  2635.     STATUS      mandatory
  2636.     DESCRIPTION 
  2637.         "This object is used to create a new row or modify or
  2638.          delete an existing row in this table.
  2639.          
  2640.          
  2641.          A profile activated by setting this object to
  2642.          `active'.  When `active' is set, the system
  2643.          will validate the profile.
  2644.          
  2645.          Before a profile can be deleted or taken out of
  2646.          service, (by setting this object to `destroy' or
  2647.          `outOfService') it must be first unreferenced
  2648.          from all associated lines.
  2649.          
  2650.          If the implementator of this MIB has chosen not
  2651.          to implement `dynamic assignment' of profiles, this
  2652.          object's MIN-ACCESS is read-only and its value
  2653.          is always to be `active'."
  2654.     ::= { adslLineConfProfileEntry 30 }
  2655.  
  2656. adslLineAlarmConfProfileTable OBJECT-TYPE
  2657.     SYNTAX      SEQUENCE OF AdslLineAlarmConfProfileEntry
  2658.     ACCESS      not-accessible
  2659.     STATUS      mandatory
  2660.     DESCRIPTION 
  2661.         "This table contains information on the ADSL line
  2662.          configuration.  One entry in this table reflects a
  2663.          profile defined by a manager which can be used to
  2664.          configure the modem for a physical line"
  2665.     ::= { adslMibObjects 15 }
  2666.  
  2667. adslLineAlarmConfProfileEntry OBJECT-TYPE
  2668.     SYNTAX      AdslLineAlarmConfProfileEntry
  2669.     ACCESS      not-accessible
  2670.     STATUS      mandatory
  2671.     DESCRIPTION 
  2672.         "Each entry consists of a list of parameters that
  2673.          represents the configuration of an ADSL modem.
  2674.          
  2675.          When `dynamic' profiles are implemented, a default
  2676.          profile will always exist.  This profile's name will
  2677.          be set to `DEFVAL' and its parameters will be set to
  2678.          vendor specific values, unless otherwise specified
  2679.          in this document.
  2680.          
  2681.          When `static' profiles are implemented, profiles
  2682.          are automaticly created or destroyed as ADSL
  2683.          physical lines are discovered and removed by
  2684.          the system.  The name of the profile will be
  2685.          equivalent to the decimal value of the line's
  2686.          interface index.
  2687.          "
  2688.     INDEX       { adslLineAlarmConfProfileName }
  2689.     ::= { adslLineAlarmConfProfileTable 1 }
  2690.  
  2691. AdslLineAlarmConfProfileEntry ::= SEQUENCE {
  2692.     adslLineAlarmConfProfileName        OCTET STRING (SIZE(0..255)),
  2693.     adslAtucThresh15MinLofs             INTEGER,
  2694.     adslAtucThresh15MinLoss             INTEGER,
  2695.     adslAtucThresh15MinLols             INTEGER,
  2696.     adslAtucThresh15MinLprs             INTEGER,
  2697.     adslAtucThresh15MinESs              INTEGER,
  2698.     adslAtucThreshFastRateUp            Gauge,
  2699.     adslAtucThreshInterleaveRateUp      Gauge,
  2700.     adslAtucThreshFastRateDown          Gauge,
  2701.     adslAtucThreshInterleaveRateDown    Gauge,
  2702.     adslAtucInitFailureTrapEnable       INTEGER,
  2703.     adslAturThresh15MinLofs             INTEGER,
  2704.     adslAturThresh15MinLoss             INTEGER,
  2705.     adslAturThresh15MinLprs             INTEGER,
  2706.     adslAturThresh15MinESs              INTEGER,
  2707.     adslAturThreshFastRateUp            Gauge,
  2708.     adslAturThreshInterleaveRateUp      Gauge,
  2709.     adslAturThreshFastRateDown          Gauge,
  2710.     adslAturThreshInterleaveRateDown    Gauge,
  2711.     adslLineAlarmConfProfileRowStatus   RowStatus
  2712. }
  2713.  
  2714. adslLineAlarmConfProfileName OBJECT-TYPE
  2715.     SYNTAX      OCTET STRING (SIZE(1..32))
  2716.     ACCESS      not-accessible
  2717.     STATUS      mandatory
  2718.     DESCRIPTION 
  2719.         "This object is used by the line alarm configuration
  2720.          table in order to identify a row of this table.
  2721.          
  2722.          When `dynamic' profiles are implemented, the profile
  2723.          name is user specified.  Also, the system will always
  2724.          provide a default profile whose name is `DEFVAL'.
  2725.          
  2726.          When `static' profiles are implemented, there is an
  2727.          one-to-one relationship between each line and its
  2728.          profile.  In which case, the profile name will
  2729.          need to algorithmicly represent the Line's ifIndex.
  2730.          Therefore, the profile's name is a decimalized string
  2731.          of the ifIndex that is fixed-length (i.e., 10) with
  2732.          leading zero(s).  For example, the profile name for
  2733.          ifIndex which equals '15' will be '0000000015'."
  2734.     ::= { adslLineAlarmConfProfileEntry 1 }
  2735.  
  2736. adslAtucThresh15MinLofs OBJECT-TYPE
  2737.     SYNTAX      INTEGER (0..900)
  2738.     ACCESS      read-write
  2739.     STATUS      mandatory
  2740.     DESCRIPTION 
  2741.         "The number of Loss of Frame Seconds
  2742.          encountered by an ADSL interface within any given 15
  2743.          minutes performance data collection period, which
  2744.          causes the SNMP agent to send an
  2745.          adslAtucPerfLofsThreshTrap.
  2746.          One trap will be sent per interval per interface.
  2747.          A value of `0' will disable the trap."
  2748.     ::= { adslLineAlarmConfProfileEntry 2 }
  2749.  
  2750. adslAtucThresh15MinLoss OBJECT-TYPE
  2751.     SYNTAX      INTEGER (0..900)
  2752.     ACCESS      read-write
  2753.     STATUS      mandatory
  2754.     DESCRIPTION 
  2755.         "The number of Loss of Signal Seconds
  2756.          encountered by an ADSL interface within any given 15
  2757.          minutes performance data collection period, which
  2758.          causes the SNMP agent to send an
  2759.          adslAtucPerfLossThreshTrap.
  2760.          One trap will be sent per interval per interface.
  2761.          A value of `0' will disable the trap."
  2762.     ::= { adslLineAlarmConfProfileEntry 3 }
  2763.  
  2764. adslAtucThresh15MinLols OBJECT-TYPE
  2765.     SYNTAX      INTEGER (0..900)
  2766.     ACCESS      read-write
  2767.     STATUS      mandatory
  2768.     DESCRIPTION 
  2769.         "The number of Loss of Link Seconds
  2770.          encountered by an ADSL interface within any given 15
  2771.          minutes performance data collection period, which
  2772.          causes the SNMP agent to send an
  2773.          adslAtucPerfLolsThreshTrap.
  2774.          One trap will be sent per interval per interface.
  2775.          A value of `0' will disable the trap."
  2776.     ::= { adslLineAlarmConfProfileEntry 4 }
  2777.  
  2778. adslAtucThresh15MinLprs OBJECT-TYPE
  2779.     SYNTAX      INTEGER (0..900)
  2780.     ACCESS      read-write
  2781.     STATUS      mandatory
  2782.     DESCRIPTION 
  2783.         "The number of Loss of Power Seconds
  2784.          encountered by an ADSL interface within any given 15
  2785.          minutes performance data collection period, which
  2786.          causes the SNMP agent to send an
  2787.          adslAtucPerfLprsThreshTrap.
  2788.          One trap will be sent per interval per interface.
  2789.          A value of `0' will disable the trap."
  2790.     ::= { adslLineAlarmConfProfileEntry 5 }
  2791.  
  2792. adslAtucThresh15MinESs OBJECT-TYPE
  2793.     SYNTAX      INTEGER (0..900)
  2794.     ACCESS      read-write
  2795.     STATUS      mandatory
  2796.     DESCRIPTION 
  2797.         "The number of Errored Seconds
  2798.          encountered by an ADSL interface within any given 15
  2799.          minutes performance data collection period, which
  2800.          causes the SNMP agent to send an
  2801.          adslAtucPerfESsThreshTrap.
  2802.          One trap will be sent per interval per interface.
  2803.          A value of `0' will disable the trap."
  2804.     ::= { adslLineAlarmConfProfileEntry 6 }
  2805.  
  2806. adslAtucThreshFastRateUp OBJECT-TYPE
  2807.     SYNTAX      Gauge
  2808.     ACCESS      read-write
  2809.     STATUS      mandatory
  2810.     DESCRIPTION 
  2811.         "Applies to `Fast' channels only.
  2812.          Configured change in rate causing an
  2813.          adslAtucRateChangeTrap. A trap is produced when:
  2814.          ChanCurrTxRate >= ChanPrevTxRate plus the value of
  2815.          this object. A value of `0' will disable the trap."
  2816.     ::= { adslLineAlarmConfProfileEntry 7 }
  2817.  
  2818. adslAtucThreshInterleaveRateUp OBJECT-TYPE
  2819.     SYNTAX      Gauge
  2820.     ACCESS      read-write
  2821.     STATUS      mandatory
  2822.     DESCRIPTION 
  2823.         "Applies to `Interleave' channels only.
  2824.          Configured change in rate causing an
  2825.          
  2826.          
  2827.          adslAtucRateChangeTrap.  A trap is produced when:
  2828.          ChanCurrTxRate >= ChanPrevTxRate plus the value of
  2829.          this object. A value of `0' will disable the trap."
  2830.     ::= { adslLineAlarmConfProfileEntry 8 }
  2831.  
  2832. adslAtucThreshFastRateDown OBJECT-TYPE
  2833.     SYNTAX      Gauge
  2834.     ACCESS      read-write
  2835.     STATUS      mandatory
  2836.     DESCRIPTION 
  2837.         "Applies to `Fast' channels only.
  2838.          Configured change in rate causing an
  2839.          adslAtucRateChangeTrap.  A trap is produced when:
  2840.          ChanCurrTxRate <= ChanPrevTxRate minus the value of
  2841.          this object. A value of `0' will disable the trap."
  2842.     ::= { adslLineAlarmConfProfileEntry 9 }
  2843.  
  2844. adslAtucThreshInterleaveRateDown OBJECT-TYPE
  2845.     SYNTAX      Gauge
  2846.     ACCESS      read-write
  2847.     STATUS      mandatory
  2848.     DESCRIPTION 
  2849.         "Applies to `Interleave' channels only.
  2850.          Configured change in rate causing an
  2851.          adslAtucRateChangeTrap.  A trap is produced when:
  2852.          ChanCurrTxRate <= ChanPrevTxRate minus the value of
  2853.          this object. A value of `0' will disable the trap."
  2854.     ::= { adslLineAlarmConfProfileEntry 10 }
  2855.  
  2856. adslAtucInitFailureTrapEnable OBJECT-TYPE
  2857.     SYNTAX      INTEGER { enable(1), disable(2) }
  2858.     ACCESS      read-write
  2859.     STATUS      mandatory
  2860.     DESCRIPTION 
  2861.         "Enables and disables the InitFailureTrap.  This
  2862.          object is defaulted disable(2)."
  2863.     DEFVAL      { disable }
  2864.     ::= { adslLineAlarmConfProfileEntry 11 }
  2865.  
  2866. adslAturThresh15MinLofs OBJECT-TYPE
  2867.     SYNTAX      INTEGER (0..900)
  2868.     ACCESS      read-write
  2869.     STATUS      mandatory
  2870.     DESCRIPTION 
  2871.         "The number of Loss of Frame Seconds
  2872.          encountered by an ADSL interface within any given 15
  2873.          minutes performance data collection period, which
  2874.          causes the SNMP agent to send an
  2875.          adslAturPerfLofsThreshTrap.
  2876.          One trap will be sent per interval per interface.
  2877.          A value of `0' will disable the trap."
  2878.     ::= { adslLineAlarmConfProfileEntry 12 }
  2879.  
  2880. adslAturThresh15MinLoss OBJECT-TYPE
  2881.     SYNTAX      INTEGER (0..900)
  2882.     ACCESS      read-write
  2883.     STATUS      mandatory
  2884.     DESCRIPTION 
  2885.         "The number of Loss of Signal Seconds
  2886.          encountered by an ADSL interface within any given 15
  2887.          minutes performance data collection period, which
  2888.          causes the SNMP agent to send an
  2889.          adslAturPerfLossThreshTrap.
  2890.          One trap will be sent per interval per interface.
  2891.          A value of `0' will disable the trap."
  2892.     ::= { adslLineAlarmConfProfileEntry 13 }
  2893.  
  2894. adslAturThresh15MinLprs OBJECT-TYPE
  2895.     SYNTAX      INTEGER (0..900)
  2896.     ACCESS      read-write
  2897.     STATUS      mandatory
  2898.     DESCRIPTION 
  2899.         "The number of Loss of Power Seconds
  2900.          encountered by an ADSL interface within any given 15
  2901.          minutes performance data collection period, which
  2902.          causes the SNMP agent to send an
  2903.          adslAturPerfLprsThreshTrap.
  2904.          One trap will be sent per interval per interface.
  2905.          A value of `0' will disable the trap."
  2906.     ::= { adslLineAlarmConfProfileEntry 14 }
  2907.  
  2908. adslAturThresh15MinESs OBJECT-TYPE
  2909.     SYNTAX      INTEGER (0..900)
  2910.     ACCESS      read-write
  2911.     STATUS      mandatory
  2912.     DESCRIPTION 
  2913.         "The number of Errored Seconds
  2914.          
  2915.          
  2916.          encountered by an ADSL interface within any given 15
  2917.          minutes performance data collection period, which
  2918.          causes the SNMP agent to send an
  2919.          adslAturPerfESsThreshTrap.
  2920.          One trap will be sent per interval per interface.
  2921.          A value of `0' will disable the trap."
  2922.     ::= { adslLineAlarmConfProfileEntry 15 }
  2923.  
  2924. adslAturThreshFastRateUp OBJECT-TYPE
  2925.     SYNTAX      Gauge
  2926.     ACCESS      read-write
  2927.     STATUS      mandatory
  2928.     DESCRIPTION 
  2929.         "Applies to `Fast' channels only.
  2930.          Configured change in rate causing an
  2931.          adslAturRateChangeTrap.  A trap is produced when:
  2932.          ChanCurrTxRate >= ChanPrevTxRate plus the value of
  2933.          this object. A value of `0' will disable the trap."
  2934.     ::= { adslLineAlarmConfProfileEntry 16 }
  2935.  
  2936. adslAturThreshInterleaveRateUp OBJECT-TYPE
  2937.     SYNTAX      Gauge
  2938.     ACCESS      read-write
  2939.     STATUS      mandatory
  2940.     DESCRIPTION 
  2941.         "Applies to `Interleave' channels only.
  2942.          configured change in rate causing an
  2943.          adslAturRateChangeTrap.  A trap is produced when:
  2944.          ChanCurrTxRate >= ChanPrevTxRate plus the value of
  2945.          this object. A value of `0' will disable the trap."
  2946.     ::= { adslLineAlarmConfProfileEntry 17 }
  2947.  
  2948. adslAturThreshFastRateDown OBJECT-TYPE
  2949.     SYNTAX      Gauge
  2950.     ACCESS      read-write
  2951.     STATUS      mandatory
  2952.     DESCRIPTION 
  2953.         "Applies to `Fast' channels only.
  2954.          Configured change in rate causing an
  2955.          adslAturRateChangeTrap.  A trap is produced when:
  2956.          ChanCurrTxRate <= ChanPrevTxRate minus the value of
  2957.          this object. A value of `0' will disable the trap."
  2958.     ::= { adslLineAlarmConfProfileEntry 18 }
  2959.  
  2960. adslAturThreshInterleaveRateDown OBJECT-TYPE
  2961.     SYNTAX      Gauge
  2962.     ACCESS      read-write
  2963.     STATUS      mandatory
  2964.     DESCRIPTION 
  2965.         "Applies to `Interleave' channels only.
  2966.          Configured change in rate causing an
  2967.          adslAturRateChangeTrap.  A trap is produced when:
  2968.          ChanCurrTxRate <= ChanPrevTxRate minus the value of
  2969.          this object. A value of `0' will disable the trap."
  2970.     ::= { adslLineAlarmConfProfileEntry 19 }
  2971.  
  2972. adslLineAlarmConfProfileRowStatus OBJECT-TYPE
  2973.     SYNTAX      RowStatus
  2974.     ACCESS      read-write
  2975.     STATUS      mandatory
  2976.     DESCRIPTION 
  2977.         "This object is used to create a new row or modify or
  2978.          delete an existing row in this table.
  2979.          
  2980.          A profile activated by setting this object to
  2981.          `active'.  When `active' is set, the system
  2982.          will validate the profile.
  2983.          
  2984.          Before a profile can be deleted or taken out of
  2985.          service, (by setting this object to `destroy' or
  2986.          `outOfService') it must be first unreferenced
  2987.          from all associated lines.
  2988.          
  2989.          If the implementator of this MIB has chosen not
  2990.          to implement `dynamic assignment' of profiles, this
  2991.          object's MIN-ACCESS is read-only and its value
  2992.          is always to be `active'."
  2993.     ::= { adslLineAlarmConfProfileEntry 20 }
  2994.  
  2995. adslLCSMib OBJECT IDENTIFIER
  2996.     ::= { adslMibObjects 16 }
  2997.  
  2998. adslTraps OBJECT IDENTIFIER
  2999.     ::= { adslLineMib 2 }
  3000.  
  3001. adslAtucTraps OBJECT IDENTIFIER
  3002.     ::= { adslTraps 1 }
  3003.  
  3004. adslAturTraps OBJECT IDENTIFIER
  3005.     ::= { adslTraps 2 }
  3006.  
  3007. adslConformance OBJECT IDENTIFIER
  3008.     ::= { adslLineMib 3 }
  3009.  
  3010. adslGroups OBJECT IDENTIFIER
  3011.     ::= { adslConformance 1 }
  3012.  
  3013. adslCompliances OBJECT IDENTIFIER
  3014.     ::= { adslConformance 2 }
  3015.  
  3016. adslAtucPerfLofsThreshTrap TRAP-TYPE
  3017.     ENTERPRISE  adslAtucTraps
  3018.     VARIABLES   { adslAtucPerfCurr15MinLofs, adslAtucThresh15MinLofs }
  3019. --     STATUS      mandatory
  3020.     DESCRIPTION 
  3021.         "Loss of Framing 15-minute interval threshold reached."
  3022.     ::= 1
  3023.  
  3024. adslAtucPerfLossThreshTrap TRAP-TYPE
  3025.     ENTERPRISE  adslAtucTraps
  3026.     VARIABLES   { adslAtucPerfCurr15MinLoss, adslAtucThresh15MinLoss }
  3027. --     STATUS      mandatory
  3028.     DESCRIPTION 
  3029.         "Loss of Signal 15-minute interval threshold reached."
  3030.     ::= 2
  3031.  
  3032. --adslAtucPerfLprsThreshTrap TRAP-TYPE
  3033. --    ENTERPRISE  adslAtucTraps
  3034. --    VARIABLES   { adslAtucPerfCurr15MinLprs, adslAtucThresh15MinLprs }
  3035. --     STATUS      mandatory
  3036. --    DESCRIPTION 
  3037. --        "Loss of Power 15-minute interval threshold reached."
  3038. --    ::= 3
  3039.  
  3040. adslAtucPerfESsThreshTrap TRAP-TYPE
  3041.     ENTERPRISE  adslAtucTraps
  3042.     VARIABLES   { adslAtucPerfCurr15MinESs, adslAtucThresh15MinESs }
  3043. --     STATUS      mandatory
  3044.     DESCRIPTION 
  3045.         "Errored Second 15-minute interval threshold reached."
  3046.     ::= 4
  3047.  
  3048. --adslAtucRateChangeTrap TRAP-TYPE
  3049. --    ENTERPRISE  adslAtucTraps
  3050. --    VARIABLES   { adslAtucChanCurrTxRate, adslAtucChanPrevTxRate }
  3051. --     STATUS      mandatory
  3052. --    DESCRIPTION 
  3053. --        "The ATUCs transmit rate has changed (RADSL mode only)"
  3054. --    ::= 5
  3055.  
  3056. --adslAtucPerfLolsThreshTrap TRAP-TYPE
  3057. --    ENTERPRISE  adslAtucTraps
  3058. --    VARIABLES   { adslAtucPerfCurr15MinLols, adslAtucThresh15MinLols }
  3059. --     STATUS      mandatory
  3060. --    DESCRIPTION 
  3061. --        "Loss of Link 15-minute interval threshold reached."
  3062. --    ::= 6
  3063.  
  3064. adslAtucInitFailureTrap TRAP-TYPE
  3065.     ENTERPRISE  adslAtucTraps
  3066.     VARIABLES   { adslAtucCurrStatus }
  3067. --     STATUS      mandatory
  3068.     DESCRIPTION 
  3069.         "ATUC initialization failed. See adslAtucCurrStatus
  3070.          for potential reasons."
  3071.     ::= 7
  3072.  
  3073. adslAturPerfLofsThreshTrap TRAP-TYPE
  3074.     ENTERPRISE  adslAturTraps
  3075.     VARIABLES   { adslAturPerfCurr15MinLofs, adslAturThresh15MinLofs }
  3076. --     STATUS      mandatory
  3077.     DESCRIPTION 
  3078.         "Loss of Framing 15-minute interval threshold reached."
  3079.     ::= 1
  3080.  
  3081. adslAturPerfLossThreshTrap TRAP-TYPE
  3082.     ENTERPRISE  adslAturTraps
  3083.     VARIABLES   { adslAturPerfCurr15MinLoss, adslAturThresh15MinLoss }
  3084. --     STATUS      mandatory
  3085.     DESCRIPTION 
  3086.         "Loss of Signal 15-minute interval threshold reached."
  3087.     ::= 2
  3088.  
  3089. adslAturPerfLprsThreshTrap TRAP-TYPE
  3090.     ENTERPRISE  adslAturTraps
  3091.     VARIABLES   { adslAturPerfCurr15MinLprs, adslAturThresh15MinLprs }
  3092. --     STATUS      mandatory
  3093.     DESCRIPTION 
  3094.         "Loss of Power 15-minute interval threshold reached."
  3095.     ::= 3
  3096.  
  3097. adslAturPerfESsThreshTrap TRAP-TYPE
  3098.     ENTERPRISE  adslAturTraps
  3099.     VARIABLES   { adslAturPerfCurr15MinESs, adslAturThresh15MinESs }
  3100. --     STATUS      mandatory
  3101.     DESCRIPTION 
  3102.         "Errored Second 15-minute interval threshold reached."
  3103.     ::= 4
  3104.  
  3105. --adslAturRateChangeTrap TRAP-TYPE
  3106. --    ENTERPRISE  adslAturTraps
  3107. --    VARIABLES   { adslAturChanCurrTxRate, adslAturChanPrevTxRate }
  3108. --     STATUS      mandatory
  3109. --    DESCRIPTION 
  3110. --        "The ATURs transmit rate has changed (RADSL mode only)"
  3111. --    ::= 5
  3112.  
  3113. adslLineGroup OBJECT IDENTIFIER
  3114.     ::= { adslGroups 1 }
  3115.  
  3116. -- adslLineGroup OBJECT-GROUP
  3117. --     OBJECTS     { adslLineCoding, adslLineType, adslLineSpecific }
  3118. --     STATUS      mandatory
  3119. --     DESCRIPTION 
  3120. --         "A collection of objects providing configuration
  3121. --          information about an ADSL Line."
  3122. --     ::= { adslGroups 1 }
  3123.  
  3124. adslPhysicalGroup OBJECT IDENTIFIER
  3125.     ::= { adslGroups 2 }
  3126.  
  3127. -- adslPhysicalGroup OBJECT-GROUP
  3128. --     OBJECTS     { adslAtucInvSerialNumber, adslAtucInvVendorID, 
  3129. --                   adslAtucInvVersionNumber, adslAtucCurrSnrMgn, 
  3130. --                   adslAtucCurrAtn, adslAtucCurrStatus, 
  3131. --                   adslAtucCurrOutputPwr, adslAtucCurrAttainableRate, 
  3132. --                   adslAturInvSerialNumber, adslAturInvVendorID, 
  3133. --                   adslAturInvVersionNumber, adslAturCurrSnrMgn, 
  3134. --                   adslAturCurrAtn, adslAturCurrStatus, 
  3135. --                   adslAturCurrOutputPwr, adslAturCurrAttainableRate }
  3136. --     STATUS      mandatory
  3137. --     DESCRIPTION 
  3138. --         "A collection of objects providing physical
  3139. --          configuration information of the ADSL Line."
  3140. --     ::= { adslGroups 2 }
  3141.  
  3142. adslChannelGroup OBJECT IDENTIFIER
  3143.     ::= { adslGroups 3 }
  3144.  
  3145. -- adslChannelGroup OBJECT-GROUP
  3146. --     OBJECTS     { adslAtucChanInterleaveDelay, adslAtucChanCurrTxRate, 
  3147. --                   adslAtucChanPrevTxRate, adslAtucChanCrcBlockLength, 
  3148. --                   adslAturChanInterleaveDelay, adslAturChanCurrTxRate, 
  3149. --                   adslAturChanPrevTxRate, adslAturChanCrcBlockLength }
  3150. --     STATUS      mandatory
  3151. --     DESCRIPTION 
  3152. --         "A collection of objects providing configuration
  3153. --          information about an ADSL channel."
  3154. --     ::= { adslGroups 3 }
  3155.  
  3156. adslAtucPhysPerfRawCounterGroup OBJECT IDENTIFIER
  3157.     ::= { adslGroups 4 }
  3158.  
  3159. -- adslAtucPhysPerfRawCounterGroup OBJECT-GROUP
  3160. --     OBJECTS     { adslAtucPerfLofs, adslAtucPerfLoss, 
  3161. --                   adslAtucPerfLols, adslAtucPerfLprs, adslAtucPerfESs, 
  3162. --                   adslAtucPerfInits }
  3163. --     STATUS      mandatory
  3164. --     DESCRIPTION 
  3165. --         "A collection of objects providing raw performance
  3166. --          counts on an ADSL Line (ATU-C end)."
  3167. --     ::= { adslGroups 4 }
  3168.  
  3169. adslAtucPhysPerfIntervalGroup OBJECT IDENTIFIER
  3170.     ::= { adslGroups 5 }
  3171.  
  3172. -- adslAtucPhysPerfIntervalGroup OBJECT-GROUP
  3173. --     OBJECTS     { adslAtucPerfValidIntervals, 
  3174. --                   adslAtucPerfInvalidIntervals, 
  3175. --                   adslAtucPerfCurr15MinTimeElapsed, 
  3176. --                   adslAtucPerfCurr15MinLofs, 
  3177. --                   adslAtucPerfCurr15MinLoss, 
  3178. --                   adslAtucPerfCurr15MinLols, 
  3179. --                   adslAtucPerfCurr15MinLprs, adslAtucPerfCurr15MinESs, 
  3180. --                   adslAtucPerfCurr15MinInits, 
  3181. --                   adslAtucPerfCurr1DayLofs, adslAtucPerfCurr1DayLoss, 
  3182. --                   adslAtucPerfCurr1DayLols, adslAtucPerfCurr1DayLprs, 
  3183. --                   adslAtucPerfCurr1DayESs, adslAtucPerfCurr1DayInits, 
  3184. --                   adslAtucPerfPrev1DayMoniSecs, 
  3185. --                   adslAtucPerfPrev1DayLofs, adslAtucPerfPrev1DayLoss, 
  3186. --                   adslAtucPerfPrev1DayLols, adslAtucPerfPrev1DayLprs, 
  3187. --                   adslAtucPerfPrev1DayESs, adslAtucPerfPrev1DayInits, 
  3188. --                   adslAtucIntervalLofs, adslAtucIntervalLoss, 
  3189. --                   adslAtucIntervalLols, adslAtucIntervalLprs, 
  3190. --                   adslAtucIntervalESs, adslAtucIntervalInits, 
  3191. --                   adslAtucIntervalValidData }
  3192. --     STATUS      mandatory
  3193. --     DESCRIPTION 
  3194. --         "A collection of objects providing current 15-minute,
  3195. --          1-day; and previous 1-day performance counts on
  3196. --          ADSL Line (ATU-C end) ."
  3197. --     ::= { adslGroups 5 }
  3198.  
  3199. adslAturPhysPerfRawCounterGroup OBJECT IDENTIFIER
  3200.     ::= { adslGroups 6 }
  3201.  
  3202. -- adslAturPhysPerfRawCounterGroup OBJECT-GROUP
  3203. --     OBJECTS     { adslAturPerfLofs, adslAturPerfLoss, 
  3204. --                   adslAturPerfLprs, adslAturPerfESs }
  3205. --     STATUS      mandatory
  3206. --     DESCRIPTION 
  3207. --         "A collection of objects providing raw performance
  3208. --          counts on an ADSL Line (ATU-R end)."
  3209. --     ::= { adslGroups 6 }
  3210.  
  3211. adslAturPhysPerfIntervalGroup OBJECT IDENTIFIER
  3212.     ::= { adslGroups 7 }
  3213.  
  3214. -- adslAturPhysPerfIntervalGroup OBJECT-GROUP
  3215. --     OBJECTS     { adslAturPerfValidIntervals, 
  3216. --                   adslAturPerfInvalidIntervals, 
  3217. --                   adslAturPerfCurr15MinTimeElapsed, 
  3218. --                   adslAturPerfCurr15MinLofs, 
  3219. --                   adslAturPerfCurr15MinLoss, 
  3220. --                   adslAturPerfCurr15MinLprs, adslAturPerfCurr15MinESs, 
  3221. --                   adslAturPerfCurr1DayTimeElapsed, 
  3222. --                   adslAturPerfCurr1DayLofs, adslAturPerfCurr1DayLoss, 
  3223. --                   adslAturPerfCurr1DayLprs, adslAturPerfCurr1DayESs, 
  3224. --                   adslAturPerfPrev1DayMoniSecs, 
  3225. --                   adslAturPerfPrev1DayLofs, adslAturPerfPrev1DayLoss, 
  3226. --                   adslAturPerfPrev1DayLprs, adslAturPerfPrev1DayESs, 
  3227. --                   adslAturIntervalLofs, adslAturIntervalLoss, 
  3228. --                   adslAturIntervalLprs, adslAturIntervalESs, 
  3229. --                   adslAturIntervalValidData }
  3230. --     STATUS      mandatory
  3231. --     DESCRIPTION 
  3232. --         "A collection of objects providing current 15-minute,
  3233. --          1-day; and previous 1-day performance counts on
  3234. --          ADSL Line (ATU-R end)."
  3235. --     ::= { adslGroups 7 }
  3236.  
  3237. adslAtucChanPerformanceGroup OBJECT IDENTIFIER
  3238.     ::= { adslGroups 8 }
  3239.  
  3240. -- adslAtucChanPerformanceGroup OBJECT-GROUP
  3241. --     OBJECTS     { adslAtucChanReceivedBlks, 
  3242. --                   adslAtucChanTransmittedBlks, 
  3243. --                   adslAtucChanCorrectedBlks, 
  3244. --                   adslAtucChanUncorrectBlks, 
  3245. --                   adslAtucChanPerfValidIntervals, 
  3246. --                   adslAtucChanPerfInvalidIntervals, 
  3247. --                   adslAtucChanPerfCurr15MinTimeElapsed, 
  3248. --                   adslAtucChanPerfCurr15MinReceivedBlks, 
  3249. --                   adslAtucChanPerfCurr15MinTransmittedBlks, 
  3250. --                   adslAtucChanPerfCurr15MinCorrectedBlks, 
  3251. --                   adslAtucChanPerfCurr15MinUncorrectBlks, 
  3252. --                   adslAtucChanPerfCurr1DayTimeElapsed, 
  3253. --                   adslAtucChanPerfCurr1DayReceivedBlks, 
  3254. --                   adslAtucChanPerfCurr1DayTransmittedBlks, 
  3255. --                   adslAtucChanPerfCurr1DayCorrectedBlks, 
  3256. --                   adslAtucChanPerfCurr1DayUncorrectBlks, 
  3257. --                   adslAtucChanPerfPrev1DayMoniSecs, 
  3258. --                   adslAtucChanPerfPrev1DayReceivedBlks, 
  3259. --                   adslAtucChanPerfPrev1DayTransmittedBlks, 
  3260. --                   adslAtucChanPerfPrev1DayCorrectedBlks, 
  3261. --                   adslAtucChanPerfPrev1DayUncorrectBlks, 
  3262. --                   adslAtucChanIntervalReceivedBlks, 
  3263. --                   adslAtucChanIntervalTransmittedBlks, 
  3264. --                   adslAtucChanIntervalCorrectedBlks, 
  3265. --                   adslAtucChanIntervalUncorrectBlks, 
  3266. --                   adslAtucChanIntervalValidData }
  3267. --     STATUS      mandatory
  3268. --     DESCRIPTION 
  3269. --         "A collection of objects providing channel block
  3270. --          performance information on an ADSL channel
  3271. --          (ATU-C end)."
  3272. --     ::= { adslGroups 8 }
  3273.  
  3274. adslAturChanPerformanceGroup OBJECT IDENTIFIER
  3275.     ::= { adslGroups 9 }
  3276.  
  3277. -- adslAturChanPerformanceGroup OBJECT-GROUP
  3278. --     OBJECTS     { adslAturChanReceivedBlks, 
  3279. --                   adslAturChanTransmittedBlks, 
  3280. --                   adslAturChanCorrectedBlks, 
  3281. --                   adslAturChanUncorrectBlks, 
  3282. --                   adslAturChanPerfValidIntervals, 
  3283. --                   adslAturChanPerfInvalidIntervals, 
  3284. --                   adslAturChanPerfCurr15MinTimeElapsed, 
  3285. --                   adslAturChanPerfCurr15MinReceivedBlks, 
  3286. --                   adslAturChanPerfCurr15MinTransmittedBlks, 
  3287. --                   adslAturChanPerfCurr15MinCorrectedBlks, 
  3288. --                   adslAturChanPerfCurr15MinUncorrectBlks, 
  3289. --                   adslAturChanPerfCurr1DayTimeElapsed, 
  3290. --                   adslAturChanPerfCurr1DayReceivedBlks, 
  3291. --                   adslAturChanPerfCurr1DayTransmittedBlks, 
  3292. --                   adslAturChanPerfCurr1DayCorrectedBlks, 
  3293. --                   adslAturChanPerfCurr1DayUncorrectBlks, 
  3294. --                   adslAturChanPerfPrev1DayMoniSecs, 
  3295. --                   adslAturChanPerfPrev1DayReceivedBlks, 
  3296. --                   adslAturChanPerfPrev1DayTransmittedBlks, 
  3297. --                   adslAturChanPerfPrev1DayCorrectedBlks, 
  3298. --                   adslAturChanPerfPrev1DayUncorrectBlks, 
  3299. --                   adslAturChanIntervalReceivedBlks, 
  3300. --                   adslAturChanIntervalTransmittedBlks, 
  3301. --                   adslAturChanIntervalCorrectedBlks, 
  3302. --                   adslAturChanIntervalUncorrectBlks, 
  3303. --                   adslAturChanIntervalValidData }
  3304. --     STATUS      mandatory
  3305. --     DESCRIPTION 
  3306. --         "A collection of objects providing channel block
  3307. --          performance information on an ADSL channel
  3308. --          (ATU-C end)."
  3309. --     ::= { adslGroups 9 }
  3310.  
  3311. adslLineConfProfileGroup OBJECT IDENTIFIER
  3312.     ::= { adslGroups 10 }
  3313.  
  3314. -- adslLineConfProfileGroup OBJECT-GROUP
  3315. --     OBJECTS     { adslAtucConfRateMode, adslAtucConfRateChanRatio, 
  3316. --                   adslAtucConfTargetSnrMgn, adslAtucConfMaxSnrMgn, 
  3317. --                   adslAtucConfMinSnrMgn, adslAtucConfDownshiftSnrMgn, 
  3318. --                   adslAtucConfUpshiftSnrMgn, 
  3319. --                   adslAtucConfMinUpshiftTime, 
  3320. --                   adslAtucConfMinDownshiftTime, 
  3321. --                   adslAtucChanConfFastMinTxRate, 
  3322. --                   adslAtucChanConfInterleaveMinTxRate, 
  3323. --                   adslAtucChanConfFastMaxTxRate, 
  3324. --                   adslAtucChanConfInterleaveMaxTxRate, 
  3325. --                   adslAtucChanConfMaxInterleaveDelay, 
  3326. --                   adslAturConfRateMode, adslAturConfRateChanRatio, 
  3327. --                   adslAturConfTargetSnrMgn, adslAturConfMaxSnrMgn, 
  3328. --                   adslAturConfMinSnrMgn, adslAturConfDownshiftSnrMgn, 
  3329. --                   adslAturConfUpshiftSnrMgn, 
  3330. --                   adslAturConfMinUpshiftTime, 
  3331. --                   adslAturConfMinDownshiftTime, 
  3332. --                   adslAturChanConfFastMinTxRate, 
  3333. --                   adslAturChanConfInterleaveMinTxRate, 
  3334. --                   adslAturChanConfFastMaxTxRate, 
  3335. --                   adslAturChanConfInterleaveMaxTxRate, 
  3336. --                   adslAturChanConfMaxInterleaveDelay }
  3337. --     STATUS      mandatory
  3338. --     DESCRIPTION 
  3339. --         "A collection of objects providing provisioning
  3340. --          information about an ADSL Line."
  3341. --     ::= { adslGroups 10 }
  3342.  
  3343. adslLineAlarmConfProfileGroup OBJECT IDENTIFIER
  3344.     ::= { adslGroups 11 }
  3345.  
  3346. -- adslLineAlarmConfProfileGroup OBJECT-GROUP
  3347. --     OBJECTS     { adslAtucThresh15MinLofs, adslAtucThresh15MinLoss, 
  3348. --                   adslAtucThresh15MinLols, adslAtucThresh15MinLprs, 
  3349. --                   adslAtucThresh15MinESs, adslAtucThreshFastRateUp, 
  3350. --                   adslAtucThreshInterleaveRateUp, 
  3351. --                   adslAtucThreshFastRateDown, 
  3352. --                   adslAtucThreshInterleaveRateDown, 
  3353. --                   adslAtucInitFailureTrapEnable, 
  3354. --                   adslAturThresh15MinLofs, adslAturThresh15MinLoss, 
  3355. --                   adslAturThresh15MinLprs, adslAturThresh15MinESs, 
  3356. --                   adslAturThreshFastRateUp, 
  3357. --                   adslAturThreshInterleaveRateUp, 
  3358. --                   adslAturThreshFastRateDown, 
  3359. --                   adslAturThreshInterleaveRateDown }
  3360. --     STATUS      mandatory
  3361. --     DESCRIPTION 
  3362. --         "A collection of objects providing alarm provisioning
  3363. --          information about an ADSL Line."
  3364. --     ::= { adslGroups 11 }
  3365.  
  3366. adslLineConfProfileControlGroup OBJECT IDENTIFIER
  3367.     ::= { adslGroups 12 }
  3368.  
  3369. -- adslLineConfProfileControlGroup OBJECT-GROUP
  3370. --     OBJECTS     { adslLineConfProfile, adslLineAlarmConfProfile, 
  3371. --                   adslLineConfProfileRowStatus, 
  3372. --                   adslLineAlarmConfProfileRowStatus }
  3373. --     STATUS      mandatory
  3374. --     DESCRIPTION 
  3375. --         "A collection of objects providing profile
  3376. --          control for the ADSL system."
  3377. --     ::= { adslGroups 12 }
  3378.  
  3379. adslNotificationsGroup OBJECT IDENTIFIER
  3380.     ::= { adslGroups 13 }
  3381.  
  3382. -- adslNotificationsGroup NOTIFICATION-GROUP
  3383. --     NOTIFICATIONS { adslAtucPerfLofsThreshTrap, 
  3384. --                   adslAtucPerfLossThreshTrap, 
  3385. --                   adslAtucPerfLprsThreshTrap, 
  3386. --                   adslAtucPerfESsThreshTrap, adslAtucRateChangeTrap, 
  3387. --                   adslAtucPerfLolsThreshTrap, adslAtucInitFailureTrap, 
  3388. --                   adslAturPerfLofsThreshTrap, 
  3389. --                   adslAturPerfLossThreshTrap, 
  3390. --                   adslAturPerfLprsThreshTrap, 
  3391. --                   adslAturPerfESsThreshTrap, adslAturRateChangeTrap }
  3392. --     STATUS      mandatory
  3393. --     DESCRIPTION 
  3394. --         "The collection of adsl notifications."
  3395. --     ::= { adslGroups 13 }
  3396.  
  3397. adslAturLineGroup OBJECT IDENTIFIER
  3398.     ::= { adslGroups 14 }
  3399.  
  3400. -- adslAturLineGroup OBJECT-GROUP
  3401. --     OBJECTS     { adslLineCoding }
  3402. --     STATUS      mandatory
  3403. --     DESCRIPTION 
  3404. --         "A collection of objects providing configuration
  3405. --          information about an ADSL Line on the ATU-R side."
  3406. --     ::= { adslGroups 14 }
  3407.  
  3408. adslAturPhysicalGroup OBJECT IDENTIFIER
  3409.     ::= { adslGroups 15 }
  3410.  
  3411. -- adslAturPhysicalGroup OBJECT-GROUP
  3412. --     OBJECTS     { adslAtucInvVendorID, adslAtucInvVersionNumber, 
  3413. --                   adslAtucCurrOutputPwr, adslAtucCurrAttainableRate, 
  3414. --                   adslAturInvSerialNumber, adslAturInvVendorID, 
  3415. --                   adslAturInvVersionNumber, adslAturCurrSnrMgn, 
  3416. --                   adslAturCurrAtn, adslAturCurrStatus, 
  3417. --                   adslAturCurrOutputPwr, adslAturCurrAttainableRate, 
  3418. --                   adslAtucCurrStatus }
  3419. --     STATUS      mandatory
  3420. --     DESCRIPTION 
  3421. --         "A collection of objects providing physical
  3422. --          configuration information of the ADSL Line on the
  3423. --          ATU-R side."
  3424. --     ::= { adslGroups 15 }
  3425.  
  3426. adslAturChannelGroup OBJECT IDENTIFIER
  3427.     ::= { adslGroups 16 }
  3428.  
  3429. -- adslAturChannelGroup OBJECT-GROUP
  3430. --     OBJECTS     { adslAtucChanInterleaveDelay, adslAtucChanCurrTxRate, 
  3431. --                   adslAtucChanPrevTxRate, adslAturChanInterleaveDelay, 
  3432. --                   adslAturChanCurrTxRate, adslAturChanPrevTxRate, 
  3433. --                   adslAturChanCrcBlockLength }
  3434. --     STATUS      mandatory
  3435. --     DESCRIPTION 
  3436. --         "A collection of objects providing configuration
  3437. --          information about an ADSL channel on the ATU-R
  3438. --          side."
  3439. --     ::= { adslGroups 16 }
  3440.  
  3441. adslAturAtucPhysPerfRawCounterGroup OBJECT IDENTIFIER
  3442.     ::= { adslGroups 17 }
  3443.  
  3444. -- adslAturAtucPhysPerfRawCounterGroup OBJECT-GROUP
  3445. --     OBJECTS     { adslAtucPerfLofs, adslAtucPerfLoss, adslAtucPerfESs, 
  3446. --                   adslAtucPerfInits }
  3447. --     STATUS      mandatory
  3448. --     DESCRIPTION 
  3449. --         "A collection of objects providing raw performance
  3450. --          counts on an ADSL Line (ATU-C end) provided by the
  3451. --          ATU-R agent."
  3452. --     ::= { adslGroups 17 }
  3453.  
  3454. adslAturAtucPhysPerfIntervalGroup OBJECT IDENTIFIER
  3455.     ::= { adslGroups 18 }
  3456.  
  3457. -- adslAturAtucPhysPerfIntervalGroup OBJECT-GROUP
  3458. --     OBJECTS     { adslAtucPerfValidIntervals, 
  3459. --                   adslAtucPerfInvalidIntervals, 
  3460. --                   adslAtucPerfCurr15MinTimeElapsed, 
  3461. --                   adslAtucPerfCurr15MinLofs, 
  3462. --                   adslAtucPerfCurr15MinLoss, adslAtucPerfCurr15MinESs, 
  3463. --                   adslAtucPerfCurr15MinInits, 
  3464. --                   adslAtucPerfCurr1DayTimeElapsed, 
  3465. --                   adslAtucPerfCurr1DayLofs, adslAtucPerfCurr1DayLoss, 
  3466. --                   adslAtucPerfCurr1DayESs, adslAtucPerfCurr1DayInits, 
  3467. --                   adslAtucPerfPrev1DayMoniSecs, 
  3468. --                   adslAtucPerfPrev1DayLofs, adslAtucPerfPrev1DayLoss, 
  3469. --                   adslAtucPerfPrev1DayESs, adslAtucPerfPrev1DayInits, 
  3470. --                   adslAtucIntervalLofs, adslAtucIntervalLoss, 
  3471. --                   adslAtucIntervalESs, adslAtucIntervalInits, 
  3472. --                   adslAtucIntervalValidData }
  3473. --     STATUS      mandatory
  3474. --     DESCRIPTION 
  3475. --         "A collection of objects providing current
  3476. --          
  3477. --          
  3478. --          15-minute, 1-day; and previous 1-day performance
  3479. --          counts on ADSL Line (ATU-C end) provided by the
  3480. --          ATU-R agent."
  3481. --     ::= { adslGroups 18 }
  3482.  
  3483. adslAturAturPhysPerfRawCounterGroup OBJECT IDENTIFIER
  3484.     ::= { adslGroups 19 }
  3485.  
  3486. -- adslAturAturPhysPerfRawCounterGroup OBJECT-GROUP
  3487. --     OBJECTS     { adslAturPerfLofs, adslAturPerfLoss, 
  3488. --                   adslAturPerfLprs, adslAturPerfESs }
  3489. --     STATUS      mandatory
  3490. --     DESCRIPTION 
  3491. --         "A collection of objects providing raw performance
  3492. --          counts on an ADSL Line (ATU-R end) provided by the
  3493. --          ATU-R agent."
  3494. --     ::= { adslGroups 19 }
  3495.  
  3496. adslAturAturPhysPerfIntervalGroup OBJECT IDENTIFIER
  3497.     ::= { adslGroups 20 }
  3498.  
  3499. -- adslAturAturPhysPerfIntervalGroup OBJECT-GROUP
  3500. --     OBJECTS     { adslAturPerfValidIntervals, 
  3501. --                   adslAturPerfInvalidIntervals, 
  3502. --                   adslAturPerfCurr15MinTimeElapsed, 
  3503. --                   adslAturPerfCurr15MinLofs, 
  3504. --                   adslAturPerfCurr15MinLoss, 
  3505. --                   adslAturPerfCurr15MinLprs, adslAturPerfCurr15MinESs, 
  3506. --                   adslAturPerfCurr1DayTimeElapsed, 
  3507. --                   adslAturPerfCurr1DayLofs, adslAturPerfCurr1DayLoss, 
  3508. --                   adslAturPerfCurr1DayLprs, adslAturPerfCurr1DayESs, 
  3509. --                   adslAturPerfPrev1DayMoniSecs, 
  3510. --                   adslAturPerfPrev1DayLofs, adslAturPerfPrev1DayLoss, 
  3511. --                   adslAturPerfPrev1DayLprs, adslAturPerfPrev1DayESs, 
  3512. --                   adslAturIntervalLofs, adslAturIntervalLoss, 
  3513. --                   adslAturIntervalLprs, adslAturIntervalESs, 
  3514. --                   adslAturIntervalValidData }
  3515. --     STATUS      mandatory
  3516. --     DESCRIPTION 
  3517. --         "A collection of objects providing current
  3518. --          15-minute, 1-day; and previous 1-day performance
  3519. --          counts on ADSL Line (ATU-R end) provided by the
  3520. --          ATU-R agent."
  3521. --     ::= { adslGroups 20 }
  3522.  
  3523. adslAturAtucChanPerformanceGroup OBJECT IDENTIFIER
  3524.     ::= { adslGroups 21 }
  3525.  
  3526. -- adslAturAtucChanPerformanceGroup OBJECT-GROUP
  3527. --     OBJECTS     { adslAtucChanReceivedBlks, 
  3528. --                   adslAtucChanTransmittedBlks, 
  3529. --                   adslAtucChanCorrectedBlks, 
  3530. --                   adslAtucChanUncorrectBlks, 
  3531. --                   adslAtucChanPerfCurr15MinTimeElapsed, 
  3532. --                   adslAtucChanPerfCurr15MinReceivedBlks, 
  3533. --                   adslAtucChanPerfCurr15MinTransmittedBlks, 
  3534. --                   adslAtucChanPerfCurr15MinCorrectedBlks, 
  3535. --                   adslAtucChanPerfCurr15MinUncorrectBlks, 
  3536. --                   adslAtucChanPerfCurr1DayTimeElapsed, 
  3537. --                   adslAtucChanPerfCurr1DayReceivedBlks, 
  3538. --                   adslAtucChanPerfCurr1DayTransmittedBlks, 
  3539. --                   adslAtucChanPerfCurr1DayCorrectedBlks, 
  3540. --                   adslAtucChanPerfCurr1DayUncorrectBlks, 
  3541. --                   adslAtucChanPerfPrev1DayMoniSecs, 
  3542. --                   adslAtucChanPerfPrev1DayReceivedBlks, 
  3543. --                   adslAtucChanPerfPrev1DayTransmittedBlks, 
  3544. --                   adslAtucChanPerfPrev1DayCorrectedBlks, 
  3545. --                   adslAtucChanPerfPrev1DayUncorrectBlks, 
  3546. --                   adslAtucChanPerfValidIntervals, 
  3547. --                   adslAtucChanPerfInvalidIntervals, 
  3548. --                   adslAtucChanIntervalReceivedBlks, 
  3549. --                   adslAtucChanIntervalTransmittedBlks, 
  3550. --                   adslAtucChanIntervalCorrectedBlks, 
  3551. --                   adslAtucChanIntervalUncorrectBlks, 
  3552. --                   adslAtucChanIntervalValidData }
  3553. --     STATUS      mandatory
  3554. --     DESCRIPTION 
  3555. --         "A collection of objects providing channel block
  3556. --          performance information on an ADSL channel
  3557. --          (ATU-C end) provided by the ATU-R agent."
  3558. --     ::= { adslGroups 21 }
  3559.  
  3560. adslAturAturChanPerformanceGroup OBJECT IDENTIFIER
  3561.     ::= { adslGroups 22 }
  3562.  
  3563. -- adslAturAturChanPerformanceGroup OBJECT-GROUP
  3564. --     OBJECTS     { adslAturChanReceivedBlks, 
  3565. --                   adslAturChanTransmittedBlks, 
  3566. --                   adslAturChanCorrectedBlks, 
  3567. --                   adslAturChanUncorrectBlks, 
  3568. --                   adslAturChanPerfValidIntervals, 
  3569. --                   adslAturChanPerfInvalidIntervals, 
  3570. --                   adslAturChanPerfCurr15MinTimeElapsed, 
  3571. --                   adslAturChanPerfCurr15MinReceivedBlks, 
  3572. --                   adslAturChanPerfCurr15MinTransmittedBlks, 
  3573. --                   adslAturChanPerfCurr15MinCorrectedBlks, 
  3574. --                   adslAturChanPerfCurr15MinUncorrectBlks, 
  3575. --                   adslAturChanPerfCurr1DayTimeElapsed, 
  3576. --                   adslAturChanPerfCurr1DayReceivedBlks, 
  3577. --                   adslAturChanPerfCurr1DayTransmittedBlks, 
  3578. --                   adslAturChanPerfCurr1DayCorrectedBlks, 
  3579. --                   adslAturChanPerfCurr1DayUncorrectBlks, 
  3580. --                   adslAturChanPerfPrev1DayMoniSecs, 
  3581. --                   adslAturChanPerfPrev1DayReceivedBlks, 
  3582. --                   adslAturChanPerfPrev1DayTransmittedBlks, 
  3583. --                   adslAturChanPerfPrev1DayCorrectedBlks, 
  3584. --                   adslAturChanPerfPrev1DayUncorrectBlks, 
  3585. --                   adslAturChanIntervalReceivedBlks, 
  3586. --                   adslAturChanIntervalTransmittedBlks, 
  3587. --                   adslAturChanIntervalCorrectedBlks, 
  3588. --                   adslAturChanIntervalUncorrectBlks, 
  3589. --                   adslAturChanIntervalValidData }
  3590. --     STATUS      mandatory
  3591. --     DESCRIPTION 
  3592. --         "A collection of objects providing channel block
  3593. --          performance information on an ADSL channel
  3594. --          (ATU-R end) provided by the ATU-R agent."
  3595. --     ::= { adslGroups 22 }
  3596.  
  3597. adslAturLineAlarmConfProfileGroup OBJECT IDENTIFIER
  3598.     ::= { adslGroups 23 }
  3599.  
  3600. -- adslAturLineAlarmConfProfileGroup OBJECT-GROUP
  3601. --     OBJECTS     { adslAtucThresh15MinLofs, adslAtucThresh15MinLoss, 
  3602. --                   adslAtucThresh15MinESs, adslAtucThreshFastRateUp, 
  3603. --                   adslAtucThreshInterleaveRateUp, 
  3604. --                   adslAtucThreshFastRateDown, 
  3605. --                   adslAtucThreshInterleaveRateDown, 
  3606. --                   adslAtucInitFailureTrapEnable, 
  3607. --                   adslAturThresh15MinLofs, adslAturThresh15MinLoss, 
  3608. --                   adslAturThresh15MinLprs, adslAturThresh15MinESs, 
  3609. --                   adslAturThreshFastRateUp, 
  3610. --                   adslAturThreshInterleaveRateUp, 
  3611. --                   adslAturThreshFastRateDown, 
  3612. --                   adslAturThreshInterleaveRateDown }
  3613. --     STATUS      mandatory
  3614. --     DESCRIPTION 
  3615. --         "A collection of objects providing alarm
  3616. --          provisioning
  3617. --          information about an ADSL Line provided by the
  3618. --          ATU-R agent."
  3619. --     ::= { adslGroups 23 }
  3620.  
  3621. adslAturLineConfProfileControlGroup OBJECT IDENTIFIER
  3622.     ::= { adslGroups 24 }
  3623.  
  3624. -- adslAturLineConfProfileControlGroup OBJECT-GROUP
  3625. --     OBJECTS     { adslLineAlarmConfProfile, 
  3626. --                   adslLineAlarmConfProfileRowStatus }
  3627. --     STATUS      mandatory
  3628. --     DESCRIPTION 
  3629. --         "A collection of objects providing profile
  3630. --          control for the ADSL system by the ATU-R agent."
  3631. --     ::= { adslGroups 24 }
  3632.  
  3633. adslAturNotificationsGroup OBJECT IDENTIFIER
  3634.     ::= { adslGroups 25 }
  3635.  
  3636. -- adslAturNotificationsGroup NOTIFICATION-GROUP
  3637. --     NOTIFICATIONS { adslAtucPerfLofsThreshTrap, 
  3638. --                   adslAtucPerfLossThreshTrap, 
  3639. --                   adslAtucPerfESsThreshTrap, adslAtucRateChangeTrap, 
  3640. --                   adslAturPerfLofsThreshTrap, 
  3641. --                   adslAturPerfLossThreshTrap, 
  3642. --                   adslAturPerfLprsThreshTrap, 
  3643. --                   adslAturPerfESsThreshTrap, adslAturRateChangeTrap }
  3644. --     STATUS      mandatory
  3645. --     DESCRIPTION 
  3646. --         "The collection of ADSL notifications implemented by
  3647. --          the ATU-R agent."
  3648. --     ::= { adslGroups 25 }
  3649.  
  3650. adslLineMibAtucCompliance OBJECT IDENTIFIER
  3651.     ::= { adslCompliances 1 }
  3652.  
  3653. -- adslLineMibAtucCompliance MODULE-COMPLIANCE
  3654. --     STATUS      mandatory
  3655. --     DESCRIPTION 
  3656. --         "The compliance statement for SNMP entities
  3657. --          which manage ADSL ATU-C interfaces."
  3658.  
  3659. --     MODULE      -- -- this module
  3660.  
  3661. --         MANDATORY-GROUPS        { adslLineGroup, adslPhysicalGroup, 
  3662. --                   adslChannelGroup, adslAtucPhysPerfIntervalGroup, 
  3663. --                   adslAturPhysPerfIntervalGroup, 
  3664. --                   adslLineConfProfileGroup, 
  3665. --                   adslLineAlarmConfProfileGroup, 
  3666. --                   adslLineConfProfileControlGroup }
  3667.  
  3668. --         GROUP   adslAtucPhysPerfRawCounterGroup
  3669. --         DESCRIPTION   
  3670. --         "This group is optional.  Implementations which
  3671. --          require continuous ATU-C physical event counters
  3672. --          should implement this group."
  3673.  
  3674. --         GROUP   adslAturPhysPerfRawCounterGroup
  3675. --         DESCRIPTION   
  3676. --         "This group is optional.  Implementations which
  3677. --          require continuous ATU-R physical event counters
  3678. --          should implement this group."
  3679.  
  3680. --         GROUP   adslAtucChanPerformanceGroup
  3681. --         DESCRIPTION   
  3682. --         "This group is optional.  Implementations which
  3683. --          require ATU-C channel block event counters should
  3684. --          implement this group."
  3685.  
  3686. --         GROUP   adslAturChanPerformanceGroup
  3687. --         DESCRIPTION   
  3688. --         "This group is optional.  Implementations which
  3689. --          require ATU-R channel block event counters should
  3690. --          implement this group."
  3691.  
  3692. --         OBJECT  adslLineConfProfile
  3693. --         MIN-ACCESS  read-only
  3694. --         DESCRIPTION   
  3695. --         "Read-only access is applicable when static
  3696. --          profiles are implemented."
  3697.  
  3698. --         OBJECT  adslAtucConfRateMode
  3699. --         MIN-ACCESS  read-write
  3700. --         DESCRIPTION   
  3701. --         "Read-write access is applicable when
  3702. --          static profiles are implemented."
  3703.  
  3704. --         OBJECT  adslAtucConfRateChanRatio
  3705. --         MIN-ACCESS  read-write
  3706. --         DESCRIPTION   
  3707. --         "Read-write access is applicable when
  3708. --          static profiles are implemented."
  3709.  
  3710. --         OBJECT  adslAtucConfTargetSnrMgn
  3711. --         MIN-ACCESS  read-write
  3712. --         DESCRIPTION   
  3713. --         "Read-write access is applicable when
  3714. --          static profiles are implemented."
  3715.  
  3716. --         OBJECT  adslAtucConfMaxSnrMgn
  3717. --         MIN-ACCESS  read-write
  3718. --         DESCRIPTION   
  3719. --         "Read-write access is applicable when
  3720. --          static profiles are implemented."
  3721.  
  3722. --         OBJECT  adslAtucConfMinSnrMgn
  3723. --         MIN-ACCESS  read-write
  3724. --         DESCRIPTION   
  3725. --         "Read-write access is applicable when
  3726. --          static profiles are implemented."
  3727.  
  3728. --         OBJECT  adslAtucConfDownshiftSnrMgn
  3729. --         MIN-ACCESS  read-write
  3730. --         DESCRIPTION   
  3731. --         "Read-write access is applicable when
  3732. --          static profiles are implemented."
  3733.  
  3734. --         OBJECT  adslAtucConfUpshiftSnrMgn
  3735. --         MIN-ACCESS  read-write
  3736. --         DESCRIPTION   
  3737. --         "Read-write access is applicable when
  3738. --          static profiles are implemented."
  3739.  
  3740. --         OBJECT  adslAtucConfMinUpshiftTime
  3741. --         MIN-ACCESS  read-write
  3742. --         DESCRIPTION   
  3743. --         "Read-write access is applicable when
  3744. --          static profiles are implemented."
  3745.  
  3746. --         OBJECT  adslAtucConfMinDownshiftTime
  3747. --         MIN-ACCESS  read-write
  3748. --         DESCRIPTION   
  3749. --         "Read-write access is applicable when
  3750. --          static profiles are implemented."
  3751.  
  3752. --         OBJECT  adslAtucChanConfFastMinTxRate
  3753. --         MIN-ACCESS  read-write
  3754. --         DESCRIPTION   
  3755. --         "Read-write access is applicable when
  3756. --          static profiles are implemented."
  3757.  
  3758. --         OBJECT  adslAtucChanConfInterleaveMinTxRate
  3759. --         MIN-ACCESS  read-write
  3760. --         DESCRIPTION   
  3761. --         "Read-write access is applicable when
  3762. --          static profiles are implemented."
  3763.  
  3764. --         OBJECT  adslAtucChanConfFastMaxTxRate
  3765. --         MIN-ACCESS  read-write
  3766. --         DESCRIPTION   
  3767. --         "Read-write access is applicable when
  3768. --          static profiles are implemented."
  3769.  
  3770. --         OBJECT  adslAtucChanConfInterleaveMaxTxRate
  3771. --         MIN-ACCESS  read-write
  3772. --         DESCRIPTION   
  3773. --         "Read-write access is applicable when
  3774. --          static profiles are implemented."
  3775.  
  3776. --         OBJECT  adslAtucChanConfMaxInterleaveDelay
  3777. --         MIN-ACCESS  read-write
  3778. --         DESCRIPTION   
  3779. --         "Read-write access is applicable when
  3780. --          static profiles are implemented."
  3781.  
  3782. --         OBJECT  adslAturConfRateMode
  3783. --         MIN-ACCESS  read-write
  3784. --         DESCRIPTION   
  3785. --         "Read-write access is applicable when
  3786. --          static profiles are implemented."
  3787.  
  3788. --         OBJECT  adslAturConfRateChanRatio
  3789. --         MIN-ACCESS  read-write
  3790. --         DESCRIPTION   
  3791. --         "Read-write access is applicable when
  3792. --          static profiles are implemented."
  3793.  
  3794. --         OBJECT  adslAturConfTargetSnrMgn
  3795. --         MIN-ACCESS  read-write
  3796. --         DESCRIPTION   
  3797. --         "Read-write access is applicable when
  3798. --          static profiles are implemented."
  3799.  
  3800. --         OBJECT  adslAturConfMaxSnrMgn
  3801. --         MIN-ACCESS  read-write
  3802. --         DESCRIPTION   
  3803. --         "Read-write access is applicable when
  3804. --          static profiles are implemented."
  3805.  
  3806. --         OBJECT  adslAturConfMinSnrMgn
  3807. --         MIN-ACCESS  read-write
  3808. --         DESCRIPTION   
  3809. --         "Read-write access is applicable when
  3810. --          static profiles are implemented."
  3811.  
  3812. --         OBJECT  adslAturConfDownshiftSnrMgn
  3813. --         MIN-ACCESS  read-write
  3814. --         DESCRIPTION   
  3815. --         "Read-write access is applicable when
  3816. --          static profiles are implemented."
  3817.  
  3818. --         OBJECT  adslAturConfUpshiftSnrMgn
  3819. --         MIN-ACCESS  read-write
  3820. --         DESCRIPTION   
  3821. --         "Read-write access is applicable when
  3822. --          static profiles are implemented."
  3823.  
  3824. --         OBJECT  adslAturConfMinUpshiftTime
  3825. --         MIN-ACCESS  read-write
  3826. --         DESCRIPTION   
  3827. --         "Read-write access is applicable when
  3828. --          static profiles are implemented."
  3829.  
  3830. --         OBJECT  adslAturConfMinDownshiftTime
  3831. --         MIN-ACCESS  read-write
  3832. --         DESCRIPTION   
  3833. --         "Read-write access is applicable when
  3834. --          static profiles are implemented."
  3835.  
  3836. --         OBJECT  adslAturChanConfFastMinTxRate
  3837. --         MIN-ACCESS  read-write
  3838. --         DESCRIPTION   
  3839. --         "Read-write access is applicable when
  3840. --          static profiles are implemented."
  3841.  
  3842. --         OBJECT  adslAturChanConfInterleaveMinTxRate
  3843. --         MIN-ACCESS  read-write
  3844. --         DESCRIPTION   
  3845. --         "Read-write access is applicable when
  3846. --          static profiles are implemented."
  3847.  
  3848. --         OBJECT  adslAturChanConfFastMaxTxRate
  3849. --         MIN-ACCESS  read-write
  3850. --         DESCRIPTION   
  3851. --         "Read-write access is applicable when
  3852. --          static profiles are implemented."
  3853.  
  3854. --         OBJECT  adslAturChanConfInterleaveMaxTxRate
  3855. --         MIN-ACCESS  read-write
  3856. --         DESCRIPTION   
  3857. --         "Read-write access is applicable when
  3858. --          static profiles are implemented."
  3859.  
  3860. --         OBJECT  adslAturChanConfMaxInterleaveDelay
  3861. --         MIN-ACCESS  read-write
  3862. --         DESCRIPTION   
  3863. --         "Read-write access is applicable when
  3864. --          static profiles are implemented."
  3865.  
  3866. --         OBJECT  adslLineConfProfileRowStatus
  3867. --         MIN-ACCESS  read-only
  3868. --         DESCRIPTION   
  3869. --         "Read-only access is applicable only when static
  3870. --          profiles are implemented."
  3871.  
  3872. --         OBJECT  adslLineAlarmConfProfile
  3873. --         MIN-ACCESS  read-only
  3874. --         DESCRIPTION   
  3875. --         "Read-only access is applicable only when static
  3876. --          profiles are implemented."
  3877.  
  3878. --         OBJECT  adslAtucThresh15MinLofs
  3879. --         MIN-ACCESS  read-write
  3880. --         DESCRIPTION   
  3881. --         "Read-write access is applicable when
  3882. --          static profiles are implemented."
  3883.  
  3884. --         OBJECT  adslAtucThresh15MinLoss
  3885. --         MIN-ACCESS  read-write
  3886. --         DESCRIPTION   
  3887. --         "Read-write access is applicable when
  3888. --          static profiles are implemented."
  3889.  
  3890. --         OBJECT  adslAtucThresh15MinLols
  3891. --         MIN-ACCESS  read-write
  3892. --         DESCRIPTION   
  3893. --         "Read-write access is applicable when
  3894. --          static profiles are implemented."
  3895.  
  3896. --         OBJECT  adslAtucThresh15MinLprs
  3897. --         MIN-ACCESS  read-write
  3898. --         DESCRIPTION   
  3899. --         "Read-write access is applicable when
  3900. --          static profiles are implemented."
  3901.  
  3902. --         OBJECT  adslAtucThresh15MinESs
  3903. --         MIN-ACCESS  read-write
  3904. --         DESCRIPTION   
  3905. --         "Read-write access is applicable when
  3906. --          static profiles are implemented."
  3907.  
  3908. --         OBJECT  adslAtucThreshFastRateUp
  3909. --         MIN-ACCESS  read-write
  3910. --         DESCRIPTION   
  3911. --         "Read-write access is applicable when
  3912. --          static profiles are implemented."
  3913.  
  3914. --         OBJECT  adslAtucThreshInterleaveRateUp
  3915. --         MIN-ACCESS  read-write
  3916. --         DESCRIPTION   
  3917. --         "Read-write access is applicable when
  3918. --          static profiles are implemented."
  3919.  
  3920. --         OBJECT  adslAtucThreshFastRateDown
  3921. --         MIN-ACCESS  read-write
  3922. --         DESCRIPTION   
  3923. --         "Read-write access is applicable when
  3924. --          static profiles are implemented."
  3925.  
  3926. --         OBJECT  adslAtucThreshInterleaveRateDown
  3927. --         MIN-ACCESS  read-write
  3928. --         DESCRIPTION   
  3929. --         "Read-write access is applicable when
  3930. --          static profiles are implemented."
  3931.  
  3932. --         OBJECT  adslAtucInitFailureTrapEnable
  3933. --         MIN-ACCESS  read-write
  3934. --         DESCRIPTION   
  3935. --         "Read-write access is applicable when
  3936. --          static profiles are implemented."
  3937.  
  3938. --         OBJECT  adslAturThresh15MinLofs
  3939. --         MIN-ACCESS  read-write
  3940. --         DESCRIPTION   
  3941. --         "Read-write access is applicable when
  3942. --          static profiles are implemented."
  3943.  
  3944. --         OBJECT  adslAturThresh15MinLoss
  3945. --         MIN-ACCESS  read-write
  3946. --         DESCRIPTION   
  3947. --         "Read-write access is applicable when
  3948. --          static profiles are implemented."
  3949.  
  3950. --         OBJECT  adslAturThresh15MinLprs
  3951. --         MIN-ACCESS  read-write
  3952. --         DESCRIPTION   
  3953. --         "Read-write access is applicable when
  3954. --          static profiles are implemented."
  3955.  
  3956. --         OBJECT  adslAturThresh15MinESs
  3957. --         MIN-ACCESS  read-write
  3958. --         DESCRIPTION   
  3959. --         "Read-write access is applicable when
  3960. --          static profiles are implemented."
  3961.  
  3962. --         OBJECT  adslAturThreshFastRateUp
  3963. --         MIN-ACCESS  read-write
  3964. --         DESCRIPTION   
  3965. --         "Read-write access is applicable when
  3966. --          static profiles are implemented."
  3967.  
  3968. --         OBJECT  adslAturThreshInterleaveRateUp
  3969. --         MIN-ACCESS  read-write
  3970. --         DESCRIPTION   
  3971. --         "Read-write access is applicable when
  3972. --          static profiles are implemented."
  3973.  
  3974. --         OBJECT  adslAturThreshFastRateDown
  3975. --         MIN-ACCESS  read-write
  3976. --         DESCRIPTION   
  3977. --         "Read-write access is applicable when
  3978. --          static profiles are implemented."
  3979.  
  3980. --         OBJECT  adslAturThreshInterleaveRateDown
  3981. --         MIN-ACCESS  read-write
  3982. --         DESCRIPTION   
  3983. --         "Read-write access is applicable when
  3984. --          static profiles are implemented."
  3985.  
  3986. --         OBJECT  adslLineAlarmConfProfileRowStatus
  3987. --         MIN-ACCESS  read-only
  3988. --         DESCRIPTION   
  3989. --         "Read-only access is applicable only when static
  3990. --          profiles are implemented."
  3991.  
  3992. --     ::= { adslCompliances 1 }
  3993.  
  3994. adslLineMibAturCompliance OBJECT IDENTIFIER
  3995.     ::= { adslCompliances 2 }
  3996.  
  3997. -- adslLineMibAturCompliance MODULE-COMPLIANCE
  3998. --     STATUS      mandatory
  3999. --     DESCRIPTION 
  4000. --         "The compliance statement for SNMP entities
  4001. --          which manage ADSL ATU-R interfaces."
  4002.  
  4003. --     MODULE      -- -- this module
  4004.  
  4005. --         MANDATORY-GROUPS        { adslAturLineGroup, 
  4006. --                   adslAturPhysicalGroup, adslAturChannelGroup, 
  4007. --                   adslAturAtucPhysPerfIntervalGroup, 
  4008. --                   adslAturAturPhysPerfIntervalGroup, 
  4009. --                   adslAturLineAlarmConfProfileGroup, 
  4010. --                   adslAturLineConfProfileControlGroup }
  4011.  
  4012. --         GROUP   adslAturAtucPhysPerfRawCounterGroup
  4013. --         DESCRIPTION   
  4014. --         "This group is optional.  Implementations which
  4015. --          require continuous ATU-C physical event counters
  4016. --          should implement this group."
  4017.  
  4018. --         GROUP   adslAturAturPhysPerfRawCounterGroup
  4019. --         DESCRIPTION   
  4020. --         "This group is optional.  Implementations which
  4021. --          
  4022. --          
  4023. --          require continuous ATU-R physical event counters
  4024. --          should implement this group."
  4025.  
  4026. --         GROUP   adslAturAtucChanPerformanceGroup
  4027. --         DESCRIPTION   
  4028. --         "This group is optional.  Implementations which
  4029. --          require ATU-C channel block event counters should
  4030. --          implement this group."
  4031.  
  4032. --         GROUP   adslAturAturChanPerformanceGroup
  4033. --         DESCRIPTION   
  4034. --         "This group is optional.  Implementations which
  4035. --          require ATU-R channel block event counters should
  4036. --          implement this group."
  4037.  
  4038. --         OBJECT  adslLineAlarmConfProfile
  4039. --         MIN-ACCESS  read-only
  4040. --         DESCRIPTION   
  4041. --         "Read-only access is applicable only when static
  4042. --          profiles are implemented."
  4043.  
  4044. --         OBJECT  adslAtucThresh15MinLofs
  4045. --         MIN-ACCESS  read-write
  4046. --         DESCRIPTION   
  4047. --         "Read-write access is applicable when
  4048. --          static profiles are implemented."
  4049.  
  4050. --         OBJECT  adslAtucThresh15MinLoss
  4051. --         MIN-ACCESS  read-write
  4052. --         DESCRIPTION   
  4053. --         "Read-write access is applicable when
  4054. --          static profiles are implemented."
  4055.  
  4056. --         OBJECT  adslAtucThresh15MinESs
  4057. --         MIN-ACCESS  read-write
  4058. --         DESCRIPTION   
  4059. --         "Read-write access is applicable when
  4060. --          static profiles are implemented."
  4061.  
  4062. --         OBJECT  adslAtucThreshFastRateUp
  4063. --         MIN-ACCESS  read-write
  4064. --         DESCRIPTION   
  4065. --         "Read-write access is applicable when
  4066. --          static profiles are implemented."
  4067.  
  4068. --         OBJECT  adslAtucThreshInterleaveRateUp
  4069. --         MIN-ACCESS  read-write
  4070. --         DESCRIPTION   
  4071. --         "Read-write access is applicable when
  4072. --          static profiles are implemented."
  4073.  
  4074. --         OBJECT  adslAtucThreshFastRateDown
  4075. --         MIN-ACCESS  read-write
  4076. --         DESCRIPTION   
  4077. --         "Read-write access is applicable when
  4078. --          static profiles are implemented."
  4079.  
  4080. --         OBJECT  adslAtucInitFailureTrapEnable
  4081. --         MIN-ACCESS  read-write
  4082. --         DESCRIPTION   
  4083. --         "Read-write access is applicable when
  4084. --          static profiles are implemented."
  4085.  
  4086. --         OBJECT  adslAturThresh15MinLofs
  4087. --         MIN-ACCESS  read-write
  4088. --         DESCRIPTION   
  4089. --         "Read-write access is applicable when
  4090. --          static profiles are implemented."
  4091.  
  4092. --         OBJECT  adslAturThresh15MinLoss
  4093. --         MIN-ACCESS  read-write
  4094. --         DESCRIPTION   
  4095. --         "Read-write access is applicable when
  4096. --          static profiles are implemented."
  4097.  
  4098. --         OBJECT  adslAturThresh15MinLprs
  4099. --         MIN-ACCESS  read-write
  4100. --         DESCRIPTION   
  4101. --         "Read-write access is applicable when
  4102. --          static profiles are implemented."
  4103.  
  4104. --         OBJECT  adslAturThresh15MinESs
  4105. --         MIN-ACCESS  read-write
  4106. --         DESCRIPTION   
  4107. --         "Read-write access is applicable when
  4108. --          static profiles are implemented."
  4109.  
  4110. --         OBJECT  adslAturThreshFastRateUp
  4111. --         MIN-ACCESS  read-write
  4112. --         DESCRIPTION   
  4113. --         "Read-write access is applicable when
  4114. --          static profiles are implemented."
  4115.  
  4116. --         OBJECT  adslAturThreshInterleaveRateUp
  4117. --         MIN-ACCESS  read-write
  4118. --         DESCRIPTION   
  4119. --         "Read-write access is applicable when
  4120. --          static profiles are implemented."
  4121.  
  4122. --         OBJECT  adslAturThreshFastRateDown
  4123. --         MIN-ACCESS  read-write
  4124. --         DESCRIPTION   
  4125. --         "Read-write access is applicable when
  4126. --          static profiles are implemented."
  4127.  
  4128. --         OBJECT  adslAturThreshInterleaveRateDown
  4129. --         MIN-ACCESS  read-write
  4130. --         DESCRIPTION   
  4131. --         "Read-write access is applicable when
  4132. --          static profiles are implemented."
  4133.  
  4134. --         OBJECT  adslLineAlarmConfProfileRowStatus
  4135. --         MIN-ACCESS  read-only
  4136. --         DESCRIPTION   
  4137. --         "Read-only access is applicable only when static
  4138. --          profiles are implemented."
  4139.  
  4140. --         OBJECT  adslAtucCurrStatus
  4141. --         SYNTAX  OCTET STRING
  4142. --                   { noDefect(0), lossOfFraming(1), lossOfSignal(2) }
  4143. --         DESCRIPTION   
  4144. --         "It is allowable to implement only noDefect(0),
  4145. --          lossOfFraming(1) and lossOfSignal(2) by the ATU-R
  4146. --          agent."
  4147.  
  4148. --     ::= { adslCompliances 2 }
  4149.  
  4150. END -- end of module ADSL-LINE-MIB.
  4151.