Blame mibs/ietf/ADSL-TC-MIB

Packit 022b05
ADSL-TC-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    transmission,
Packit 022b05
    MODULE-IDENTITY, Gauge32            FROM SNMPv2-SMI
Packit 022b05
    TEXTUAL-CONVENTION                  FROM SNMPv2-TC;
Packit 022b05
Packit 022b05
adsltcmib MODULE-IDENTITY
Packit 022b05
Packit 022b05
LAST-UPDATED "9908190000Z"
Packit 022b05
Packit 022b05
ORGANIZATION "IETF ADSL MIB Working Group"
Packit 022b05
Packit 022b05
CONTACT-INFO
Packit 022b05
    "
Packit 022b05
    Gregory Bathrick
Packit 022b05
    AG Communication Systems
Packit 022b05
    A Subsidiary of Lucent Technologies
Packit 022b05
    2500 W Utopia Rd.
Packit 022b05
    Phoenix, AZ 85027 USA
Packit 022b05
    Tel: +1 602-582-7679
Packit 022b05
    Fax: +1 602-582-7697
Packit 022b05
    E-mail: bathricg@agcs.com
Packit 022b05
Packit 022b05
    Faye Ly
Packit 022b05
    Copper Mountain Networks
Packit 022b05
    Norcal Office
Packit 022b05
    2470 Embarcadero Way
Packit 022b05
    Palo Alto, CA 94303
Packit 022b05
    Tel: +1 650-858-8500
Packit 022b05
    Fax: +1 650-858-8085
Packit 022b05
    E-Mail: faye@coppermountain.com
Packit 022b05
    IETF ADSL MIB Working Group (adsl@xlist.agcs.com)
Packit 022b05
    "
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The MIB module which provides a ADSL
Packit 022b05
        Line Coding Textual Convention to be used
Packit 022b05
        by ADSL Lines."
Packit 022b05
Packit 022b05
    --  Revision history
Packit 022b05
    REVISION     "9908190000Z"  -- 19 August 1999, midnight
Packit 022b05
    DESCRIPTION  "Initial Version, published as RFC 2662"
Packit 022b05
Packit 022b05
    ::= { transmission 94 2 } -- adslMIB 2
Packit 022b05
Packit 022b05
    AdslLineCodingType ::= TEXTUAL-CONVENTION
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This data type is used as the syntax for the ADSL
Packit 022b05
            Line Code."
Packit 022b05
        SYNTAX  INTEGER {
Packit 022b05
            other(1),-- none of the following
Packit 022b05
            dmt (2), -- Discrete MultiTone
Packit 022b05
            cap (3), -- Carrierless Amplitude & Phase modulation
Packit 022b05
            qam (4)  -- Quadrature Amplitude Modulation
Packit 022b05
        }
Packit 022b05
Packit 022b05
    AdslPerfCurrDayCount ::= TEXTUAL-CONVENTION
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "A counter associated with interface performance
Packit 022b05
            measurements in a current 1-day (24 hour) measurement
Packit 022b05
            interval.
Packit 022b05
Packit 022b05
            The value of this counter starts at zero at the
Packit 022b05
            beginning of an interval and is increased when
Packit 022b05
            associated events occur, until the end of the
Packit 022b05
            1-day interval.  At that time the value of the
Packit 022b05
            counter is stored in the previous 1-day history
Packit 022b05
            interval, if available, and the current interval
Packit 022b05
            counter is restarted at zero.
Packit 022b05
Packit 022b05
            In the case where the agent has no valid data available
Packit 022b05
            for this interval the corresponding object
Packit 022b05
            instance is not available and upon a retrieval
Packit 022b05
            request a corresponding error message shall be
Packit 022b05
            returned to indicate that this instance does
Packit 022b05
            not exist (for example, a noSuchName error for
Packit 022b05
            SNMPv1 and a noSuchInstance for SNMPv2 GET
Packit 022b05
            operation)."
Packit 022b05
         SYNTAX  Gauge32
Packit 022b05
Packit 022b05
    AdslPerfPrevDayCount ::= TEXTUAL-CONVENTION
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "A counter associated with interface performance
Packit 022b05
            measurements during the most previous 1-day (24 hour)
Packit 022b05
            measurement interval.  The value of this counter is
Packit 022b05
            equal to the value of the current day counter at
Packit 022b05
            the end of its most recent interval.
Packit 022b05
Packit 022b05
            In the case where the agent has no valid data available
Packit 022b05
            for this interval the corresponding object
Packit 022b05
            instance is not available and upon a retrieval
Packit 022b05
            request a corresponding error message shall be
Packit 022b05
            returned to indicate that this instance does
Packit 022b05
            not exist (for example, a noSuchName error for
Packit 022b05
            SNMPv1 and a noSuchInstance for SNMPv2 GET
Packit 022b05
            operation)."
Packit 022b05
        SYNTAX  Gauge32
Packit 022b05
Packit 022b05
    AdslPerfTimeElapsed ::= TEXTUAL-CONVENTION
Packit 022b05
        STATUS current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The number of seconds that have elapsed since
Packit 022b05
            the beginning of the current measurement period.
Packit 022b05
            If, for some reason, such as an adjustment in the
Packit 022b05
            system's time-of-day clock, the current interval
Packit 022b05
            exceeds the maximum value, the agent will return
Packit 022b05
            the maximum value."
Packit 022b05
        SYNTAX  Gauge32
Packit 022b05
Packit 022b05
END