All MIBs › PDN-DS1CONFIG-MIB
Category: DS1 and T-Carrier, DSL and Broadband Access
Description:
Manages DS1 (T1/E1) interface framing, line coding, clock source, and loop-back configuration on Paradyne access equipment.
Imported Objects
From PDN-HEADER-MIB
| pdn-interfaces |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Gauge |
From RFC1213-MIB
| DisplayString |
What Is PDN-DS1CONFIG-MIB?
PDN-DS1CONFIG-MIB is a vendor-specific SNMP module from Paradyne Networks for configuring and testing DS1 (T1/E1) interfaces on Paradyne access equipment, covering line testing as well as monitoring of test results. It defines a test control table for initiating diagnostic tests on a DS1 interface (by type and argument) and a monitoring results table recording the outcome, error codes, and error counts of those tests. Its monitoring value is centered on hardware/line-level fault detection for DS1 circuits — devDS1MonResultErrorCount and devDS1MonResultCode reveal line errors uncovered by loopback or other diagnostic tests, which is essential for isolating T1/E1 circuit problems in access networks. It builds on the general concept of DS1 interface testing found in standard telecom MIBs (such as RFC 2495's DS1/E1 MIB) though implemented as Paradyne's own extension. It is deployed on Paradyne DSL/T1 access equipment where technicians need to run and review on-demand line diagnostics remotely via SNMP. Engineers can download the PDN-DS1CONFIG-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in PDN-DS1CONFIG-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- DS1 test type/status
- DS1 test result code
- DS1 line error count
- on-demand loopback test control
Supported Devices
- Paradyne DS1 (T1/E1) access equipment
Monitoring Examples
A technician sets devDS1TestType and devDS1TestArgument in devDS1TestTable/devDS1TestEntry (keyed by devDS1TestIfIndex) and triggers devDS1TestControl to run a loopback or line test on a specific DS1 interface. Polling devDS1MonResultTable/devDS1MonResultEntry afterward for devDS1MonResultCode and devDS1MonResultErrorCount reveals whether the test passed cleanly or surfaced circuit errors. A nonzero devDS1MonResultErrorCount on a repeated test would confirm a persistent line fault requiring carrier escalation rather than a transient glitch.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| ent_ds1 | 1.3.6.1.4.1.1795.2.24.2.6.5 | |||
| devDS1Test | 1.3.6.1.4.1.1795.2.24.2.6.5.1 | |||
| devDS1TestTable | 1.3.6.1.4.1.1795.2.24.2.6.5.1.1 | not-accessible | The Paradyne DS1 Interface Test Table. | |
| devDS1TestEntry | 1.3.6.1.4.1.1795.2.24.2.6.5.1.1.1 | not-accessible | An entry in the Paradyne DS1 Interface Test Table. | |
| INT devDS1TestIfIndex | 1.3.6.1.4.1.1795.2.24.2.6.5.1.1.1.1 | INTEGER | read-only | The index value which uniquely identifies the interface for which this entry contains information on interface tests. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex from the Interfaces table of MIB II (RFC 1213). |
| INT devDS1TestType | 1.3.6.1.4.1.1795.2.24.2.6.5.1.1.1.2 | INTEGER | read-only | The index value which uniquely identifies the test for which this entry contains information. |
| INT devDS1TestControl | 1.3.6.1.4.1.1795.2.24.2.6.5.1.1.1.3 | INTEGER | read-write | A control variable used to start and stop operator- initiated interface tests. Writing idle(1) to the test table entry terminates the specified test for the interface associated with the entry. Writing running(2) activates the specified test for the interface, if allowed (i.e., the test must be allowed for the interface and in combination with any other tests currently executing for the interface). The rules for executing tests for the product are specified in the product's Operator's Guide. This variable is read to determine the current status of the test for the interface. A value of running(2) indicates the test is currently in progress on the interface. A value of idle(1) indicates that the test is currently not active on the interface. |
| STR devDS1TestArgument | 1.3.6.1.4.1.1795.2.24.2.6.5.1.1.1.4 | DisplayString | read-write | Any argument required by the test being executed. |
| devDS1MonResultTable | 1.3.6.1.4.1.1795.2.24.2.6.5.1.2 | not-accessible | The Paradyne Device Monitor Test Pattern Result Table. | |
| devDS1MonResultEntry | 1.3.6.1.4.1.1795.2.24.2.6.5.1.2.1 | not-accessible | An entry in the Paradyne Device Monitor Test Pattern Result Table. | |
| INT devDS1MonResultIfIndex | 1.3.6.1.4.1.1795.2.24.2.6.5.1.2.1.1 | INTEGER | read-only | The index value which uniquely identifies the interface for which this entry contains information on the result of the monitor test pattern request. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex from the Interfaces table of MIB II (RFC 1213). |
| INT devDS1MonResultTestType | 1.3.6.1.4.1.1795.2.24.2.6.5.1.2.1.2 | INTEGER | read-only | The index value which uniquely identifies the test for which this entry contains information. |
| INT devDS1MonResultCode | 1.3.6.1.4.1.1795.2.24.2.6.5.1.2.1.3 | INTEGER | read-only | This object contains a code for more specific information on the test pattern monitoring result. A value of none(1) indicates that no further information is available. inSyncNoBitErrors(2) notes that the monitor pattern test has synchronized on the pattern and has not detected any bit errors. inSyncWithBitErrors indicates that the monitor pattern test has synchronized on the pattern and has detected bit errors. A monitor pattern test that has not synchronized on the request pattern returns a value of notInSync(4). |
| GAU devDS1MonResultErrorCount | 1.3.6.1.4.1.1795.2.24.2.6.5.1.2.1.4 | Gauge | read-write | The number of bit errors detected in the received monitoring test pattern. The error count is updated once every second. The error count does not increment during periods when the pattern is not synchronized, or once synchronization is lost. The maximum value of this object is 99,999. Writing any value to this object will reset it to zero. |
| devDS1SendControlTable | 1.3.6.1.4.1.1795.2.24.2.6.5.1.3 | not-accessible | The Paradyne Device Send Test Pattern Control Table. | |
| devDS1SendControlEntry | 1.3.6.1.4.1.1795.2.24.2.6.5.1.3.1 | not-accessible | An entry in the Paradyne Device Send Test Pattern Control Table. | |
| INT devDS1SendControlIfIndex | 1.3.6.1.4.1.1795.2.24.2.6.5.1.3.1.1 | INTEGER | read-only | The index value which uniquely identifies the interface for which this entry contains information on the result of the monitor test pattern request. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex from the Interfaces table of MIB II (RFC 1213). |
| INT devDS1SendControlInjectErr | 1.3.6.1.4.1.1795.2.24.2.6.5.1.3.1.2 | INTEGER | read-write | Setting this object to inject(2) will inject one error in the data pattern being sent. If no pattern is being sent, the agent will return BAD VALUE. Reading this value will always return noOp(1). |
| GAU devDS1SendControlErrorCount | 1.3.6.1.4.1.1795.2.24.2.6.5.1.3.1.3 | Gauge | read-only | The number of bit errors injected into the test pattern being sent. The maximum value of this object is 99,999. |
RFC description
Configures DS1 interface tests and diagnostic patterns for Paradyne WAN devices.
Start monitoring Paradyne DS1 (T1/E1) access equipment (line testing/diagnostics) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.