⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2662.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
   ADSL-TC-MIB DEFINITIONS ::= BEGIN   IMPORTS       transmission,       MODULE-IDENTITY, Gauge32            FROM SNMPv2-SMI       TEXTUAL-CONVENTION                  FROM SNMPv2-TC;   adsltcmib MODULE-IDENTITY   LAST-UPDATED "9908190000Z"   ORGANIZATION "IETF ADSL MIB Working Group"   CONTACT-INFO       "       Gregory Bathrick       AG Communication Systems       A Subsidiary of Lucent Technologies       2500 W Utopia Rd.       Phoenix, AZ 85027 USA       Tel: +1 602-582-7679       Fax: +1 602-582-7697       E-mail: bathricg@agcs.com       Faye Ly       Copper Mountain Networks       Norcal Office       2470 Embarcadero Way       Palo Alto, CA 94303       Tel: +1 650-858-8500       Fax: +1 650-858-8085       E-Mail: faye@coppermountain.com       IETF ADSL MIB Working Group (adsl@xlist.agcs.com)       "       DESCRIPTION           "The MIB module which provides a ADSL           Line Coding Textual Convention to be used           by ADSL Lines."       --  Revision history       REVISION     "9908190000Z"  -- 19 August 1999, midnight       DESCRIPTION  "Initial Version, published as RFC 2662"       ::= { transmission 94 2 } -- adslMIB 2       AdslLineCodingType ::= TEXTUAL-CONVENTION           STATUS       current           DESCRIPTION               "This data type is used as the syntax for the ADSL               Line Code."           SYNTAX  INTEGER {               other(1),-- none of the following               dmt (2), -- Discrete MultiTone               cap (3), -- Carrierless Amplitude & Phase modulation               qam (4)  -- Quadrature Amplitude Modulation           }       AdslPerfCurrDayCount ::= TEXTUAL-CONVENTION           STATUS  current           DESCRIPTION               "A counter associated with interface performance               measurements in a current 1-day (24 hour) measurement               interval.               The value of this counter starts at zero at the               beginning of an interval and is increased when               associated events occur, until the end of the               1-day interval.  At that time the value of the               counter is stored in the previous 1-day history               interval, if available, and the current interval               counter is restarted at zero.               In the case where the agent has no valid data available               for this interval the corresponding object               instance is not available and upon a retrieval               request a corresponding error message shall be               returned to indicate that this instance does               not exist (for example, a noSuchName error for               SNMPv1 and a noSuchInstance for SNMPv2 GET               operation)."            SYNTAX  Gauge32       AdslPerfPrevDayCount ::= TEXTUAL-CONVENTION           STATUS  current           DESCRIPTION               "A counter associated with interface performance               measurements during the most previous 1-day (24 hour)               measurement interval.  The value of this counter is               equal to the value of the current day counter at               the end of its most recent interval.               In the case where the agent has no valid data available               for this interval the corresponding object               instance is not available and upon a retrieval               request a corresponding error message shall be               returned to indicate that this instance does               not exist (for example, a noSuchName error for               SNMPv1 and a noSuchInstance for SNMPv2 GET               operation)."           SYNTAX  Gauge32       AdslPerfTimeElapsed ::= TEXTUAL-CONVENTION           STATUS current           DESCRIPTION               "The number of seconds that have elapsed since               the beginning of the current measurement period.               If, for some reason, such as an adjustment in the               system's time-of-day clock, the current interval               exceeds the maximum value, the agent will return               the maximum value."           SYNTAX  Gauge32   END   ADSL-LINE-MIB DEFINITIONS ::= BEGIN   IMPORTS       MODULE-IDENTITY, OBJECT-TYPE,       Counter32, Gauge32,       NOTIFICATION-TYPE,       transmission, Unsigned32          FROM SNMPv2-SMI       RowStatus,       TruthValue, VariablePointer       FROM SNMPv2-TC       MODULE-COMPLIANCE, OBJECT-GROUP,       NOTIFICATION-GROUP                FROM SNMPv2-CONF       ifIndex                           FROM IF-MIB       PerfCurrentCount,       PerfIntervalCount                 FROM PerfHist-TC-MIB       SnmpAdminString                   FROM SNMP-FRAMEWORK-MIB       AdslPerfCurrDayCount,       AdslPerfPrevDayCount,       AdslPerfTimeElapsed,       AdslLineCodingType                FROM ADSL-TC-MIB       ;   adslMIB MODULE-IDENTITY   LAST-UPDATED "9908190000Z"   ORGANIZATION "IETF ADSL MIB Working Group"   CONTACT-INFO       "       Gregory Bathrick       AG Communication Systems       A Subsidiary of Lucent Technologies       2500 W Utopia Rd.       Phoenix, AZ 85027 USA       Tel: +1 602-582-7679       Fax: +1 602-582-7697       E-mail: bathricg@agcs.com       Faye Ly       Copper Mountain Networks       Norcal Office       2470 Embarcadero Way       Palo Alto, CA 94303       Tel: +1 650-858-8500       Fax: +1 650-858-8085       E-Mail: faye@coppermountain.com       (ADSL Forum input only)       John Burgess       Predictive Systems, Inc.       25A Vreeland Rd.       Florham Park, NJ 07932 USA       Tel: +1 973-301-5610       Fax: +1 973-301-5699       E-mail: jtburgess@predictive.com       IETF ADSL MIB Working Group (adsl@xlist.agcs.com)       "   DESCRIPTION       "The MIB module defining objects for the management of a pair of       ADSL modems at each end of the ADSL line.  Each such line has       an entry in an ifTable which may include multiple modem lines.       An agent may reside at either end of the ADSL line however the       MIB is designed to require no management communication between       them beyond that inherent in the low-level ADSL line protocol.       The agent may monitor and control this protocol for its needs.       ADSL lines may support optional Fast or Interleaved channels.       If these are supported, additional entries corresponding to the       supported channels must be created in the ifTable. Thus an ADSL       line that supports both channels will have three entries in the       ifTable, one for each physical, fast, and interleaved, whose       ifType values are equal to adsl(94), fast(125), and       interleaved(124), respectively. The ifStackTable is used to       represent the relationship between the entries.       Naming Conventions:                 Atuc -- (ATUC) modem at near (Central) end of line                 Atur -- (ATUR) modem at Remote end of line                 Curr -- Current                 Prev -- Previous                 Atn -- Attenuation                 ES  -- Errored Second.                 LCS -- Line Code Specific                 Lof -- Loss of Frame                 Lol -- Loss of Link                 Los -- Loss of Signal                 Lpr -- Loss of Power                 xxxs-- interval of Seconds in which xxx occurs                         (e.g., xxx=Lof, Los, Lpr)                 Max -- Maximum                 Mgn -- Margin                 Min -- Minimum                 Psd -- Power Spectral Density                 Snr -- Signal to Noise Ratio                 Tx  -- Transmit                 Blks-- Blocks, a data unit, see                        adslAtuXChanCrcBlockLength         "         --  Revision history         REVISION     "9908190000Z"  -- 19 August 1999, midnight         DESCRIPTION  "Initial Version, published as RFC 2662"   ::= { transmission 94 }   adslLineMib OBJECT IDENTIFIER ::= { adslMIB 1 }   adslMibObjects OBJECT IDENTIFIER ::= { adslLineMib 1 }   -- objects         adslLineTable   OBJECT-TYPE             SYNTAX          SEQUENCE OF AdslLineEntry             MAX-ACCESS      not-accessible             STATUS          current             DESCRIPTION                 "This table includes common attributes describing                 both ends of the line.  It is required for all ADSL                 physical interfaces.  ADSL physical interfaces are                 those ifEntries where ifType is equal to adsl(94)."         ::= { adslMibObjects 1 }         adslLineEntry   OBJECT-TYPE             SYNTAX          AdslLineEntry             MAX-ACCESS      not-accessible             STATUS          current             DESCRIPTION     "An entry in adslLineTable."             INDEX           { ifIndex }         ::= { adslLineTable 1 }         AdslLineEntry ::=             SEQUENCE {             adslLineCoding           AdslLineCodingType,             adslLineType             INTEGER,             adslLineSpecific         VariablePointer,             adslLineConfProfile      SnmpAdminString,             adslLineAlarmConfProfile SnmpAdminString             }         adslLineCoding OBJECT-TYPE             SYNTAX      AdslLineCodingType             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Specifies the ADSL coding type used on this                 line."         ::= { adslLineEntry 1 }        adslLineType OBJECT-TYPE             SYNTAX      INTEGER {                 noChannel (1),        -- no channels exist                 fastOnly (2),         -- fast channel exists only                 interleavedOnly (3),  -- interleaved channel exists                                       -- only                 fastOrInterleaved (4),-- either fast or interleaved                                       -- channels can exist, but                                       -- only one at any time                 fastAndInterleaved (5)-- both fast or interleaved                                       -- channels exist             }             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Defines the type of ADSL physical line                 entity that exists, by defining whether and how                 the line is channelized.  If the line is channelized,                 the value will be other than noChannel(1).  This                 object defines which channel type(s) are supported.                 In the case that the line is channelized, the manager                 can use the ifStackTable to determine the ifIndex for                 the associated channel(s)."         ::= { adslLineEntry 2 }         adslLineSpecific OBJECT-TYPE             SYNTAX      VariablePointer             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "OID instance in vendor-specific MIB. The Instance may                 be used to determine shelf/slot/port of the ATUC                 interface in a DSLAM."         ::= { adslLineEntry 3 }        adslLineConfProfile OBJECT-TYPE             SYNTAX      SnmpAdminString (SIZE (1..32))             MAX-ACCESS  read-write             STATUS      current             DESCRIPTION                 "The value of this object identifies the row                 in the ADSL Line Configuration Profile Table,                 (adslLineConfProfileTable), which applies for this                 ADSL line, and channels if applicable.                 For `dynamic' mode, in the case which the                 configuration profile has not been set, the                 value will be set to `DEFVAL'.                 If the implementator of this MIB has chosen not                 to implement `dynamic assignment' of profiles, this                 object's MIN-ACCESS is read-only."         ::= { adslLineEntry 4 }        adslLineAlarmConfProfile OBJECT-TYPE             SYNTAX      SnmpAdminString (SIZE (1..32))             MAX-ACCESS  read-write             STATUS      current

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -