Blame mibs/ietf/HDSL2-SHDSL-LINE-MIB

Packit 022b05
HDSL2-SHDSL-LINE-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
   MODULE-IDENTITY,
Packit 022b05
   OBJECT-TYPE,
Packit 022b05
   Counter32,
Packit 022b05
   Unsigned32,
Packit 022b05
   Gauge32,
Packit 022b05
   NOTIFICATION-TYPE,
Packit 022b05
   Integer32,
Packit 022b05
   transmission
Packit 022b05
      FROM SNMPv2-SMI
Packit 022b05
   RowStatus,
Packit 022b05
   TEXTUAL-CONVENTION
Packit 022b05
      FROM SNMPv2-TC
Packit 022b05
   ifIndex
Packit 022b05
      FROM IF-MIB
Packit 022b05
   PerfCurrentCount,
Packit 022b05
   PerfIntervalCount
Packit 022b05
      FROM PerfHist-TC-MIB
Packit 022b05
   SnmpAdminString
Packit 022b05
      FROM SNMP-FRAMEWORK-MIB
Packit 022b05
   MODULE-COMPLIANCE,
Packit 022b05
   OBJECT-GROUP,
Packit 022b05
   NOTIFICATION-GROUP
Packit 022b05
      FROM SNMPv2-CONF;
Packit 022b05
Packit 022b05
hdsl2ShdslMIB MODULE-IDENTITY
Packit 022b05
   LAST-UPDATED "200512070000Z" -- December 7, 2005
Packit 022b05
   ORGANIZATION "ADSLMIB Working Group"
Packit 022b05
   CONTACT-INFO "WG-email:  adslmib@ietf.org
Packit 022b05
      WG-URL:
Packit 022b05
         http://www.ietf.org/html.charters/adslmib-charter.html
Packit 022b05
      Info:       https://www1.ietf.org/mailman/listinfo/adslmib
Packit 022b05
      Chair:      Mike Sneed
Packit 022b05
                  Sand Channel Systems
Packit 022b05
      Postal:     1210-203 Westview Ln
Packit 022b05
                  Raleigh NC 27605  USA
Packit 022b05
      Email:      sneedmike@hotmail.com
Packit 022b05
      Phone:     +1 206 600 7022
Packit 022b05
Packit 022b05
      Co-Chair    Bob Ray
Packit 022b05
                  PESA Switching Systems, Inc.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      Postal      330-A Wynn Drive
Packit 022b05
                  Huntsville, AL 35805 USA
Packit 022b05
      Phone       +1 256 726 9200 ext. 142
Packit 022b05
Packit 022b05
      Co-editor:  Clay Sikes
Packit 022b05
                  Zhone Technologies, Inc.
Packit 022b05
      Postal:     8545 126th Ave. N.
Packit 022b05
                  Largo, FL 33772 USA
Packit 022b05
      Email:      csikes@zhone.com
Packit 022b05
      Phone:      +1 727 530 8257
Packit 022b05
Packit 022b05
      Co-editor:  Bob Ray
Packit 022b05
                  PESA Switching Systems, Inc.
Packit 022b05
      Postal:     330-A Wynn Drive
Packit 022b05
                  Huntsville, AL 35805 USA
Packit 022b05
      Email:      rray@pesa.com
Packit 022b05
      Phone:      +1 256 726 9200 ext. 142
Packit 022b05
Packit 022b05
      Co-editor:  Rajesh Abbi
Packit 022b05
                  Alcatel USA
Packit 022b05
      Postal:     2301 Sugar Bush Road
Packit 022b05
                  Raleigh, NC 27612-3339 USA
Packit 022b05
Packit 022b05
      Email:      Rajesh.Abbi@alcatel.com
Packit 022b05
      Phone:      +1 919 850 6194"
Packit 022b05
Packit 022b05
DESCRIPTION
Packit 022b05
     "This MIB module defines a collection of objects for managing
Packit 022b05
      HDSL2/SHDSL lines.  An agent may reside at either end of the
Packit 022b05
      line; however, the MIB module is designed to require no
Packit 022b05
      management communication between the modems beyond that
Packit 022b05
      inherent in the low-level EOC line protocol as defined in
Packit 022b05
      ANSI T1E1.4/2000-006 (for HDSL2 lines) or in ITU G.991.2
Packit 022b05
      (for SHDSL lines).
Packit 022b05
Packit 022b05
      Copyright (C) The Internet Society (2005).  This version of
Packit 022b05
      this MIB module is part of RFC 4319; see the RFC itself for
Packit 022b05
      full legal notices."
Packit 022b05
Packit 022b05
REVISION    "200512070000Z" -- December 7, 2005
Packit 022b05
DESCRIPTION "This version, published as RFC 4319.
Packit 022b05
      The following changes have been made in this version:
Packit 022b05
        1.  Added a 3rd and 4th wire pair.
Packit 022b05
        2.  Modified all rates such that their rates are only
Packit 022b05
            constrained by an unsigned 32-bit value and not by
Packit 022b05
            what today's perceived technology limitations are.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        3.  Clarified that the rates from RFC 3276 include
Packit 022b05
            payload and any applicable framing and added
Packit 022b05
            objects for payload-only rates.
Packit 022b05
        4.  Added an object to indicate whether the
Packit 022b05
            tip and ring are reversed on a wire pair.
Packit 022b05
        5.  Added an object to display the activation state
Packit 022b05
            of a wire pair.
Packit 022b05
        6.  Added references as necessary for clarification.
Packit 022b05
        7.  Added display hints to textual conventions as
Packit 022b05
            necessary.
Packit 022b05
        8.  Updated conformance statements as necessary.
Packit 022b05
        9.  Some changes were due to IETF requirements and
Packit 022b05
            RFC generation tools."
Packit 022b05
Packit 022b05
REVISION    "200205090000Z" -- May 9, 2002
Packit 022b05
DESCRIPTION "Initial version, published as RFC 3276."
Packit 022b05
Packit 022b05
::= { transmission 48 }
Packit 022b05
Packit 022b05
hdsl2ShdslMibObjects OBJECT IDENTIFIER ::= { hdsl2ShdslMIB 1 }
Packit 022b05
Packit 022b05
-- Textual Conventions used in this MIB module
Packit 022b05
--
Packit 022b05
Packit 022b05
Hdsl2ShdslPerfCurrDayCount ::= TEXTUAL-CONVENTION
Packit 022b05
   DISPLAY-HINT "d"
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "A gauge associated with interface performance measurements in
Packit 022b05
      a current 1-day (24 hour) measurement interval.
Packit 022b05
Packit 022b05
      The value of this gauge starts at zero at the beginning of an
Packit 022b05
      interval and is increased when associated events occur, until
Packit 022b05
      the end of the 1-day interval.  At that time, the value of the
Packit 022b05
      gauge is stored in the previous 1-day history interval, as
Packit 022b05
      defined in a companion object of type
Packit 022b05
      Hdsl2Shdsl1DayIntevalCount, and the current interval gauge
Packit 022b05
      is restarted at zero.
Packit 022b05
Packit 022b05
      In the case where the agent has no valid data available for
Packit 022b05
      this interval, the corresponding object instance is not
Packit 022b05
      available, and upon a retrieval request, a corresponding error
Packit 022b05
      message shall be returned to indicate that this instance does
Packit 022b05
      not exist.  Please note that zero is a valid value."
Packit 022b05
   SYNTAX  Gauge32
Packit 022b05
Packit 022b05
Hdsl2Shdsl1DayIntervalCount ::= TEXTUAL-CONVENTION
Packit 022b05
   DISPLAY-HINT "d"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "A counter associated with interface performance measurements
Packit 022b05
      during the most previous 1-day (24 hour) measurement interval.
Packit 022b05
      The value of this gauge is equal to the value of the current
Packit 022b05
      day gauge, as defined in a companion object of type
Packit 022b05
      Hdsl2ShdslPerfCurrDayCount, at the end of its most recent
Packit 022b05
      interval.
Packit 022b05
Packit 022b05
      In the case where the agent has no valid data available for
Packit 022b05
      this interval, the corresponding object instance is not
Packit 022b05
      available, and upon a retrieval request, a corresponding error
Packit 022b05
      message shall be returned to indicate that this instance does
Packit 022b05
      not exist."
Packit 022b05
   SYNTAX  Gauge32
Packit 022b05
Packit 022b05
Hdsl2ShdslPerfTimeElapsed ::= TEXTUAL-CONVENTION
Packit 022b05
   DISPLAY-HINT "d"
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The number of seconds that have elapsed since the beginning of
Packit 022b05
      the current measurement period.  If, for some reason, such as
Packit 022b05
      an adjustment in the system's time-of-day clock or the addition
Packit 022b05
      of a leap second, the current interval exceeds the maximum
Packit 022b05
      value, the agent will return the maximum value.
Packit 022b05
Packit 022b05
      For 15-minute intervals, the range is limited to (0..899).
Packit 022b05
      For 24-hour intervals, the range is limited to (0..86399)."
Packit 022b05
   SYNTAX    Unsigned32(0..86399)
Packit 022b05
Packit 022b05
Hdsl2ShdslPerfIntervalThreshold ::= TEXTUAL-CONVENTION
Packit 022b05
   DISPLAY-HINT "d"
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This convention defines a range of values that may be set in
Packit 022b05
      a fault threshold alarm control.  As the number of seconds in
Packit 022b05
      a 15-minute interval numbers at most 900, objects of this type
Packit 022b05
      may have a range of 0...900, where the value of 0 disables the
Packit 022b05
      alarm."
Packit 022b05
   SYNTAX    Unsigned32(0..900)
Packit 022b05
Packit 022b05
Hdsl2ShdslUnitId ::= TEXTUAL-CONVENTION
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This is the unique identification for all units in an
Packit 022b05
      HDSL2/SHDSL span.  It is based on the EOC unit addressing
Packit 022b05
      scheme with reference to the xtuC."
Packit 022b05
   SYNTAX    INTEGER
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           {
Packit 022b05
           xtuC(1),
Packit 022b05
           xtuR(2),
Packit 022b05
           xru1(3),
Packit 022b05
           xru2(4),
Packit 022b05
           xru3(5),
Packit 022b05
           xru4(6),
Packit 022b05
           xru5(7),
Packit 022b05
           xru6(8),
Packit 022b05
           xru7(9),
Packit 022b05
           xru8(10)
Packit 022b05
           }
Packit 022b05
Packit 022b05
Hdsl2ShdslUnitSide ::= TEXTUAL-CONVENTION
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This is the referenced side of an HDSL2/SHDSL unit - Network
Packit 022b05
      or Customer side.  The side facing the Network is the Network
Packit 022b05
      side, while the side facing the Customer is the Customer side."
Packit 022b05
   SYNTAX    INTEGER
Packit 022b05
           {
Packit 022b05
           networkSide(1),
Packit 022b05
           customerSide(2)
Packit 022b05
           }
Packit 022b05
Packit 022b05
Hdsl2ShdslWirePair ::= TEXTUAL-CONVENTION
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This is the referenced pair of wires in an HDSL2/SHDSL segment.
Packit 022b05
      HDSL2 only supports a single pair (wirePair1 or two wire),
Packit 022b05
      SHDSL lines support an optional second pair (wirePair2 or four
Packit 022b05
      wire), and G.shdsl.bis support an optional third pair
Packit 022b05
      (wirePair3 or six wire) and an optional fourth pair
Packit 022b05
      (wirePair4 or eight wire)."
Packit 022b05
   SYNTAX    INTEGER
Packit 022b05
           {
Packit 022b05
           wirePair1(1),    -- two wire
Packit 022b05
           wirePair2(2),    -- four wire
Packit 022b05
           wirePair3(3),    -- six wire
Packit 022b05
           wirePair4(4)     -- eight wire
Packit 022b05
           }
Packit 022b05
Packit 022b05
Hdsl2ShdslTransmissionModeType ::= TEXTUAL-CONVENTION
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Contains the regional setting of the HDSL2/SHDSL span,
Packit 022b05
      represented as a bit-map of possible settings.  The various
Packit 022b05
      bit positions are as follows:
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      Bit   Meaning      Description
Packit 022b05
      1     region 1     Indicates ITU-T G.991.2 Annex A.
Packit 022b05
      2     region 2     Indicates ITU-T G.991.2 Annex B."
Packit 022b05
   SYNTAX      BITS
Packit 022b05
           {
Packit 022b05
           region1(0),
Packit 022b05
           region2(1)
Packit 022b05
           }
Packit 022b05
Packit 022b05
Hdsl2ShdslClockReferenceType ::= TEXTUAL-CONVENTION
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The various STU-C symbol clock references for the
Packit 022b05
      HDSL2/SHDSL span, represented as an enumeration."
Packit 022b05
   SYNTAX    INTEGER
Packit 022b05
          {
Packit 022b05
          localClk(1),          -- Mode-1 per G991.2
Packit 022b05
          networkClk(2),        -- Mode-2 per G991.2
Packit 022b05
          dataOrNetworkClk(3),  -- Mode-3a per G991.2
Packit 022b05
          dataClk(4)            -- Mode-3b per G991.2
Packit 022b05
          }
Packit 022b05
Packit 022b05
-- Span Configuration Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfTable OBJECT-TYPE
Packit 022b05
   SYNTAX     SEQUENCE OF Hdsl2ShdslSpanConfEntry
Packit 022b05
   MAX-ACCESS not-accessible
Packit 022b05
   STATUS     current
Packit 022b05
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table supports overall configuration of HDSL2/SHDSL
Packit 022b05
      spans.  Entries in this table MUST be maintained in a
Packit 022b05
      persistent manner."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslSpanConfEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2ShdslSpanConfTable.  Each entry
Packit 022b05
      represents the complete span in a single HDSL2/SHDSL line.
Packit 022b05
      It is indexed by the ifIndex of the associated HDSL2/SHDSL
Packit 022b05
      line."
Packit 022b05
   INDEX { ifIndex }
Packit 022b05
   ::= { hdsl2ShdslSpanConfTable 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Hdsl2ShdslSpanConfEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslSpanConfNumRepeaters          Unsigned32,
Packit 022b05
   hdsl2ShdslSpanConfProfile               SnmpAdminString,
Packit 022b05
   hdsl2ShdslSpanConfAlarmProfile          SnmpAdminString
Packit 022b05
   }
Packit 022b05
Packit 022b05
   hdsl2ShdslSpanConfNumRepeaters OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(0..8)
Packit 022b05
   UNITS       "repeaters"
Packit 022b05
   MAX-ACCESS  read-write
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object provisions the number of repeaters/regenerators
Packit 022b05
      in this HDSL2/SHDSL span."
Packit 022b05
   ::= { hdsl2ShdslSpanConfEntry 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfProfile OBJECT-TYPE
Packit 022b05
   SYNTAX      SnmpAdminString (SIZE(1..32))
Packit 022b05
   MAX-ACCESS  read-write
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object is a pointer to a span configuration profile in
Packit 022b05
      the hdsl2ShdslSpanConfProfileTable, which applies to this
Packit 022b05
      span.  The value of this object is the index of the referenced
Packit 022b05
      profile in the hdsl2ShdslSpanConfProfileTable.  Note that span
Packit 022b05
      configuration profiles are only applicable to SHDSL lines.
Packit 022b05
Packit 022b05
      HDSL2 lines MUST reference the default profile, 'DEFVAL'.
Packit 022b05
      By default, this object will have the value 'DEFVAL'
Packit 022b05
      (the index of the default profile).
Packit 022b05
Packit 022b05
      Any attempt to set this object to a value that is not the value
Packit 022b05
      of the index for an active entry in the profile table,
Packit 022b05
      hdsl2ShdslSpanConfProfileTable, MUST be rejected."
Packit 022b05
   ::= { hdsl2ShdslSpanConfEntry 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfAlarmProfile OBJECT-TYPE
Packit 022b05
   SYNTAX      SnmpAdminString (SIZE(1..32))
Packit 022b05
   MAX-ACCESS  read-write
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object is a pointer to an alarm configuration profile in
Packit 022b05
      the hdsl2ShdslEndpointAlarmConfProfileTable.  The value of
Packit 022b05
      this object is the index of the referenced profile in the
Packit 022b05
      hdsl2ShdslEndpointAlarmConfProfileTable.  The alarm
Packit 022b05
      threshold configuration in the referenced profile will be
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      used by default for all segment endpoints in this span.
Packit 022b05
      Individual endpoints may override this profile by explicitly
Packit 022b05
      specifying some other profile in the
Packit 022b05
      hdsl2ShdslEndpointConfTable.  By default, this object will
Packit 022b05
      have the value 'DEFVAL' (the index of the default
Packit 022b05
      profile).
Packit 022b05
Packit 022b05
      Any attempt to set this object to a value that is not the value
Packit 022b05
      of the index for an active entry in the profile table,
Packit 022b05
      hdsl2ShdslEndpointAlarmConfProfileTable, MUST be rejected."
Packit 022b05
   ::= { hdsl2ShdslSpanConfEntry 3 }
Packit 022b05
Packit 022b05
-- Span Status Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslSpanStatusTable OBJECT-TYPE
Packit 022b05
   SYNTAX     SEQUENCE OF Hdsl2ShdslSpanStatusEntry
Packit 022b05
   MAX-ACCESS not-accessible
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table provides overall status information of
Packit 022b05
      HDSL2/SHDSL spans.  This table contains live data from
Packit 022b05
      equipment.  As such, it is NOT persistent."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanStatusEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslSpanStatusEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2ShdslSpanStatusTable.  Each entry
Packit 022b05
      represents the complete span in a single HDSL2/SHDSL line.
Packit 022b05
      It is indexed by the ifIndex of the associated HDSL2/SHDSL
Packit 022b05
      line."
Packit 022b05
   INDEX { ifIndex }
Packit 022b05
   ::= { hdsl2ShdslSpanStatusTable 1 }
Packit 022b05
Packit 022b05
Hdsl2ShdslSpanStatusEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslStatusNumAvailRepeaters        Unsigned32,
Packit 022b05
   hdsl2ShdslStatusMaxAttainableLineRate    Unsigned32,
Packit 022b05
   hdsl2ShdslStatusActualLineRate           Unsigned32,
Packit 022b05
   hdsl2ShdslStatusTransmissionModeCurrent
Packit 022b05
                        Hdsl2ShdslTransmissionModeType,
Packit 022b05
   hdsl2ShdslStatusMaxAttainablePayloadRate Unsigned32,
Packit 022b05
   hdsl2ShdslStatusActualPayloadRate        Unsigned32
Packit 022b05
   }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
hdsl2ShdslStatusNumAvailRepeaters OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(0..8)
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Contains the actual number of repeaters/regenerators
Packit 022b05
      discovered in this HDSL2/SHDSL span."
Packit 022b05
   ::= { hdsl2ShdslSpanStatusEntry 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslStatusMaxAttainableLineRate OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(0..4294967295)
Packit 022b05
   UNITS       "bps"
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Contains the maximum attainable line rate in this HDSL2/SHDSL
Packit 022b05
      span.  This object provides the maximum rate the line is
Packit 022b05
      capable of achieving.  This is based upon measurements made
Packit 022b05
      during line probing.  This rate includes payload (user data)
Packit 022b05
      and any applicable framing overhead."
Packit 022b05
   ::= { hdsl2ShdslSpanStatusEntry 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslStatusActualLineRate OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(0..4294967295)
Packit 022b05
   UNITS       "bps"
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Contains the actual line rate in this HDSL2/SHDSL span.  This
Packit 022b05
      SHOULD equal ifSpeed.  This rate includes payload (user data)
Packit 022b05
      and any applicable framing overhead"
Packit 022b05
   ::= { hdsl2ShdslSpanStatusEntry 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslStatusTransmissionModeCurrent OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslTransmissionModeType
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Contains the current Power Spectral Density (PSD) regional
Packit 022b05
      setting of the HDSL2/SHDSL span."
Packit 022b05
   ::= { hdsl2ShdslSpanStatusEntry 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslStatusMaxAttainablePayloadRate OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(0..4294967295)
Packit 022b05
   UNITS       "bps"
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     "Contains the maximum attainable payload (user data)
Packit 022b05
      line rate in this HDSL2/SHDSL span.  This object provides
Packit 022b05
      the maximum rate the line is capable of achieving.  This
Packit 022b05
      is based upon measurements made during line probing.  Any
Packit 022b05
      framing overhead is not included."
Packit 022b05
   ::= { hdsl2ShdslSpanStatusEntry 5 }
Packit 022b05
Packit 022b05
hdsl2ShdslStatusActualPayloadRate OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(0..4294967295)
Packit 022b05
   UNITS       "bps"
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Contains the actual line rate in this HDSL2/SHDSL span.  Any
Packit 022b05
      framing overhead is not included."
Packit 022b05
   ::= { hdsl2ShdslSpanStatusEntry 6 }
Packit 022b05
Packit 022b05
-- Unit Inventory Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslInventoryTable OBJECT-TYPE
Packit 022b05
   SYNTAX     SEQUENCE OF Hdsl2ShdslInventoryEntry
Packit 022b05
   MAX-ACCESS not-accessible
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table supports retrieval of unit inventory information
Packit 022b05
      available via the EOC from units in an HDSL2/SHDSL line.
Packit 022b05
Packit 022b05
      Entries in this table are dynamically created during the
Packit 022b05
      line discovery process.  The life cycle for these entries
Packit 022b05
      is as follows:
Packit 022b05
Packit 022b05
         - xtu discovers a device, either a far-end xtu or an xru
Packit 022b05
         - an inventory table entry is created for the device
Packit 022b05
         - the line goes down for whatever reason
Packit 022b05
         - inventory table entries for unreachable devices are
Packit 022b05
           destroyed
Packit 022b05
Packit 022b05
      As these entries are created/destroyed dynamically, they
Packit 022b05
      are NOT persistent."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslInventoryEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslInventoryEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2ShdslInventoryTable.  Each entry
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      represents inventory information for a single unit in an
Packit 022b05
      HDSL2/SHDSL line.  It is indexed by the ifIndex of the
Packit 022b05
      HDSL2/SHDSL line and the Hdsl2ShdslUnitId of the
Packit 022b05
      associated unit."
Packit 022b05
   INDEX { ifIndex, hdsl2ShdslInvIndex }
Packit 022b05
   ::= { hdsl2ShdslInventoryTable 1 }
Packit 022b05
Packit 022b05
Hdsl2ShdslInventoryEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslInvIndex                      Hdsl2ShdslUnitId,
Packit 022b05
   hdsl2ShdslInvVendorID                   OCTET STRING,
Packit 022b05
   hdsl2ShdslInvVendorModelNumber          OCTET STRING,
Packit 022b05
   hdsl2ShdslInvVendorSerialNumber         OCTET STRING,
Packit 022b05
   hdsl2ShdslInvVendorEOCSoftwareVersion   Integer32,
Packit 022b05
   hdsl2ShdslInvStandardVersion            Integer32,
Packit 022b05
   hdsl2ShdslInvVendorListNumber           OCTET STRING,
Packit 022b05
   hdsl2ShdslInvVendorIssueNumber          OCTET STRING,
Packit 022b05
   hdsl2ShdslInvVendorSoftwareVersion      OCTET STRING,
Packit 022b05
   hdsl2ShdslInvEquipmentCode              OCTET STRING,
Packit 022b05
   hdsl2ShdslInvVendorOther                OCTET STRING,
Packit 022b05
   hdsl2ShdslInvTransmissionModeCapability
Packit 022b05
                         Hdsl2ShdslTransmissionModeType
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2ShdslInvIndex OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslUnitId
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Each entry in this table corresponds to a physical element
Packit 022b05
      in an HDSL2/SHDSL span.  It is based on the EOC unit addressing
Packit 022b05
      scheme with reference to the xtuC."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvVendorID OBJECT-TYPE
Packit 022b05
   SYNTAX      OCTET STRING(SIZE(8))
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Vendor ID as reported in an Inventory Response message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octets 25-32."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvVendorModelNumber OBJECT-TYPE
Packit 022b05
   SYNTAX      OCTET STRING(SIZE(12))
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Vendor model number as reported in an Inventory Response
Packit 022b05
      message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octets 33-44."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvVendorSerialNumber OBJECT-TYPE
Packit 022b05
   SYNTAX      OCTET STRING(SIZE(12))
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Vendor serial number as reported in an Inventory Response
Packit 022b05
      message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octets 45-56."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvVendorEOCSoftwareVersion OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Vendor EOC version as reported in a Discovery Response
Packit 022b05
      message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.2, Discovery response - Message ID
Packit 022b05
      129, Octet 12."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 5 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvStandardVersion OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Version of the HDSL2/SHDSL standard implemented, as reported
Packit 022b05
      in an Inventory Response message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octet 2."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 6 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvVendorListNumber OBJECT-TYPE
Packit 022b05
   SYNTAX      OCTET STRING(SIZE(3))
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Vendor list number as reported in an Inventory Response
Packit 022b05
      message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octets 3-5."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 7 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvVendorIssueNumber OBJECT-TYPE
Packit 022b05
   SYNTAX      OCTET STRING(SIZE(2))
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Vendor issue number as reported in an Inventory Response
Packit 022b05
      message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octets 6-7."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 8 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvVendorSoftwareVersion OBJECT-TYPE
Packit 022b05
   SYNTAX      OCTET STRING(SIZE(6))
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Vendor software version as reported in an Inventory Response
Packit 022b05
      message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octets 8-13."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 9 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvEquipmentCode OBJECT-TYPE
Packit 022b05
   SYNTAX      OCTET STRING(SIZE(10))
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Equipment code conforming to ANSI T1.213, Coded Identification
Packit 022b05
      of Equipment Entities."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octets 14-23."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 10 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvVendorOther OBJECT-TYPE
Packit 022b05
   SYNTAX      OCTET STRING(SIZE(12))
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Other vendor information as reported in an Inventory Response
Packit 022b05
      message."
Packit 022b05
   REFERENCE
Packit 022b05
     "G.991.2, Section 9.5.5.7.4, Inventory response - Message ID
Packit 022b05
      130, Octets 57-68."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 11 }
Packit 022b05
Packit 022b05
hdsl2ShdslInvTransmissionModeCapability OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslTransmissionModeType
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Contains the transmission mode capability of the SHDSL unit."
Packit 022b05
   ::= { hdsl2ShdslInventoryEntry 12 }
Packit 022b05
Packit 022b05
-- Segment Endpoint Configuration Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointConfTable OBJECT-TYPE
Packit 022b05
   SYNTAX      SEQUENCE OF Hdsl2ShdslEndpointConfEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table supports configuration parameters for segment
Packit 022b05
      endpoints in an HDSL2/SHDSL line.  As this table is indexed
Packit 022b05
      by ifIndex, it MUST be maintained in a persistent manner."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointConfEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslEndpointConfEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2ShdslEndpointConfTable.  Each entry
Packit 022b05
      represents a single segment endpoint in an HDSL2/SHDSL line.
Packit 022b05
      It is indexed by the ifIndex of the HDSL2/SHDSL line, the
Packit 022b05
      UnitId of the associated unit, the side of the unit, and the
Packit 022b05
      wire pair of the associated modem."
Packit 022b05
   INDEX { ifIndex, hdsl2ShdslInvIndex, hdsl2ShdslEndpointSide,
Packit 022b05
           hdsl2ShdslEndpointWirePair}
Packit 022b05
   ::= { hdsl2ShdslEndpointConfTable 1 }
Packit 022b05
Packit 022b05
Hdsl2ShdslEndpointConfEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   hdsl2ShdslEndpointSide                   Hdsl2ShdslUnitSide,
Packit 022b05
   hdsl2ShdslEndpointWirePair               Hdsl2ShdslWirePair,
Packit 022b05
   hdsl2ShdslEndpointAlarmConfProfile       SnmpAdminString
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointSide OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslUnitSide
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The side of the unit associated with this segment endpoint --
Packit 022b05
      Network/Customer side -- as per the Hdsl2ShdslUnitSide textual
Packit 022b05
      convention."
Packit 022b05
   ::= { hdsl2ShdslEndpointConfEntry 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointWirePair OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslWirePair
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The wire pair of the modem associated with this segment
Packit 022b05
      endpoint as per the Hdsl2ShdslWirePair textual convention."
Packit 022b05
   ::= { hdsl2ShdslEndpointConfEntry 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointAlarmConfProfile OBJECT-TYPE
Packit 022b05
   SYNTAX      SnmpAdminString (SIZE(0..32))
Packit 022b05
   MAX-ACCESS  read-write
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the alarm threshold values to be used
Packit 022b05
      for this segment endpoint.  The values are obtained from the
Packit 022b05
      alarm configuration profile referenced by this object.  The
Packit 022b05
      value of this object is the index of the referenced profile in
Packit 022b05
      the hdsl2ShdslEndpointAlarmConfProfileTable, or NULL (a
Packit 022b05
      zero-length SnmpAdminString).  If the value is a zero-length
Packit 022b05
      SnmpAdminString, the endpoint uses the default Alarm
Packit 022b05
      Configuration Profile for the associated span as per the
Packit 022b05
      hdsl2ShdslSpanConfAlarmProfile object in the
Packit 022b05
      hdsl2ShdslSpanConfTable.  The default value of this object is
Packit 022b05
      a zero-length SnmpAdminString.
Packit 022b05
Packit 022b05
      Any attempt to set this object to a value that is not the value
Packit 022b05
      of the index for an active entry in the profile table,
Packit 022b05
      hdsl2ShdslEndpointAlarmConfProfileTable, MUST be rejected."
Packit 022b05
   ::= { hdsl2ShdslEndpointConfEntry 3 }
Packit 022b05
Packit 022b05
-- Segment Endpoint Current Status/Performance Group
Packit 022b05
--
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurrTable OBJECT-TYPE
Packit 022b05
   SYNTAX      SEQUENCE OF Hdsl2ShdslEndpointCurrEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table contains current status and performance information
Packit 022b05
      for segment endpoints in HDSL2/SHDSL lines.  As with other
Packit 022b05
      tables in this MIB module indexed by ifIndex, entries in this
Packit 022b05
      table MUST be maintained in a persistent manner."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 5 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurrEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslEndpointCurrEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2ShdslEndpointCurrTable.  Each entry
Packit 022b05
      contains status and performance information relating to a
Packit 022b05
      single segment endpoint.  It is indexed by the ifIndex of the
Packit 022b05
      HDSL2/SHDSL line, the UnitId of the associated unit, the side
Packit 022b05
      of the unit, and the wire pair of the associated modem."
Packit 022b05
   INDEX { ifIndex, hdsl2ShdslInvIndex, hdsl2ShdslEndpointSide,
Packit 022b05
           hdsl2ShdslEndpointWirePair }
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrTable 1 }
Packit 022b05
Packit 022b05
Hdsl2ShdslEndpointCurrEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrAtn                Integer32,
Packit 022b05
   hdsl2ShdslEndpointCurrSnrMgn             Integer32,
Packit 022b05
   hdsl2ShdslEndpointCurrStatus             BITS,
Packit 022b05
   hdsl2ShdslEndpointES                     Counter32,
Packit 022b05
   hdsl2ShdslEndpointSES                    Counter32,
Packit 022b05
   hdsl2ShdslEndpointCRCanomalies           Counter32,
Packit 022b05
   hdsl2ShdslEndpointLOSWS                  Counter32,
Packit 022b05
   hdsl2ShdslEndpointUAS                    Counter32,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinTimeElapsed
Packit 022b05
                            Hdsl2ShdslPerfTimeElapsed,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinES            PerfCurrentCount,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinSES           PerfCurrentCount,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinCRCanomalies  PerfCurrentCount,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinLOSWS         PerfCurrentCount,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinUAS           PerfCurrentCount,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayTimeElapsed
Packit 022b05
                                   Hdsl2ShdslPerfTimeElapsed,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayES
Packit 022b05
                                  Hdsl2ShdslPerfCurrDayCount,
Packit 022b05
   hdsl2ShdslEndpointCurr1DaySES
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                                  Hdsl2ShdslPerfCurrDayCount,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayCRCanomalies
Packit 022b05
                                  Hdsl2ShdslPerfCurrDayCount,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayLOSWS
Packit 022b05
                                  Hdsl2ShdslPerfCurrDayCount,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayUAS
Packit 022b05
                                  Hdsl2ShdslPerfCurrDayCount,
Packit 022b05
   hdsl2ShdslEndpointCurrTipRingReversal    INTEGER,
Packit 022b05
   hdsl2ShdslEndpointCurrActivationState    INTEGER
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurrAtn OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(-127..128)
Packit 022b05
   UNITS       "dB"
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The current loop attenuation for this endpoint as reported in
Packit 022b05
      a Network or Customer Side Performance Status message."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurrSnrMgn OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(-127..128)
Packit 022b05
   UNITS       "dB"
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The current SNR margin for this endpoint as reported in a
Packit 022b05
      Status Response/SNR message."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurrStatus OBJECT-TYPE
Packit 022b05
   SYNTAX      BITS
Packit 022b05
               {
Packit 022b05
               noDefect(0),
Packit 022b05
               powerBackoff(1),
Packit 022b05
               deviceFault(2),
Packit 022b05
               dcContinuityFault(3),
Packit 022b05
               snrMarginAlarm(4),
Packit 022b05
               loopAttenuationAlarm(5),
Packit 022b05
               loswFailureAlarm(6),
Packit 022b05
               configInitFailure(7),
Packit 022b05
               protocolInitFailure(8),
Packit 022b05
               noNeighborPresent(9),
Packit 022b05
               loopbackActive(10)
Packit 022b05
               }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Contains the current state of the endpoint.  This is a
Packit 022b05
      bit-map of possible conditions.  The various bit positions
Packit 022b05
      are as follows:
Packit 022b05
Packit 022b05
      noDefect               There are no defects on the line.
Packit 022b05
Packit 022b05
      powerBackoff           Indicates enhanced Power Backoff.
Packit 022b05
Packit 022b05
      deviceFault            Indicates that a vendor-dependent
Packit 022b05
                             diagnostic or self-test fault
Packit 022b05
                             has been detected.
Packit 022b05
Packit 022b05
      dcContinuityFault      Indicates vendor-dependent
Packit 022b05
                             conditions that interfere with
Packit 022b05
                             span powering such as short and
Packit 022b05
                             open circuits.
Packit 022b05
Packit 022b05
      snrMarginAlarm         Indicates that the SNR margin
Packit 022b05
                             has dropped below the alarm threshold.
Packit 022b05
Packit 022b05
      loopAttenuationAlarm   Indicates that the loop attenuation
Packit 022b05
                             exceeds the alarm threshold.
Packit 022b05
Packit 022b05
      loswFailureAlarm       Indicates a forward LOSW alarm.
Packit 022b05
Packit 022b05
      configInitFailure      Endpoint failure during initialization
Packit 022b05
                             due to paired endpoint not able to
Packit 022b05
                             support requested configuration.
Packit 022b05
Packit 022b05
      protocolInitFailure    Endpoint failure during initialization
Packit 022b05
                             due to incompatible protocol used by
Packit 022b05
                             the paired endpoint.
Packit 022b05
Packit 022b05
      noNeighborPresent      Endpoint failure during initialization
Packit 022b05
                             due to no activation sequence detected
Packit 022b05
                             from paired endpoint.
Packit 022b05
Packit 022b05
      loopbackActive         A loopback is currently active at this
Packit 022b05
                             segment endpoint.
Packit 022b05
Packit 022b05
      This is intended to supplement ifOperStatus.  Note that there
Packit 022b05
      is a 1:1 relationship between the status bits defined in this
Packit 022b05
      object and the notification thresholds defined elsewhere in
Packit 022b05
      this MIB module."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointES 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
     "Count of Errored Seconds (ES) on this endpoint since the xU
Packit 022b05
      was last restarted."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointSES 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
     "Count of Severely Errored Seconds (SES) on this endpoint
Packit 022b05
      since the xU was last restarted."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 5 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCRCanomalies OBJECT-TYPE
Packit 022b05
   SYNTAX       Counter32
Packit 022b05
   UNITS        "detected CRC Anomalies"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of CRC anomalies on this endpoint since the xU was
Packit 022b05
      last restarted."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 6 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointLOSWS 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
     "Count of Loss of Sync Word (LOSW) Seconds on this endpoint
Packit 022b05
      since the xU was last restarted."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 7 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointUAS OBJECT-TYPE
Packit 022b05
   SYNTAX       Counter32
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Unavailable Seconds (UAS) on this endpoint since
Packit 022b05
      the xU was last restarted."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 8 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr15MinTimeElapsed OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2ShdslPerfTimeElapsed
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Total elapsed seconds in the current 15-minute interval."
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 9 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr15MinES 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
     "Count of Errored Seconds (ES) in the current 15-minute
Packit 022b05
      interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 10 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr15MinSES 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
     "Count of Severely Errored Seconds (SES) in the current
Packit 022b05
      15-minute interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 11 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr15MinCRCanomalies OBJECT-TYPE
Packit 022b05
   SYNTAX       PerfCurrentCount
Packit 022b05
   UNITS        "detected CRC Anomalies"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of CRC anomalies in the current 15-minute interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 12 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr15MinLOSWS 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
     "Count of Loss of Sync Word (LOSW) Seconds in the current
Packit 022b05
      15-minute interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 13 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr15MinUAS 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
     "Count of Unavailable Seconds (UAS) in the current 15-minute
Packit 022b05
      interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 14 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr1DayTimeElapsed OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2ShdslPerfTimeElapsed
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Number of seconds that have elapsed since the beginning of
Packit 022b05
      the current 1-day interval."
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 15 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr1DayES OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2ShdslPerfCurrDayCount
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Errored Seconds (ES) during the current day as
Packit 022b05
      measured by hdsl2ShdslEndpointCurr1DayTimeElapsed."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 16 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr1DaySES OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2ShdslPerfCurrDayCount
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
     "Count of Severely Errored Seconds (SES) during the current
Packit 022b05
      day as measured by hdsl2ShdslEndpointCurr1DayTimeElapsed."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 17 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr1DayCRCanomalies OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2ShdslPerfCurrDayCount
Packit 022b05
   UNITS        "detected CRC Anomalies"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of CRC anomalies during the current day as measured
Packit 022b05
      by hdsl2ShdslEndpointCurr1DayTimeElapsed."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 18 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr1DayLOSWS OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2ShdslPerfCurrDayCount
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Loss of Sync Word (LOSW) Seconds during the current
Packit 022b05
      day as measured by hdsl2ShdslEndpointCurr1DayTimeElapsed."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 19 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurr1DayUAS OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2ShdslPerfCurrDayCount
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Unavailable Seconds (UAS) during the current day as
Packit 022b05
      measured by hdsl2ShdslEndpointCurr1DayTimeElapsed."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 20 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurrTipRingReversal OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               normal(1),
Packit 022b05
               reversed(2)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object indicates the state of the tip/ring for the
Packit 022b05
      wire pair."
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 21 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurrActivationState OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               preActivation(1),  -- PreTrain
Packit 022b05
               activation(2),     -- Training
Packit 022b05
               data(3)            -- Trained
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object indicates the activation or training state of
Packit 022b05
      the wire pair."
Packit 022b05
   REFERENCE   "ITU-T G.991.2, Section 6.2 PMD Activation Sequence"
Packit 022b05
   ::= { hdsl2ShdslEndpointCurrEntry 22 }
Packit 022b05
Packit 022b05
-- Segment Endpoint 15-Minute Interval Status/Performance Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalTable OBJECT-TYPE
Packit 022b05
   SYNTAX      SEQUENCE OF Hdsl2Shdsl15MinIntervalEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table provides one row for each HDSL2/SHDSL endpoint
Packit 022b05
      performance data collection interval.  This table contains
Packit 022b05
      live data from equipment.  As such, it is NOT persistent."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 6 }
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2Shdsl15MinIntervalEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2Shdsl15MinIntervalTable."
Packit 022b05
   INDEX { ifIndex, hdsl2ShdslInvIndex, hdsl2ShdslEndpointSide,
Packit 022b05
           hdsl2ShdslEndpointWirePair, hdsl2Shdsl15MinIntervalNumber}
Packit 022b05
   ::= { hdsl2Shdsl15MinIntervalTable 1 }
Packit 022b05
Packit 022b05
Hdsl2Shdsl15MinIntervalEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2Shdsl15MinIntervalNumber         Unsigned32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   hdsl2Shdsl15MinIntervalES             PerfIntervalCount,
Packit 022b05
   hdsl2Shdsl15MinIntervalSES            PerfIntervalCount,
Packit 022b05
   hdsl2Shdsl15MinIntervalCRCanomalies   PerfIntervalCount,
Packit 022b05
   hdsl2Shdsl15MinIntervalLOSWS          PerfIntervalCount,
Packit 022b05
   hdsl2Shdsl15MinIntervalUAS            PerfIntervalCount
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalNumber OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(1..96)
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Performance Data Interval number.  Interval 1 is the most
Packit 022b05
      recent previous interval; interval 96 is 24 hours ago.
Packit 022b05
      Intervals 2..96 are optional."
Packit 022b05
   ::= { hdsl2Shdsl15MinIntervalEntry 1 }
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalES 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
     "Count of Errored Seconds (ES) during the interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl15MinIntervalEntry 2 }
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalSES 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
     "Count of Severely Errored Seconds (SES) during the interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl15MinIntervalEntry 3 }
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalCRCanomalies OBJECT-TYPE
Packit 022b05
   SYNTAX      PerfIntervalCount
Packit 022b05
   UNITS       "detected CRC Anomalies"
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of CRC anomalies during the interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl15MinIntervalEntry 4 }
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalLOSWS OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   SYNTAX      PerfIntervalCount
Packit 022b05
   UNITS       "seconds"
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Loss of Sync Word (LOSW) Seconds during the
Packit 022b05
      interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl15MinIntervalEntry 5 }
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalUAS 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
     "Count of Unavailable Seconds (UAS) during the interval."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl15MinIntervalEntry 6 }
Packit 022b05
Packit 022b05
-- Segment Endpoint 1-Day Interval Status/Performance Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalTable OBJECT-TYPE
Packit 022b05
   SYNTAX      SEQUENCE OF Hdsl2Shdsl1DayIntervalEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table provides one row for each HDSL2/SHDSL endpoint
Packit 022b05
      performance data collection interval.  This table contains
Packit 022b05
      live data from equipment.  As such, it is NOT persistent."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 7 }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2Shdsl1DayIntervalEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2Shdsl1DayIntervalTable."
Packit 022b05
   INDEX { ifIndex, hdsl2ShdslInvIndex, hdsl2ShdslEndpointSide,
Packit 022b05
           hdsl2ShdslEndpointWirePair, hdsl2Shdsl1DayIntervalNumber }
Packit 022b05
   ::= { hdsl2Shdsl1DayIntervalTable 1 }
Packit 022b05
Packit 022b05
Hdsl2Shdsl1DayIntervalEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2Shdsl1DayIntervalNumber         Unsigned32,
Packit 022b05
   hdsl2Shdsl1DayIntervalMoniSecs       Hdsl2ShdslPerfTimeElapsed,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   hdsl2Shdsl1DayIntervalES             Hdsl2Shdsl1DayIntervalCount,
Packit 022b05
   hdsl2Shdsl1DayIntervalSES            Hdsl2Shdsl1DayIntervalCount,
Packit 022b05
   hdsl2Shdsl1DayIntervalCRCanomalies   Hdsl2Shdsl1DayIntervalCount,
Packit 022b05
   hdsl2Shdsl1DayIntervalLOSWS          Hdsl2Shdsl1DayIntervalCount,
Packit 022b05
   hdsl2Shdsl1DayIntervalUAS            Hdsl2Shdsl1DayIntervalCount
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalNumber OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(1..30)
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "History Data Interval number.  Interval 1 is the most
Packit 022b05
      recent previous day; interval 30 is 30 days ago.  Intervals
Packit 022b05
      2..30 are optional."
Packit 022b05
   ::= { hdsl2Shdsl1DayIntervalEntry 1 }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalMoniSecs OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2ShdslPerfTimeElapsed
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The amount of time in the 1-day interval over which the
Packit 022b05
      performance monitoring information is actually counted.
Packit 022b05
      This value will be the same as the interval duration except
Packit 022b05
      in a situation where performance monitoring data could not
Packit 022b05
      be collected for any reason."
Packit 022b05
   ::= { hdsl2Shdsl1DayIntervalEntry 2 }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalES OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2Shdsl1DayIntervalCount
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Errored Seconds (ES) during the 1-day interval as
Packit 022b05
      measured by hdsl2Shdsl1DayIntervalMoniSecs."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl1DayIntervalEntry 3 }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalSES OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2Shdsl1DayIntervalCount
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Severely Errored Seconds (SES) during the 1-day
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      interval as measured by hdsl2Shdsl1DayIntervalMoniSecs."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl1DayIntervalEntry 4 }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalCRCanomalies OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2Shdsl1DayIntervalCount
Packit 022b05
   UNITS        "detected CRC Anomalies"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of CRC anomalies during the 1-day interval as
Packit 022b05
      measured by hdsl2Shdsl1DayIntervalMoniSecs."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl1DayIntervalEntry 5 }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalLOSWS OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2Shdsl1DayIntervalCount
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Loss of Sync Word (LOSW) Seconds during the 1-day
Packit 022b05
      interval as measured by hdsl2Shdsl1DayIntervalMoniSecs."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl1DayIntervalEntry 6 }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalUAS OBJECT-TYPE
Packit 022b05
   SYNTAX       Hdsl2Shdsl1DayIntervalCount
Packit 022b05
   UNITS        "seconds"
Packit 022b05
   MAX-ACCESS   read-only
Packit 022b05
   STATUS       current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Count of Unavailable Seconds (UAS) during the 1-day interval
Packit 022b05
      as measured by hdsl2Shdsl1DayIntervalMoniSecs."
Packit 022b05
   REFERENCE   "HDSL2 Section 7.5.3.7; SHDSL Section 9.5.5.7"
Packit 022b05
   ::= { hdsl2Shdsl1DayIntervalEntry 7 }
Packit 022b05
Packit 022b05
-- Maintenance Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointMaintTable OBJECT-TYPE
Packit 022b05
   SYNTAX      SEQUENCE OF Hdsl2ShdslEndpointMaintEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table supports maintenance operations (e.g., loopbacks)
Packit 022b05
      to be performed on HDSL2/SHDSL segment endpoints.  This table
Packit 022b05
      contains live data from equipment.  As such, it is NOT
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      persistent."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 8 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointMaintEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslEndpointMaintEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2ShdslEndpointMaintTable.  Each entry
Packit 022b05
      corresponds to a single segment endpoint and is indexed by the
Packit 022b05
      ifIndex of the HDSL2/SHDSL line, the UnitId of the associated
Packit 022b05
      unit, and the side of the unit."
Packit 022b05
   INDEX { ifIndex, hdsl2ShdslInvIndex, hdsl2ShdslEndpointSide }
Packit 022b05
   ::= { hdsl2ShdslEndpointMaintTable 1 }
Packit 022b05
Packit 022b05
Hdsl2ShdslEndpointMaintEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslMaintLoopbackConfig      INTEGER,
Packit 022b05
   hdsl2ShdslMaintTipRingReversal     INTEGER,
Packit 022b05
   hdsl2ShdslMaintPowerBackOff        INTEGER,
Packit 022b05
   hdsl2ShdslMaintSoftRestart         INTEGER
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2ShdslMaintLoopbackConfig OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               noLoopback(1),
Packit 022b05
               normalLoopback(2),
Packit 022b05
               specialLoopback(3)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-write
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object controls configuration of loopbacks for the
Packit 022b05
      associated segment endpoint.  The status of the loopback
Packit 022b05
      is obtained via the hdsl2ShdslEndpointCurrStatus object."
Packit 022b05
   ::= { hdsl2ShdslEndpointMaintEntry 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslMaintTipRingReversal OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               normal(1),
Packit 022b05
               reversed(2)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     "This object indicates the state of the tip/ring pair at the
Packit 022b05
      associated segment endpoint."
Packit 022b05
   ::= { hdsl2ShdslEndpointMaintEntry 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslMaintPowerBackOff OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               default(1),
Packit 022b05
               enhanced(2)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-write
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the receiver at the associated
Packit 022b05
      segment endpoint to operate in default or enhanced power
Packit 022b05
      backoff mode."
Packit 022b05
   ::= { hdsl2ShdslEndpointMaintEntry 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslMaintSoftRestart OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               ready(1),
Packit 022b05
               restart(2)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-write
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object enables the manager to trigger a soft restart
Packit 022b05
      of the modem at the associated segment endpoint.  The
Packit 022b05
      manager may only set this object to the 'restart(2)'
Packit 022b05
      value, which initiates a restart.  The agent will perform a
Packit 022b05
      restart after approximately 5 seconds.  Following the 5 second
Packit 022b05
      period, the agent will restore the object to the 'ready(1)'
Packit 022b05
      state."
Packit 022b05
   ::= { hdsl2ShdslEndpointMaintEntry 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslUnitMaintTable OBJECT-TYPE
Packit 022b05
   SYNTAX      SEQUENCE OF Hdsl2ShdslUnitMaintEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table supports maintenance operations for units in a
Packit 022b05
      HDSL2/SHDSL line.  Entries in this table MUST be maintained
Packit 022b05
      in a persistent manner."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 9 }
Packit 022b05
Packit 022b05
hdsl2ShdslUnitMaintEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslUnitMaintEntry
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An entry in the hdsl2ShdslUnitMaintTable.  Each entry
Packit 022b05
      corresponds to a single unit and is indexed by the
Packit 022b05
      ifIndex of the HDSL2/SHDSL line and the UnitId of the
Packit 022b05
      associated unit."
Packit 022b05
   INDEX { ifIndex, hdsl2ShdslInvIndex  }
Packit 022b05
   ::= { hdsl2ShdslUnitMaintTable 1 }
Packit 022b05
Packit 022b05
Hdsl2ShdslUnitMaintEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslMaintLoopbackTimeout     Integer32,
Packit 022b05
   hdsl2ShdslMaintUnitPowerSource     INTEGER
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2ShdslMaintLoopbackTimeout OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(0..4095)
Packit 022b05
   UNITS       "minutes"
Packit 022b05
   MAX-ACCESS  read-write
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the timeout value for loopbacks
Packit 022b05
      initiated at segments endpoints contained in the associated
Packit 022b05
      unit.  A value of 0 disables the timeout."
Packit 022b05
   ::= { hdsl2ShdslUnitMaintEntry 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslMaintUnitPowerSource OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               local(1),
Packit 022b05
               span(2)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-only
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object indicates the DC power source being used by the
Packit 022b05
      associated unit."
Packit 022b05
   ::= { hdsl2ShdslUnitMaintEntry 2 }
Packit 022b05
Packit 022b05
-- Span Configuration Profile Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfProfileTable OBJECT-TYPE
Packit 022b05
   SYNTAX      SEQUENCE OF Hdsl2ShdslSpanConfProfileEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table supports definitions of span configuration
Packit 022b05
      profiles for SHDSL lines.  HDSL2 does not support these
Packit 022b05
      configuration options.  This table MUST be maintained
Packit 022b05
      in a persistent manner."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 10 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfProfileEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslSpanConfProfileEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Each entry corresponds to a single span configuration
Packit 022b05
      profile.  Each profile contains a set of span configuration
Packit 022b05
      parameters.  The configuration parameters in a profile are
Packit 022b05
      applied to those lines referencing that profile (see the
Packit 022b05
      hdsl2ShdslSpanConfProfile object).  Profiles may be
Packit 022b05
      created/deleted using the row creation/deletion mechanism
Packit 022b05
      via hdsl2ShdslSpanConfProfileRowStatus.  If an active
Packit 022b05
      entry is referenced in hdsl2ShdslSpanConfProfile, the
Packit 022b05
      entry MUST remain active until all references are removed."
Packit 022b05
   INDEX { IMPLIED hdsl2ShdslSpanConfProfileName }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileTable 1 }
Packit 022b05
Packit 022b05
Hdsl2ShdslSpanConfProfileEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslSpanConfProfileName               SnmpAdminString,
Packit 022b05
   hdsl2ShdslSpanConfWireInterface             INTEGER,
Packit 022b05
   hdsl2ShdslSpanConfMinLineRate               Unsigned32,
Packit 022b05
   hdsl2ShdslSpanConfMaxLineRate               Unsigned32,
Packit 022b05
   hdsl2ShdslSpanConfPSD                       INTEGER,
Packit 022b05
   hdsl2ShdslSpanConfTransmissionMode
Packit 022b05
                           Hdsl2ShdslTransmissionModeType,
Packit 022b05
   hdsl2ShdslSpanConfRemoteEnabled             INTEGER,
Packit 022b05
   hdsl2ShdslSpanConfPowerFeeding              INTEGER,
Packit 022b05
   hdsl2ShdslSpanConfCurrCondTargetMarginDown  Integer32,
Packit 022b05
   hdsl2ShdslSpanConfWorstCaseTargetMarginDown Integer32,
Packit 022b05
   hdsl2ShdslSpanConfCurrCondTargetMarginUp    Integer32,
Packit 022b05
   hdsl2ShdslSpanConfWorstCaseTargetMarginUp   Integer32,
Packit 022b05
   hdsl2ShdslSpanConfUsedTargetMargins         BITS,
Packit 022b05
   hdsl2ShdslSpanConfReferenceClock
Packit 022b05
                             Hdsl2ShdslClockReferenceType,
Packit 022b05
   hdsl2ShdslSpanConfLineProbeEnable           INTEGER,
Packit 022b05
   hdsl2ShdslSpanConfProfileRowStatus          RowStatus
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfProfileName OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   SYNTAX      SnmpAdminString (SIZE(1..32))
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object is the unique index associated with this profile.
Packit 022b05
      Entries in this table are referenced via the object
Packit 022b05
      hdsl2ShdslSpanConfProfile in Hdsl2ShdslSpanConfEntry."
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfWireInterface OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               twoWire(1),
Packit 022b05
               fourWire(2),
Packit 022b05
               sixWire(3),
Packit 022b05
               eightWire(4)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the two-wire or optional four-wire,
Packit 022b05
      six-wire, or eight-wire operation for SHDSL lines."
Packit 022b05
   DEFVAL      { twoWire }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfMinLineRate OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(0..4294967295)
Packit 022b05
   UNITS       "bps"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the minimum transmission rate for
Packit 022b05
      the associated SHDSL Line in bits-per-second (bps) and includes
Packit 022b05
      both payload (user data) and any applicable framing overhead.
Packit 022b05
      If the minimum line rate equals the maximum line rate
Packit 022b05
      (hdsl2ShdslSpanMaxLineRate), the line rate is considered
Packit 022b05
      'fixed'.  If the minimum line rate is less than the
Packit 022b05
      maximum line rate, the line rate is considered
Packit 022b05
      'rate-adaptive'."
Packit 022b05
   DEFVAL      { 1552000 }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfMaxLineRate OBJECT-TYPE
Packit 022b05
   SYNTAX      Unsigned32(0..4294967295)
Packit 022b05
   UNITS       "bps"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     "This object configures the maximum transmission rate for
Packit 022b05
      the associated SHDSL Line in bits-per-second (bps) and includes
Packit 022b05
      both payload (user data) and any applicable framing overhead.
Packit 022b05
      If the minimum line rate equals the maximum line rate
Packit 022b05
      (hdsl2ShdslSpanMaxLineRate), the line rate is considered
Packit 022b05
      'fixed'.  If the minimum line rate is less than the
Packit 022b05
      maximum line rate, the line rate is considered
Packit 022b05
      'rate-adaptive'."
Packit 022b05
   DEFVAL      { 1552000 }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfPSD OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               symmetric(1),
Packit 022b05
               asymmetric(2)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures use of symmetric/asymmetric PSD (Power
Packit 022b05
      Spectral Density) Mask for the associated SHDSL Line.  Support
Packit 022b05
      for symmetric PSD is mandatory for all supported data rates.
Packit 022b05
      Support for asymmetric PSD is optional."
Packit 022b05
   DEFVAL      { symmetric }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 5 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfTransmissionMode OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslTransmissionModeType
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object specifies the regional setting for the SHDSL
Packit 022b05
      line."
Packit 022b05
   DEFVAL      { { region1 } }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 6 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfRemoteEnabled OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               enabled(1),
Packit 022b05
               disabled(2)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object enables/disables support for remote management
Packit 022b05
      of the units in an SHDSL line from the STU-R via the EOC."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   DEFVAL      { enabled }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 7 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfPowerFeeding OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               noPower(1),
Packit 022b05
               powerFeed(2),
Packit 022b05
               wettingCurrent(3)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object enables/disables support for optional power
Packit 022b05
      feeding in an SHDSL line."
Packit 022b05
   DEFVAL      { noPower }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 8 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfCurrCondTargetMarginDown OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(-10..21)
Packit 022b05
   UNITS       "dB"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object specifies the downstream current condition target
Packit 022b05
      SNR margin for an SHDSL line.  The SNR margin is the difference
Packit 022b05
      between the desired SNR and the actual SNR.  Target SNR margin
Packit 022b05
      is the desired SNR margin for a unit."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 9 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfWorstCaseTargetMarginDown OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(-10..21)
Packit 022b05
   UNITS       "dB"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object specifies the downstream worst-case target SNR
Packit 022b05
      margin for an SHDSL line.  The SNR margin is the difference
Packit 022b05
      between the desired SNR and the actual SNR.  Target SNR
Packit 022b05
      margin is the desired SNR margin for a unit."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 10 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfCurrCondTargetMarginUp OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(-10..21)
Packit 022b05
   UNITS       "dB"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object specifies the upstream current-condition target
Packit 022b05
      SNR margin for an SHDSL line.  The SNR margin is the difference
Packit 022b05
      between the desired SNR and the actual SNR.  Target SNR margin
Packit 022b05
      is the desired SNR margin for a unit."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 11 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfWorstCaseTargetMarginUp OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(-10..21)
Packit 022b05
   UNITS       "dB"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object specifies the upstream worst-case target SNR
Packit 022b05
      margin for an SHDSL line.  The SNR margin is the difference
Packit 022b05
      between the desired SNR and the actual SNR.  Target SNR margin
Packit 022b05
      is the desired SNR margin for a unit."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 12 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfUsedTargetMargins OBJECT-TYPE
Packit 022b05
   SYNTAX      BITS
Packit 022b05
               {
Packit 022b05
               currCondDown(0),
Packit 022b05
               worstCaseDown(1),
Packit 022b05
               currCondUp(2),
Packit 022b05
               worstCaseUp(3)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Indicates whether a target SNR margin is enabled or
Packit 022b05
      disabled.  This is a bit-map of possible settings.  The
Packit 022b05
      various bit positions are as follows:
Packit 022b05
Packit 022b05
      currCondDown   - current-condition downstream target SNR
Packit 022b05
                       margin enabled
Packit 022b05
Packit 022b05
      worstCaseDown  - worst-case downstream target SNR margin
Packit 022b05
                       enabled
Packit 022b05
Packit 022b05
      currCondUp     - current-condition upstream target SNR
Packit 022b05
                       margin enabled
Packit 022b05
Packit 022b05
      worstCaseUp    - worst-case upstream target SNR margin
Packit 022b05
                       enabled."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   DEFVAL      { { currCondDown } }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 13 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfReferenceClock OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslClockReferenceType
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the clock reference for the STU-C
Packit 022b05
      in an SHDSL Line."
Packit 022b05
   DEFVAL      { localClk }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 14 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfLineProbeEnable OBJECT-TYPE
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               disable(1),
Packit 022b05
               enable(2)
Packit 022b05
               }
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object enables/disables support for Line Probe of
Packit 022b05
      the units in an SHDSL line.  When Line Probe is enabled, the
Packit 022b05
      system performs Line Probing to find the best possible
Packit 022b05
      rate.  If Line Probe is disabled, the rate adaptation phase
Packit 022b05
      is skipped to shorten set up time."
Packit 022b05
   DEFVAL      { disable }
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 15 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfProfileRowStatus OBJECT-TYPE
Packit 022b05
   SYNTAX      RowStatus
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object controls creation/deletion of the associated
Packit 022b05
      entry in this table per the semantics of RowStatus.  If an
Packit 022b05
      active entry is referenced in hdsl2ShdslSpanConfProfile, the
Packit 022b05
      entry MUST remain active until all references are removed."
Packit 022b05
   ::= { hdsl2ShdslSpanConfProfileEntry 16 }
Packit 022b05
Packit 022b05
-- Segment Endpoint Alarm Configuration Profile group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointAlarmConfProfileTable OBJECT-TYPE
Packit 022b05
   SYNTAX      SEQUENCE OF Hdsl2ShdslEndpointAlarmConfProfileEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This table supports definitions of alarm configuration
Packit 022b05
      profiles for HDSL2/SHDSL segment endpoints.  This table
Packit 022b05
      MUST be maintained in a persistent manner."
Packit 022b05
   ::= { hdsl2ShdslMibObjects 11 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointAlarmConfProfileEntry OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslEndpointAlarmConfProfileEntry
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Each entry corresponds to a single alarm configuration profile.
Packit 022b05
      Each profile contains a set of parameters for setting alarm
Packit 022b05
      thresholds for various performance attributes monitored at
Packit 022b05
      HDSL2/SHDSL segment endpoints.  Profiles may be created/deleted
Packit 022b05
      using the row creation/deletion mechanism via
Packit 022b05
      hdsl2ShdslEndpointAlarmConfProfileRowStatus.  If an active
Packit 022b05
      entry is referenced in either hdsl2ShdslSpanConfAlarmProfile
Packit 022b05
      or hdsl2ShdslEndpointAlarmConfProfile, the entry MUST remain
Packit 022b05
      active until all references are removed."
Packit 022b05
   INDEX { IMPLIED hdsl2ShdslEndpointAlarmConfProfileName }
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileTable 1 }
Packit 022b05
Packit 022b05
Hdsl2ShdslEndpointAlarmConfProfileEntry ::=
Packit 022b05
   SEQUENCE
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointAlarmConfProfileName       SnmpAdminString,
Packit 022b05
   hdsl2ShdslEndpointThreshLoopAttenuation      Integer32,
Packit 022b05
   hdsl2ShdslEndpointThreshSNRMargin            Integer32,
Packit 022b05
   hdsl2ShdslEndpointThreshES
Packit 022b05
                                Hdsl2ShdslPerfIntervalThreshold,
Packit 022b05
   hdsl2ShdslEndpointThreshSES
Packit 022b05
                                Hdsl2ShdslPerfIntervalThreshold,
Packit 022b05
   hdsl2ShdslEndpointThreshCRCanomalies         Integer32,
Packit 022b05
   hdsl2ShdslEndpointThreshLOSWS
Packit 022b05
                                Hdsl2ShdslPerfIntervalThreshold,
Packit 022b05
   hdsl2ShdslEndpointThreshUAS
Packit 022b05
                                Hdsl2ShdslPerfIntervalThreshold,
Packit 022b05
   hdsl2ShdslEndpointAlarmConfProfileRowStatus  RowStatus
Packit 022b05
   }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointAlarmConfProfileName OBJECT-TYPE
Packit 022b05
   SYNTAX      SnmpAdminString (SIZE(1..32))
Packit 022b05
   MAX-ACCESS  not-accessible
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object is the unique index associated with this profile."
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointThreshLoopAttenuation OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(-127..128)
Packit 022b05
   UNITS       "dB"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the loop attenuation alarm threshold.
Packit 022b05
      When the current value of hdsl2ShdslEndpointCurrAtn reaches
Packit 022b05
      or exceeds this threshold, an hdsl2ShdslLoopAttenCrossing
Packit 022b05
      MAY be generated."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointThreshSNRMargin OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32(-127..128)
Packit 022b05
   UNITS       "dB"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the SNR margin alarm threshold.
Packit 022b05
      When the current value of hdsl2ShdslEndpointCurrSnrMgn
Packit 022b05
      reaches or drops below this threshold, a
Packit 022b05
      hdsl2ShdslSNRMarginCrossing MAY be generated."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointThreshES OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslPerfIntervalThreshold
Packit 022b05
   UNITS       "seconds"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the threshold for the number of
Packit 022b05
      Errored Seconds (ES) within any given 15-minute performance
Packit 022b05
      data collection interval.  If the value of Errored Seconds
Packit 022b05
      in a particular 15-minute collection interval reaches/
Packit 022b05
      exceeds this value, an hdsl2ShdslPerfESThresh MAY be
Packit 022b05
      generated.  At most, one notification will be sent per
Packit 022b05
      interval per endpoint."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointThreshSES OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslPerfIntervalThreshold
Packit 022b05
   UNITS       "seconds"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     "This object configures the threshold for the number of
Packit 022b05
      Severely Errored Seconds (SES) within any given 15-minute
Packit 022b05
      performance data collection interval.  If the value of
Packit 022b05
      Severely Errored Seconds in a particular 15-minute collection
Packit 022b05
      interval reaches/exceeds this value, an hdsl2ShdslPerfSESThresh
Packit 022b05
      MAY be generated.  At most, one notification will be sent per
Packit 022b05
      interval per endpoint."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 5 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointThreshCRCanomalies OBJECT-TYPE
Packit 022b05
   SYNTAX      Integer32
Packit 022b05
   UNITS       "detected CRC Anomalies"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the threshold for the number of
Packit 022b05
      CRC anomalies within any given 15-minute performance data
Packit 022b05
      collection interval.  If the value of CRC anomalies in a
Packit 022b05
      particular 15-minute collection interval reaches/exceeds
Packit 022b05
      this value, an hdsl2ShdslPerfCRCanomaliesThresh MAY be
Packit 022b05
      generated.  At most, one notification will be sent per
Packit 022b05
      interval per endpoint."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 6 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointThreshLOSWS OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslPerfIntervalThreshold
Packit 022b05
   UNITS       "seconds"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object configures the threshold for the number of
Packit 022b05
      Loss of Sync Word (LOSW) Seconds within any given 15-minute
Packit 022b05
      performance data collection interval.  If the value of LOSW
Packit 022b05
      in a particular 15-minute collection interval reaches/exceeds
Packit 022b05
      this value, an hdsl2ShdslPerfLOSWSThresh MAY be generated.
Packit 022b05
      At most, one notification will be sent per interval per
Packit 022b05
      endpoint."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 7 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointThreshUAS OBJECT-TYPE
Packit 022b05
   SYNTAX      Hdsl2ShdslPerfIntervalThreshold
Packit 022b05
   UNITS       "seconds"
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     "This object configures the threshold for the number of
Packit 022b05
      Unavailable Seconds (UAS) within any given 15-minute
Packit 022b05
      performance data collection interval.  If the value of UAS
Packit 022b05
      in a particular 15-minute collection interval reaches/exceeds
Packit 022b05
      this value, an hdsl2ShdslPerfUASThresh MAY be generated.
Packit 022b05
      At most, one notification will be sent per interval per
Packit 022b05
      endpoint."
Packit 022b05
   DEFVAL      { 0 }
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 8 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointAlarmConfProfileRowStatus OBJECT-TYPE
Packit 022b05
   SYNTAX      RowStatus
Packit 022b05
   MAX-ACCESS  read-create
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This object controls creation/deletion of the associated
Packit 022b05
      entry in this table as per the semantics of RowStatus.
Packit 022b05
      If an active entry is referenced in either
Packit 022b05
      hdsl2ShdslSpanConfAlarmProfile or
Packit 022b05
      hdsl2ShdslEndpointAlarmConfProfile, the entry MUST remain
Packit 022b05
      active until all references are removed."
Packit 022b05
   ::= { hdsl2ShdslEndpointAlarmConfProfileEntry 9 }
Packit 022b05
Packit 022b05
-- Notifications Group
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslNotifications OBJECT IDENTIFIER ::= { hdsl2ShdslMIB 0 }
Packit 022b05
Packit 022b05
hdsl2ShdslLoopAttenCrossing NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrAtn,
Packit 022b05
   hdsl2ShdslEndpointThreshLoopAttenuation
Packit 022b05
   }
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the loop attenuation
Packit 022b05
      threshold (as per the hdsl2ShdslEndpointThreshLoopAttenuation
Packit 022b05
      value) has been reached/exceeded for the HDSL2/SHDSL segment
Packit 022b05
      endpoint."
Packit 022b05
   ::= { hdsl2ShdslNotifications 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslSNRMarginCrossing NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrSnrMgn,
Packit 022b05
   hdsl2ShdslEndpointThreshSNRMargin
Packit 022b05
   }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the SNR margin threshold (as
Packit 022b05
      per the hdsl2ShdslEndpointThreshSNRMargin value) has been
Packit 022b05
      reached/exceeded for the HDSL2/SHDSL segment endpoint."
Packit 022b05
   ::= { hdsl2ShdslNotifications 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslPerfESThresh NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurr15MinES,
Packit 022b05
   hdsl2ShdslEndpointThreshES
Packit 022b05
   }
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the errored seconds
Packit 022b05
      threshold (as per the hdsl2ShdslEndpointThreshES value)
Packit 022b05
      has been reached/exceeded for the HDSL2/SHDSL segment
Packit 022b05
      endpoint."
Packit 022b05
   ::= { hdsl2ShdslNotifications 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslPerfSESThresh NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurr15MinSES,
Packit 022b05
   hdsl2ShdslEndpointThreshSES
Packit 022b05
   }
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the severely errored seconds
Packit 022b05
      threshold (as per the hdsl2ShdslEndpointThreshSES value) has
Packit 022b05
      been reached/exceeded for the HDSL2/SHDSL segment endpoint."
Packit 022b05
   ::= { hdsl2ShdslNotifications 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslPerfCRCanomaliesThresh NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurr15MinCRCanomalies,
Packit 022b05
   hdsl2ShdslEndpointThreshCRCanomalies
Packit 022b05
   }
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the CRC anomalies threshold
Packit 022b05
      (as per the hdsl2ShdslEndpointThreshCRCanomalies value) has
Packit 022b05
      been reached/exceeded for the HDSL2/SHDSL segment endpoint."
Packit 022b05
   ::= { hdsl2ShdslNotifications 5 }
Packit 022b05
Packit 022b05
hdsl2ShdslPerfLOSWSThresh NOTIFICATION-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurr15MinLOSWS,
Packit 022b05
   hdsl2ShdslEndpointThreshLOSWS
Packit 022b05
   }
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the LOSW Seconds threshold
Packit 022b05
      (as per the hdsl2ShdslEndpointThreshLOSWS value) has been
Packit 022b05
      reached/exceeded for the HDSL2/SHDSL segment endpoint."
Packit 022b05
   ::= { hdsl2ShdslNotifications 6 }
Packit 022b05
Packit 022b05
hdsl2ShdslPerfUASThresh NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurr15MinUAS,
Packit 022b05
   hdsl2ShdslEndpointThreshUAS
Packit 022b05
   }
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the unavailable seconds
Packit 022b05
      threshold (as per the hdsl2ShdslEndpointThreshUAS value) has
Packit 022b05
      been reached/exceeded for the HDSL2/SHDSL segment endpoint."
Packit 022b05
   ::= { hdsl2ShdslNotifications 7 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanInvalidNumRepeaters NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslSpanConfNumRepeaters
Packit 022b05
   }
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that a mismatch has been detected
Packit 022b05
      between the number of repeater/regenerator units configured
Packit 022b05
      for an HDSL2/SHDSL line via the hdsl2ShdslSpanConfNumRepeaters
Packit 022b05
      object and the actual number of repeater/regenerator units
Packit 022b05
      discovered via the EOC."
Packit 022b05
   ::= { hdsl2ShdslNotifications 8 }
Packit 022b05
Packit 022b05
hdsl2ShdslLoopbackFailure NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslMaintLoopbackConfig
Packit 022b05
   }
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that an endpoint maintenance
Packit 022b05
      loopback command failed for an HDSL2/SHDSL segment."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   ::= { hdsl2ShdslNotifications 9 }
Packit 022b05
Packit 022b05
hdsl2ShdslpowerBackoff NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrStatus
Packit 022b05
   }
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the bit setting for
Packit 022b05
      powerBackoff in the hdsl2ShdslEndpointCurrStatus object for
Packit 022b05
      this endpoint has changed."
Packit 022b05
   ::= { hdsl2ShdslNotifications 10 }
Packit 022b05
Packit 022b05
hdsl2ShdsldeviceFault NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrStatus
Packit 022b05
   }
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the bit setting for
Packit 022b05
      deviceFault in the hdsl2ShdslEndpointCurrStatus object for
Packit 022b05
      this endpoint has changed."
Packit 022b05
   ::= { hdsl2ShdslNotifications 11 }
Packit 022b05
Packit 022b05
hdsl2ShdsldcContinuityFault NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrStatus
Packit 022b05
   }
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the bit setting for
Packit 022b05
      dcContinuityFault in the hdsl2ShdslEndpointCurrStatus object
Packit 022b05
      for this endpoint has changed."
Packit 022b05
   ::= { hdsl2ShdslNotifications 12 }
Packit 022b05
Packit 022b05
hdsl2ShdslconfigInitFailure NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrStatus
Packit 022b05
   }
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the bit setting for
Packit 022b05
      configInitFailure in the hdsl2ShdslEndpointCurrStatus object
Packit 022b05
      for this endpoint has changed."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   ::= { hdsl2ShdslNotifications 13 }
Packit 022b05
Packit 022b05
hdsl2ShdslprotocolInitFailure NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrStatus
Packit 022b05
   }
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the bit setting for
Packit 022b05
      protocolInitFailure in the hdsl2ShdslEndpointCurrStatus
Packit 022b05
      object for this endpoint has changed."
Packit 022b05
   ::= { hdsl2ShdslNotifications 14 }
Packit 022b05
Packit 022b05
hdsl2ShdslnoNeighborPresent NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrStatus
Packit 022b05
   }
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates that the bit setting for
Packit 022b05
      noNeighborPresent in the hdsl2ShdslEndpointCurrStatus object
Packit 022b05
      for this endpoint has changed."
Packit 022b05
   ::= { hdsl2ShdslNotifications 15 }
Packit 022b05
Packit 022b05
hdsl2ShdslLocalPowerLoss NOTIFICATION-TYPE
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslInvVendorID
Packit 022b05
   }
Packit 022b05
   STATUS    current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This notification indicates impending unit failure due to
Packit 022b05
      loss of local power (last gasp)."
Packit 022b05
   ::= { hdsl2ShdslNotifications 16 }
Packit 022b05
Packit 022b05
-- conformance information
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslConformance OBJECT IDENTIFIER ::= { hdsl2ShdslMIB 3 }
Packit 022b05
hdsl2ShdslGroups      OBJECT IDENTIFIER ::=
Packit 022b05
             { hdsl2ShdslConformance 1 }
Packit 022b05
hdsl2ShdslCompliances OBJECT IDENTIFIER ::=
Packit 022b05
             { hdsl2ShdslConformance 2 }
Packit 022b05
Packit 022b05
-- agent compliance statements
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
hdsl2ShdslLineMibCompliance MODULE-COMPLIANCE
Packit 022b05
   STATUS  deprecated
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The compliance statement for SNMP entities that implement
Packit 022b05
     HDSL2 and SHDSL.  The version of SHDSL supported in this
Packit 022b05
     compliance statement is g.shdsl.
Packit 022b05
Packit 022b05
     **** This compliance statement is deprecated. ****"
Packit 022b05
   MODULE
Packit 022b05
   MANDATORY-GROUPS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslSpanConfGroup,
Packit 022b05
   hdsl2ShdslSpanStatusGroup,
Packit 022b05
   hdsl2ShdslInventoryGroup,
Packit 022b05
   hdsl2ShdslEndpointConfGroup,
Packit 022b05
   hdsl2ShdslEndpointCurrGroup,
Packit 022b05
   hdsl2Shdsl15MinIntervalGroup,
Packit 022b05
   hdsl2Shdsl1DayIntervalGroup,
Packit 022b05
   hdsl2ShdslMaintenanceGroup,
Packit 022b05
   hdsl2ShdslEndpointAlarmConfGroup,
Packit 022b05
   hdsl2ShdslNotificationGroup
Packit 022b05
   }
Packit 022b05
Packit 022b05
GROUP  hdsl2ShdslInventoryShdslGroup
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Support for this group is only required for implementations
Packit 022b05
     supporting SHDSL lines."
Packit 022b05
Packit 022b05
GROUP  hdsl2ShdslSpanShdslStatusGroup
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Support for this group is only required for implementations
Packit 022b05
     supporting SHDSL lines."
Packit 022b05
Packit 022b05
GROUP  hdsl2ShdslSpanConfProfileGroup
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Support for this group is only required for implementations
Packit 022b05
     supporting SHDSL lines."
Packit 022b05
Packit 022b05
OBJECT hdsl2ShdslSpanConfWireInterface
Packit 022b05
   SYNTAX      INTEGER
Packit 022b05
               {
Packit 022b05
               twoWire(1),
Packit 022b05
               fourWire(2)
Packit 022b05
               }
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An implementation only has to support the range as
Packit 022b05
     applicable for the original g.shdsl specification defined
Packit 022b05
     in RFC 3276."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
OBJECT hdsl2ShdslStatusMaxAttainableLineRate
Packit 022b05
   SYNTAX      Unsigned32(0..4112000)
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An implementation only has to support the range as
Packit 022b05
     applicable for the original g.shdsl specification defined
Packit 022b05
     in RFC 3276."
Packit 022b05
Packit 022b05
OBJECT hdsl2ShdslStatusActualLineRate
Packit 022b05
   SYNTAX      Unsigned32(0..4112000)
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An implementation only has to support the range as
Packit 022b05
     applicable for the original g.shdsl specification defined
Packit 022b05
     in RFC 3276."
Packit 022b05
Packit 022b05
OBJECT hdsl2ShdslSpanConfMinLineRate
Packit 022b05
   SYNTAX      Unsigned32(0..4112000)
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An implementation only has to support the range as
Packit 022b05
     applicable for the original g.shdsl specification defined
Packit 022b05
     in RFC 3276."
Packit 022b05
Packit 022b05
OBJECT hdsl2ShdslSpanConfMaxLineRate
Packit 022b05
   SYNTAX      Unsigned32(0..4112000)
Packit 022b05
   DESCRIPTION
Packit 022b05
     "An implementation only has to support the range as
Packit 022b05
     applicable for the original g.shdsl specification defined
Packit 022b05
     in RFC 3276."
Packit 022b05
Packit 022b05
   ::= { hdsl2ShdslCompliances 1 }
Packit 022b05
Packit 022b05
hdsl2GshdslbisLineMibCompliance MODULE-COMPLIANCE
Packit 022b05
   STATUS  current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "The compliance statement for SNMP entities that implement
Packit 022b05
     HDSL2 and SHDSL.  The version of SHDSL supported in this
Packit 022b05
     compliance statement is g.shdsl.bis."
Packit 022b05
   MODULE
Packit 022b05
   MANDATORY-GROUPS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslSpanConfGroup,
Packit 022b05
   hdsl2ShdslSpanStatusGroup,
Packit 022b05
   hdsl2ShdslInventoryGroup,
Packit 022b05
   hdsl2ShdslEndpointConfGroup,
Packit 022b05
   hdsl2ShdslEndpointCurrGroup,
Packit 022b05
   hdsl2Shdsl15MinIntervalGroup,
Packit 022b05
   hdsl2Shdsl1DayIntervalGroup,
Packit 022b05
   hdsl2ShdslMaintenanceGroup,
Packit 022b05
   hdsl2ShdslEndpointAlarmConfGroup,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   hdsl2ShdslNotificationGroup
Packit 022b05
   }
Packit 022b05
Packit 022b05
GROUP  hdsl2ShdslInventoryShdslGroup
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Support for this group is only required for implementations
Packit 022b05
     supporting SHDSL lines."
Packit 022b05
Packit 022b05
GROUP  hdsl2ShdslSpanShdslStatusGroup
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Support for this group is only required for implementations
Packit 022b05
     supporting SHDSL lines."
Packit 022b05
Packit 022b05
GROUP  hdsl2ShdslSpanConfProfileGroup
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Support for this group is only required for implementations
Packit 022b05
     supporting SHDSL lines."
Packit 022b05
Packit 022b05
GROUP hdsl2ShdslWirePairGroup
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Support for this group is only required for implementations
Packit 022b05
     supporting SHDSL lines."
Packit 022b05
Packit 022b05
GROUP hdsl2ShdslPayloadRateGroup
Packit 022b05
   DESCRIPTION
Packit 022b05
     "Support for this group is only required for implementations
Packit 022b05
     supporting SHDSL lines."
Packit 022b05
Packit 022b05
   ::= { hdsl2ShdslCompliances 2 }
Packit 022b05
Packit 022b05
-- units of conformance
Packit 022b05
--
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslSpanConfNumRepeaters,
Packit 022b05
   hdsl2ShdslSpanConfProfile,
Packit 022b05
   hdsl2ShdslSpanConfAlarmProfile
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects for configuring span-related
Packit 022b05
      parameters for HDSL2/SHDSL lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 1 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanStatusGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslStatusNumAvailRepeaters
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects for retrieving span-related
Packit 022b05
      status for HDSL2/SHDSL lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 2 }
Packit 022b05
Packit 022b05
hdsl2ShdslInventoryShdslGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslInvTransmissionModeCapability
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects for retrieving SHDSL-specific
Packit 022b05
      inventory information."
Packit 022b05
   ::= { hdsl2ShdslGroups 3 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanShdslStatusGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslStatusMaxAttainableLineRate,
Packit 022b05
   hdsl2ShdslStatusActualLineRate,
Packit 022b05
   hdsl2ShdslStatusTransmissionModeCurrent
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects for retrieving SHDSL-specific
Packit 022b05
      span-related status."
Packit 022b05
   ::= { hdsl2ShdslGroups 4 }
Packit 022b05
Packit 022b05
hdsl2ShdslInventoryGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslInvVendorID,
Packit 022b05
   hdsl2ShdslInvVendorModelNumber,
Packit 022b05
   hdsl2ShdslInvVendorSerialNumber,
Packit 022b05
   hdsl2ShdslInvVendorEOCSoftwareVersion,
Packit 022b05
   hdsl2ShdslInvStandardVersion,
Packit 022b05
   hdsl2ShdslInvVendorListNumber,
Packit 022b05
   hdsl2ShdslInvVendorIssueNumber,
Packit 022b05
   hdsl2ShdslInvVendorSoftwareVersion,
Packit 022b05
   hdsl2ShdslInvEquipmentCode,
Packit 022b05
   hdsl2ShdslInvVendorOther
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects that provide unit inventory
Packit 022b05
      information about the units in HDSL2/SHDSL lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 5 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointConfGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrAtn
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects for configuring parameters for
Packit 022b05
      segment endpoints in HDSL2/SHDSL lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 6 }
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointCurrGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrAtn,
Packit 022b05
   hdsl2ShdslEndpointCurrSnrMgn,
Packit 022b05
   hdsl2ShdslEndpointCurrStatus,
Packit 022b05
   hdsl2ShdslEndpointES,
Packit 022b05
   hdsl2ShdslEndpointSES,
Packit 022b05
   hdsl2ShdslEndpointCRCanomalies,
Packit 022b05
   hdsl2ShdslEndpointLOSWS,
Packit 022b05
   hdsl2ShdslEndpointUAS,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinTimeElapsed,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinES,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinSES,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinCRCanomalies,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinLOSWS,
Packit 022b05
   hdsl2ShdslEndpointCurr15MinUAS,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayTimeElapsed,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayES,
Packit 022b05
   hdsl2ShdslEndpointCurr1DaySES,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayCRCanomalies,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayLOSWS,
Packit 022b05
   hdsl2ShdslEndpointCurr1DayUAS
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects that provide current status and
Packit 022b05
      performance measurements relating to segment endpoints in
Packit 022b05
      HDSL2/SHDSL lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 7 }
Packit 022b05
Packit 022b05
hdsl2Shdsl15MinIntervalGroup OBJECT-GROUP
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2Shdsl15MinIntervalES,
Packit 022b05
   hdsl2Shdsl15MinIntervalSES,
Packit 022b05
   hdsl2Shdsl15MinIntervalCRCanomalies,
Packit 022b05
   hdsl2Shdsl15MinIntervalLOSWS,
Packit 022b05
   hdsl2Shdsl15MinIntervalUAS
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects that maintain historic
Packit 022b05
      performance measurements relating to segment endpoints in
Packit 022b05
      HDSL2/SHDSL lines in 15-minute intervals."
Packit 022b05
   ::= { hdsl2ShdslGroups 8 }
Packit 022b05
Packit 022b05
hdsl2Shdsl1DayIntervalGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2Shdsl1DayIntervalMoniSecs,
Packit 022b05
   hdsl2Shdsl1DayIntervalES,
Packit 022b05
   hdsl2Shdsl1DayIntervalSES,
Packit 022b05
   hdsl2Shdsl1DayIntervalCRCanomalies,
Packit 022b05
   hdsl2Shdsl1DayIntervalLOSWS,
Packit 022b05
   hdsl2Shdsl1DayIntervalUAS
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects that maintain historic
Packit 022b05
      performance measurements relating to segment endpoints in
Packit 022b05
      HDSL2/SHDSL lines in 1-day intervals."
Packit 022b05
   ::= { hdsl2ShdslGroups 9 }
Packit 022b05
Packit 022b05
hdsl2ShdslMaintenanceGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslMaintLoopbackConfig,
Packit 022b05
   hdsl2ShdslMaintTipRingReversal,
Packit 022b05
   hdsl2ShdslMaintPowerBackOff,
Packit 022b05
   hdsl2ShdslMaintSoftRestart,
Packit 022b05
   hdsl2ShdslMaintLoopbackTimeout,
Packit 022b05
   hdsl2ShdslMaintUnitPowerSource
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects that provide support for
Packit 022b05
      maintenance actions for HDSL2/SHDSL lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 10 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
hdsl2ShdslEndpointAlarmConfGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointAlarmConfProfile,
Packit 022b05
   hdsl2ShdslEndpointThreshLoopAttenuation,
Packit 022b05
   hdsl2ShdslEndpointThreshSNRMargin,
Packit 022b05
   hdsl2ShdslEndpointThreshES,
Packit 022b05
   hdsl2ShdslEndpointThreshSES,
Packit 022b05
   hdsl2ShdslEndpointThreshCRCanomalies,
Packit 022b05
   hdsl2ShdslEndpointThreshLOSWS,
Packit 022b05
   hdsl2ShdslEndpointThreshUAS,
Packit 022b05
   hdsl2ShdslEndpointAlarmConfProfileRowStatus
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects that allow configuration of alarm
Packit 022b05
      thresholds for various performance parameters for HDSL2/SHDSL
Packit 022b05
      lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 11 }
Packit 022b05
Packit 022b05
hdsl2ShdslNotificationGroup NOTIFICATION-GROUP
Packit 022b05
   NOTIFICATIONS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslLoopAttenCrossing,
Packit 022b05
   hdsl2ShdslSNRMarginCrossing,
Packit 022b05
   hdsl2ShdslPerfESThresh,
Packit 022b05
   hdsl2ShdslPerfSESThresh,
Packit 022b05
   hdsl2ShdslPerfCRCanomaliesThresh,
Packit 022b05
   hdsl2ShdslPerfLOSWSThresh,
Packit 022b05
   hdsl2ShdslPerfUASThresh,
Packit 022b05
   hdsl2ShdslSpanInvalidNumRepeaters,
Packit 022b05
   hdsl2ShdslLoopbackFailure,
Packit 022b05
   hdsl2ShdslpowerBackoff,
Packit 022b05
   hdsl2ShdsldeviceFault,
Packit 022b05
   hdsl2ShdsldcContinuityFault,
Packit 022b05
   hdsl2ShdslconfigInitFailure,
Packit 022b05
   hdsl2ShdslprotocolInitFailure,
Packit 022b05
   hdsl2ShdslnoNeighborPresent,
Packit 022b05
   hdsl2ShdslLocalPowerLoss
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports notifications of significant conditions
Packit 022b05
      associated with HDSL2/SHDSL lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 12 }
Packit 022b05
Packit 022b05
hdsl2ShdslSpanConfProfileGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslSpanConfWireInterface,
Packit 022b05
   hdsl2ShdslSpanConfMinLineRate,
Packit 022b05
   hdsl2ShdslSpanConfMaxLineRate,
Packit 022b05
   hdsl2ShdslSpanConfPSD,
Packit 022b05
   hdsl2ShdslSpanConfTransmissionMode,
Packit 022b05
   hdsl2ShdslSpanConfRemoteEnabled,
Packit 022b05
   hdsl2ShdslSpanConfPowerFeeding,
Packit 022b05
   hdsl2ShdslSpanConfCurrCondTargetMarginDown,
Packit 022b05
   hdsl2ShdslSpanConfWorstCaseTargetMarginDown,
Packit 022b05
   hdsl2ShdslSpanConfCurrCondTargetMarginUp,
Packit 022b05
   hdsl2ShdslSpanConfWorstCaseTargetMarginUp,
Packit 022b05
   hdsl2ShdslSpanConfUsedTargetMargins,
Packit 022b05
   hdsl2ShdslSpanConfReferenceClock,
Packit 022b05
   hdsl2ShdslSpanConfLineProbeEnable,
Packit 022b05
   hdsl2ShdslSpanConfProfileRowStatus
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects that constitute configuration
Packit 022b05
      profiles for configuring span-related parameters in SHDSL
Packit 022b05
      lines."
Packit 022b05
   ::= { hdsl2ShdslGroups 13 }
Packit 022b05
Packit 022b05
hdsl2ShdslWirePairGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslEndpointCurrTipRingReversal,
Packit 022b05
   hdsl2ShdslEndpointCurrActivationState
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects that provide the status
Packit 022b05
      of SHDSL-specific wire pairs."
Packit 022b05
   ::= { hdsl2ShdslGroups 14 }
Packit 022b05
Packit 022b05
hdsl2ShdslPayloadRateGroup OBJECT-GROUP
Packit 022b05
   OBJECTS
Packit 022b05
   {
Packit 022b05
   hdsl2ShdslStatusMaxAttainablePayloadRate,
Packit 022b05
   hdsl2ShdslStatusActualPayloadRate
Packit 022b05
   }
Packit 022b05
   STATUS      current
Packit 022b05
   DESCRIPTION
Packit 022b05
     "This group supports objects for retrieving payload rates
Packit 022b05
      that exclude any framing overhead."
Packit 022b05
   ::= { hdsl2ShdslGroups 15 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
END