📄 rfc3440.mib
字号:
ADSL-LINE-EXT-MIB DEFINITIONS ::= BEGIN IMPORTS Counter32, Integer32, NOTIFICATION-TYPE, MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF TEXTUAL-CONVENTION FROM SNMPv2-TC PerfCurrentCount, PerfIntervalCount FROM PerfHist-TC-MIB AdslPerfCurrDayCount, AdslPerfPrevDayCount FROM ADSL-TC-MIB SnmpAdminString FROM SNMP-FRAMEWORK-MIB adslLineAlarmConfProfileEntry, adslLineConfProfileEntry, adslAturIntervalEntry, adslAturPerfDataEntry, adslAtucIntervalEntry, adslAtucPerfDataEntry, adslLineEntry, adslMIB FROM ADSL-LINE-MIB ; adslExtMIB MODULE-IDENTITY LAST-UPDATED "200212100000Z" -- 10 Dec 2002 ORGANIZATION "IETF ADSL MIB Working Group" CONTACT-INFO " Faye Ly Pedestal Networks 6503 Dumbarton Circle, Fremont, CA 94555 Tel: +1 510-578-0158 Fax: +1 510-744-5152 E-Mail: faye@pedestalnetworks.com Gregory Bathrick Nokia Networks 2235 Mercury Way, Fax: +1 707-535-7300 E-Mail: greg.bathrick@nokia.com General Discussion:adslmib@ietf.org To Subscribe: https://www1.ietf.org/mailman/listinfo/adslmib Archive: https://www1.ietf.org/mailman/listinfo/adslmib " DESCRIPTION "Copyright (C) The Internet Society (2002). This version of this MIB module is part of RFC 3440; see the RFC itself for full legal notices. This MIB Module is a supplement to the ADSL-LINE-MIB [RFC2662]." REVISION "200212100000Z" -- 10 dec 2002 DESCRIPTION "Initial Version, published as RFC 3440. This MIB module supplements the ADSL-LINE-MIB [RFC2662]." ::= { adslMIB 3 } adslExtMibObjects OBJECT IDENTIFIER ::= { adslExtMIB 1 } AdslTransmissionModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "A set of ADSL line transmission modes, with one bit per mode. The notes (F) and (L) denote Full-Rate and G.Lite respectively: Bit 00 : Regional Std. (ANSI T1.413) (F) Bit 01 : Regional Std. (ETSI DTS/TM06006) (F) Bit 02 : G.992.1 POTS non-overlapped (F) Bit 03 : G.992.1 POTS overlapped (F) Bit 04 : G.992.1 ISDN non-overlapped (F) Bit 05 : G.992.1 ISDN overlapped (F) Bit 06 : G.992.1 TCM-ISDN non-overlapped (F) Bit 07 : G.992.1 TCM-ISDN overlapped (F) Bit 08 : G.992.2 POTS non-overlapped (L) Bit 09 : G.992.2 POTS overlapped (L) Bit 10 : G.992.2 with TCM-ISDN non-overlapped (L) Bit 11 : G.992.2 with TCM-ISDN overlapped (L) Bit 12 : G.992.1 TCM-ISDN symmetric (F) " SYNTAX BITS { ansit1413(0), etsi(1), q9921PotsNonOverlapped(2), q9921PotsOverlapped(3), q9921IsdnNonOverlapped(4), q9921isdnOverlapped(5), q9921tcmIsdnNonOverlapped(6), q9921tcmIsdnOverlapped(7), q9922potsNonOverlapeed(8), q9922potsOverlapped(9), q9922tcmIsdnNonOverlapped(10), q9922tcmIsdnOverlapped(11), q9921tcmIsdnSymmetric(12) } adslLineExtTable OBJECT-TYPE SYNTAX SEQUENCE OF AdslLineExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table is an extension of RFC 2662. It contains ADSL line configuration and monitoring information. This includes the ADSL line's capabilities and actual ADSL transmission system." ::= { adslExtMibObjects 17 } adslLineExtEntry OBJECT-TYPE SYNTAX AdslLineExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry extends the adslLineEntry defined in [RFC2662]. Each entry corresponds to an ADSL line." AUGMENTS { adslLineEntry } ::= { adslLineExtTable 1 } AdslLineExtEntry ::= SEQUENCE { adslLineTransAtucCap AdslTransmissionModeType, adslLineTransAtucConfig AdslTransmissionModeType, adslLineTransAtucActual AdslTransmissionModeType, adslLineGlitePowerState INTEGER, adslLineConfProfileDualLite SnmpAdminString } adslLineTransAtucCap OBJECT-TYPE SYNTAX AdslTransmissionModeType MAX-ACCESS read-only STATUS current DESCRIPTION "The transmission modes, represented by a bitmask that the ATU-C is capable of supporting. The modes available are limited by the design of the equipment." REFERENCE "Section 7.3.2 ITU G.997.1" ::= { adslLineExtEntry 1 } adslLineTransAtucConfig OBJECT-TYPE SYNTAX AdslTransmissionModeType MAX-ACCESS read-write STATUS current DESCRIPTION "The transmission modes, represented by a bitmask, currently enabled by the ATU-C. The manager can only set those modes that are supported by the ATU-C. An ATU-C's supported modes are provided by AdslLineTransAtucCap." REFERENCE "Section 7.3.2 ITU G.997.1" ::= { adslLineExtEntry 2 } adslLineTransAtucActual OBJECT-TYPE SYNTAX AdslTransmissionModeType MAX-ACCESS read-only STATUS current DESCRIPTION "The actual transmission mode of the ATU-C. During ADSL line initialization, the ADSL Transceiver Unit - Remote terminal end (ATU-R) will determine the mode used for the link. This value will be limited a single transmission mode that is a subset of those modes enabled by the ATU-C and denoted by adslLineTransAtucConfig. After an initialization has occurred, its mode is saved as the 'Current' mode and is persistence should the link go down. This object returns 0 (i.e. BITS with no mode bit set) if the mode is not known." REFERENCE "Section 7.3.2 ITU G.997.1 " ::= { adslLineExtEntry 3 } adslLineGlitePowerState OBJECT-TYPE SYNTAX INTEGER { none(1), l0(2), -- L0 Power on l1(3), -- L1 Power on but reduced l3(4) -- L3 Power off } MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object specifies the power state of this interface. L0 is power on, L1 is power on but reduced and L3 is power off. Power state cannot be configured by an operator but it can be viewed via the ifOperStatus object for the managed ADSL interface. The value of the object ifOperStatus is set to down(2) if the ADSL interface is in power state L3 and is set to up(1) if the ADSL line interface is in power state L0 or L1. If the object adslLineTransAtucActual is set to a G.992.2 (G.Lite)-type transmission mode, the value of this object will be one of the valid power states: L0(2), L1(3), or L3(4). Otherwise, its value will be none(1)." ::= { adslLineExtEntry 4 } adslLineConfProfileDualLite OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-write STATUS current DESCRIPTION "This object extends the definition an ADSL line and associated channels (when applicable) for cases when it is configured in dual mode, and operating in a G.Lite-type mode as denoted by adslLineTransAtucActual. Dual mode exists when the object, adslLineTransAtucConfig, is configured with one or more full-rate modes and one or more G.Lite modes simultaneously. When 'dynamic' profiles are implemented, the value of object is equal to the index of the applicable row in the ADSL Line Configuration Profile Table, AdslLineConfProfileTable defined in ADSL-MIB [RFC2662]. In the case when dual-mode has not been enabled, the value of the object will be equal to the value of the object adslLineConfProfile [RFC2662]. When `static' profiles are implemented, in much like the case of the object, adslLineConfProfileName [RFC2662], this object's value will need to algorithmically represent the characteristics of the line. In this case, the value of the line's ifIndex plus a value indicating the line mode type (e.g., G.Lite, Full-rate) will be used. Therefore, the profile's name is a string concatenating the ifIndex and one of the follow values: Full or Lite. This string will be fixed-length (i.e., 14) with leading zero(s). For example, the profile name for ifIndex that equals '15' and is a full rate line, it will be '0000000015Full'." REFERENCE "Section 5.4 Profiles, RFC 2662" ::= { adslLineExtEntry 5 } adslAtucPerfDataExtTable OBJECT-TYPE SYNTAX SEQUENCE OF AdslAtucPerfDataExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table extends adslAtucPerfDataTable [RFC2662] with additional ADSL physical line counter information such as unavailable seconds-line and severely errored seconds-line." ::= { adslExtMibObjects 18 } adslAtucPerfDataExtEntry OBJECT-TYPE SYNTAX AdslAtucPerfDataExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry extends the adslAtucPerfDataEntry defined in [RFC2662]. Each entry corresponds to an ADSL line." AUGMENTS { adslAtucPerfDataEntry } ::= { adslAtucPerfDataExtTable 1 } AdslAtucPerfDataExtEntry ::= SEQUENCE { adslAtucPerfStatFastR Counter32, adslAtucPerfStatFailedFastR Counter32, adslAtucPerfStatSesL Counter32, adslAtucPerfStatUasL Counter32, adslAtucPerfCurr15MinFastR PerfCurrentCount, adslAtucPerfCurr15MinFailedFastR PerfCurrentCount, adslAtucPerfCurr15MinSesL PerfCurrentCount, adslAtucPerfCurr15MinUasL PerfCurrentCount, adslAtucPerfCurr1DayFastR AdslPerfCurrDayCount, adslAtucPerfCurr1DayFailedFastR AdslPerfCurrDayCount, adslAtucPerfCurr1DaySesL AdslPerfCurrDayCount, adslAtucPerfCurr1DayUasL AdslPerfCurrDayCount, adslAtucPerfPrev1DayFastR AdslPerfPrevDayCount, adslAtucPerfPrev1DayFailedFastR AdslPerfPrevDayCount, adslAtucPerfPrev1DaySesL AdslPerfPrevDayCount, adslAtucPerfPrev1DayUasL AdslPerfPrevDayCount } adslAtucPerfStatFastR OBJECT-TYPE SYNTAX Counter32 UNITS "line retrains"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -