ADSL-LINE-EXT-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: ADSL-LINE-EXT-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
adslExtMIB | 1.3.6.1.2.1.10.94.3 |
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]. |
||
adslExtMibObjects | 1.3.6.1.2.1.10.94.3.1 | |||
adslLineExtTable | 1.3.6.1.2.1.10.94.3.1.17 | no-access |
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. |
|
1.3.6.1.2.1.10.94.3.1.17.1 | no-access |
An entry extends the adslLineEntry defined in [RFC2662]. Each entry corresponds to an ADSL line. |
||
adslLineTransAtucCap | 1.3.6.1.2.1.10.94.3.1.17.1.1 | adsltransmissionmodetype | read-only |
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. |
adslLineTransAtucConfig | 1.3.6.1.2.1.10.94.3.1.17.1.2 | adsltransmissionmodetype | read-write |
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. |
adslLineTransAtucActual | 1.3.6.1.2.1.10.94.3.1.17.1.3 | adsltransmissionmodetype | read-only |
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. |
adslLineGlitePowerState | 1.3.6.1.2.1.10.94.3.1.17.1.4 | integer | read-only |
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). Enumeration: 'none': 1, 'l3': 4, 'l0': 2, 'l1': 3. |
adslLineConfProfileDualLite | 1.3.6.1.2.1.10.94.3.1.17.1.5 | snmpadminstring | read-write |
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'. |
adslAtucPerfDataExtTable | 1.3.6.1.2.1.10.94.3.1.18 | no-access |
This table extends adslAtucPerfDataTable [RFC2662] with additional ADSL physical line counter information such as unavailable seconds-line and severely errored seconds-line. |
|
1.3.6.1.2.1.10.94.3.1.18.1 | no-access |
An entry extends the adslAtucPerfDataEntry defined in [RFC2662]. Each entry corresponds to an ADSL line. |
||
adslAtucPerfStatFastR | 1.3.6.1.2.1.10.94.3.1.18.1.1 | counter32 | read-only |
The value of this object reports the count of the number of fast line bs since last agent reset. |
adslAtucPerfStatFailedFastR | 1.3.6.1.2.1.10.94.3.1.18.1.2 | counter32 | read-only |
The value of this object reports the count of the number of failed fast line retrains since last agent reset. |
adslAtucPerfStatSesL | 1.3.6.1.2.1.10.94.3.1.18.1.3 | counter32 | read-only |
The value of this object reports the count of the number of severely errored seconds-line since last agent reset. |
adslAtucPerfStatUasL | 1.3.6.1.2.1.10.94.3.1.18.1.4 | counter32 | read-only |
The value of this object reports the count of the number of unavailable seconds-line since last agent reset. |
adslAtucPerfCurr15MinFastR | 1.3.6.1.2.1.10.94.3.1.18.1.5 | perfcurrentcount | read-only |
For the current 15-minute interval, adslAtucPerfCurr15MinFastR reports the current number of seconds during which there have been fast retrains. |
adslAtucPerfCurr15MinFailedFastR | 1.3.6.1.2.1.10.94.3.1.18.1.6 | perfcurrentcount | read-only |
For the current 15-minute interval, adslAtucPerfCurr15MinFailedFastR reports the current number of seconds during which there have been failed fast retrains. |
adslAtucPerfCurr15MinSesL | 1.3.6.1.2.1.10.94.3.1.18.1.7 | perfcurrentcount | read-only |
For the current 15-minute interval, adslAtucPerfCurr15MinSesL reports the current number of seconds during which there have been severely errored seconds-line. |
adslAtucPerfCurr15MinUasL | 1.3.6.1.2.1.10.94.3.1.18.1.8 | perfcurrentcount | read-only |
For the current 15-minute interval, adslAtucPerfCurr15MinUasL reports the current number of seconds during which there have been unavailable seconds-line. |
adslAtucPerfCurr1DayFastR | 1.3.6.1.2.1.10.94.3.1.18.1.9 | adslperfcurrdaycount | read-only |
For the current day as measured by adslAtucPerfCurr1DayTimeElapsed [RFC2662], adslAtucPerfCurr1DayFastR reports the number of seconds during which there have been fast retrains. |
adslAtucPerfCurr1DayFailedFastR | 1.3.6.1.2.1.10.94.3.1.18.1.10 | adslperfcurrdaycount | read-only |
For the current day as measured by adslAtucPerfCurr1DayTimeElapsed [RFC2662], adslAtucPerfCurr1DayFailedFastR reports the number of seconds during which there have been failed fast retrains. |
adslAtucPerfCurr1DaySesL | 1.3.6.1.2.1.10.94.3.1.18.1.11 | adslperfcurrdaycount | read-only |
For the current day as measured by adslAtucPerfCurr1DayTimeElapsed [RFC2662], adslAtucPerfCurr1DaySesL reports the number of seconds during which there have been severely errored seconds-line. |
adslAtucPerfCurr1DayUasL | 1.3.6.1.2.1.10.94.3.1.18.1.12 | adslperfcurrdaycount | read-only |
For the current day as measured by adslAtucPerfCurr1DayTimeElapsed [RFC2662], adslAtucPerfCurr1DayUasL reports the number of seconds during which there have been unavailable seconds-line. |
adslAtucPerfPrev1DayFastR | 1.3.6.1.2.1.10.94.3.1.18.1.13 | adslperfprevdaycount | read-only |
For the previous day, adslAtucPerfPrev1DayFastR reports the number of seconds during which there were fast retrains. |
adslAtucPerfPrev1DayFailedFastR | 1.3.6.1.2.1.10.94.3.1.18.1.14 | adslperfprevdaycount | read-only |
For the previous day, adslAtucPerfPrev1DayFailedFastR reports the number of seconds during which there were failed fast retrains. |
adslAtucPerfPrev1DaySesL | 1.3.6.1.2.1.10.94.3.1.18.1.15 | adslperfprevdaycount | read-only |
For the previous day, adslAtucPerfPrev1DaySesL reports the number of seconds during which there were severely errored seconds-line. |
adslAtucPerfPrev1DayUasL | 1.3.6.1.2.1.10.94.3.1.18.1.16 | adslperfprevdaycount | read-only |
For the previous day, adslAtucPerfPrev1DayUasL reports the number of seconds during which there were unavailable seconds-line. |
adslAtucIntervalExtTable | 1.3.6.1.2.1.10.94.3.1.19 | no-access |
This table provides one row for each ATU-C performance data collection interval for ADSL physical interfaces whose IfEntries' ifType is equal to adsl(94). |
|
1.3.6.1.2.1.10.94.3.1.19.1 | no-access |
An entry in the adslAtucIntervalExtTable. |
||
adslAtucIntervalFastR | 1.3.6.1.2.1.10.94.3.1.19.1.1 | perfintervalcount | read-only |
For the current interval, adslAtucIntervalFastR reports the current number of seconds during which there have been fast retrains. |
adslAtucIntervalFailedFastR | 1.3.6.1.2.1.10.94.3.1.19.1.2 | perfintervalcount | read-only |
For the each interval, adslAtucIntervalFailedFastR reports the number of seconds during which there have been failed fast retrains. |
adslAtucIntervalSesL | 1.3.6.1.2.1.10.94.3.1.19.1.3 | perfintervalcount | read-only |
For the each interval, adslAtucIntervalSesL reports the number of seconds during which there have been severely errored seconds-line. |
adslAtucIntervalUasL | 1.3.6.1.2.1.10.94.3.1.19.1.4 | perfintervalcount | read-only |
For the each interval, adslAtucIntervalUasL reports the number of seconds during which there have been unavailable seconds-line. |
adslAturPerfDataExtTable | 1.3.6.1.2.1.10.94.3.1.20 | no-access |
This table contains ADSL physical line counters not defined in the adslAturPerfDataTable from the ADSL-LINE-MIB [RFC2662]. |
|
1.3.6.1.2.1.10.94.3.1.20.1 | no-access |
An entry extends the adslAturPerfDataEntry defined in [RFC2662]. Each entry corresponds to an ADSL line. |
||
adslAturPerfStatSesL | 1.3.6.1.2.1.10.94.3.1.20.1.1 | counter32 | read-only |
The value of this object reports the count of severely errored second-line since the last agent reset. |
adslAturPerfStatUasL | 1.3.6.1.2.1.10.94.3.1.20.1.2 | counter32 | read-only |
The value of this object reports the count of unavailable seconds-line since the last agent reset. |
adslAturPerfCurr15MinSesL | 1.3.6.1.2.1.10.94.3.1.20.1.3 | perfcurrentcount | read-only |
For the current 15-minute interval, adslAturPerfCurr15MinSesL reports the current number of seconds during which there have been severely errored seconds-line. |
adslAturPerfCurr15MinUasL | 1.3.6.1.2.1.10.94.3.1.20.1.4 | perfcurrentcount | read-only |
For the current 15-minute interval, adslAturPerfCurr15MinUasL reports the current number of seconds during which there have been available seconds-line. |
adslAturPerfCurr1DaySesL | 1.3.6.1.2.1.10.94.3.1.20.1.5 | adslperfcurrdaycount | read-only |
For the current day as measured by adslAturPerfCurr1DayTimeElapsed [RFC2662], adslAturPerfCurr1DaySesL reports the number of seconds during which there have been severely errored seconds-line. |
adslAturPerfCurr1DayUasL | 1.3.6.1.2.1.10.94.3.1.20.1.6 | adslperfcurrdaycount | read-only |
For the current day as measured by adslAturPerfCurr1DayTimeElapsed [RFC2662], adslAturPerfCurr1DayUasL reports the number of seconds during which there have been unavailable seconds-line. |
adslAturPerfPrev1DaySesL | 1.3.6.1.2.1.10.94.3.1.20.1.7 | adslperfprevdaycount | read-only |
For the previous day, adslAturPerfPrev1DaySesL reports the number of seconds during which there were severely errored seconds-line. |
adslAturPerfPrev1DayUasL | 1.3.6.1.2.1.10.94.3.1.20.1.8 | adslperfprevdaycount | read-only |
For the previous day, adslAturPerfPrev1DayUasL reports the number of seconds during which there were severely errored seconds-line. |
adslAturIntervalExtTable | 1.3.6.1.2.1.10.94.3.1.21 | no-access |
This table provides one row for each ATU-R performance data collection interval for ADSL physical interfaces whose IfEntries' ifType is equal to adsl(94). |
|
1.3.6.1.2.1.10.94.3.1.21.1 | no-access |
An entry in the adslAturIntervalExtTable. |
||
adslAturIntervalSesL | 1.3.6.1.2.1.10.94.3.1.21.1.1 | perfintervalcount | read-only |
For the each interval, adslAturIntervalSesL reports the number of seconds during which there have been severely errored seconds-line. |
adslAturIntervalUasL | 1.3.6.1.2.1.10.94.3.1.21.1.2 | perfintervalcount | read-only |
For the each interval, adslAturIntervalUasL reports the number of seconds during which there have been unavailable seconds-line. |
adslConfProfileExtTable | 1.3.6.1.2.1.10.94.3.1.22 | no-access |
The adslConfProfileExtTable extends the ADSL line profile configuration information in the adslLineConfProfileTable from the ADSL-LINE-MIB [RFC2662] by adding the ability to configure the ADSL physical line mode. |
|
1.3.6.1.2.1.10.94.3.1.22.1 | no-access |
An entry extends the adslLineConfProfileEntry defined in [RFC2662]. Each entry corresponds to an ADSL line profile. |
||
adslConfProfileLineType | 1.3.6.1.2.1.10.94.3.1.22.1.1 | integer | read-only |
This object is used to configure the ADSL physical line mode. It has following valid values: noChannel(1), when no channels exist. fastOnly(2), when only fast channel exists. interleavedOnly(3), when only interleaved channel exist. fastOrInterleaved(4), when either fast or interleaved channels can exist, but only one at any time. fastAndInterleaved(5), when both the fast channel and the interleaved channel exist. In the case when no value has been set, the default Value is noChannel(1). Enumeration: 'fastOnly': 2, 'fastOrInterleaved': 4, 'noChannel': 1, 'interleavedOnly': 3, 'fastAndInterleaved': 5. |
adslAlarmConfProfileExtTable | 1.3.6.1.2.1.10.94.3.1.23 | no-access |
This table extends the adslLineAlarmConfProfileTable and provides threshold parameters for all the counters defined in this MIB module. |
|
1.3.6.1.2.1.10.94.3.1.23.1 | no-access |
An entry extends the adslLineAlarmConfProfileTable defined in [RFC2662]. Each entry corresponds to an ADSL alarm profile. |
||
adslAtucThreshold15MinFailedFastR | 1.3.6.1.2.1.10.94.3.1.23.1.1 | integer32 | read-only |
The first time the value of the corresponding instance of adslAtucPerfCurr15MinFailedFastR reaches or exceeds this value within a given 15-minute performance data collection period, an adslAtucFailedFastRThreshTrap notification will be generated. The value '0' will disable the notification. The default value of this object is '0'. |
adslAtucThreshold15MinSesL | 1.3.6.1.2.1.10.94.3.1.23.1.2 | integer32 | read-only |
The first time the value of the corresponding instance of adslAtucPerf15MinSesL reaches or exceeds this value within a given 15-minute performance data collection period, an adslAtucSesLThreshTrap notification will be generated. The value '0' will disable the notification. The default value of this object is '0'. |
adslAtucThreshold15MinUasL | 1.3.6.1.2.1.10.94.3.1.23.1.3 | integer32 | read-only |
The first time the value of the corresponding instance of adslAtucPerf15MinUasL reaches or exceeds this value within a given 15-minute performance data collection period, an adslAtucUasLThreshTrap notification will be generated. The value '0' will disable the notification. The default value of this object is '0'. |
adslAturThreshold15MinSesL | 1.3.6.1.2.1.10.94.3.1.23.1.4 | integer32 | read-only |
The first time the value of the corresponding instance of adslAturPerf15MinSesL reaches or exceeds this value within a given 15-minute performance data collection period, an adslAturSesLThreshTrap notification will be generated. The value '0' will disable the notification. The default value of this object is '0'. |
adslAturThreshold15MinUasL | 1.3.6.1.2.1.10.94.3.1.23.1.5 | integer32 | read-only |
The first time the value of the corresponding instance of adslAturPerf15MinUasL reaches or exceeds this value within a given 15-minute performance data collection period, an adslAturUasLThreshTrap notification will be generated. The value '0' will disable the notification. The default value of this object is '0'. |
adslExtTraps | 1.3.6.1.2.1.10.94.3.1.24 | |||
adslExtAtucTraps | 1.3.6.1.2.1.10.94.3.1.24.1 | |||
adslExtAtucTrapsPrefix | 1.3.6.1.2.1.10.94.3.1.24.1.0 | |||
adslAtucFailedFastRThreshTrap | 1.3.6.1.2.1.10.94.3.1.24.1.0.1 |
Failed Fast Retrains 15-minute threshold reached. |
||
adslAtucSesLThreshTrap | 1.3.6.1.2.1.10.94.3.1.24.1.0.2 |
Severely errored seconds-line 15-minute threshold reached. |
||
adslAtucUasLThreshTrap | 1.3.6.1.2.1.10.94.3.1.24.1.0.3 |
Unavailable seconds-line 15-minute threshold reached. |
||
adslExtAturTraps | 1.3.6.1.2.1.10.94.3.1.24.2 | |||
adslExtAturTrapsPrefix | 1.3.6.1.2.1.10.94.3.1.24.2.0 | |||
adslAturSesLThreshTrap | 1.3.6.1.2.1.10.94.3.1.24.2.0.1 |
Severely errored seconds-line 15-minute threshold reached. |
||
adslAturUasLThreshTrap | 1.3.6.1.2.1.10.94.3.1.24.2.0.2 |
Unavailable seconds-line 15-minute threshold reached. |
||
adslExtConformance | 1.3.6.1.2.1.10.94.3.2 | |||
adslExtGroups | 1.3.6.1.2.1.10.94.3.2.1 | |||
adslExtLineGroup | 1.3.6.1.2.1.10.94.3.2.1.1 |
A collection of objects providing extended configuration information about an ADSL Line. |
||
adslExtAtucPhysPerfCounterGroup | 1.3.6.1.2.1.10.94.3.2.1.2 |
A collection of objects providing raw performance counts on an ADSL Line (ATU-C end). |
||
adslExtAturPhysPerfCounterGroup | 1.3.6.1.2.1.10.94.3.2.1.3 |
A collection of objects providing raw performance counts on an ADSL Line (ATU-C end). |
||
adslExtLineConfProfileControlGroup | 1.3.6.1.2.1.10.94.3.2.1.4 |
A collection of objects providing profile control for the ADSL system. |
||
adslExtLineAlarmConfProfileGroup | 1.3.6.1.2.1.10.94.3.2.1.5 |
A collection of objects providing alarm profile control for the ADSL system. |
||
adslExtNotificationsGroup | 1.3.6.1.2.1.10.94.3.2.1.6 |
The collection of ADSL extension notifications. |
||
adslExtCompliances | 1.3.6.1.2.1.10.94.3.2.2 | |||
adslExtLineMibAtucCompliance | 1.3.6.1.2.1.10.94.3.2.2.1 |
The compliance statement for SNMP entities which represent ADSL ATU-C interfaces. |