Blame mibs/ietf/ADSL-LINE-EXT-MIB

Packit 022b05
ADSL-LINE-EXT-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
   IMPORTS
Packit 022b05
      Counter32,
Packit 022b05
      Integer32,
Packit 022b05
      NOTIFICATION-TYPE,
Packit 022b05
      MODULE-IDENTITY,
Packit 022b05
      OBJECT-TYPE                       FROM SNMPv2-SMI
Packit 022b05
      MODULE-COMPLIANCE, OBJECT-GROUP,
Packit 022b05
      NOTIFICATION-GROUP                FROM SNMPv2-CONF
Packit 022b05
      TEXTUAL-CONVENTION                FROM SNMPv2-TC
Packit 022b05
      PerfCurrentCount,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      PerfIntervalCount                 FROM PerfHist-TC-MIB
Packit 022b05
      AdslPerfCurrDayCount,
Packit 022b05
      AdslPerfPrevDayCount              FROM ADSL-TC-MIB
Packit 022b05
      SnmpAdminString                   FROM SNMP-FRAMEWORK-MIB
Packit 022b05
      adslLineAlarmConfProfileEntry,
Packit 022b05
      adslLineConfProfileEntry,
Packit 022b05
      adslAturIntervalEntry,
Packit 022b05
      adslAturPerfDataEntry,
Packit 022b05
      adslAtucIntervalEntry,
Packit 022b05
      adslAtucPerfDataEntry,
Packit 022b05
      adslLineEntry,
Packit 022b05
      adslMIB                           FROM ADSL-LINE-MIB
Packit 022b05
      ;
Packit 022b05
Packit 022b05
   adslExtMIB MODULE-IDENTITY
Packit 022b05
Packit 022b05
   LAST-UPDATED "200212100000Z"  -- 10 Dec 2002
Packit 022b05
Packit 022b05
   ORGANIZATION "IETF ADSL MIB Working Group"
Packit 022b05
Packit 022b05
   CONTACT-INFO
Packit 022b05
         "
Packit 022b05
          Faye Ly
Packit 022b05
          Pedestal Networks
Packit 022b05
          6503 Dumbarton Circle,
Packit 022b05
          Fremont, CA 94555
Packit 022b05
          Tel: +1 510-578-0158
Packit 022b05
          Fax: +1 510-744-5152
Packit 022b05
          E-Mail: faye@pedestalnetworks.com
Packit 022b05
Packit 022b05
          Gregory Bathrick
Packit 022b05
          Nokia Networks
Packit 022b05
          2235 Mercury Way,
Packit 022b05
          Fax: +1 707-535-7300
Packit 022b05
          E-Mail: greg.bathrick@nokia.com
Packit 022b05
Packit 022b05
          General Discussion:adslmib@ietf.org
Packit 022b05
          To Subscribe: https://www1.ietf.org/mailman/listinfo/adslmib
Packit 022b05
          Archive: https://www1.ietf.org/mailman/listinfo/adslmib
Packit 022b05
          "
Packit 022b05
   DESCRIPTION
Packit 022b05
           "Copyright (C) The Internet Society (2002). This version of
Packit 022b05
           this MIB module is part of RFC 3440; see the RFC itself for
Packit 022b05
           full legal notices.
Packit 022b05
Packit 022b05
           This MIB Module is a supplement to the ADSL-LINE-MIB
Packit 022b05
           [RFC2662]."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   REVISION     "200212100000Z"  -- 10 dec 2002
Packit 022b05
   DESCRIPTION  "Initial Version, published as RFC 3440. This MIB
Packit 022b05
                 module supplements the ADSL-LINE-MIB [RFC2662]."
Packit 022b05
          ::= { adslMIB 3 }
Packit 022b05
Packit 022b05
       adslExtMibObjects  OBJECT IDENTIFIER ::= { adslExtMIB 1 }
Packit 022b05
Packit 022b05
       AdslTransmissionModeType ::= TEXTUAL-CONVENTION
Packit 022b05
           STATUS       current
Packit 022b05
           DESCRIPTION
Packit 022b05
               "A set of ADSL line transmission modes, with one bit
Packit 022b05
                per mode.  The notes (F) and (L) denote Full-Rate
Packit 022b05
                and G.Lite respectively:
Packit 022b05
                  Bit 00 : Regional Std. (ANSI T1.413) (F)
Packit 022b05
                  Bit 01 : Regional Std. (ETSI DTS/TM06006) (F)
Packit 022b05
                  Bit 02 : G.992.1 POTS non-overlapped (F)
Packit 022b05
                  Bit 03 : G.992.1 POTS overlapped (F)
Packit 022b05
                  Bit 04 : G.992.1 ISDN non-overlapped (F)
Packit 022b05
                  Bit 05 : G.992.1 ISDN overlapped (F)
Packit 022b05
                  Bit 06 : G.992.1 TCM-ISDN non-overlapped (F)
Packit 022b05
                  Bit 07 : G.992.1 TCM-ISDN overlapped (F)
Packit 022b05
                  Bit 08 : G.992.2 POTS non-overlapped (L)
Packit 022b05
                  Bit 09 : G.992.2 POTS overlapped (L)
Packit 022b05
                  Bit 10 : G.992.2 with TCM-ISDN non-overlapped (L)
Packit 022b05
                  Bit 11 : G.992.2 with TCM-ISDN overlapped (L)
Packit 022b05
                  Bit 12 : G.992.1 TCM-ISDN symmetric (F)
Packit 022b05
               "
Packit 022b05
           SYNTAX      BITS {
Packit 022b05
               ansit1413(0),
Packit 022b05
               etsi(1),
Packit 022b05
               q9921PotsNonOverlapped(2),
Packit 022b05
               q9921PotsOverlapped(3),
Packit 022b05
               q9921IsdnNonOverlapped(4),
Packit 022b05
               q9921isdnOverlapped(5),
Packit 022b05
               q9921tcmIsdnNonOverlapped(6),
Packit 022b05
               q9921tcmIsdnOverlapped(7),
Packit 022b05
               q9922potsNonOverlapeed(8),
Packit 022b05
               q9922potsOverlapped(9),
Packit 022b05
               q9922tcmIsdnNonOverlapped(10),
Packit 022b05
               q9922tcmIsdnOverlapped(11),
Packit 022b05
               q9921tcmIsdnSymmetric(12)
Packit 022b05
           }
Packit 022b05
Packit 022b05
         adslLineExtTable   OBJECT-TYPE
Packit 022b05
             SYNTAX          SEQUENCE OF AdslLineExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                 "This table is an extension of RFC 2662.  It
Packit 022b05
                  contains ADSL line configuration and
Packit 022b05
                  monitoring information. This includes the ADSL
Packit 022b05
                  line's capabilities and actual ADSL transmission
Packit 022b05
                  system."
Packit 022b05
         ::= { adslExtMibObjects 17 }
Packit 022b05
Packit 022b05
         adslLineExtEntry   OBJECT-TYPE
Packit 022b05
             SYNTAX          AdslLineExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "An entry extends the adslLineEntry defined in
Packit 022b05
                  [RFC2662].  Each entry corresponds to an ADSL
Packit 022b05
                  line."
Packit 022b05
             AUGMENTS { adslLineEntry }
Packit 022b05
         ::= { adslLineExtTable 1 }
Packit 022b05
Packit 022b05
         AdslLineExtEntry ::=
Packit 022b05
             SEQUENCE {
Packit 022b05
             adslLineTransAtucCap        AdslTransmissionModeType,
Packit 022b05
             adslLineTransAtucConfig     AdslTransmissionModeType,
Packit 022b05
             adslLineTransAtucActual     AdslTransmissionModeType,
Packit 022b05
             adslLineGlitePowerState     INTEGER,
Packit 022b05
             adslLineConfProfileDualLite SnmpAdminString
Packit 022b05
             }
Packit 022b05
Packit 022b05
         adslLineTransAtucCap OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslTransmissionModeType
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The transmission modes, represented by a
Packit 022b05
                  bitmask that the ATU-C is capable of
Packit 022b05
                  supporting.  The modes available are limited
Packit 022b05
                  by the design of the equipment."
Packit 022b05
             REFERENCE "Section 7.3.2 ITU G.997.1"
Packit 022b05
         ::= { adslLineExtEntry 1 }
Packit 022b05
Packit 022b05
         adslLineTransAtucConfig OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslTransmissionModeType
Packit 022b05
             MAX-ACCESS  read-write
Packit 022b05
             STATUS      current
Packit 022b05
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The transmission modes, represented by a bitmask,
Packit 022b05
                  currently enabled by the ATU-C.  The manager can
Packit 022b05
                  only set those modes that are supported by the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                  ATU-C.  An ATU-C's supported modes are provided by
Packit 022b05
                  AdslLineTransAtucCap."
Packit 022b05
             REFERENCE "Section 7.3.2 ITU G.997.1"
Packit 022b05
         ::= { adslLineExtEntry 2 }
Packit 022b05
Packit 022b05
         adslLineTransAtucActual OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslTransmissionModeType
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The actual transmission mode of the ATU-C.
Packit 022b05
                  During ADSL line initialization, the ADSL
Packit 022b05
                  Transceiver Unit - Remote terminal end (ATU-R)
Packit 022b05
                  will determine the mode used for the link.
Packit 022b05
                  This value will be limited a single transmission
Packit 022b05
                  mode that is a subset of those modes enabled
Packit 022b05
                  by the ATU-C and denoted by
Packit 022b05
                  adslLineTransAtucConfig. After an initialization
Packit 022b05
                  has occurred, its mode is saved as the 'Current'
Packit 022b05
                  mode and is persistence should the link go
Packit 022b05
                  down. This object returns 0 (i.e. BITS with no
Packit 022b05
                  mode bit set) if the mode is not known."
Packit 022b05
             REFERENCE "Section 7.3.2 ITU G.997.1 "
Packit 022b05
         ::= { adslLineExtEntry 3 }
Packit 022b05
Packit 022b05
         adslLineGlitePowerState OBJECT-TYPE
Packit 022b05
             SYNTAX      INTEGER {
Packit 022b05
                         none(1),
Packit 022b05
                         l0(2),          -- L0 Power on
Packit 022b05
                         l1(3),          -- L1 Power on but reduced
Packit 022b05
                         l3(4)           -- L3 Power off
Packit 022b05
                         }
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The value of this object specifies the power
Packit 022b05
                  state of this interface.  L0 is power on, L1 is
Packit 022b05
                  power on but reduced and L3 is power off.  Power
Packit 022b05
                  state cannot be configured by an operator but it
Packit 022b05
                  can be viewed via the ifOperStatus object for the
Packit 022b05
                  managed ADSL interface.  The value of the object
Packit 022b05
                  ifOperStatus is set to down(2) if the ADSL
Packit 022b05
                  interface is in power state L3 and is set to up(1)
Packit 022b05
                  if the ADSL line interface is in power state L0 or
Packit 022b05
                  L1. If the object adslLineTransAtucActual is set to
Packit 022b05
                  a G.992.2 (G.Lite)-type transmission mode, the
Packit 022b05
                  value of this object will be one of the valid power
Packit 022b05
                  states: L0(2), L1(3), or L3(4).  Otherwise, its
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                  value will be none(1)."
Packit 022b05
         ::= { adslLineExtEntry 4 }
Packit 022b05
Packit 022b05
         adslLineConfProfileDualLite OBJECT-TYPE
Packit 022b05
             SYNTAX SnmpAdminString
Packit 022b05
             MAX-ACCESS  read-write
Packit 022b05
             STATUS current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This object extends the definition an ADSL line and
Packit 022b05
                  associated channels (when applicable) for cases
Packit 022b05
                  when it is configured in dual mode, and operating
Packit 022b05
                  in a G.Lite-type mode as denoted by
Packit 022b05
                  adslLineTransAtucActual.  Dual mode exists when the
Packit 022b05
                  object, adslLineTransAtucConfig, is configured with
Packit 022b05
                  one or more full-rate modes and one or more G.Lite
Packit 022b05
                  modes simultaneously.
Packit 022b05
Packit 022b05
                  When 'dynamic' profiles are implemented, the value
Packit 022b05
                  of object is equal to the index of the applicable
Packit 022b05
                  row in the ADSL Line Configuration Profile Table,
Packit 022b05
                  AdslLineConfProfileTable defined in ADSL-MIB
Packit 022b05
                  [RFC2662].
Packit 022b05
Packit 022b05
                  In the case when dual-mode has not been enabled,
Packit 022b05
                  the value of the object will be equal to the value
Packit 022b05
                  of the object adslLineConfProfile [RFC2662].
Packit 022b05
Packit 022b05
                  When `static' profiles are implemented, in much
Packit 022b05
                  like the case of the object,
Packit 022b05
                  adslLineConfProfileName [RFC2662], this object's
Packit 022b05
                  value will need to algorithmically represent the
Packit 022b05
                  characteristics of the line.  In this case, the
Packit 022b05
                  value of the line's ifIndex plus a value indicating
Packit 022b05
                  the line mode type (e.g., G.Lite, Full-rate) will
Packit 022b05
                  be used. Therefore, the profile's name is a string
Packit 022b05
                  concatenating the ifIndex and one of the follow
Packit 022b05
                  values: Full or Lite. This string will be
Packit 022b05
                  fixed-length (i.e., 14) with leading zero(s).  For
Packit 022b05
                  example, the profile name for ifIndex that equals
Packit 022b05
                  '15' and is a full rate line, it will be
Packit 022b05
                  '0000000015Full'."
Packit 022b05
             REFERENCE "Section 5.4 Profiles, RFC 2662"
Packit 022b05
         ::= { adslLineExtEntry 5 }
Packit 022b05
Packit 022b05
         adslAtucPerfDataExtTable   OBJECT-TYPE
Packit 022b05
Packit 022b05
             SYNTAX          SEQUENCE OF AdslAtucPerfDataExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This table extends adslAtucPerfDataTable [RFC2662]
Packit 022b05
                  with additional ADSL physical line counter
Packit 022b05
                  information such as unavailable seconds-line and
Packit 022b05
                  severely errored seconds-line."
Packit 022b05
         ::= { adslExtMibObjects 18 }
Packit 022b05
Packit 022b05
         adslAtucPerfDataExtEntry   OBJECT-TYPE
Packit 022b05
             SYNTAX          AdslAtucPerfDataExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "An entry extends the adslAtucPerfDataEntry defined
Packit 022b05
                  in [RFC2662].  Each entry corresponds to an ADSL
Packit 022b05
                  line."
Packit 022b05
         AUGMENTS { adslAtucPerfDataEntry }
Packit 022b05
         ::= { adslAtucPerfDataExtTable 1 }
Packit 022b05
Packit 022b05
         AdslAtucPerfDataExtEntry ::=
Packit 022b05
             SEQUENCE {
Packit 022b05
             adslAtucPerfStatFastR            Counter32,
Packit 022b05
             adslAtucPerfStatFailedFastR      Counter32,
Packit 022b05
             adslAtucPerfStatSesL             Counter32,
Packit 022b05
             adslAtucPerfStatUasL             Counter32,
Packit 022b05
             adslAtucPerfCurr15MinFastR       PerfCurrentCount,
Packit 022b05
             adslAtucPerfCurr15MinFailedFastR PerfCurrentCount,
Packit 022b05
             adslAtucPerfCurr15MinSesL        PerfCurrentCount,
Packit 022b05
             adslAtucPerfCurr15MinUasL        PerfCurrentCount,
Packit 022b05
             adslAtucPerfCurr1DayFastR        AdslPerfCurrDayCount,
Packit 022b05
             adslAtucPerfCurr1DayFailedFastR  AdslPerfCurrDayCount,
Packit 022b05
             adslAtucPerfCurr1DaySesL         AdslPerfCurrDayCount,
Packit 022b05
             adslAtucPerfCurr1DayUasL         AdslPerfCurrDayCount,
Packit 022b05
             adslAtucPerfPrev1DayFastR        AdslPerfPrevDayCount,
Packit 022b05
             adslAtucPerfPrev1DayFailedFastR  AdslPerfPrevDayCount,
Packit 022b05
             adslAtucPerfPrev1DaySesL         AdslPerfPrevDayCount,
Packit 022b05
             adslAtucPerfPrev1DayUasL         AdslPerfPrevDayCount
Packit 022b05
         }
Packit 022b05
Packit 022b05
         adslAtucPerfStatFastR OBJECT-TYPE
Packit 022b05
             SYNTAX      Counter32
Packit 022b05
             UNITS       "line retrains"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The value of this object reports the count of
Packit 022b05
                  the number of fast line bs since last
Packit 022b05
                  agent reset."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.4.15.1 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 1 }
Packit 022b05
Packit 022b05
         adslAtucPerfStatFailedFastR OBJECT-TYPE
Packit 022b05
             SYNTAX      Counter32
Packit 022b05
             UNITS       "line retrains"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The value of this object reports the count of
Packit 022b05
                  the number of failed fast line retrains since
Packit 022b05
                  last agent reset."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.4.15.2 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 2 }
Packit 022b05
Packit 022b05
         adslAtucPerfStatSesL OBJECT-TYPE
Packit 022b05
             SYNTAX      Counter32
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The value of this object reports the count of
Packit 022b05
                  the number of severely errored seconds-line since
Packit 022b05
                  last agent reset."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.7 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 3 }
Packit 022b05
Packit 022b05
         adslAtucPerfStatUasL OBJECT-TYPE
Packit 022b05
             SYNTAX      Counter32
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The value of this object reports the count of
Packit 022b05
                  the number of unavailable seconds-line since
Packit 022b05
                  last agent reset."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.9 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 4 }
Packit 022b05
Packit 022b05
         adslAtucPerfCurr15MinFastR OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfCurrentCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current 15-minute interval,
Packit 022b05
                  adslAtucPerfCurr15MinFastR reports the current
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                  fast retrains."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.4.15.1 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 5 }
Packit 022b05
Packit 022b05
         adslAtucPerfCurr15MinFailedFastR   OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfCurrentCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current 15-minute interval,
Packit 022b05
                  adslAtucPerfCurr15MinFailedFastR reports the
Packit 022b05
                  current number of seconds during which there
Packit 022b05
                  have been failed fast retrains."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.4.15.2 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 6 }
Packit 022b05
Packit 022b05
         adslAtucPerfCurr15MinSesL OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfCurrentCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current 15-minute interval,
Packit 022b05
                  adslAtucPerfCurr15MinSesL reports the current
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  severely errored seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.7 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 7 }
Packit 022b05
Packit 022b05
         adslAtucPerfCurr15MinUasL   OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfCurrentCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current 15-minute interval,
Packit 022b05
                  adslAtucPerfCurr15MinUasL reports the current
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  unavailable seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.9 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 8 }
Packit 022b05
Packit 022b05
         adslAtucPerfCurr1DayFastR    OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfCurrDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current day as measured by
Packit 022b05
                  adslAtucPerfCurr1DayTimeElapsed [RFC2662],
Packit 022b05
                  adslAtucPerfCurr1DayFastR reports the number
Packit 022b05
                  of seconds during which there have been
Packit 022b05
                  fast retrains."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.4.15.1 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 9 }
Packit 022b05
Packit 022b05
         adslAtucPerfCurr1DayFailedFastR    OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfCurrDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current day as measured by
Packit 022b05
                  adslAtucPerfCurr1DayTimeElapsed [RFC2662],
Packit 022b05
                  adslAtucPerfCurr1DayFailedFastR reports the
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  failed fast retrains."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.4.15.2 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 10 }
Packit 022b05
Packit 022b05
         adslAtucPerfCurr1DaySesL    OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfCurrDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current day as measured by
Packit 022b05
                  adslAtucPerfCurr1DayTimeElapsed [RFC2662],
Packit 022b05
                  adslAtucPerfCurr1DaySesL reports the
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  severely errored seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.7 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 11 }
Packit 022b05
Packit 022b05
         adslAtucPerfCurr1DayUasL    OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfCurrDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current day as measured by
Packit 022b05
                  adslAtucPerfCurr1DayTimeElapsed [RFC2662],
Packit 022b05
                  adslAtucPerfCurr1DayUasL reports the
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  unavailable seconds-line."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.9 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 12 }
Packit 022b05
Packit 022b05
         adslAtucPerfPrev1DayFastR     OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfPrevDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the previous day, adslAtucPerfPrev1DayFastR
Packit 022b05
                  reports the number of seconds during which there
Packit 022b05
                  were fast retrains."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.4.15.1 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 13 }
Packit 022b05
Packit 022b05
         adslAtucPerfPrev1DayFailedFastR OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfPrevDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the previous day,
Packit 022b05
                  adslAtucPerfPrev1DayFailedFastR reports the number
Packit 022b05
                  of seconds during which there were failed fast
Packit 022b05
                  retrains."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.4.15.2 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 14 }
Packit 022b05
Packit 022b05
         adslAtucPerfPrev1DaySesL     OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfPrevDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the previous day, adslAtucPerfPrev1DaySesL
Packit 022b05
                  reports the number of seconds during which there
Packit 022b05
                  were severely errored seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.7 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 15 }
Packit 022b05
Packit 022b05
         adslAtucPerfPrev1DayUasL OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfPrevDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the previous day, adslAtucPerfPrev1DayUasL
Packit 022b05
                  reports the number of seconds during which there
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                  were unavailable seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.9 "
Packit 022b05
         ::= { adslAtucPerfDataExtEntry 16 }
Packit 022b05
Packit 022b05
         adslAtucIntervalExtTable   OBJECT-TYPE
Packit 022b05
             SYNTAX          SEQUENCE OF AdslAtucIntervalExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This table provides one row for each ATU-C
Packit 022b05
                  performance data collection interval for
Packit 022b05
                  ADSL physical interfaces whose
Packit 022b05
                  IfEntries' ifType is equal to adsl(94)."
Packit 022b05
         ::= { adslExtMibObjects 19 }
Packit 022b05
Packit 022b05
         adslAtucIntervalExtEntry   OBJECT-TYPE
Packit 022b05
             SYNTAX          AdslAtucIntervalExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION     "An entry in the
Packit 022b05
                              adslAtucIntervalExtTable."
Packit 022b05
             AUGMENTS        { adslAtucIntervalEntry }
Packit 022b05
         ::= { adslAtucIntervalExtTable 1 }
Packit 022b05
Packit 022b05
         AdslAtucIntervalExtEntry ::=
Packit 022b05
             SEQUENCE {
Packit 022b05
             adslAtucIntervalFastR            PerfIntervalCount,
Packit 022b05
             adslAtucIntervalFailedFastR      PerfIntervalCount,
Packit 022b05
             adslAtucIntervalSesL             PerfIntervalCount,
Packit 022b05
             adslAtucIntervalUasL             PerfIntervalCount
Packit 022b05
             }
Packit 022b05
Packit 022b05
         adslAtucIntervalFastR OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfIntervalCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current interval, adslAtucIntervalFastR
Packit 022b05
                  reports the current number of seconds during which
Packit 022b05
                  there have been fast retrains."
Packit 022b05
         ::= { adslAtucIntervalExtEntry 1 }
Packit 022b05
Packit 022b05
         adslAtucIntervalFailedFastR OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfIntervalCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the each interval, adslAtucIntervalFailedFastR
Packit 022b05
                  reports the number of seconds during which
Packit 022b05
                  there have been failed fast retrains."
Packit 022b05
         ::= { adslAtucIntervalExtEntry 2 }
Packit 022b05
Packit 022b05
         adslAtucIntervalSesL OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfIntervalCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the each interval, adslAtucIntervalSesL
Packit 022b05
                  reports the number of seconds during which
Packit 022b05
                  there have been severely errored seconds-line."
Packit 022b05
         ::= { adslAtucIntervalExtEntry 3 }
Packit 022b05
Packit 022b05
         adslAtucIntervalUasL OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfIntervalCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the each interval, adslAtucIntervalUasL
Packit 022b05
                  reports the number of seconds during which
Packit 022b05
                  there have been unavailable seconds-line."
Packit 022b05
         ::= { adslAtucIntervalExtEntry 4 }
Packit 022b05
Packit 022b05
         adslAturPerfDataExtTable   OBJECT-TYPE
Packit 022b05
             SYNTAX          SEQUENCE OF AdslAturPerfDataExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This table contains ADSL physical line counters
Packit 022b05
                  not defined in the adslAturPerfDataTable
Packit 022b05
                  from the ADSL-LINE-MIB [RFC2662]."
Packit 022b05
         ::= { adslExtMibObjects 20 }
Packit 022b05
Packit 022b05
         adslAturPerfDataExtEntry   OBJECT-TYPE
Packit 022b05
             SYNTAX          AdslAturPerfDataExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "An entry extends the adslAturPerfDataEntry defined
Packit 022b05
                  in [RFC2662].  Each entry corresponds to an ADSL
Packit 022b05
                  line."
Packit 022b05
             AUGMENTS { adslAturPerfDataEntry }
Packit 022b05
         ::= { adslAturPerfDataExtTable 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         AdslAturPerfDataExtEntry ::=
Packit 022b05
             SEQUENCE {
Packit 022b05
             adslAturPerfStatSesL             Counter32,
Packit 022b05
             adslAturPerfStatUasL             Counter32,
Packit 022b05
             adslAturPerfCurr15MinSesL        PerfCurrentCount,
Packit 022b05
             adslAturPerfCurr15MinUasL        PerfCurrentCount,
Packit 022b05
             adslAturPerfCurr1DaySesL         AdslPerfCurrDayCount,
Packit 022b05
             adslAturPerfCurr1DayUasL         AdslPerfCurrDayCount,
Packit 022b05
             adslAturPerfPrev1DaySesL         AdslPerfPrevDayCount,
Packit 022b05
             adslAturPerfPrev1DayUasL         AdslPerfPrevDayCount
Packit 022b05
         }
Packit 022b05
Packit 022b05
         adslAturPerfStatSesL OBJECT-TYPE
Packit 022b05
             SYNTAX      Counter32
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The value of this object reports the count of
Packit 022b05
                  severely errored second-line since the last agent
Packit 022b05
                  reset."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.1.7 "
Packit 022b05
         ::= { adslAturPerfDataExtEntry 1 }
Packit 022b05
Packit 022b05
         adslAturPerfStatUasL OBJECT-TYPE
Packit 022b05
             SYNTAX      Counter32
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The value of this object reports the count of
Packit 022b05
                  unavailable seconds-line since the last agent
Packit 022b05
                  reset."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.2.9 "
Packit 022b05
         ::= { adslAturPerfDataExtEntry 2 }
Packit 022b05
Packit 022b05
         adslAturPerfCurr15MinSesL OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfCurrentCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current 15-minute interval,
Packit 022b05
                  adslAturPerfCurr15MinSesL reports the current
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  severely errored seconds-line."
Packit 022b05
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.2.7 "
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         ::= { adslAturPerfDataExtEntry 3 }
Packit 022b05
Packit 022b05
         adslAturPerfCurr15MinUasL   OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfCurrentCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current 15-minute interval,
Packit 022b05
                  adslAturPerfCurr15MinUasL reports the current
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  available seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.2.9 "
Packit 022b05
         ::= { adslAturPerfDataExtEntry 4 }
Packit 022b05
Packit 022b05
         adslAturPerfCurr1DaySesL    OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfCurrDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current day as measured by
Packit 022b05
                  adslAturPerfCurr1DayTimeElapsed [RFC2662],
Packit 022b05
                  adslAturPerfCurr1DaySesL reports the
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  severely errored seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.2.7 "
Packit 022b05
         ::= { adslAturPerfDataExtEntry 5 }
Packit 022b05
Packit 022b05
         adslAturPerfCurr1DayUasL    OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfCurrDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the current day as measured by
Packit 022b05
                  adslAturPerfCurr1DayTimeElapsed [RFC2662],
Packit 022b05
                  adslAturPerfCurr1DayUasL reports the
Packit 022b05
                  number of seconds during which there have been
Packit 022b05
                  unavailable seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.2.9 "
Packit 022b05
         ::= { adslAturPerfDataExtEntry 6 }
Packit 022b05
Packit 022b05
         adslAturPerfPrev1DaySesL     OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfPrevDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the previous day, adslAturPerfPrev1DaySesL
Packit 022b05
                  reports the number of seconds during which there
Packit 022b05
                  were severely errored seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.2.7 "
Packit 022b05
         ::= { adslAturPerfDataExtEntry 7 }
Packit 022b05
Packit 022b05
         adslAturPerfPrev1DayUasL OBJECT-TYPE
Packit 022b05
             SYNTAX      AdslPerfPrevDayCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the previous day, adslAturPerfPrev1DayUasL
Packit 022b05
                  reports the number of seconds during which there
Packit 022b05
                  were severely errored seconds-line."
Packit 022b05
             REFERENCE "ITU G.997.1 Section 7.2.1.2.9 "
Packit 022b05
         ::= { adslAturPerfDataExtEntry 8 }
Packit 022b05
Packit 022b05
         adslAturIntervalExtTable   OBJECT-TYPE
Packit 022b05
             SYNTAX          SEQUENCE OF AdslAturIntervalExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This table provides one row for each ATU-R
Packit 022b05
                  performance data collection interval for
Packit 022b05
                  ADSL physical interfaces whose
Packit 022b05
                  IfEntries' ifType is equal to adsl(94)."
Packit 022b05
         ::= { adslExtMibObjects 21 }
Packit 022b05
Packit 022b05
         adslAturIntervalExtEntry   OBJECT-TYPE
Packit 022b05
             SYNTAX          AdslAturIntervalExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION     "An entry in the
Packit 022b05
                              adslAturIntervalExtTable."
Packit 022b05
             AUGMENTS        { adslAturIntervalEntry }
Packit 022b05
         ::= { adslAturIntervalExtTable 1 }
Packit 022b05
Packit 022b05
         AdslAturIntervalExtEntry ::=
Packit 022b05
             SEQUENCE {
Packit 022b05
             adslAturIntervalSesL             PerfIntervalCount,
Packit 022b05
             adslAturIntervalUasL             PerfIntervalCount
Packit 022b05
             }
Packit 022b05
Packit 022b05
         adslAturIntervalSesL OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfIntervalCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the each interval, adslAturIntervalSesL
Packit 022b05
                  reports the number of seconds during which
Packit 022b05
                  there have been severely errored seconds-line."
Packit 022b05
         ::= { adslAturIntervalExtEntry 1 }
Packit 022b05
Packit 022b05
         adslAturIntervalUasL OBJECT-TYPE
Packit 022b05
             SYNTAX      PerfIntervalCount
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-only
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "For the each interval, adslAturIntervalUasL
Packit 022b05
                  reports the number of seconds during which
Packit 022b05
                  there have been unavailable seconds-line."
Packit 022b05
         ::= { adslAturIntervalExtEntry 2 }
Packit 022b05
Packit 022b05
         adslConfProfileExtTable   OBJECT-TYPE
Packit 022b05
             SYNTAX          SEQUENCE OF AdslConfProfileExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The adslConfProfileExtTable extends the ADSL line
Packit 022b05
                  profile configuration information in the
Packit 022b05
                  adslLineConfProfileTable from the ADSL-LINE-MIB
Packit 022b05
                  [RFC2662] by adding the ability to configure the
Packit 022b05
                  ADSL physical line mode."
Packit 022b05
         ::= { adslExtMibObjects 22 }
Packit 022b05
Packit 022b05
         adslConfProfileExtEntry   OBJECT-TYPE
Packit 022b05
             SYNTAX          AdslConfProfileExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "An entry extends the adslLineConfProfileEntry
Packit 022b05
                  defined in [RFC2662].  Each entry corresponds to an
Packit 022b05
                  ADSL line profile."
Packit 022b05
             AUGMENTS { adslLineConfProfileEntry }
Packit 022b05
         ::= { adslConfProfileExtTable 1 }
Packit 022b05
Packit 022b05
         AdslConfProfileExtEntry ::=
Packit 022b05
             SEQUENCE {
Packit 022b05
                 adslConfProfileLineType  INTEGER
Packit 022b05
             }
Packit 022b05
Packit 022b05
         adslConfProfileLineType OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             SYNTAX      INTEGER {
Packit 022b05
                 noChannel (1),        -- no channels exist
Packit 022b05
                 fastOnly (2),         -- only fast channel exists
Packit 022b05
                 interleavedOnly (3),  -- only interleaved channel
Packit 022b05
                                       -- exist
Packit 022b05
                 fastOrInterleaved (4),-- either fast or interleaved
Packit 022b05
                                       -- channels can exist, but
Packit 022b05
                                       -- only one at any time
Packit 022b05
                 fastAndInterleaved (5)-- both the fast channel and
Packit 022b05
                                       -- the interleaved channel
Packit 022b05
                                       -- exist
Packit 022b05
                 }
Packit 022b05
             MAX-ACCESS  read-create
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This object is used to configure the ADSL physical
Packit 022b05
                  line mode.  It has following valid values:
Packit 022b05
Packit 022b05
                  noChannel(1), when no channels exist.
Packit 022b05
                  fastOnly(2), when only fast channel exists.
Packit 022b05
                  interleavedOnly(3), when only interleaved channel
Packit 022b05
                      exist.
Packit 022b05
                  fastOrInterleaved(4), when either fast or
Packit 022b05
                      interleaved channels can exist, but only one
Packit 022b05
                      at any time.
Packit 022b05
                  fastAndInterleaved(5), when both the fast channel
Packit 022b05
                      and the interleaved channel exist.
Packit 022b05
Packit 022b05
                  In the case when no value has been set, the default
Packit 022b05
                  Value is noChannel(1).
Packit 022b05
                  "
Packit 022b05
             DEFVAL { fastOnly }
Packit 022b05
         ::= { adslConfProfileExtEntry 1 }
Packit 022b05
Packit 022b05
         adslAlarmConfProfileExtTable   OBJECT-TYPE
Packit 022b05
             SYNTAX          SEQUENCE OF AdslAlarmConfProfileExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This table extends the
Packit 022b05
                  adslLineAlarmConfProfileTable and provides
Packit 022b05
                  threshold parameters for all the counters defined
Packit 022b05
                  in this MIB module."
Packit 022b05
         ::= { adslExtMibObjects 23 }
Packit 022b05
Packit 022b05
         adslAlarmConfProfileExtEntry   OBJECT-TYPE
Packit 022b05
             SYNTAX          AdslAlarmConfProfileExtEntry
Packit 022b05
             MAX-ACCESS      not-accessible
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             STATUS          current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "An entry extends the adslLineAlarmConfProfileTable
Packit 022b05
                  defined in [RFC2662].  Each entry corresponds to
Packit 022b05
                  an ADSL alarm profile."
Packit 022b05
             AUGMENTS { adslLineAlarmConfProfileEntry }
Packit 022b05
         ::= { adslAlarmConfProfileExtTable 1 }
Packit 022b05
Packit 022b05
         AdslAlarmConfProfileExtEntry ::=
Packit 022b05
             SEQUENCE {
Packit 022b05
             adslAtucThreshold15MinFailedFastR     Integer32,
Packit 022b05
             adslAtucThreshold15MinSesL            Integer32,
Packit 022b05
             adslAtucThreshold15MinUasL            Integer32,
Packit 022b05
             adslAturThreshold15MinSesL            Integer32,
Packit 022b05
             adslAturThreshold15MinUasL            Integer32
Packit 022b05
         }
Packit 022b05
Packit 022b05
         adslAtucThreshold15MinFailedFastR   OBJECT-TYPE
Packit 022b05
             SYNTAX      Integer32(0..900)
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-create
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The first time the value of the corresponding
Packit 022b05
                  instance of adslAtucPerfCurr15MinFailedFastR
Packit 022b05
                  reaches or exceeds this value within a given
Packit 022b05
                  15-minute performance data collection period,
Packit 022b05
                  an adslAtucFailedFastRThreshTrap  notification
Packit 022b05
                  will be generated. The value '0' will disable
Packit 022b05
                  the notification. The default value of this
Packit 022b05
                  object is '0'."
Packit 022b05
             DEFVAL { 0 }
Packit 022b05
         ::= { adslAlarmConfProfileExtEntry 1 }
Packit 022b05
Packit 022b05
         adslAtucThreshold15MinSesL OBJECT-TYPE
Packit 022b05
             SYNTAX      Integer32(0..900)
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-create
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The first time the value of the corresponding
Packit 022b05
                  instance of adslAtucPerf15MinSesL reaches or
Packit 022b05
                  exceeds this value within a given 15-minute
Packit 022b05
                  performance data collection period, an
Packit 022b05
                  adslAtucSesLThreshTrap notification will be
Packit 022b05
                  generated. The value '0' will disable the
Packit 022b05
                  notification.  The default value of this
Packit 022b05
                  object is '0'."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             DEFVAL { 0 }
Packit 022b05
Packit 022b05
         ::= { adslAlarmConfProfileExtEntry 2 }
Packit 022b05
Packit 022b05
         adslAtucThreshold15MinUasL OBJECT-TYPE
Packit 022b05
             SYNTAX      Integer32(0..900)
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-create
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The first time the value of the corresponding
Packit 022b05
                  instance of adslAtucPerf15MinUasL reaches or
Packit 022b05
                  exceeds this value within a given 15-minute
Packit 022b05
                  performance data collection period, an
Packit 022b05
                  adslAtucUasLThreshTrap notification will be
Packit 022b05
                  generated. The value '0' will disable the
Packit 022b05
                  notification.  The default value of this
Packit 022b05
                  object is '0'."
Packit 022b05
             DEFVAL { 0 }
Packit 022b05
         ::= { adslAlarmConfProfileExtEntry 3 }
Packit 022b05
Packit 022b05
         adslAturThreshold15MinSesL OBJECT-TYPE
Packit 022b05
             SYNTAX      Integer32(0..900)
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-create
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The first time the value of the corresponding
Packit 022b05
                  instance of adslAturPerf15MinSesL reaches or
Packit 022b05
                  exceeds this value within a given 15-minute
Packit 022b05
                  performance data collection period, an
Packit 022b05
                  adslAturSesLThreshTrap notification will be
Packit 022b05
                  generated. The value '0' will disable the
Packit 022b05
                  notification.  The default value of this
Packit 022b05
                  object is '0'."
Packit 022b05
             DEFVAL { 0 }
Packit 022b05
         ::= { adslAlarmConfProfileExtEntry 4 }
Packit 022b05
Packit 022b05
         adslAturThreshold15MinUasL OBJECT-TYPE
Packit 022b05
             SYNTAX      Integer32(0..900)
Packit 022b05
             UNITS       "seconds"
Packit 022b05
             MAX-ACCESS  read-create
Packit 022b05
             STATUS      current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The first time the value of the corresponding
Packit 022b05
                  instance of adslAturPerf15MinUasL reaches or
Packit 022b05
                  exceeds this value within a given 15-minute
Packit 022b05
                  performance data collection period, an
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                  adslAturUasLThreshTrap notification will be
Packit 022b05
                  generated. The value '0' will disable the
Packit 022b05
                  notification.  The default value of this
Packit 022b05
                  object is '0'."
Packit 022b05
             DEFVAL { 0 }
Packit 022b05
Packit 022b05
         ::= { adslAlarmConfProfileExtEntry 5 }
Packit 022b05
Packit 022b05
  --   definitions
Packit 022b05
Packit 022b05
   adslExtTraps OBJECT IDENTIFIER ::= { adslExtMibObjects 24 }
Packit 022b05
Packit 022b05
   adslExtAtucTraps OBJECT IDENTIFIER ::= { adslExtTraps 1 }
Packit 022b05
Packit 022b05
   adslExtAtucTrapsPrefix OBJECT IDENTIFIER ::= { adslExtAtucTraps 0 }
Packit 022b05
Packit 022b05
         adslAtucFailedFastRThreshTrap      NOTIFICATION-TYPE
Packit 022b05
             OBJECTS { adslAtucPerfCurr15MinFailedFastR }
Packit 022b05
             STATUS  current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Failed Fast Retrains 15-minute threshold reached."
Packit 022b05
         ::= { adslExtAtucTrapsPrefix 1 }
Packit 022b05
Packit 022b05
         adslAtucSesLThreshTrap      NOTIFICATION-TYPE
Packit 022b05
             OBJECTS { adslAtucPerfCurr15MinSesL }
Packit 022b05
             STATUS  current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Severely errored seconds-line 15-minute threshold
Packit 022b05
                  reached."
Packit 022b05
         ::= { adslExtAtucTrapsPrefix 2 }
Packit 022b05
Packit 022b05
         adslAtucUasLThreshTrap      NOTIFICATION-TYPE
Packit 022b05
             OBJECTS { adslAtucPerfCurr15MinUasL }
Packit 022b05
             STATUS  current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Unavailable seconds-line 15-minute threshold
Packit 022b05
                  reached."
Packit 022b05
         ::= { adslExtAtucTrapsPrefix 3 }
Packit 022b05
Packit 022b05
Packit 022b05
   adslExtAturTraps OBJECT IDENTIFIER ::= { adslExtTraps 2 }
Packit 022b05
Packit 022b05
   adslExtAturTrapsPrefix OBJECT IDENTIFIER ::= { adslExtAturTraps 0 }
Packit 022b05
Packit 022b05
         adslAturSesLThreshTrap      NOTIFICATION-TYPE
Packit 022b05
             OBJECTS { adslAturPerfCurr15MinSesL }
Packit 022b05
             STATUS  current
Packit 022b05
             DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                 "Severely errored seconds-line 15-minute threshold
Packit 022b05
                  reached."
Packit 022b05
         ::= { adslExtAturTrapsPrefix 1 }
Packit 022b05
Packit 022b05
         adslAturUasLThreshTrap      NOTIFICATION-TYPE
Packit 022b05
             OBJECTS { adslAturPerfCurr15MinUasL }
Packit 022b05
             STATUS  current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Unavailable seconds-line 15-minute threshold
Packit 022b05
                  reached."
Packit 022b05
         ::= { adslExtAturTrapsPrefix 2 }
Packit 022b05
Packit 022b05
Packit 022b05
   -- conformance information
Packit 022b05
Packit 022b05
   adslExtConformance OBJECT IDENTIFIER ::= { adslExtMIB 2 }
Packit 022b05
Packit 022b05
   adslExtGroups OBJECT IDENTIFIER ::= { adslExtConformance 1 }
Packit 022b05
   adslExtCompliances OBJECT IDENTIFIER ::= { adslExtConformance 2 }
Packit 022b05
Packit 022b05
         -- ATU-C agent compliance statements
Packit 022b05
Packit 022b05
         adslExtLineMibAtucCompliance MODULE-COMPLIANCE
Packit 022b05
             STATUS  current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The compliance statement for SNMP entities which
Packit 022b05
                  represent ADSL ATU-C interfaces."
Packit 022b05
Packit 022b05
             MODULE  -- this module
Packit 022b05
             MANDATORY-GROUPS
Packit 022b05
                {
Packit 022b05
                adslExtLineGroup,
Packit 022b05
                adslExtLineConfProfileControlGroup,
Packit 022b05
                adslExtLineAlarmConfProfileGroup
Packit 022b05
                }
Packit 022b05
Packit 022b05
             GROUP       adslExtAtucPhysPerfCounterGroup
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This group is optional.  Implementations which
Packit 022b05
                  require continuous ATU-C physical event counters
Packit 022b05
                  should implement this group."
Packit 022b05
Packit 022b05
             GROUP       adslExtAturPhysPerfCounterGroup
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "This group is optional.  Implementations which
Packit 022b05
                  require continuous ATU-R physical event counters
Packit 022b05
                  should implement this group."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             GROUP   adslExtNotificationsGroup
Packit 022b05
             DESCRIPTION
Packit 022b05
           "This group is optional.  Implementations which
Packit 022b05
                  support TCA (Threshold Crossing Alert) should
Packit 022b05
                  implement this group."
Packit 022b05
Packit 022b05
             OBJECT      adslAtucThreshold15MinFailedFastR
Packit 022b05
             MIN-ACCESS  read-write
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Read-write access is applicable only when
Packit 022b05
                  static profiles as defined in ADSL Line MIB
Packit 022b05
                  [RFC2662] are implemented."
Packit 022b05
Packit 022b05
             OBJECT      adslAtucThreshold15MinSesL
Packit 022b05
             MIN-ACCESS  read-write
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Read-write access is applicable only when
Packit 022b05
                  static profiles as defined in ADSL Line MIB
Packit 022b05
                  [RFC2662] are implemented."
Packit 022b05
Packit 022b05
             OBJECT      adslAtucThreshold15MinUasL
Packit 022b05
             MIN-ACCESS  read-write
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Read-write access is applicable only when
Packit 022b05
                  static profiles as defined in ADSL Line MIB
Packit 022b05
                  [RFC2662] are implemented."
Packit 022b05
Packit 022b05
             OBJECT      adslAturThreshold15MinSesL
Packit 022b05
             MIN-ACCESS  read-write
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Read-write access is applicable only when
Packit 022b05
                  static profiles as defined in ADSL Line MIB
Packit 022b05
                  [RFC2662] are implemented."
Packit 022b05
Packit 022b05
             OBJECT      adslAturThreshold15MinUasL
Packit 022b05
             MIN-ACCESS  read-write
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Read-write access is applicable only when
Packit 022b05
                  static profiles as defined in ADSL Line MIB
Packit 022b05
                  [RFC2662] are implemented."
Packit 022b05
Packit 022b05
             OBJECT      adslLineConfProfileDualLite
Packit 022b05
             MIN-ACCESS  read-only
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "Read-only access is applicable only when
Packit 022b05
                  static profiles as defined in ADSL Line MIB
Packit 022b05
                  [RFC2662] are implemented."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         ::= { adslExtCompliances 1 }
Packit 022b05
Packit 022b05
         -- units of conformance
Packit 022b05
         adslExtLineGroup    OBJECT-GROUP
Packit 022b05
             OBJECTS {
Packit 022b05
                 adslLineConfProfileDualLite,
Packit 022b05
                 adslLineTransAtucCap,
Packit 022b05
                 adslLineTransAtucConfig,
Packit 022b05
                 adslLineTransAtucActual,
Packit 022b05
                 adslLineGlitePowerState
Packit 022b05
                }
Packit 022b05
             STATUS     current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "A collection of objects providing extended
Packit 022b05
                 configuration information about an ADSL Line."
Packit 022b05
         ::= { adslExtGroups 1 }
Packit 022b05
Packit 022b05
         adslExtAtucPhysPerfCounterGroup OBJECT-GROUP
Packit 022b05
             OBJECTS {
Packit 022b05
                 adslAtucPerfStatFastR,
Packit 022b05
                 adslAtucPerfStatFailedFastR,
Packit 022b05
                 adslAtucPerfCurr15MinFastR,
Packit 022b05
                 adslAtucPerfCurr15MinFailedFastR,
Packit 022b05
                 adslAtucPerfCurr1DayFastR,
Packit 022b05
                 adslAtucPerfCurr1DayFailedFastR,
Packit 022b05
                 adslAtucPerfPrev1DayFastR,
Packit 022b05
                 adslAtucPerfPrev1DayFailedFastR,
Packit 022b05
                 adslAtucPerfStatSesL,
Packit 022b05
                 adslAtucPerfStatUasL,
Packit 022b05
                 adslAtucPerfCurr15MinSesL,
Packit 022b05
                 adslAtucPerfCurr15MinUasL,
Packit 022b05
                 adslAtucPerfCurr1DaySesL,
Packit 022b05
                 adslAtucPerfCurr1DayUasL,
Packit 022b05
                 adslAtucPerfPrev1DaySesL,
Packit 022b05
                 adslAtucPerfPrev1DayUasL,
Packit 022b05
                 adslAtucIntervalFastR,
Packit 022b05
                 adslAtucIntervalFailedFastR,
Packit 022b05
                 adslAtucIntervalSesL,
Packit 022b05
                 adslAtucIntervalUasL
Packit 022b05
                }
Packit 022b05
             STATUS     current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "A collection of objects providing raw performance
Packit 022b05
                 counts on an ADSL Line (ATU-C end)."
Packit 022b05
         ::= { adslExtGroups 2 }
Packit 022b05
Packit 022b05
         adslExtAturPhysPerfCounterGroup OBJECT-GROUP
Packit 022b05
             OBJECTS {
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                 adslAturPerfStatSesL,
Packit 022b05
                 adslAturPerfStatUasL,
Packit 022b05
                 adslAturPerfCurr15MinSesL,
Packit 022b05
                 adslAturPerfCurr15MinUasL,
Packit 022b05
                 adslAturPerfCurr1DaySesL,
Packit 022b05
                 adslAturPerfCurr1DayUasL,
Packit 022b05
                 adslAturPerfPrev1DaySesL,
Packit 022b05
                 adslAturPerfPrev1DayUasL,
Packit 022b05
                 adslAturIntervalSesL, adslAturIntervalUasL
Packit 022b05
                }
Packit 022b05
             STATUS     current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "A collection of objects providing raw performance
Packit 022b05
                 counts on an ADSL Line (ATU-C end)."
Packit 022b05
         ::= { adslExtGroups 3 }
Packit 022b05
Packit 022b05
         adslExtLineConfProfileControlGroup OBJECT-GROUP
Packit 022b05
             OBJECTS {
Packit 022b05
                 adslConfProfileLineType
Packit 022b05
                }
Packit 022b05
             STATUS     current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "A collection of objects providing profile
Packit 022b05
                 control for the ADSL system."
Packit 022b05
         ::= { adslExtGroups 4 }
Packit 022b05
Packit 022b05
         adslExtLineAlarmConfProfileGroup OBJECT-GROUP
Packit 022b05
             OBJECTS {
Packit 022b05
                    adslAtucThreshold15MinFailedFastR,
Packit 022b05
                    adslAtucThreshold15MinSesL,
Packit 022b05
                    adslAtucThreshold15MinUasL,
Packit 022b05
                    adslAturThreshold15MinSesL,
Packit 022b05
                    adslAturThreshold15MinUasL
Packit 022b05
                }
Packit 022b05
             STATUS     current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "A collection of objects providing alarm profile
Packit 022b05
                 control for the ADSL system."
Packit 022b05
         ::= { adslExtGroups 5 }
Packit 022b05
Packit 022b05
         adslExtNotificationsGroup NOTIFICATION-GROUP
Packit 022b05
             NOTIFICATIONS {
Packit 022b05
                 adslAtucFailedFastRThreshTrap,
Packit 022b05
                 adslAtucSesLThreshTrap,
Packit 022b05
                 adslAtucUasLThreshTrap,
Packit 022b05
                 adslAturSesLThreshTrap,
Packit 022b05
                 adslAturUasLThreshTrap
Packit 022b05
             }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             STATUS        current
Packit 022b05
             DESCRIPTION
Packit 022b05
                 "The collection of ADSL extension notifications."
Packit 022b05
            ::= { adslExtGroups 6 }
Packit 022b05
Packit 022b05
END