Blame mibs/ietf/ADSL-TC-MIB

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