All MIBs › CDMIPController › cdmipEthernetSpeed
cdmipEthernetSpeed
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipEthernetSpeed
OID (numeric): 1.3.6.1.4.1.6247.4.3.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The speed and mode of the Ehternet interface: The valid settings are: 1. Automatic. 2. 10 Mbps - Half Duplex. 3. 100 Mpbs - Half Duplex. 4. 10 Mbps - Full Duplex. 5. 100 Mbps - Full Duplex.
What is cdmipEthernetSpeed?
This sets the speed and duplex mode of the modem's Ethernet interface, either automatic negotiation or one of four fixed speed and duplex combinations. A mismatch between this setting and the connected switch port's configuration, for example this unit forced to fullDuplex100M(5) while the switch port is left on auto, is a classic cause of a duplex mismatch that produces late collisions and poor throughput without ever taking the link down entirely. Setting this to auto(1) to match a switch port also left on auto-negotiation avoids the duplex-mismatch problem that can otherwise cause intermittent packet loss between the modem and its switch.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.3.1.2 snmpwalk -v2c -c public <target> CDMIPController::cdmipEthernetSpeed
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.3.1.2.1 snmpget -v2c -c public <target> CDMIPController::cdmipEthernetSpeed.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.3.1.2.1 i <value>
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipEthernetSpeed OID value, configure state conditions and alerts, and monitor any Comtech EF Data satellite modems 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.6247 | comtechEFData | ComtechEFData |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6247.4 | cdmipController | CDMIPController |
| 1.3.6.1.4.1.6247.4.3 | cdmipInterfaces | CDMIPController |
| 1.3.6.1.4.1.6247.4.3.1 | cdmipEthernetInterface | CDMIPController |
| 1.3.6.1.4.1.6247.4.3.1.2 | cdmipEthernetSpeed | CDMIPController |