PDN-DSL-ATM-BOND-MIB: View SNMP OID List / Download MIB

VENDOR: PARADYNE


 Home MIB: PDN-DSL-ATM-BOND-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 pdnDslAtmBondMIB 1.3.6.1.4.1.1795.2.24.2.6.33
This MIB module defines a collection of objects for managing the bonding of multiple digital subscriber lines (DSL) to transport ATM streams. At the time this modules was defined, neither the IETF nor the ATM Forum had any indication of plans to produce MIB modules to support the bonding of multiple digital subscriber lines to transport ATM streams. As a result, these objects may be a `temporary' solution should a standards body produces a module to support this type of bonding. The following documents are informational references with respect to this MIB module: [G.998.1] ITU-T G.998.1, `ATM-based Multi-Pair Bonding', January 2005. [RFC 2494] Fowler, D., `Definitions of Managed Objects for the DS0 and DS0 Bundle Interface type', January 1999. [T1E1.4] ANSI T1E1.4/2003-334R6, American National Standards Institute (ANSI), `Draft proposed American National Standard, ATM-based multi-pair bonding', October 2004. [TR-090] Abbi, R., DSL Forum Technical Report Technical Report TR-090, `Protocol Independent Object Model for Managing Next Generation ADSL Technologies', December 2004. ================================================================= == == == Copyright (C) 2005 Paradyne Networks, Inc. == == == =================================================================
       pdnDslAtmBondNotifications 1.3.6.1.4.1.1795.2.24.2.6.33.0
           pdnDslAtmBondAtucRateChange 1.3.6.1.4.1.1795.2.24.2.6.33.0.1
The downstream transmit rate has changed.
           pdnDslAtmBondAturRateChange 1.3.6.1.4.1.1795.2.24.2.6.33.0.2
The upstream transmit rate has changed.
           pdnDslAtmBondGroupStatusChange 1.3.6.1.4.1.1795.2.24.2.6.33.0.3
The operational status of the group has changed.
       pdnDslAtmBondObjects 1.3.6.1.4.1.1795.2.24.2.6.33.1
           pdnDslAtmBondNextGroupIndex 1.3.6.1.4.1.1795.2.24.2.6.33.1.1 testandincr read-write
This object is used to establish the next unused group index (pdnDslAtmBondGroupIndex). This object is used to assist the manager in selecting a value for pdnDslAtmBondGroupIndex. Because this object is of syntax TestAndIncr (see the SNMPv2-TC document, RFC 2579) it can also be used to avoid race conditions with multiple managers trying to create rows in the table. If the result of the SET for pdnDslAtmBondNextGroupIndex is not success, this means the value has been changed from index (i.e. another manager used the value), so a new value is required. The algorithm is: done = false while done == false index = GET (pdnDslAtmBondNextGroupIndex.0) SET (pdnDslAtmBondNextGroupIndex.0=index) if (set failed) done = false else SET(pdnDslAtmBondGroupRowStatus.index=createAndGo) if (set failed) done = false else done = true other error handling This description was modeled from RFC2494, DS0BUNDLE-MIB.
           pdnDslAtmBondNbrOfGroups 1.3.6.1.4.1.1795.2.24.2.6.33.1.2 unsigned32 read-only
The number of bonding groups configured on this system.
           pdnDslAtmBondGroupTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.3 no-access
The DSL ATM Bond Group Table. Contains configuration and operational information relative to a particular bonding group.
               pdnDslAtmBondGroupEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1 no-access
An entry in the DSL ATM Bond Group Table. Each entry represents a particular bonding group.
                   pdnDslAtmBondGroupIndex 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.1 pdndslatmbondgroupindextc no-access
A unique identifier for a bonding group. This is not the same value as an ifIndex for the group. The pdnDslAtmBondGroupIfIndex object contains the bonding group's ifIndex.
                   pdnDslAtmBondGroupRowStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.2 rowstatus read-only
This object allows create, change, and delete operations on the table. The delete operation can only occur when the pdnDslAtmBondGroupNbrRefs is 0 meaning that there are no DSL interfaces and bearers that are bonded to this group.
                   pdnDslAtmBondGroupNbrRefs 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.3 unsigned32 read-only
The number of DSL interface / bearer combinations that are members of this group. This is the number of entries in the pdnDslAtmBondMappingTable that have their pdnDslAtmBondMappingGroupIndex assigned to this value of pdnDslAtmBondGroupIndex.
                   pdnDslAtmBondGroupIfIndex 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.4 interfaceindex read-only
Identifies the interface number assigned to this bonding group and is used to identify corresponding rows in the interfaces MIB.
                   pdnDslAtmBondGroupID 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.5 pdndslatmbondgroupidentitytc read-only
An identifier to uniquely identify the bonding group. This ID one of the fields of the Autonomous Status Message and may be useful in some debugging situations.
                   pdnDslAtmBondGroupAlarmConfProfileName 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.6 snmpadminstring read-only
Identifies the Alarm Profile this group is associated with which is an entry in the pdnDslAtmBondAlarmConfProfileTable. If this object is not a zero-length string, it should default to the default profile whose name is `DEFVAL'.
                   pdnDslAtmBondGroupAtucMaxNetDataRate 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.7 pdndslatmbondgroupdataratetc read-only
The maximum net data rate this bonding group is allowed to achieve in the downstream direction.
                   pdnDslAtmBondGroupAturMaxNetDataRate 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.8 pdndslatmbondgroupdataratetc read-only
The maximum net data rate this bonding group is allowed to achieve in the upstream direction.
                   pdnDslAtmBondGroupAtucMinNetDataRate 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.9 pdndslatmbondgroupdataratetc read-only
The minimum net data rate this bonding group is allowed to achieve in the downstream direction.
                   pdnDslAtmBondGroupAturMinNetDataRate 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.10 pdndslatmbondgroupdataratetc read-only
The minimum net data rate this bonding group is allowed to achieve in the upstream direction.
                   pdnDslAtmBondGroupAtucDiffDelay 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.11 pdndslatmbondgroupdiffdelaytoltc read-only
The maximum differential delay tolerance among member links in this bonding group in the downstream direction.
                   pdnDslAtmBondGroupAturDiffDelay 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.12 pdndslatmbondgroupdiffdelaytoltc read-only
The maximum differential delay tolerance among member links in this bonding group in the upstream direction.
                   pdnDslAtmBondGroupStatusNotifyEnabled 1.3.6.1.4.1.1795.2.24.2.6.33.1.3.1.13 truthvalue read-only
Specifies whether or not the pdnDslAtmBondGroupStatusChange notification will be generated. When set to true(1), the notification will be generated when the pdnDslAtmBondPerfGroupStatus changes. When set to false(2), the notification will not be generated with the pdnDslAtmBondPerfGroupStatus changes.
           pdnDslAtmBondMappingTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.4 no-access
The DSL ATM Bond Mapping Table. This table is used to map a DSL port and a bearer number to a bonding group.
               pdnDslAtmBondMappingEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.4.1 no-access
An entry in the DSL ATM Bond Mapping Table. Each entry represents a DSL interface and a a bearer number.
                   pdnDslAtmBondDslIfIndex 1.3.6.1.4.1.1795.2.24.2.6.33.1.4.1.1 interfaceindex no-access
Identifies the DSL interface of a link that is to be bonded to the group.
                   pdnDslAtmBondBearerNbr 1.3.6.1.4.1.1795.2.24.2.6.33.1.4.1.2 pdndslatmbondgroupbearernumbertc no-access
Identifies the bearer number of a link for the DSL line to be bonded to the group.
                   pdnDslAtmBondMappingRowStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.4.1.3 rowstatus read-only
This object allows create, change, and delete operations on the table.
                   pdnDslAtmBondMappingGroupIndex 1.3.6.1.4.1.1795.2.24.2.6.33.1.4.1.4 pdndslatmbondgroupindextc read-only
The pdnDslAtmBondGroupIndex which identifies the group to which the DSL line and bearer number, which form a link, are to be bound to.
           pdnDslAtmBondGroupIndexMappingTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.5 no-access
The DSL ATM Bond Group Index Mapping Table. This table identifies the mapping from the bonding group's ifIndex to the bonding group's index.
               pdnDslAtmBondGroupIndexMappingEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.5.1 no-access
An entry in the DSL ATM Bond Group Index Mapping Table. Each entry represents an ifIndex for a bonding group.
                   pdnDslAtmBondGroupIndexMappingIndex 1.3.6.1.4.1.1795.2.24.2.6.33.1.5.1.1 pdndslatmbondgroupindextc read-only
The pdnDslAtmBondGroupIndex this group ifIndex entry maps to.
           pdnDslAtmBondGroupInvMappingTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.6 no-access
The DSL ATM Bond Group Inverse Mapping Table. This table identifies the mapping from a bonding group's index and a DSL interface to a bearer. This object provides a a mechanism to list bonding groups from a group's index.
               pdnDslAtmBondGroupInvMappingEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.6.1 no-access
An entry in the DSL ATM Bond Inverse Mapping Table. Each entry represents a particular bonding group and a particular DSL interface.
                   pdnDslAtmBondInvMappingBearerNbr 1.3.6.1.4.1.1795.2.24.2.6.33.1.6.1.1 pdndslatmbondgroupbearernumbertc read-only
The bearer on a particular DSL interface that is a member of the bonding group.
           pdnDslAtmBondPerfTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.7 no-access
The DSL ATM Bond Current Table. This table contains the status and performance information for bonding groups.
               pdnDslAtmBondPerfEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1 no-access
An entry in the DSL ATM Bond Performance Table. Each entry represents a particular bonding group.
                   pdnDslAtmBondPerfCurrAtucNetDataRate 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.1 pdndslatmbondgroupdataratetc read-only
The current net data rate the bonding group has achieved for the downstream direction.
                   pdnDslAtmBondPerfCurrAturNetDataRate 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.2 pdndslatmbondgroupdataratetc read-only
The current net data rate the bonding group has achieved for the upstream direction.
                   pdnDslAtmBondPerfPrevAtucNetDataRate 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.3 pdndslatmbondgroupdataratetc read-only
The previous net data rate the bonding group had achieved for the downstream direction. This value is set at initialization to prevent a notification from being sent.
                   pdnDslAtmBondPerfPrevAturNetDataRate 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.4 pdndslatmbondgroupdataratetc read-only
The previous net data rate the bonding group had achieved for the upstream direction. This value is set at initialization to prevent a notification from being sent.
                   pdnDslAtmBondPerfGroupStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.5 pdndslatmbondgroupstatustc read-only
The status of the bonding group.
                   pdnDslAtmBondPerfFailReason 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.6 pdndslatmbondgroupfailreasontc read-only
The reason the operational status of the bonding group is not `operational'.
                   pdnDslAtmBondPerfFailCount 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.7 counter32 read-only
A count of the number of times the group was declared `unavailable` since last restart.
                   pdnDslAtmBondPerfRunTime 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.8 counter32 read-only
The total accumulated time the bonding group was in the `normal' operational status since last restart.
                   pdnDslAtmBondPerfUAS 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.9 counter32 read-only
The total accumulated time the bonding group was unavailable since last restart.
                   pdnDslAtmBondPerfAtucRxCellLoss 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.10 counter32 read-only
The total number of cells that are lost at the aggregation output in the upstream direction from the bonding group since last restart.
                   pdnDslAtmBondPerfAturRxCellLoss 1.3.6.1.4.1.1795.2.24.2.6.33.1.7.1.11 counter32 read-only
The total number of cells that are lost at the aggregation output in the downstream direction from a bonding group since last restart.
           pdnDslAtmBond15MinIntervalTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.8 no-access
The DSL ATM Bond 15-Minute Interval Table. This table contains the status and performance information for bonding groups collected in 15-minute intervals.
               pdnDslAtmBond15MinIntervalEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.8.1 no-access
An entry in the DSL ATM Bond 15-Minute Interval Table. Each entry represents a particular bonding group and a particular 15-minute interval.
                   pdnDslAtmBond15MinIntervalNumber 1.3.6.1.4.1.1795.2.24.2.6.33.1.8.1.1 unsigned32 no-access
Performance Data Interval number. Interval 1 is the most recent previous 15-minute interval; interval 96 is 24 hours ago. Intervals 2..96 are optional.
                   pdnDslAtmBond15MinIntervalStartDateAndTime 1.3.6.1.4.1.1795.2.24.2.6.33.1.8.1.2 dateandtime read-only
Provides a date-time indication of when the interval started.
                   pdnDslAtmBond15MinIntervalFailCount 1.3.6.1.4.1.1795.2.24.2.6.33.1.8.1.3 counter32 read-only
A count of the number of times the group was declared `unavailable` during the interval.
                   pdnDslAtmBond15MinIntervalRunTime 1.3.6.1.4.1.1795.2.24.2.6.33.1.8.1.4 counter32 read-only
The accumulated time the bonding group was in the `normal' operational status during the interval.
                   pdnDslAtmBond15MinIntervalUAS 1.3.6.1.4.1.1795.2.24.2.6.33.1.8.1.5 counter32 read-only
The accumulated time the bonding group was unavailable during the interval,
                   pdnDslAtmBond15MinIntervalAtucRxCellLoss 1.3.6.1.4.1.1795.2.24.2.6.33.1.8.1.6 counter32 read-only
The number of cells that are lost at the aggregation output in the upstream direction from the bonding group during the interval.
                   pdnDslAtmBond15MinIntervalAturRxCellLoss 1.3.6.1.4.1.1795.2.24.2.6.33.1.8.1.7 counter32 read-only
The number of cells that are lost at the aggregation output in the downstream direction from the bonding group during the interval.
           pdnDslAtmBond1DayIntervalTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.9 no-access
The DSL ATM Bond 1-Day Interval Table. This table contains the status and performance information for bonding groups collected in 1-Day intervals.
               pdnDslAtmBond1DayIntervalEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.9.1 no-access
An entry in the DSL ATM Bond 1-Day Interval Table. Each entry represents a particular bonding group and a particular 1-day interval.
                   pdnDslAtmBond1DayIntervalNumber 1.3.6.1.4.1.1795.2.24.2.6.33.1.9.1.1 unsigned32 no-access
Performance Data Interval number. Interval 1 is the most recent previous 1-day interval; interval 30 is 30 days ago. Intervals 2..30 are optional.
                   pdnDslAtmBond1DayIntervalStartDateAndTime 1.3.6.1.4.1.1795.2.24.2.6.33.1.9.1.2 dateandtime read-only
Provides a date-time indication of when the interval started.
                   pdnDslAtmBond1DayIntervalFailCount 1.3.6.1.4.1.1795.2.24.2.6.33.1.9.1.3 counter32 read-only
A count of the number of times the group was declared `unavailable` during the interval.
                   pdnDslAtmBond1DayIntervalRunTime 1.3.6.1.4.1.1795.2.24.2.6.33.1.9.1.4 counter32 read-only
The accumulated time the bonding group was in the `normal' operational status during the interval.
                   pdnDslAtmBond1DayIntervalUAS 1.3.6.1.4.1.1795.2.24.2.6.33.1.9.1.5 counter32 read-only
The accumulated time the bonding group was unavailable during the interval,
                   pdnDslAtmBond1DayIntervalAtucRxCellLoss 1.3.6.1.4.1.1795.2.24.2.6.33.1.9.1.6 counter32 read-only
The number of cells that are lost at the aggregation output in the upstream direction from a bonding group during the interval.
                   pdnDslAtmBond1DayIntervalAturRxCellLoss 1.3.6.1.4.1.1795.2.24.2.6.33.1.9.1.7 counter32 read-only
The number of cells that are lost at the aggregation output in the downstream direction from the bonding group during the interval.
           pdnDslAtmBondLinkTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.10 no-access
The DSL ATM Bond Link Table. This table contains the current status information for a link in a bonding group.
                 pdnDslAtmBondLinkEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.10.1 no-access
An entry in the DSL ATM Bond Link Table. each entry represents a DSL interface on a particular bonding group.
                     pdnDslAtmBondLinkAtucRxLinkStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.10.1.1 pdndslatmbondlinkstatusasmtc read-only
The status of the Rx link in a bonded group in the upstream direction.
                     pdnDslAtmBondLinkAturRxLinkStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.10.1.2 pdndslatmbondlinkstatusasmtc read-only
The status of the Rx link in a bonded group in the downstream direction.
                     pdnDslAtmBondLinkAtucTxLinkStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.10.1.3 pdndslatmbondlinkstatusasmtc read-only
The status of the Tx link in a bonded group in the downstream direction.
                     pdnDslAtmBondLinkAturTxLinkStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.10.1.4 pdndslatmbondlinkstatusasmtc read-only
The status of the Rx link in a bonded group in the upstream direction.
                     pdnDslAtmBondLinkAtucAsmRxStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.10.1.5 pdndslatmbondasmrxstatustc read-only
The status of ASMs received for the link in a bonded in the upstream direction.
                     pdnDslAtmBondLinkAturAsmRxStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.10.1.6 pdndslatmbondasmrxstatustc read-only
The status of ASMs received for the link in a bonded in the downstream direction.
           pdnDslAtmBondAlarmConfProfileTable 1.3.6.1.4.1.1795.2.24.2.6.33.1.11 no-access
The DSL ATM Bond Alarm Configuration Profile Table. This table contains the alarm configuration profiles for DSL ATM Bonding.
                 pdnDslAtmBondAlarmConfProfileEntry 1.3.6.1.4.1.1795.2.24.2.6.33.1.11.1 no-access
An entry in the DSL ATM Bond Alarm Configuration Profile Table. Each entry represents a single alarm configuration profile. Profiles may be created/deleted using the RowStatus mechanism not including the default profile. A default profile with an index of `DEFVAL' will always exist and its parameters will be set to implementation-specific values.
                     pdnDslAtmBondAlarmConfProfileName 1.3.6.1.4.1.1795.2.24.2.6.33.1.11.1.1 snmpadminstring no-access
This object is the index for the table and identifies a unique row in the table. A default profile with an index of `DEFVAL' will always exist and its parameters will be set to implementation-specific values.
                     pdnDslAtmBondAlarmConfRowStatus 1.3.6.1.4.1.1795.2.24.2.6.33.1.11.1.2 rowstatus read-only
This object allows profiles to be created to deleted. The delete operation can only occur when the pdnDslAtmBondAlarmConfNbrRefs is 0 meaning that there are no entries in the pdnDslAtmBondGroupTable that reference this group.
                     pdnDslAtmBondAlarmConfNbrRefs 1.3.6.1.4.1.1795.2.24.2.6.33.1.11.1.3 unsigned32 read-only
The number of entries in the pdnDslAtmBondGroupTable that reference this profile.
                     pdnDslAtmBondAlarmConfAtucThreshRateUp 1.3.6.1.4.1.1795.2.24.2.6.33.1.11.1.4 integer32 read-only
Configured change in rate, in bps, causing a pdnDslAtmBondAtucRateChange notification. The notification is produced when current rate >= previous rate plus the value of this object. A value of `0' will disable the trap.
                     pdnDslAtmBondAlarmConfAturThreshRateUp 1.3.6.1.4.1.1795.2.24.2.6.33.1.11.1.5 integer32 read-only
Configured change in rate, in bps, causing a pdnDslAtmBondAturRateChange notification. The notification is produced when current rate >= previous rate plus the value of this object. A value of `0' will disable the trap.
                     pdnDslAtmBondAlarmConfAtucThreshRateDown 1.3.6.1.4.1.1795.2.24.2.6.33.1.11.1.6 integer32 read-only
Configured change in rate, in bps, causing a pdnDslAtmBondAtucRateChange notification. The notification is produced when current rate <= previous rate minus the value of this object. A value of `0' will disable the trap.
                     pdnDslAtmBondAlarmConfAturThreshRateDown 1.3.6.1.4.1.1795.2.24.2.6.33.1.11.1.7 integer32 read-only
Configured change in rate, in bps, causing a pdnDslAtmBondAturRateChange notification. The notification is produced when current rate <= previous rate minus the value of this object. A value of `0' will disable the trap.
       pdnDslAtmBondAFNs 1.3.6.1.4.1.1795.2.24.2.6.33.2
       pdnDslAtmBondConformance 1.3.6.1.4.1.1795.2.24.2.6.33.3
           pdnDslAtmBondCompliances 1.3.6.1.4.1.1795.2.24.2.6.33.3.1
               pdnDslAtmBondMIBCompliance 1.3.6.1.4.1.1795.2.24.2.6.33.3.1.1
The compliance statement for the entities which implement the pdnDslAtmBondMIB.
           pdnDslAtmBondGroups 1.3.6.1.4.1.1795.2.24.2.6.33.3.2
               pdnDslAtmBondObjGroups 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1
                   pdnDslAtmBondGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.1
General configuration/definition of a bonding group.
                   pdnDslAtmBondMaxRateGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.2
Configuration of the maximum net data rate a bonding group is allowed to achieve.
                   pdnDslAtmBondMinRateGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.3
Configuration of the minimum net data rate a bonding group is allowed to achieve.
                   pdnDslAtmBondDiffDelayGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.4
Configuration of maximum differential delay among member links in a bonding group.
                   pdnDslAtmBondGroupStatusNotifyEnabledGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.5
Configuration of notifications for changes to the status of a bonding group.
                   pdnDslAtmBondMappingGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.6
Map a DSL interface and a bearer to a bonding group.
                   pdnDslAtmBondIndexMappingGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.7
Map from a bonding group's ifIndex to the bonding group's index.
                   pdnDslAtmBondInvMappingGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.8
Map from a bonding group and a DSL interface to a bearer.
                   pdnDslAtmBondPerfAggDataRateGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.9
Status of the net data rate the bonding group has currently or had previously achieved.
                   pdnDslAtmBondPerfBondGroupStatusGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.10
Current status of the bonding group.
                   pdnDslAtmBondDateAndTimeGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.11
Date-time stamp of when an interval started.
                   pdnDslAtmBondRunTimeGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.12
The tracking of time a bonding group is `operational'.
                   pdnDslAtmBondRxCellLossGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.13
The tracking the total number of cells that are lost at the aggregation output from a bonding group.
                   pdnDslAtmBondPerfFailReasonGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.14
The reason the operational status of the bonding group is not `operational'.
                   pdnDslAtmBondFailCountGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.15
The number of times a bonding group was declared `unavailable'.
                   pdnDslAtmBondUASGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.16
The time a bonding group was unavailable.
                   pdnDslAtmBondTrafficCapGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.17
Current status of the link in a bonded group with respect to carrying bonded traffic.
                   pdnDslATmBondAsmRxStatusGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.18
Status of the reception of ASMs for a link in a bonded group.
                   pdnDslAtmBondAlarmConfProfileGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.19
Provides the ability to create or delete alarm profiles.
                   pdnDslAtmBondAlarmConfAtucThreshRateGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.20
Provides the ability to configure thresholds for rate changes in the downstream direction.
                   pdnDslAtmBondAlarmConfAturThreshRateGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.1.21
Provides the ability to configure thresholds for rate changes in the upstream direction.
               pdnDslAtmBondAfnGroups 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.2
               pdnDslAtmBondNtfyGroups 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.3
                   pdnDslAtmBondNotificationsGroup 1.3.6.1.4.1.1795.2.24.2.6.33.3.2.3.1
The collection of notifications for the MIB module.