-- extracted from draft-ietf-adslmib-adsl2-00.txt -- at Mon Nov 15 17:10:40 1999 ADSL2-LINE-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, Gauge32, OBJECT-TYPE, mib-2 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC adslMIB FROM ADSL-LINE-MIB ; adsl2MIB MODULE-IDENTITY LAST-UPDATED "9905141200Z" 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 X240 E-Mail: faye@coppermountain.com DESCRIPTION "This MIB Module is a supplement to the ADSL-LINE-MIB [1]." ::= { adslMIB 2 } adsl2MIBObjects OBJECT IDENTIFIER ::= {atm2MIB 1} AdslTransmissionModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This data type is used as the syntax ADSL line transmission mode. The transmission mode is defined as: Bit 01 : Regional Std. (ANSI T1.413) Bit 02 : Regional Std. (ETSI DTS/TM06006) Bit 03 : G.992.1 POTS non-overlapped Bit 04 : G.992.1 POTS overlapped Bit 05 : G.992.1 ISDN non-overlapped Bit 06 : G.992.1 ISDN overlapped Bit 07 : G.992.1 TCM-ISDN non-overlapped Bit 08 : G.992.1 TCM-ISDN overlapped Bit 09 : G.992.2 POTS non-overlapped Bit 10 : G.992.2 POTS overlapped Bit 11 : G.992.2 with TCM-ISDN non-overlapped Bit 12 : G.992.2 with TCM-ISDN overlapped " SYNTAX BITS { ansit1413(1), etsi(2), 9921potsnon-overlapped(3), 9921potsoverlapped(4), 9921isdnnon-overlapped(5), 9921isdnoverlapped(6), 9921tcm-isdnnon-overlapped(7), 9921tcm-isdn-overlapped(8), 9922potsnon-overlapeed(9), 9922potsoverlapped(10), 9922tcm-isdnnon-overlapped(11), 9922tcm-isdn-overlapped(12) } adslLineExtTable OBJECT-TYPE SYNTAX SEQUENCE OF AdslExtLineEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains ADSL line configuration and monitoring information not defined in the adslLineTable from the ADSL-LINE-MIB [1]. This includes the capabilities and actual ADSL transmission system." ::= { adslMibObjects 17 } adslExtLineEntry OBJECT-TYPE SYNTAX AdslExtLineEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry extends the adslLineEntry defined in [1]. Each entry corresponds to an ADSL line." AUGMENTS { adslLineEntry } ::= { adslLineTable 1 } AdslExtLineEntry ::= SEQUENCE { adslLineTransAtucCap AdslTransmissionModeType, adslLineTransAturCap AdslTransmissionModeType, adslLineTransCapActual AdslTransmissionModeType } adslLineTransAtucCap OBJECT-TYPE SYNTAX AdslTransmissionModeType MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the ATU-C Transmission system capability." REFERENCE "Section 7.3.2 ITU G.997.1 [8]" ::= { adslExtLineEntry 1 } adslLineTransAturCap OBJECT-TYPE SYNTAX AdslTransmissionModeType MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the ATU-R Transmission system capability." REFERENCE "Section 7.3.2 ITU G.997.1 [8]" ::= { adslExtLineEntry 2 } adslLineTransCapActual OBJECT-TYPE SYNTAX AdslTransmissionModeType MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the actual Transmission system capability for this ADSL line." REFERENCE "Section 7.3.2 ITU G.997.1 [8]" ::= { adslExtLineEntry 3 } adslAtucPerfDataExtTable OBJECT-TYPE SYNTAX SEQUENCE OF AdslAtucPerfDataExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains ADSL physical line counters information not defined in the adslAtucPerfDataTable from the ADSL- LINE-MIB [10]." ::= { adslMibObjects 18 } adslAtucPerfDataExtEntry OBJECT-TYPE SYNTAX AdslAtucPerfDataExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry extends the adslAtucPerfDataEntry defined in [10]. Each entry corresponds to an ADSL line." AUGMENTS { adslAtucPerfDataEntry } ::= { adslAtucPerfDataTable 1 } AdslAtucPerfDataEntry ::= SEQUENCE { adslAtucPerfStatFastR Counter32, adslAtucPerfStatFailedFastR Counter32, adslAtucPerfStatSesL Counter32, adslAtucPerfStatUasL Counter32, adslAtucPerfCurr15FastR PerfCurrentCount, adslAtucPerfCurr15FailedFastR 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 Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the count of fast retrains." REFERENCE "ITU G.997.1 Section 7.4.15.1 [8]" ::= { adslAtucPerfDataEntry 1 } adslLineStatFailedFRetrains OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the count of failed fast retrains." REFERENCE "ITU G.997.1 Section 7.4.15.2 [8]" ::= { adslAtucPerfDataEntry 2 } adslAtucPerfStatSesL OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the count of severely errored second-line." REFERENCE "ITU G.997.1 Section 7.2.1.1.7 [8]" ::= { adslAtucPerfDataEntry 3 } adslAtucPerfStatUasL OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the count of unavailable second." REFERENCE "ITU G.997.1 Section 7.2.1.1.9 [8]" ::= { adslAtucPerfDataEntry 4 } adslAtucPerfCurr15MinFastR OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the current 15 minute interval when there was fast retrains." REFERENCE "ITU G.997.1 Section 7.4.15.1 [8]" ::= { adslAtucPerfDataEntry 5 } adslAtucPerfCurr15MinFailedFastR OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the current 15 minute interval when there was failed fast retrains." REFERENCE "ITU G.997.1 Section 7.4.15.2 [8]" ::= { adslAtucPerfDataEntry 6 } adslAtucPerfCurr15MinSesL OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the current 15 minute interval when there was fast retrains." REFERENCE "ITU G.997.1 Section 7.2.1.1.7 [8]" ::= { adslAtucPerfDataEntry 7 } adslAtucPerfCurr15MinUasL OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the current 15 minute interval when there was count for unavailable errored seconds." REFERENCE "ITU G.997.1 Section 7.2.1.1.9 [8]" ::= { adslAtucPerfDataEntry 8 } adslAtucPerfCurr1DayFastR OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of the number of seconds when there was fast retrains during the current day as measured by adslAtucPerfCurr1DayTimeElapsed." REFERENCE "ITU G.997.1 Section 7.4.15.1 [8]" ::= { adslAtucPerfDataEntry 9 } adslAtucPerfCurr1DayFailedFastR OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of the number of seconds when there was failed fast retrains during the current day as measured by REFERENCE "ITU G.997.1 Section 7.4.15.2 [8]" ::= { adslAtucPerfDataEntry 10 } adslAtucPerfCurr1DaySesL OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of the number of seconds when there was Severed Errored Seconds during the current day as measured by adslAtucPerfCurr1DayTimeElapsed." REFERENCE "ITU G.997.1 Section 7.2.1.1.7 [8]" ::= { adslAtucPerfDataEntry 11 } adslAtucPerfCurr1DayUasL OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of the number of seconds when there was Unavailable Errored Seconds during the current day as measured by adslAtucPerfCurr1DayTimeElapsed." REFERENCE "ITU G.997.1 Section 7.2.1.1.9 [8]" ::= { adslAtucPerfDataEntry 12 } adslAtucPerfPrev1DayFastR OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the interval when there was fast retrains within the most recent previous 1-day period." REFERENCE "ITU G.997.1 Section 7.4.15.1 [8]" ::= { adslAtucPerfDataEntry 13 } adslAtucPerfPrev1DayFailedFastR OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the interval when there was failed fast retrains within the most recent previous 1-day period." REFERENCE "ITU G.997.1 Section 7.4.15.2 [8]" ::= { adslAtucPerfDataEntry 14 } adslAtucPerfPrev1DaySesL OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the interval when there was severed errored seconds within the most recent previous 1-day period." REFERENCE "ITU G.997.1 Section 7.2.1.1.7 [8]" ::= { adslAtucPerfDataEntry 15 } adslAtucPerfPrev1DayFailedUasL OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the interval when there was unavailable errored seconds within the most recent previous 1-day period." REFERENCE "ITU G.997.1 Section 7.2.1.1.9 [8]" ::= { adslAtucPerfDataEntry 16 } adslAturPerfDataExtTable OBJECT-TYPE SYNTAX SEQUENCE OF AdslAturPerfDataExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains ADSL physical line counters information not defined in the adslAturPerfDataTable from the ADSL- LINE-MIB [10]." ::= { adslMibObjects 19 } adslAturPerfDataExtEntry OBJECT-TYPE SYNTAX AdslAturPerfDataExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry extends the adslAturPerfDataEntry defined in [10]. Each entry corresponds to an ADSL line." AUGMENTS { adslAturPerfDataEntry } ::= { adslAturPerfDataTable 1 } AdslAturPerfDataEntry ::= SEQUENCE { adslAturPerfStatSesL Counter32, adslAturPerfStatUasL Counter32, adslAturPerfCurr15MinSesL PerfCurrentCount, adslAturPerfCurr15MinUasL PerfCurrentCount, adslAturPerfCurr1DaySesL AdslPerfCurrDayCount, adslAturPerfCurr1DayUasL AdslPerfCurrDayCount, adslAturPerfPrev1DaySesL AdslPerfPrevDayCount, adslAturPerfPrev1DayUasL AdslPerfPrevDayCount } adslAturPerfStatSesL OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the count of severely errored second-line." REFERENCE "ITU G.997.1 Section 7.2.1.1.7 [8]" ::= { adslAturPerfDataEntry 1 } adslAturPerfStatUasL OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the count of unavailable second." REFERENCE "ITU G.997.1 Section 7.2.1.2.9 [8]" ::= { adslAturPerfDataEntry 2 } adslAturPerfCurr15MinSesL OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the current 15 minute interval when there was Severed Errored Seconds-Line." REFERENCE "ITU G.997.1 Section 7.2.1.2.7 [8]" ::= { adslAturPerfDataEntry 3 } adslAturPerfCurr15MinUasL OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the current 15 minute interval when there was Unavailable Errored Seconds." REFERENCE "ITU G.997.1 Section 7.2.1.2.9 [8]" ::= { adslAturPerfDataEntry 4 } adslAturPerfCurr1DaySesL OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of the number of seconds when there was Severed Errored Seconds during the current day as measured by adslAturPerfCurr1DayTimeElapsed." REFERENCE "ITU G.997.1 Section 7.2.1.2.7 [8]" ::= { adslAturPerfDataEntry 5 } adslAturPerfCurr1DayUasL OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of the number of seconds when there was Unavailable Errored Seconds during the current day as measured by adslAturPerfCurr1DayTimeElapsed." REFERENCE "ITU G.997.1 Section 7.2.1.2.9 [8]" ::= { adslAturPerfDataEntry 6 } adslAturPerfPrev1DaySesL OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the interval when there was severed errored second within the most recent previous 1-day period." REFERENCE "ITU G.997.1 Section 7.2.1.2.7 [8]" ::= { adslAturPerfDataEntry 7 } adslAturPerfPrev1DayUasL OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of seconds in the interval when there was unvailable errored second within the most recent previous 1-day period." REFERENCE "ITU G.997.1 Section 7.2.1.2.9 [8]" ::= { adslAturPerfDataEntry 8 } adslExtConfProfileTable OBJECT-TYPE SYNTAX SEQUENCE OF AdslExtConfProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains ADSL line profile configuration information not defined in the adslLineConfProfileTable from the ADSL-LINE-MIB [1]. This includes the line mode." ::= { adslMibObjects 19 } adslExtConfPrifleEntry OBJECT-TYPE SYNTAX AdslExtConfProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry extends the adslLineConfPrifileEntry defined in [1]. Each entry corresponds to an ADSL line profile." AUGMENTS { adslLineConfProfileEntry } ::= { adslExtConfProfileTable 1 } AdslExtConfProfileEntry ::= SEQUENCE { adslExtConfPorifleLineMode INTEGER } adslExtConfProfileLineMode 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-create STATUS current DESCRIPTION " This object is used to configure the ADSL physical line mode. " ::= { adslExtConfProfileEntry 1 } -- conformance information adsl2Conformance OBJECT IDENTIFIER ::= { adslLineMib 5 } adsl2Groups OBJECT IDENTIFIER ::= { adsl2Conformance 1 } adsl2Compliances OBJECT IDENTIFIER ::= { adsl2Conformance 2 } -- ATU-C agent compliance statements adsl2LineMibAtucCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which manage ADSL ATU-C interfaces." MODULE -- this module MANDATORY-GROUPS { adsl2LineGroup, adsl2AtucPhysPerfRawCounterGroup, adsl2AturPhysPerfRawCounterGroup, adsl2LineConfProfileControlGroup OBJECT-GROUP } GROUP adsl2AtucPhysPerfRawCounterGroup DESCRIPTION "This group is optional. Implementations which require continuous ATU-C physical event counters should implement this group." GROUP adsl2AturPhysPerfRawCounterGroup DESCRIPTION "This group is optional. Implementations which require continuous ATU-R physical event counters should implement this group." adsl2LineGroup OBJECT-GROUP OBJECTS { adslLineTransAtucCap, adslLineTransAturCap, adslLineTransCapActual } STATUS current DESCRIPTION "A collection of objects providing configuration information about an ADSL Line." ::= { adsl2Groups 1 } adsl2AtucPhysPerfRawCounterGroup OBJECT-GROUP OBJECTS { adslAtucPerfStatFastR, adslAtucPerfStatFailedFastR, adslAtucPerfCurr15FastR, adslAtucPerfCurr15FailedFastR, adslAtucPerfCurr1DayFastR, adslAtucPerfCurr1DayFailedFastR, adslAtucPerfPrev1DayFastR, adslAtucPerfPrev1DayFailedFastR, adslAtucPerfStatSesL, adslAtucPerfStatUasL, adslAtucPerfCurr15MinSesL, adslAtucPerfCurr15MinUasL, adslAtucPerfCurr1DaySesL, adslAtucPerfCurr1DayUasL, adslAtucPerfPrev1DaySesL, adslAtucPerfPrev1DayUasL } STATUS current DESCRIPTION "A collection of objects providing raw performance counts on an ADSL Line (ATU-C end)." ::= { adsl2Groups 2 } adsl2AturPhysPerfRawCounterGroup OBJECT-GROUP OBJECTS { adslAturPerfStatSesL, adslAturPerfStatUasL, adslAturPerfCurr15MinSesL, adslAturPerfCurr15MinUasL, adslAturPerfCurr1DaySesL, adslAturPerfCurr1DayUasL, adslAturPerfPrev1DaySesL, adslAturPerfPrev1DayUasL } STATUS current DESCRIPTION "A collection of objects providing raw performance counts on an ADSL Line (ATU-C end)." ::= { adsl2Groups 3 } adsl2LineConfProfileControlGroup OBJECT-GROUP OBJECTS { adslExtConfPorifleLineMode } STATUS current DESCRIPTION "A collection of objects providing profile control for the ADSL system." ::= { adsl2Groups 4 } END