Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / ietf / ADSL-TC-MIB
1 ADSL-TC-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     transmission,
5     MODULE-IDENTITY, Gauge32            FROM SNMPv2-SMI
6     TEXTUAL-CONVENTION                  FROM SNMPv2-TC;
7
8 adsltcmib MODULE-IDENTITY
9
10 LAST-UPDATED "9908190000Z"
11
12 ORGANIZATION "IETF ADSL MIB Working Group"
13
14 CONTACT-INFO
15     "
16     Gregory Bathrick
17     AG Communication Systems
18     A Subsidiary of Lucent Technologies
19     2500 W Utopia Rd.
20     Phoenix, AZ 85027 USA
21     Tel: +1 602-582-7679
22     Fax: +1 602-582-7697
23     E-mail: bathricg@agcs.com
24
25     Faye Ly
26     Copper Mountain Networks
27     Norcal Office
28     2470 Embarcadero Way
29     Palo Alto, CA 94303
30     Tel: +1 650-858-8500
31     Fax: +1 650-858-8085
32     E-Mail: faye@coppermountain.com
33     IETF ADSL MIB Working Group (adsl@xlist.agcs.com)
34     "
35     DESCRIPTION
36         "The MIB module which provides a ADSL
37         Line Coding Textual Convention to be used
38         by ADSL Lines."
39
40     --  Revision history
41     REVISION     "9908190000Z"  -- 19 August 1999, midnight
42     DESCRIPTION  "Initial Version, published as RFC 2662"
43
44     ::= { transmission 94 2 } -- adslMIB 2
45
46     AdslLineCodingType ::= TEXTUAL-CONVENTION
47         STATUS       current
48         DESCRIPTION
49             "This data type is used as the syntax for the ADSL
50             Line Code."
51         SYNTAX  INTEGER {
52             other(1),-- none of the following
53             dmt (2), -- Discrete MultiTone
54             cap (3), -- Carrierless Amplitude & Phase modulation
55             qam (4)  -- Quadrature Amplitude Modulation
56         }
57
58     AdslPerfCurrDayCount ::= TEXTUAL-CONVENTION
59         STATUS  current
60         DESCRIPTION
61             "A counter associated with interface performance
62             measurements in a current 1-day (24 hour) measurement
63             interval.
64
65             The value of this counter starts at zero at the
66             beginning of an interval and is increased when
67             associated events occur, until the end of the
68             1-day interval.  At that time the value of the
69             counter is stored in the previous 1-day history
70             interval, if available, and the current interval
71             counter is restarted at zero.
72
73             In the case where the agent has no valid data available
74             for this interval the corresponding object
75             instance is not available and upon a retrieval
76             request a corresponding error message shall be
77             returned to indicate that this instance does
78             not exist (for example, a noSuchName error for
79             SNMPv1 and a noSuchInstance for SNMPv2 GET
80             operation)."
81          SYNTAX  Gauge32
82
83     AdslPerfPrevDayCount ::= TEXTUAL-CONVENTION
84         STATUS  current
85         DESCRIPTION
86             "A counter associated with interface performance
87             measurements during the most previous 1-day (24 hour)
88             measurement interval.  The value of this counter is
89             equal to the value of the current day counter at
90             the end of its most recent interval.
91
92             In the case where the agent has no valid data available
93             for this interval the corresponding object
94             instance is not available and upon a retrieval
95             request a corresponding error message shall be
96             returned to indicate that this instance does
97             not exist (for example, a noSuchName error for
98             SNMPv1 and a noSuchInstance for SNMPv2 GET
99             operation)."
100         SYNTAX  Gauge32
101
102     AdslPerfTimeElapsed ::= TEXTUAL-CONVENTION
103         STATUS current
104         DESCRIPTION
105             "The number of seconds that have elapsed since
106             the beginning of the current measurement period.
107             If, for some reason, such as an adjustment in the
108             system's time-of-day clock, the current interval
109             exceeds the maximum value, the agent will return
110             the maximum value."
111         SYNTAX  Gauge32
112
113 END