All MIBs › DDS-MIB › ddsDataRate
ddsDataRate
Module: DDS-MIB
OID (symbolic): DDS-MIB::ddsDataRate
OID (numeric): 1.3.6.1.4.1.498.8.1.2.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The DSU data rate option. This object is used to choose the operational data rate of the DSU. The two choices autoAsync(11) and autoSync(12) allow the DSU to automatically determine the circuit speed and set the data rate accordingly.
Similarities in DDS line coding of 56k DDS/SC and 64k Clear Channel require the user to select sync64000(10) implicitly if 64kbps data rate is required.
What is ddsDataRate?
Sets the DSU's operating data rate for the DDS circuit, chosen from a fixed list of sync/async speeds (2400 through 64000 bps) or the autoAsync/autoSync options that let the DSU determine the circuit speed itself. Because 56k DDS/SC and 64k Clear Channel share the same line coding, an admin must pick sync64000(10) explicitly to get 64kbps service.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.498.8.1.2.1.4 snmpwalk -v2c -c public <target> DDS-MIB::ddsDataRate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.498.8.1.2.1.4.1 snmpget -v2c -c public <target> DDS-MIB::ddsDataRate.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.498.8.1.2.1.4.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ddsDataRate.1
Start monitoring DDS DSU/CSU (Digital Data Service unit, legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DDS-MIB::ddsDataRate OID value, configure state conditions and alerts, and monitor any DDS DSU/CSU (Digital Data Service unit, legacy) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.498 | gdc | GDC7616-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.498.8 | dsu | DDS-MIB |
| 1.3.6.1.4.1.498.8.1 | dds | DDS-MIB |
| 1.3.6.1.4.1.498.8.1.2 | ddsLineCfgTable | DDS-MIB |
| 1.3.6.1.4.1.498.8.1.2.1 | ddsLineCfgEntry | DDS-MIB |
| 1.3.6.1.4.1.498.8.1.2.1.4 | ddsDataRate | DDS-MIB |