-- extracted from draft-ietf-adslmib-hdsl2-00.txt -- at Tue May 9 07:07:20 2000 HDSL2-LINE-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter32, NOTIFICATION-TYPE, Integer32, enterprises FROM SNMPv2-SMI DisplayString, RowStatus FROM SNMPv2-TC ifIndex FROM RFC1213-MIB PerfCurrentCount, PerfIntervalCount FROM PerfHist-TC-MIB SnmpAdminString FROM SNMP-FRAMEWORK-MIB AdslPerfCurrDayCount, AdslPerfPrevDayCount, AdslPerfTimeElapsed FROM ADSL-TC-MIB MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF; hdsl2MIB MODULE-IDENTITY LAST-UPDATED "0005080000Z" -- May 8, 2000 ORGANIZATION "ADSLMIB Working Group" CONTACT-INFO " Bob Ray Verilink Corporation 127 Jetplex Circle Madison, AL 35758 USA Tel: +1 256-774-2380 Fax: +1 256-774-2277 E-mail: bray@verilink.com " DESCRIPTION Expires November 8, 2000 Page [10] INTERNET-DRAFT HDSL2-LINE MIB May 2000 "The MIB module defining objects for the management of a series of HDSL2 modems on a HDSL2 line. An agent may reside at either end of the HDSL2 line, however the MIB is designed to require no management communication between the modems beyond that inherent in the low-level HDSL2 EOC line protocol as defined in ANSI T1E1.4/2000-006. The agent may monitor and control this protocol for its needs." ::= { enterprises 999999 } -- temporary assignment clause used for compilation -- reasons only. Upon assignment by the IETF, this -- value will be changed. During this interim -- period, it is recommended that implementors of -- this MIB assign this to a point under their -- private enterprise assignment tree. hdsl2LineMib OBJECT IDENTIFIER ::= { hdsl2MIB 1 } hdsl2MibObjects OBJECT IDENTIFIER ::= { hdsl2LineMib 1 } -- Inventory group -- hdsl2InventoryTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2InventoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table includes common attributes describing elements of an HDLS2 line. It is required for all HDSL2 physical interfaces. HDSL2 physical interfaces are those ifEntries where ifType is equal to hdsl2(168) or shdsl(169)." ::= { hdsl2MibObjects 1 } hdsl2InventoryEntry OBJECT-TYPE SYNTAX Hdsl2InventoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hdsl2InventoryTable." INDEX { ifIndex, hdsl2InvIndex } ::= { hdsl2InventoryTable 1 } Hdsl2InventoryEntry ::= SEQUENCE { hdsl2InvIndex Integer32, hdsl2InvUnitType INTEGER, hdsl2InvVendorID Integer32, hdsl2InvVendorModelNumber DisplayString, hdsl2InvVendorSerialNumber DisplayString, Expires November 8, 2000 Page [11] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2InvVendorEOCSoftwareVersion Integer32, hdsl2Invhdsl2StandardVersion Integer32, hdsl2InvVendorListNumber DisplayString, hdsl2InvVendorIssueNumber DisplayString, hdsl2InvVendorSoftwareVersion DisplayString, hdsl2InvEquipmentCode DisplayString, hdsl2InvVendorOther DisplayString } hdsl2InvIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index into the hdsl2InventoryTable." ::= { hdsl2InventoryEntry 1 } hdsl2InvUnitType OBJECT-TYPE SYNTAX INTEGER { htuC(1), -- central site HTU htuR(2), -- remote site HTU hru(3) -- regenerator } MAX-ACCESS read-only STATUS current DESCRIPTION "Defines the type of HDSL2 physical line entity that exists." ::= { hdsl2InventoryEntry 2 } hdsl2InvVendorID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Vendor ID as reported in an Inventory Response message." ::= { hdsl2InventoryEntry 3 } hdsl2InvVendorModelNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Vendor model number as reported in an Inventory Response message." ::= { hdsl2InventoryEntry 4 } hdsl2InvVendorSerialNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current Expires November 8, 2000 Page [12] INTERNET-DRAFT HDSL2-LINE MIB May 2000 DESCRIPTION "Vendor serial number as reported in an Inventory Response message." ::= { hdsl2InventoryEntry 5 } hdsl2InvVendorEOCSoftwareVersion OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Vendor EOC version as reported in an Inventory Response message." ::= { hdsl2InventoryEntry 6 } hdsl2Invhdsl2StandardVersion OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Vendor HDSL2 standard version number as reported in an Inventory Response message." ::= { hdsl2InventoryEntry 7 } hdsl2InvVendorListNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Vendor list number as reported in an Inventory Response message." ::= { hdsl2InventoryEntry 8 } hdsl2InvVendorIssueNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Vendor issue number as reported in an Inventory Response message." ::= { hdsl2InventoryEntry 9 } hdsl2InvVendorSoftwareVersion OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Vendor software version as reported in an Inventory Response message." ::= { hdsl2InventoryEntry 10 } hdsl2InvEquipmentCode OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only Expires November 8, 2000 Page [13] INTERNET-DRAFT HDSL2-LINE MIB May 2000 STATUS current DESCRIPTION "Equipment code conforming to ANSI T1.213, Coded Identification of Equipment Entities." ::= { hdsl2InventoryEntry 11 } hdsl2InvVendorOther OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Other vendor information as reported in an Inventory response message." ::= { hdsl2InventoryEntry 12 } -- SHDSL support group -- hdsl2ShdslTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2ShdslEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides for a SHDSL configuration record. It is required for all SHDSL physical interfaces. SHDSL physical interfaces are those ifEntries where ifType is equal to shdsl2(169)." ::= { hdsl2MibObjects 2 } hdsl2ShdslEntry OBJECT-TYPE SYNTAX Hdsl2ShdslEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hdsl2ShdslTable." INDEX { ifIndex } ::= { hdsl2ShdslTable 1 } Hdsl2ShdslEntry ::= SEQUENCE { hdsl2ShdslWireInterface INTEGER, hdsl2ShdslProfile SnmpAdminString } hdsl2ShdslWireInterface OBJECT-TYPE SYNTAX INTEGER { twoWire(1), fourWire(2) } MAX-ACCESS read-only STATUS current Expires November 8, 2000 Page [14] INTERNET-DRAFT HDSL2-LINE MIB May 2000 DESCRIPTION "Specifies if the unit has a 2 or 4 wire interface." ::= { hdsl2ShdslEntry 1 } hdsl2ShdslProfile OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-write STATUS current DESCRIPTION "The value of this object identifies the row in the SHDSL Configuration Profile Table, hdsl2ShdslProfileTable, which applies to this SHDSL line. In the case which the configuration profile has not been set, the value will be set to 'DEFVAL'." ::= { hdsl2ShdslEntry 2 } -- Endpoint group -- hdsl2EndpointTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2EndpointEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains a row for each endpoint in a HDSL2 line. An endpoint is considered an end of a HDSL2 segment; the modem on each end of a HDSL2 segment." ::= { hdsl2MibObjects 3 } hdsl2EndpointEntry OBJECT-TYPE SYNTAX Hdsl2EndpointEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hdsl2Endpoint Table." INDEX { ifIndex, hdsl2EndpointIndex } ::= { hdsl2EndpointTable 1 } Hdsl2EndpointEntry ::= SEQUENCE { hdsl2EndpointIndex Integer32, hdsl2EndpointUnit Integer32, hdsl2EndpointAlarmConfProfile SnmpAdminString, hdsl2EndpointCurrAtn Integer32, hdsl2EndpointCurrSnrMgn Integer32, hdsl2EndpointCurrStatus Integer32, hdsl2EndpointES Counter32, hdsl2EndpointSES Counter32, Expires November 8, 2000 Page [15] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2EndpointCRCanomaly Counter32, hdsl2EndpointLOSWS Counter32, hdsl2EndpointUAS Counter32, hdsl2EndpointCurr15MinTimeElapsed AdslPerfTimeElapsed, hdsl2EndpointCurr15MinES PerfCurrentCount, hdsl2EndpointCurr15MinSES PerfCurrentCount, hdsl2EndpointCurr15MinCRCanomaly PerfCurrentCount, hdsl2EndpointCurr15MinLOSWS PerfCurrentCount, hdsl2EndpointCurr15MinUAS PerfCurrentCount, hdsl2EndpointCurr1DayTimeElapsed AdslPerfTimeElapsed, hdsl2EndpointCurr1DayES AdslPerfCurrDayCount, hdsl2EndpointCurr1DaySES AdslPerfCurrDayCount, hdsl2EndpointCurr1DayCRCanomaly AdslPerfCurrDayCount, hdsl2EndpointCurr1DayLOSWS AdslPerfCurrDayCount, hdsl2EndpointCurr1DayUAS AdslPerfCurrDayCount, hdsl2EndpointPrev1DayMoniSecs AdslPerfTimeElapsed, hdsl2EndpointPrev1DayES AdslPerfPrevDayCount, hdsl2EndpointPrev1DaySES AdslPerfPrevDayCount, hdsl2EndpointPrev1DayCRCanomaly AdslPerfPrevDayCount, hdsl2EndpointPrev1DayLOSWS AdslPerfPrevDayCount, hdsl2EndpointPrev1DayUAS AdslPerfPrevDayCount } hdsl2EndpointIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index into the hdsl2EndpointTable." ::= { hdsl2EndpointEntry 1 } hdsl2EndpointUnit OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The HU associated with the endpoint; an entry in the hdsl2InventoryTable." ::= { hdsl2EndpointEntry 2 } hdsl2EndpointAlarmConfProfile OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-write STATUS current DESCRIPTION "The value of this object identifies the row in the HDSL2 Line Alarm Configuration Profile Table, hdsl2LineAlarmConfProfileTable, which applies to this HDSL2 endpoint. In the case which the configuration profile has not been Expires November 8, 2000 Page [16] INTERNET-DRAFT HDSL2-LINE MIB May 2000 set, the value will be set to 'DEFVAL'." ::= { hdsl2EndpointEntry 3 } hdsl2EndpointCurrAtn OBJECT-TYPE SYNTAX Integer32 UNITS "dB" MAX-ACCESS read-only STATUS current DESCRIPTION "The current loop attenuation for this endpoint as reported in a Network or Customer Side Performance Status message." ::= { hdsl2EndpointEntry 4 } hdsl2EndpointCurrSnrMgn OBJECT-TYPE SYNTAX Integer32 UNITS "dB" MAX-ACCESS read-only STATUS current DESCRIPTION "The current SNR margin for this endpoint as reported in a Status Response/SNR message." ::= { hdsl2EndpointEntry 5 } hdsl2EndpointCurrStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Contains the current state of the endpoint. This is a bit-map of possible conditions. The various bit positions are: 1 noDefect There no defects on the line 2 powerBackoff Indicates enhanced Power Backoff 4 deviceFault Indicates a vendor-dependent detection of diagnostics or self-test results 8 dcContinuityFault Indicates vendor-dependent conditions that interfere with span powering such as short and open circuits 16 snrMarginAlarm Indicates that the SNR margin has exceeded the alarm threshold 32 loopAttenuationAlarm Indicates that the loop attentuation has exceeded the alarm threshold 64 loswFailureAlarm Indicates a forward LOSW alarm Expires November 8, 2000 Page [17] INTERNET-DRAFT HDSL2-LINE MIB May 2000 128 configInitFailure Endpoint failure during initialization due to paired endpoint not able to support requested configuration 256 protocolInitFailure Endpoint failure during initialization due to incompatible protocol used by the paired endpoint. 512 noNeighborPresent Endpoint failure during initialization due to no activation sequence detected from paired endpoint. This is intended to supplement ifOperStatus." ::= { hdsl2EndpointEntry 6 } hdsl2EndpointES OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) on this endpoint since the HU was last restarted." ::= { hdsl2EndpointEntry 7 } hdsl2EndpointSES OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) on this endpoint since the HU was last restarted." ::= { hdsl2EndpointEntry 8 } hdsl2EndpointCRCanomaly OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Count of CRC anomalies on this endpoint since the HU was last restarted." ::= { hdsl2EndpointEntry 9 } hdsl2EndpointLOSWS OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Sync Word (LOSW) Seconds on this endpoint since the HU was last restarted." Expires November 8, 2000 Page [18] INTERNET-DRAFT HDSL2-LINE MIB May 2000 ::= { hdsl2EndpointEntry 10 } hdsl2EndpointUAS OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Unavailable Seconds (UAS) on this endpoint since the HU was last restarted." ::= { hdsl2EndpointEntry 11 } hdsl2EndpointCurr15MinTimeElapsed OBJECT-TYPE SYNTAX AdslPerfTimeElapsed UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Total elapsed seconds in this interval." ::= { hdsl2EndpointEntry 12 } hdsl2EndpointCurr15MinES OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) in the current 15 minute interval." ::= { hdsl2EndpointEntry 13 } hdsl2EndpointCurr15MinSES OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) in the current 15 minute interval." ::= { hdsl2EndpointEntry 14 } hdsl2EndpointCurr15MinCRCanomaly OBJECT-TYPE SYNTAX PerfCurrentCount MAX-ACCESS read-only STATUS current DESCRIPTION "Count of CRC anomalies in the current 15 minute interval." ::= { hdsl2EndpointEntry 15 } hdsl2EndpointCurr15MinLOSWS OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" Expires November 8, 2000 Page [19] INTERNET-DRAFT HDSL2-LINE MIB May 2000 MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Sync Word (LOSW) Seconds in the current 15 minute interval." ::= { hdsl2EndpointEntry 16 } hdsl2EndpointCurr15MinUAS OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Unavailable Seconds (UAS) in the current 15 minute interval." ::= { hdsl2EndpointEntry 17 } hdsl2EndpointCurr1DayTimeElapsed OBJECT-TYPE SYNTAX AdslPerfTimeElapsed UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds that have elapsed since the beginning of the current 1-day interval." ::= { hdsl2EndpointEntry 18 } hdsl2EndpointCurr1DayES OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) during the current day as measured by hdslPerfCurr1DayTimeElapsed." ::= { hdsl2EndpointEntry 19 } hdsl2EndpointCurr1DaySES OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) during the current day as measured by hdslPerfCurr1DayTimeElapsed." ::= { hdsl2EndpointEntry 20 } hdsl2EndpointCurr1DayCRCanomaly OBJECT-TYPE SYNTAX AdslPerfCurrDayCount MAX-ACCESS read-only STATUS current DESCRIPTION Expires November 8, 2000 Page [20] INTERNET-DRAFT HDSL2-LINE MIB May 2000 "Count of CRC anomalies during the current day as measured by hdslPerfCurr1DayTimeElapsed." ::= { hdsl2EndpointEntry 21 } hdsl2EndpointCurr1DayLOSWS OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Sync Word (LOSW) Seconds during the current day as measured by hdslPerfCurr1DayTimeElapsed." ::= { hdsl2EndpointEntry 22 } hdsl2EndpointCurr1DayUAS OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Unavailable Seconds (UAS) during the current day as measured by hdslPerfCurr1DayTimeElapsed." ::= { hdsl2EndpointEntry 23 } hdsl2EndpointPrev1DayMoniSecs OBJECT-TYPE SYNTAX AdslPerfTimeElapsed MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of time in the previous 1-day interval over which the performance monitoring information is actually counted. This value will be the same as the interval duration except in a situation where performance monitoring data could not be collected for any reason." ::= { hdsl2EndpointEntry 24 } hdsl2EndpointPrev1DayES OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) during the previous 1-day interval as measured by hdsl2EndpointPrev1DayMoniSecs." ::= { hdsl2EndpointEntry 25 } hdsl2EndpointPrev1DaySES OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only Expires November 8, 2000 Page [21] INTERNET-DRAFT HDSL2-LINE MIB May 2000 STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) during the previous 1-day interval as measured by hdsl2EndpointPrev1DayMoniSecs." ::= { hdsl2EndpointEntry 26 } hdsl2EndpointPrev1DayCRCanomaly OBJECT-TYPE SYNTAX AdslPerfPrevDayCount MAX-ACCESS read-only STATUS current DESCRIPTION "Count of CRC anomalies during the previous 1-day interval as measured by hdsl2EndpointPrev1DayMoniSecs." ::= { hdsl2EndpointEntry 27 } hdsl2EndpointPrev1DayLOSWS OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Sync Word (LOSW) Seconds during the previous 1-day interval as measured by hdsl2EndpointPrev1DayMoniSecs." ::= { hdsl2EndpointEntry 28 } hdsl2EndpointPrev1DayUAS OBJECT-TYPE SYNTAX AdslPerfPrevDayCount MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Unavailable Seconds (UAS) during the previous 1-day interval as measured by hdsl2EndpointPrev1DayMoniSecs." ::= { hdsl2EndpointEntry 29 } -- Segment group -- hdsl2SegmentTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2SegmentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Presents the topology of the HDSL2 line. Each row represents a segment in the HDSL2 line." ::= { hdsl2MibObjects 4 } hdsl2SegmentEntry OBJECT-TYPE SYNTAX Hdsl2SegmentEntry MAX-ACCESS not-accessible STATUS current Expires November 8, 2000 Page [22] INTERNET-DRAFT HDSL2-LINE MIB May 2000 DESCRIPTION "An entry in the hdsl2SegmentTable." INDEX { ifIndex, hdsl2SegmentIndex } ::= { hdsl2SegmentTable 1 } Hdsl2SegmentEntry ::= SEQUENCE { hdsl2SegmentIndex Integer32, hdsl2NetworkEndpoint Integer32, hdsl2CustomerEndpoint Integer32 } hdsl2SegmentIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index into the hdsl2SegmentTable." ::= { hdsl2SegmentEntry 1 } hdsl2NetworkEndpoint OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The network end of the segment; an entry in the hdsl2EndpointTable." ::= { hdsl2SegmentEntry 2 } hdsl2CustomerEndpoint OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The customer end of the segment; an entry in the hdsl2EndpointTable." ::= { hdsl2SegmentEntry 3 } -- interval group -- hdsl2IntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2IntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides one row for each HDSL2 endpoint performance data collection interval." ::= { hdsl2MibObjects 5 } hdsl2IntervalEntry OBJECT-TYPE SYNTAX Hdsl2IntervalEntry Expires November 8, 2000 Page [23] INTERNET-DRAFT HDSL2-LINE MIB May 2000 MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hdsl2IntervalTable." INDEX { ifIndex, hdsl2EndpointIndex, hdsl2IntervalNumber } ::= { hdsl2IntervalTable 1 } Hdsl2IntervalEntry ::= SEQUENCE { hdsl2IntervalNumber INTEGER, hdsl2IntervalES PerfIntervalCount, hdsl2IntervalSES PerfIntervalCount, hdsl2IntervalCRCanomaly PerfIntervalCount, hdsl2IntervalLOSWseconds PerfIntervalCount, hdsl2IntervalUAS PerfIntervalCount } hdsl2IntervalNumber OBJECT-TYPE SYNTAX INTEGER(1..96) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance Data Interval number. 1 is the the most recent previous interval; interval 96 is 24 hours ago. Intervals 2..96 are optional." ::= { hdsl2IntervalEntry 1 } hdsl2IntervalES OBJECT-TYPE SYNTAX PerfIntervalCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) during the interval." ::= { hdsl2IntervalEntry 2 } hdsl2IntervalSES OBJECT-TYPE SYNTAX PerfIntervalCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) during the interval." ::= { hdsl2IntervalEntry 3 } hdsl2IntervalCRCanomaly OBJECT-TYPE SYNTAX PerfIntervalCount MAX-ACCESS read-only STATUS current DESCRIPTION Expires November 8, 2000 Page [24] INTERNET-DRAFT HDSL2-LINE MIB May 2000 "Count of CRC anomalies during the interval." ::= { hdsl2IntervalEntry 4 } hdsl2IntervalLOSWseconds OBJECT-TYPE SYNTAX PerfIntervalCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Sync Word (LOSW) Seconds during the interval." ::= { hdsl2IntervalEntry 5 } hdsl2IntervalUAS OBJECT-TYPE SYNTAX PerfIntervalCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Unavailable Seconds (UAS) during the interval." ::= { hdsl2IntervalEntry 6 } -- DS1 performance group -- hdsl2DS1PerfDataTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2DS1PerfDataEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides one row for each HDSL2 DS1 interface." ::= { hdsl2MibObjects 6 } hdsl2DS1PerfDataEntry OBJECT-TYPE SYNTAX Hdsl2DS1PerfDataEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in hdsl2DS1PerfDataTable." INDEX { ifIndex, hdsl2DS1htuIndex } ::= { hdsl2DS1PerfDataTable 1 } Hdsl2DS1PerfDataEntry ::= SEQUENCE { hdsl2DS1htuIndex INTEGER, hdsl2DS1ConfProfile SnmpAdminString, hdsl2DS1AlarmConfProfile SnmpAdminString, hdsl2DS1PerfCVL Counter32, Expires November 8, 2000 Page [25] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2DS1PerfES Counter32, hdsl2DS1PerfSES Counter32, hdsl2DS1PerfLOSS Counter32, hdsl2DS1PerfCurr15MinTimeElapsed AdslPerfTimeElapsed, hdsl2DS1PerfCurr15MinCVL PerfCurrentCount, hdsl2DS1PerfCurr15MinES PerfCurrentCount, hdsl2DS1PerfCurr15MinSES PerfCurrentCount, hdsl2DS1PerfCurr15MinLOSS PerfCurrentCount, hdsl2DS1PerfCurr1DayTimeElapsed AdslPerfTimeElapsed, hdsl2DS1PerfCurr1DayCVL AdslPerfCurrDayCount, hdsl2DS1PerfCurr1DayES AdslPerfCurrDayCount, hdsl2DS1PerfCurr1DaySES AdslPerfCurrDayCount, hdsl2DS1PerfCurr1DayLOSS AdslPerfCurrDayCount, hdsl2DS1PerfPrev1DayMoniSecs AdslPerfTimeElapsed, hdsl2DS1PerfPrev1DayCVL AdslPerfPrevDayCount, hdsl2DS1PerfPrev1DayES AdslPerfPrevDayCount, hdsl2DS1PerfPrev1DaySES AdslPerfPrevDayCount, hdsl2DS1PerfPrev1DayLOSS AdslPerfPrevDayCount } hdsl2DS1htuIndex OBJECT-TYPE SYNTAX INTEGER { htuC(1), htuR(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Selects the DS1 interface." ::= { hdsl2DS1PerfDataEntry 1 } hdsl2DS1ConfProfile OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-write STATUS current DESCRIPTION "The value of this object identifies the row in the HDSL2 DS1 Configuration Profile Table, hdsl2DS1ProfileTable, which applies to this HDSL2 HTU. In the case which the configuration profile has not been set, the value will be set to 'DEFVAL'." ::= { hdsl2DS1PerfDataEntry 2 } hdsl2DS1AlarmConfProfile OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-write STATUS current DESCRIPTION Expires November 8, 2000 Page [26] INTERNET-DRAFT HDSL2-LINE MIB May 2000 "The value of this object identifies the row in the HDSL2 DS1 Alarm Configuration Profile Table, hdsl2DS1AlarmConfProfileTable, which applies to this HDSL2 HTU. In the case which the configuration profile has not been set, the value will be set to 'DEFVAL'." ::= { hdsl2DS1PerfDataEntry 3 } hdsl2DS1PerfCVL OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Code Violations - Line (CVL) as defined in ANSI T1.231 on this interface since the HTU was last restarted." ::= { hdsl2DS1PerfDataEntry 4 } hdsl2DS1PerfES OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) as defined in ANSI T1.231 on this interface since the HTU was last restarted." ::= { hdsl2DS1PerfDataEntry 5 } hdsl2DS1PerfSES OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) as defined in ANSI T1.231 on this interface since the HTU was last restarted." ::= { hdsl2DS1PerfDataEntry 6 } hdsl2DS1PerfLOSS OBJECT-TYPE SYNTAX Counter32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Signal (LOS) Seconds as defined in ANSI T1.231 on this interface since the HTU was last restarted." ::= { hdsl2DS1PerfDataEntry 7 } hdsl2DS1PerfCurr15MinTimeElapsed OBJECT-TYPE SYNTAX AdslPerfTimeElapsed Expires November 8, 2000 Page [27] INTERNET-DRAFT HDSL2-LINE MIB May 2000 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Total elapsed seconds in this interval." ::= { hdsl2DS1PerfDataEntry 8 } hdsl2DS1PerfCurr15MinCVL OBJECT-TYPE SYNTAX PerfCurrentCount MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Code Violations - Line (CVL) as defined in ANSI T1.231 on this interface in the current 15-minute interval." ::= { hdsl2DS1PerfDataEntry 9 } hdsl2DS1PerfCurr15MinES OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) as defined in ANSI T1.231 on this interface in the current 15-minute interval." ::= { hdsl2DS1PerfDataEntry 10 } hdsl2DS1PerfCurr15MinSES OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) as defined in ANSI T1.231 on this interface in the current 15-minute interval." ::= { hdsl2DS1PerfDataEntry 11 } hdsl2DS1PerfCurr15MinLOSS OBJECT-TYPE SYNTAX PerfCurrentCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Signal (LOS) Seconds as defined in ANSI T1.231 on this interface in the current 15-minute interval." ::= { hdsl2DS1PerfDataEntry 12 } hdsl2DS1PerfCurr1DayTimeElapsed OBJECT-TYPE SYNTAX AdslPerfTimeElapsed UNITS "seconds" Expires November 8, 2000 Page [28] INTERNET-DRAFT HDSL2-LINE MIB May 2000 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds that have elapsed since the beginning of the current 1-day interval." ::= { hdsl2DS1PerfDataEntry 13 } hdsl2DS1PerfCurr1DayCVL OBJECT-TYPE SYNTAX AdslPerfCurrDayCount MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Code Violations - Line (CVL) as defined in ANSI T1.231 on this interface during the current day as measured by hdsl2DS1PerfCurr1DayTimeElapsed." ::= { hdsl2DS1PerfDataEntry 14 } hdsl2DS1PerfCurr1DayES OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) as defined in ANSI T1.231 on this interface during the current day as measured by hdsl2DS1PerfCurr1DayTimeElapsed." ::= { hdsl2DS1PerfDataEntry 15 } hdsl2DS1PerfCurr1DaySES OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) as defined in ANSI T1.231 on this interface during the current day as measured by hdsl2DS1PerfCurr1DayTimeElapsed." ::= { hdsl2DS1PerfDataEntry 16 } hdsl2DS1PerfCurr1DayLOSS OBJECT-TYPE SYNTAX AdslPerfCurrDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Signal (LOS) Seconds as defined in ANSI T1.231 on this interface during the current day as measured by hdsl2DS1PerfCurr1DayTimeElapsed." ::= { hdsl2DS1PerfDataEntry 17 } hdsl2DS1PerfPrev1DayMoniSecs OBJECT-TYPE SYNTAX AdslPerfTimeElapsed UNITS "seconds" Expires November 8, 2000 Page [29] INTERNET-DRAFT HDSL2-LINE MIB May 2000 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of time in the previous 1-day interval over which the performance monitoring information is actually counted. This value will be the same as the interval duration except in a situation where performance monitoring data could not be collected for any reason." ::= { hdsl2DS1PerfDataEntry 18 } hdsl2DS1PerfPrev1DayCVL OBJECT-TYPE SYNTAX AdslPerfPrevDayCount MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Code Violations - Line (CVL) as defined in ANSI T1.231 on this interface during the previous day as measured by hdsl2DS1PerfPrev1DayMoniSecs." ::= { hdsl2DS1PerfDataEntry 19 } hdsl2DS1PerfPrev1DayES OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) as defined in ANSI T1.231 on this interface during the previous day as measured by hdsl2DS1PerfPrev1DayMoniSecs." ::= { hdsl2DS1PerfDataEntry 20 } hdsl2DS1PerfPrev1DaySES OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) as defined in ANSI T1.231 on this interface during the previous day as measured by hdsl2DS1PerfPrev1DayMoniSecs." ::= { hdsl2DS1PerfDataEntry 21 } hdsl2DS1PerfPrev1DayLOSS OBJECT-TYPE SYNTAX AdslPerfPrevDayCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Signal (LOS) Seconds as defined in ANSI T1.231 on this interface during the previous day as measured by hdsl2DS1PerfPrev1DayMoniSecs." ::= { hdsl2DS1PerfDataEntry 22 } Expires November 8, 2000 Page [30] INTERNET-DRAFT HDSL2-LINE MIB May 2000 -- DS1 interval group -- hdsl2DS1IntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2DS1IntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides one row for each HTU DS1 interface performance data collection interval." ::= { hdsl2MibObjects 7 } hdsl2DS1IntervalEntry OBJECT-TYPE SYNTAX Hdsl2DS1IntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hdsl2DS1IntervalTable." INDEX { ifIndex, hdsl2DS1htuIndex, hdsl2DS1IntervalNumber } ::= { hdsl2DS1IntervalTable 1 } Hdsl2DS1IntervalEntry ::= SEQUENCE { hdsl2DS1IntervalNumber INTEGER, hdsl2DS1IntervalCVL PerfIntervalCount, hdsl2DS1IntervalES PerfIntervalCount, hdsl2DS1IntervalSES PerfIntervalCount, hdsl2DS1IntervalLOSS PerfIntervalCount } hdsl2DS1IntervalNumber OBJECT-TYPE SYNTAX INTEGER(1..96) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance Data Interval number. 1 is the the most recent previous interval; interval 96 is 24 hours ago. Intervals 2..96 are optional." ::= { hdsl2DS1IntervalEntry 1 } hdsl2DS1IntervalCVL OBJECT-TYPE SYNTAX PerfIntervalCount MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Code Violations - Line (CVL) as defined in ANSI T1.231 on this interface during the interval." ::= { hdsl2DS1IntervalEntry 2 } hdsl2DS1IntervalES OBJECT-TYPE SYNTAX PerfIntervalCount Expires November 8, 2000 Page [31] INTERNET-DRAFT HDSL2-LINE MIB May 2000 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Errored Seconds (ES) as defined in ANSI T1.231 on this interface during the interval." ::= { hdsl2DS1IntervalEntry 3 } hdsl2DS1IntervalSES OBJECT-TYPE SYNTAX PerfIntervalCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Severely Errored Seconds (SES) as defined in ANSI T1.231 on this interface during the interval." ::= { hdsl2DS1IntervalEntry 4 } hdsl2DS1IntervalLOSS OBJECT-TYPE SYNTAX PerfIntervalCount UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Count of Loss of Signal (LOS) Seconds as defined in ANSI T1.231 on this interface during the interval." ::= { hdsl2DS1IntervalEntry 5 } -- Maintenance Group -- hdsl2MaintenanceTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2MaintenanceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides one row for each HDSL2 modem. This table is used for controlling test loops on the HDSL2 line segments." ::= { hdsl2MibObjects 8 } hdsl2MaintenanceEntry OBJECT-TYPE SYNTAX Hdsl2MaintenanceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hdsl2MaintenanceTable." INDEX { ifIndex, hdsl2InvIndex } ::= { hdsl2MaintenanceTable 1 } Hdsl2MaintenanceEntry ::= SEQUENCE { Expires November 8, 2000 Page [32] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2MaintLoopbackCommand INTEGER, hdsl2MaintLoopbackStatus Integer32, hdsl2MaintLoopbackTimeout Integer32, hdsl2MaintLoopbackTimeoutDate DisplayString, hdsl2MaintLoopbackTimeoutTime DisplayString, hdsl2MaintLocalSpanPower INTEGER, hdsl2MaintCustomerTipRingReversal INTEGER, hdsl2MaintNetworkTipRingReversal INTEGER, hdsl2MaintNetworkPowerBackOff INTEGER, hdsl2MaintNetworkSoftRestart INTEGER, hdsl2MaintCustomerPowerBackOff INTEGER, hdsl2MaintCustomerSoftRestart INTEGER } hdsl2MaintLoopbackCommand OBJECT-TYPE SYNTAX INTEGER { noCommand(0), clearMaintenanceStates(1), initiateSpecialLoopback(2), terminateSpecialLoopback(3), initiateLoopback(4), terminateLoopback(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting this object to a non-zero value causes the specified operation to be attempted on the HDSL2 interface." ::= { hdsl2MaintenanceEntry 1 } hdsl2MaintLoopbackStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Bitmapped loopback status 1 Proprietary maintenance state active 2 Special loopback active 4 Loopback active" ::= { hdsl2MaintenanceEntry 2 } hdsl2MaintLoopbackTimeout OBJECT-TYPE SYNTAX Integer32 UNITS "minutes" MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies the loopback timeout. If a loopback is not cleared before the expiration of the timeout, then the element shall revert to normal operation." Expires November 8, 2000 Page [33] INTERNET-DRAFT HDSL2-LINE MIB May 2000 ::= { hdsl2MaintenanceEntry 3 } hdsl2MaintLoopbackTimeoutDate OBJECT-TYPE SYNTAX DisplayString(SIZE(0..10)) MAX-ACCESS read-write STATUS current DESCRIPTION "Optionally, specifies the loopback timeout date. The format is 'YYYY-MM-DD' in conformance to ISO 8601." ::= { hdsl2MaintenanceEntry 4 } hdsl2MaintLoopbackTimeoutTime OBJECT-TYPE SYNTAX DisplayString(SIZE(0..8)) MAX-ACCESS read-write STATUS current DESCRIPTION "Optionally, specifies the loopback timeout time of day. The format is 'HH:MM:SS' in conformance to ISO 8601." ::= { hdsl2MaintenanceEntry 5 } hdsl2MaintLocalSpanPower OBJECT-TYPE SYNTAX INTEGER { spanPowered(0), localPowered(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the unit is span or locally powered." ::= { hdsl2MaintenanceEntry 6 } hdsl2MaintCustomerTipRingReversal OBJECT-TYPE SYNTAX INTEGER { normal(0), reversed(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the state of tip/ring." ::= { hdsl2MaintenanceEntry 7 } hdsl2MaintNetworkTipRingReversal OBJECT-TYPE SYNTAX INTEGER { normal(0), reversed(1) } Expires November 8, 2000 Page [34] INTERNET-DRAFT HDSL2-LINE MIB May 2000 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the state of tip/ring." ::= { hdsl2MaintenanceEntry 8 } hdsl2MaintNetworkPowerBackOff OBJECT-TYPE SYNTAX INTEGER { default(0), enhanced(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies if a receiver is set to the default or enhanced modes of power backoff." ::= { hdsl2MaintenanceEntry 9 } hdsl2MaintNetworkSoftRestart OBJECT-TYPE SYNTAX INTEGER { noRestart(0), restart(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies if the receiver is to be soft-restarted (after 5 seconds)." ::= { hdsl2MaintenanceEntry 10 } hdsl2MaintCustomerPowerBackOff OBJECT-TYPE SYNTAX INTEGER { default(0), enhanced(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies if a receiver is set to the default or enhanced modes of power backoff." ::= { hdsl2MaintenanceEntry 11 } hdsl2MaintCustomerSoftRestart OBJECT-TYPE SYNTAX INTEGER { noRestart(0), restart(1) } MAX-ACCESS read-write STATUS current Expires November 8, 2000 Page [35] INTERNET-DRAFT HDSL2-LINE MIB May 2000 DESCRIPTION "Specifies if the receiver is to be soft-restarted (after 5 seconds)." ::= { hdsl2MaintenanceEntry 12 } -- DS1 profile group -- hdsl2DS1ProfileTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2DS1ProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information on the HDSL2 DS1 configuration. One entry in this table reflects a profile defined by a manager which can be used to configure a HDSL2 DS1 interface." ::= { hdsl2MibObjects 9 } hdsl2DS1ProfileEntry OBJECT-TYPE SYNTAX Hdsl2DS1ProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry consists of a list of parameters that represents the DS1 configuration of a HDSL2 HTU. A profile is created in one step with all necessary parameter values and hdsl2DS1ProfileRowStatus set to createAndGo. This RowStatus object is also used to delete destroy profiles." INDEX { hdsl2DS1ProfileName } ::= { hdsl2DS1ProfileTable 1 } Hdsl2DS1ProfileEntry ::= SEQUENCE { hdsl2DS1ProfileName SnmpAdminString, hdsl2DS1FrameFormat INTEGER, hdsl2DS1LineCode INTEGER, hdsl2DS1PulseEqualization INTEGER, hdsl2DS1NetworkLoopback INTEGER, hdsl2DS1DownstreamLOSD INTEGER, hdsl2DS1UpstreamLOSD INTEGER, hdsl2DS1ProfileRowStatus RowStatus } hdsl2DS1ProfileName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "The index into the HDSL2 DS1 Profile Table." ::= { hdsl2DS1ProfileEntry 1 } Expires November 8, 2000 Page [36] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2DS1FrameFormat OBJECT-TYPE SYNTAX INTEGER { auto(0), unframed(1), sf(2), esf(3), terminalFraming(4), slc96(5) } MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies the DS1 Frame Format." ::= { hdsl2DS1ProfileEntry 2 } hdsl2DS1LineCode OBJECT-TYPE SYNTAX INTEGER { auto(0), ami(1), b8zs(2), reserved(3) } MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies the DS1 Line Code." ::= { hdsl2DS1ProfileEntry 3 } hdsl2DS1PulseEqualization OBJECT-TYPE SYNTAX INTEGER { external(0), switched(1), automatic(2), feet000to133(3), feet133to266(4), feet266to399(5), feet399to533(6), feet533to655(7), db0dot0(8), db7dot5(9), db15dot0(10), db22dot5(11) } MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies the DS1 Pulse Equalization and Line Buildout." ::= { hdsl2DS1ProfileEntry 4 } Expires November 8, 2000 Page [37] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2DS1NetworkLoopback OBJECT-TYPE SYNTAX INTEGER { ais(0), los(1) } MAX-ACCESS read-create STATUS current DESCRIPTION "On network loopback, the HTU sends AIS or LOS towards the DS1 interface." ::= { hdsl2DS1ProfileEntry 5 } hdsl2DS1DownstreamLOSD OBJECT-TYPE SYNTAX INTEGER { ais(0), los(1) } MAX-ACCESS read-create STATUS current DESCRIPTION "On LOS defect indication on the HDSL2 line, the HTU sends AIS or LOS towards the DS1 interface." ::= { hdsl2DS1ProfileEntry 6 } hdsl2DS1UpstreamLOSD OBJECT-TYPE SYNTAX INTEGER { ais(0), loopback(1) } MAX-ACCESS read-create STATUS current DESCRIPTION "On LOS at the DS1 input, the HTU sends AIS or Loopback on the HDSL2 line." ::= { hdsl2DS1ProfileEntry 7 } hdsl2DS1ProfileRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create a new row or modify or delete an existing row in this table." ::= { hdsl2DS1ProfileEntry 8 } -- SHDSL profile group -- hdsl2ShdslProfileTable OBJECT-TYPE Expires November 8, 2000 Page [38] INTERNET-DRAFT HDSL2-LINE MIB May 2000 SYNTAX SEQUENCE OF Hdsl2ShdslProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information on a SHDSL configuration. One entry in this table reflects a profile defined by a manager which can be used to configure a SHDSL interface." ::= { hdsl2MibObjects 10 } hdsl2ShdslProfileEntry OBJECT-TYPE SYNTAX Hdsl2ShdslProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry consists of a list of parameters that represents the configuration of a SHDSL line. A profile is created in one step with all necessary parameter values and hdsl2ShdslProfileRowStatus set to createAndGo. This RowStatus object is also used to delete destroy profiles." INDEX { hdsl2ShdslProfileName } ::= { hdsl2ShdslProfileTable 1 } Hdsl2ShdslProfileEntry ::= SEQUENCE { hdsl2ShdslProfileName SnmpAdminString, hdsl2ShdslLineSpeed Integer32, hdsl2ShdslRemoteEnabled INTEGER, hdsl2ShdslProfileRowStatus RowStatus } hdsl2ShdslProfileName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "The index into the SHDSL Profile Table." ::= { hdsl2ShdslProfileEntry 1 } hdsl2ShdslLineSpeed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The speed of the SHDSL line." ::= { hdsl2ShdslProfileEntry 2 } hdsl2ShdslRemoteEnabled OBJECT-TYPE SYNTAX INTEGER { enabled(1), Expires November 8, 2000 Page [39] INTERNET-DRAFT HDSL2-LINE MIB May 2000 disabled(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Defines if STU-R commands are enabled." ::= { hdsl2ShdslProfileEntry 3 } hdsl2ShdslProfileRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create a new row or modify or delete an existing row in this table." ::= { hdsl2ShdslProfileEntry 4 } -- Alarm Profile group -- hdsl2EndpointAlarmConfProfileTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2EndpointAlarmConfProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information on the HDSL2 alarm configuration. One entry in this table reflects a profile defined by a manager which can be used to configure a HDSL2 endpoint." ::= { hdsl2MibObjects 11 } hdsl2EndpointAlarmConfProfileEntry OBJECT-TYPE SYNTAX Hdsl2EndpointAlarmConfProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry consists of a list of parameters that represents the configuration of a HDSL2 endpoint. A profile is created in one step with all necessary parameter values and hdsl2EndpointAlarmConfProfileRowStatus set to createAndGo. This RowStatus object is also used to delete destroy profiles." INDEX { hdsl2EndpointAlarmConfProfileName } ::= { hdsl2EndpointAlarmConfProfileTable 1 } Hdsl2EndpointAlarmConfProfileEntry ::= SEQUENCE { hdsl2EndpointAlarmConfProfileName SnmpAdminString, hdsl2EndpointThreshLoopAttenuation Integer32, hdsl2EndpointThreshSNRMargin Integer32, hdsl2EndpointThreshES INTEGER, hdsl2EndpointThreshSES INTEGER, Expires November 8, 2000 Page [40] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2EndpointThreshCRCanomaly Integer32, hdsl2EndpointThreshLOSWS INTEGER, hdsl2EndpointThreshUAS INTEGER, hdsl2EndpointAlarmConfProfileRowStatus RowStatus } hdsl2EndpointAlarmConfProfileName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "The index into the HDSL2 Endpoint Alarm Profile Table." ::= { hdsl2EndpointAlarmConfProfileEntry 1 } hdsl2EndpointThreshLoopAttenuation OBJECT-TYPE SYNTAX Integer32 UNITS "dB" MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies the Loop Attentuation alarm threshold. When the current value crosses this threshold, a hdsl2LoopAttenCrossingTrap will be generated." ::= { hdsl2EndpointAlarmConfProfileEntry 2 } hdsl2EndpointThreshSNRMargin OBJECT-TYPE SYNTAX Integer32 UNITS "dB" MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies the SNR Margin alarm threshold. When the current value crosses this threshold, a hdsl2SNRMarginCrossingTrap will be generated." ::= { hdsl2EndpointAlarmConfProfileEntry 3 } hdsl2EndpointThreshES OBJECT-TYPE SYNTAX INTEGER(0..900) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The number of Errored Seconds (ES) encountered by a HDSL2 endpoint within any given 15 minutes performance data collection period, which causes the SNMP agent to send a hdsl2PerfESThreshTrap. One trap will be sent per interval per endpoint. A value of '0' will disable the trap." ::= { hdsl2EndpointAlarmConfProfileEntry 5 } hdsl2EndpointThreshSES OBJECT-TYPE SYNTAX INTEGER(0..900) UNITS "seconds" Expires November 8, 2000 Page [41] INTERNET-DRAFT HDSL2-LINE MIB May 2000 MAX-ACCESS read-create STATUS current DESCRIPTION "" ::= { hdsl2EndpointAlarmConfProfileEntry 6 } hdsl2EndpointThreshCRCanomaly OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The number of CRC anomalies encountered by a HDSL2 endpoint within any given 15 minutes performance data collection period, which causes the SNMP agent to send a hdsl2PerfCRCanomalyThreshTrap. One trap will be sent per interval per endpoint. A value of '0' will disable the trap." ::= { hdsl2EndpointAlarmConfProfileEntry 4 } hdsl2EndpointThreshLOSWS OBJECT-TYPE SYNTAX INTEGER(0..900) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The number of Loss of Sync Word (LOSW) Seconds encountered by a HDSL2 endpoint within any given 15 minutes performance data collection period, which causes the SNMP agent to send a hdsl2PerfLOSWThreshTrap. One trap will be sent per interval per endpoint. A value of '0' will disable the trap." ::= { hdsl2EndpointAlarmConfProfileEntry 7 } hdsl2EndpointThreshUAS OBJECT-TYPE SYNTAX INTEGER(0..900) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The number of Unavailable Seconds (UAS) encountered by a HDSL2 endpoint within any given 15 minutes performance data collection period, which causes the SNMP agent to send a hdsl2PerfUASThreshTrap. One trap will be sent per interval per endpoint. A value of '0' will disable the trap." ::= { hdsl2EndpointAlarmConfProfileEntry 8 } hdsl2EndpointAlarmConfProfileRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create a new row or modify or Expires November 8, 2000 Page [42] INTERNET-DRAFT HDSL2-LINE MIB May 2000 delete an existing row in this table." ::= { hdsl2EndpointAlarmConfProfileEntry 9 } -- DS1 Alarm Profile -- hdsl2DS1AlarmConfProfileTable OBJECT-TYPE SYNTAX SEQUENCE OF Hdsl2DS1AlarmConfProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information on the HDSL2 alarm configuration. One entry in this table reflects a profile defined by a manager which can be used to configure a HDSL2 HTU." ::= { hdsl2MibObjects 12 } hdsl2DS1AlarmConfProfileEntry OBJECT-TYPE SYNTAX Hdsl2DS1AlarmConfProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry consists of a list of parameters that represents the alarm configuration of a HDSL2 HTU DS1 interface. A profile is created in one step with all necessary parameter values and hdsl2DS1AlarmConfProfileRowStatus set to createAndGo. This RowStatus object is also used to delete destroy profiles." INDEX { hdsl2DS1AlarmConfProfileName } ::= { hdsl2DS1AlarmConfProfileTable 1 } Hdsl2DS1AlarmConfProfileEntry ::= SEQUENCE { hdsl2DS1AlarmConfProfileName SnmpAdminString, hdsl2DS1ThreshCVL Integer32, hdsl2DS1ThreshES INTEGER, hdsl2DS1ThreshSES INTEGER, hdsl2DS1ThreshLOSS INTEGER, hdsl2DS1AlarmConfProfileRowStatus RowStatus } hdsl2DS1AlarmConfProfileName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "The index into the HDSL2 DS1 Alarm Profile Table." ::= { hdsl2DS1AlarmConfProfileEntry 1 } hdsl2DS1ThreshCVL OBJECT-TYPE SYNTAX Integer32 Expires November 8, 2000 Page [43] INTERNET-DRAFT HDSL2-LINE MIB May 2000 MAX-ACCESS read-create STATUS current DESCRIPTION "The number of Code Violations - Line (CVL) encountered by a HDSL2 HTU DS1 interface within any given 15 minutes performance data collection period, which causes the SNMP agent to send a hdsl2DS1CVLThreshTrap. One trap will be sent per interval per interface. A value of '0' will disable the trap." ::= { hdsl2DS1AlarmConfProfileEntry 2} hdsl2DS1ThreshES OBJECT-TYPE SYNTAX INTEGER(0..900) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The count of Errored Seconds (ES) encountered by a HDSL2 HTU DS1 interface within any given 15 minutes performance data collection period, which causes the SNMP agent to send a hdsl2DS1ESThreshTrap. One trap will be sent per interval per interface. A value of '0' will disable the trap." ::= { hdsl2DS1AlarmConfProfileEntry 3 } hdsl2DS1ThreshSES OBJECT-TYPE SYNTAX INTEGER(0..900) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The count of Severely Errored Seconds (SES) encountered by a HDSL2 HTU DS1 interface within any given 15 minutes performance data collection period, which causes the SNMP agent to send a hdsl2DS1SESThreshTrap. One trap will be sent per interval per interface. A value of '0' will disable the trap." ::= { hdsl2DS1AlarmConfProfileEntry 4 } hdsl2DS1ThreshLOSS OBJECT-TYPE SYNTAX INTEGER(0..900) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The count of Loss of Signal Seconds (LOSS) encountered by a HDSL2 HTU DS1 interface within any given 15 minutes performance data collection period, which causes the SNMP agent to send a hdsl2DS1LOSSThreshTrap. One trap will be sent per interval per interface. A value of '0' will disable the trap." ::= { hdsl2DS1AlarmConfProfileEntry 5 } hdsl2DS1AlarmConfProfileRowStatus OBJECT-TYPE Expires November 8, 2000 Page [44] INTERNET-DRAFT HDSL2-LINE MIB May 2000 SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create a new row or modify or delete an existing row in this table." ::= { hdsl2DS1AlarmConfProfileEntry 6 } -- trap definitions -- hdsl2Traps OBJECT IDENTIFIER ::= { hdsl2LineMib 2 } hdsl2TrapsPrefix OBJECT IDENTIFIER ::= { hdsl2Traps 0 } hdsl2LoopAttenCrossingTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2EndpointIndex, hdsl2EndpointCurrAtn, hdsl2EndpointThreshLoopAttenuation } STATUS current DESCRIPTION "Loop Attenuation threshold crossed." ::= { hdsl2TrapsPrefix 1 } hdsl2SNRMarginCrossingTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2EndpointIndex, hdsl2EndpointCurrSnrMgn, hdsl2EndpointThreshSNRMargin } STATUS current DESCRIPTION "SNR Margin threshold crossed." ::= { hdsl2TrapsPrefix 2 } hdsl2PerfESThreshTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2EndpointIndex, hdsl2EndpointCurr15MinES, hdsl2EndpointThreshES } STATUS current DESCRIPTION "Errored Seconds (ES) threshold reached." ::= { hdsl2TrapsPrefix 3 } Expires November 8, 2000 Page [45] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2PerfSESThreshTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2EndpointIndex, hdsl2EndpointCurr15MinSES, hdsl2EndpointThreshSES } STATUS current DESCRIPTION "Severely Errored Seconds (SES) threshold reached." ::= { hdsl2TrapsPrefix 4 } hdsl2PerfCRCanomalyThreshTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2EndpointIndex, hdsl2EndpointCurr15MinCRCanomaly, hdsl2EndpointThreshCRCanomaly } STATUS current DESCRIPTION "CRC Anomaly threshold reached." ::= { hdsl2TrapsPrefix 5 } hdsl2PerfLOSWThreshTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2EndpointIndex, hdsl2EndpointCurr15MinLOSWS, hdsl2EndpointThreshLOSWS } STATUS current DESCRIPTION "Loss of Sync Word (LOSW) Seconds threshold reached." ::= { hdsl2TrapsPrefix 6 } hdsl2PerfUASThreshTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2EndpointIndex, hdsl2EndpointCurr15MinUAS, hdsl2EndpointThreshUAS } STATUS current DESCRIPTION "Unavailable Seconds (UAS) threshold reached." ::= { hdsl2TrapsPrefix 7 } hdsl2DS1CVLThreshTrap NOTIFICATION-TYPE Expires November 8, 2000 Page [46] INTERNET-DRAFT HDSL2-LINE MIB May 2000 OBJECTS { ifIndex, hdsl2DS1htuIndex, hdsl2DS1PerfCurr15MinCVL, hdsl2DS1ThreshCVL } STATUS current DESCRIPTION "DS1 Code Violation - Line (CVL) threshold reached." ::= { hdsl2TrapsPrefix 8 } hdsl2DS1ESThreshTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2DS1htuIndex, hdsl2DS1PerfCurr15MinES, hdsl2DS1ThreshES } STATUS current DESCRIPTION "DS1 Errored Seconds (ES) threshold reached." ::= { hdsl2TrapsPrefix 9 } hdsl2DS1SESThreshTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2DS1htuIndex, hdsl2DS1PerfCurr15MinSES, hdsl2DS1ThreshSES } STATUS current DESCRIPTION "DS1 Severely Errored Seconds (SES) threshold reached." ::= { hdsl2TrapsPrefix 10 } hdsl2DS1LOSSThreshTrap NOTIFICATION-TYPE OBJECTS { ifIndex, hdsl2DS1htuIndex, hdsl2DS1PerfCurr15MinLOSS, hdsl2DS1ThreshLOSS } STATUS current DESCRIPTION "DS1 Loss of Signal (LOS) Seconds threshold reached." ::= { hdsl2TrapsPrefix 11 } -- conformance information Expires November 8, 2000 Page [47] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2Conformance OBJECT IDENTIFIER ::= { hdsl2LineMib 3 } hdsl2Groups OBJECT IDENTIFIER ::= { hdsl2Conformance 1 } hdsl2Compliances OBJECT IDENTIFIER ::= { hdsl2Conformance 2 } -- HDSL2 agent compliance statements hdsl2LineMibCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which manage HDSL2 interfaces." MODULE MANDATORY-GROUPS { hdsl2InventoryGroup, hdsl2EndpointGroup, hdsl2SegmentGroup, hdsl2IntervalGroup, hdsl2MaintenanceGroup, hdsl2EndpointAlarmConfGroup, hdsl2NotificationGroup } GROUP hdsl2ShdslGroup DESCRIPTION "This group is optional. Implementations which support SHDSL must implement this group." GROUP hdsl2ShdslProfileGroup DESCRIPTION "This group is optional. Implementations which support SHDSL must implement this group." GROUP hdsl2DS1PerfGroup DESCRIPTION "This group is optional. Implementations which support HTU DS1 interfaces must implement this group." GROUP hdsl2DS1IntervalGroup DESCRIPTION "This group is optional. Implementations which support HTU DS1 interfaces must implement this group." GROUP hdsl2DS1ProfileGroup DESCRIPTION "This group is optional. Implementations which support HTU DS1 interfaces must implement this group." GROUP hdsl2DS1NotificationGroup DESCRIPTION "This group is optional. Implementations which support HTU DS1 interfaces must implement this group." Expires November 8, 2000 Page [48] INTERNET-DRAFT HDSL2-LINE MIB May 2000 ::= { hdsl2Compliances 1 } -- units of conformance hdsl2InventoryGroup OBJECT-GROUP OBJECTS { hdsl2InvIndex, hdsl2InvUnitType, hdsl2InvVendorID, hdsl2InvVendorModelNumber, hdsl2InvVendorSerialNumber, hdsl2InvVendorEOCSoftwareVersion, hdsl2Invhdsl2StandardVersion, hdsl2InvVendorListNumber, hdsl2InvVendorIssueNumber, hdsl2InvVendorSoftwareVersion, hdsl2InvEquipmentCode, hdsl2InvVendorOther } STATUS current DESCRIPTION "A collection of objects providing inventory information about a hdsl2 line." ::= { hdsl2Groups 1 } hdsl2EndpointGroup OBJECT-GROUP OBJECTS { hdsl2EndpointIndex, hdsl2EndpointUnit, hdsl2EndpointAlarmConfProfile, hdsl2EndpointCurrAtn, hdsl2EndpointCurrSnrMgn, hdsl2EndpointCurrStatus, hdsl2EndpointES, hdsl2EndpointSES, hdsl2EndpointCRCanomaly, hdsl2EndpointLOSWS, hdsl2EndpointUAS, hdsl2EndpointCurr15MinTimeElapsed, hdsl2EndpointCurr15MinES, hdsl2EndpointCurr15MinSES, hdsl2EndpointCurr15MinCRCanomaly, hdsl2EndpointCurr15MinLOSWS, hdsl2EndpointCurr15MinUAS, hdsl2EndpointCurr1DayTimeElapsed, hdsl2EndpointCurr1DayES, hdsl2EndpointCurr1DaySES, hdsl2EndpointCurr1DayCRCanomaly, hdsl2EndpointCurr1DayLOSWS, hdsl2EndpointCurr1DayUAS, hdsl2EndpointPrev1DayMoniSecs, Expires November 8, 2000 Page [49] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2EndpointPrev1DayES, hdsl2EndpointPrev1DaySES, hdsl2EndpointPrev1DayCRCanomaly, hdsl2EndpointPrev1DayLOSWS, hdsl2EndpointPrev1DayUAS } STATUS current DESCRIPTION "A collection of objects providing endpoint information about a hdsl2 line." ::= { hdsl2Groups 2 } hdsl2SegmentGroup OBJECT-GROUP OBJECTS { hdsl2SegmentIndex, hdsl2NetworkEndpoint, hdsl2CustomerEndpoint } STATUS current DESCRIPTION "A collection of objects providing topology information about a hdsl2 line." ::= { hdsl2Groups 3 } hdsl2IntervalGroup OBJECT-GROUP OBJECTS { hdsl2IntervalES, hdsl2IntervalSES, hdsl2IntervalCRCanomaly, hdsl2IntervalLOSWseconds, hdsl2IntervalUAS } STATUS current DESCRIPTION "A collection of objects providing performance information about a hdsl2 line." ::= { hdsl2Groups 4 } hdsl2MaintenanceGroup OBJECT-GROUP OBJECTS { hdsl2MaintLoopbackCommand, hdsl2MaintLoopbackStatus, hdsl2MaintLoopbackTimeout, hdsl2MaintLoopbackTimeoutDate, hdsl2MaintLoopbackTimeoutTime, hdsl2MaintLocalSpanPower, hdsl2MaintCustomerTipRingReversal, hdsl2MaintNetworkTipRingReversal, hdsl2MaintNetworkPowerBackOff, hdsl2MaintNetworkSoftRestart, Expires November 8, 2000 Page [50] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2MaintCustomerPowerBackOff, hdsl2MaintCustomerSoftRestart } STATUS current DESCRIPTION "A collection of objects providing test configuration and control for a hdsl2 line." ::= { hdsl2Groups 5 } hdsl2EndpointAlarmConfGroup OBJECT-GROUP OBJECTS { hdsl2EndpointAlarmConfProfileName, hdsl2EndpointThreshLoopAttenuation, hdsl2EndpointThreshSNRMargin, hdsl2EndpointThreshES, hdsl2EndpointThreshSES, hdsl2EndpointThreshCRCanomaly, hdsl2EndpointThreshLOSWS, hdsl2EndpointThreshUAS, hdsl2EndpointAlarmConfProfileRowStatus } STATUS current DESCRIPTION "A collection of objects providing alarm configuration for a hdsl2 line." ::= { hdsl2Groups 6 } hdsl2NotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { hdsl2LoopAttenCrossingTrap, hdsl2SNRMarginCrossingTrap, hdsl2PerfESThreshTrap, hdsl2PerfSESThreshTrap, hdsl2PerfCRCanomalyThreshTrap, hdsl2PerfLOSWThreshTrap, hdsl2PerfUASThreshTrap } STATUS current DESCRIPTION "A collection of trap objects for a hdsl2 line." ::= { hdsl2Groups 7 } hdsl2ShdslGroup OBJECT-GROUP OBJECTS { hdsl2ShdslWireInterface, hdsl2ShdslProfile } STATUS current DESCRIPTION "A collection of objects providing configuration Expires November 8, 2000 Page [51] INTERNET-DRAFT HDSL2-LINE MIB May 2000 support for a shdsl line." ::= { hdsl2Groups 8 } hdsl2ShdslProfileGroup OBJECT-GROUP OBJECTS { hdsl2ShdslProfileName, hdsl2ShdslLineSpeed, hdsl2ShdslRemoteEnabled, hdsl2ShdslProfileRowStatus } STATUS current DESCRIPTION "A collection of objects providing dynamic profile support for a shdsl line." ::= { hdsl2Groups 9 } hdsl2DS1PerfGroup OBJECT-GROUP OBJECTS { hdsl2DS1htuIndex, hdsl2DS1ConfProfile, hdsl2DS1AlarmConfProfile, hdsl2DS1PerfCVL, hdsl2DS1PerfES, hdsl2DS1PerfSES, hdsl2DS1PerfLOSS, hdsl2DS1PerfCurr15MinTimeElapsed, hdsl2DS1PerfCurr15MinCVL, hdsl2DS1PerfCurr15MinES, hdsl2DS1PerfCurr15MinSES, hdsl2DS1PerfCurr15MinLOSS, hdsl2DS1PerfCurr1DayTimeElapsed, hdsl2DS1PerfCurr1DayCVL, hdsl2DS1PerfCurr1DayES, hdsl2DS1PerfCurr1DaySES, hdsl2DS1PerfCurr1DayLOSS, hdsl2DS1PerfPrev1DayMoniSecs, hdsl2DS1PerfPrev1DayCVL, hdsl2DS1PerfPrev1DayES, hdsl2DS1PerfPrev1DaySES, hdsl2DS1PerfPrev1DayLOSS } STATUS current DESCRIPTION "A collection of objects providing HTU DS1 performance information for a hdsl2 line." ::= { hdsl2Groups 10 } hdsl2DS1IntervalGroup OBJECT-GROUP OBJECTS { hdsl2DS1IntervalCVL, Expires November 8, 2000 Page [52] INTERNET-DRAFT HDSL2-LINE MIB May 2000 hdsl2DS1IntervalES, hdsl2DS1IntervalSES, hdsl2DS1IntervalLOSS } STATUS current DESCRIPTION "A collection of objects providing HTU DS1 performance information." ::= { hdsl2Groups 11 } hdsl2DS1ProfileGroup OBJECT-GROUP OBJECTS { hdsl2DS1ProfileName, hdsl2DS1FrameFormat, hdsl2DS1LineCode, hdsl2DS1PulseEqualization, hdsl2DS1NetworkLoopback, hdsl2DS1DownstreamLOSD, hdsl2DS1UpstreamLOSD, hdsl2DS1ProfileRowStatus } STATUS current DESCRIPTION "A collection of objects providing HTU DS1 configuration support for a hdsl2 line." ::= { hdsl2Groups 12 } hdsl2DS1NotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { hdsl2DS1CVLThreshTrap, hdsl2DS1ESThreshTrap, hdsl2DS1SESThreshTrap, hdsl2DS1LOSSThreshTrap } STATUS current DESCRIPTION "A collection of trap objects for a HTU DS1 interface." ::= { hdsl2Groups 13 } END -- -- Copyright (C) The Internet Society (1999). All Rights Reserved. -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- -- Expires November 8, 2000 Page [56] -- -- INTERNET-DRAFT HDSL2-LINE MIB May 2000 -- -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be -- followed, or as required to translate it into languages other than -- English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Expires November 8, 2000 Page [57]