All MIBs › CHASSIS-MIB › chasControlDCEPortMode
chasControlDCEPortMode
Module: CHASSIS-MIB
OID (symbolic): CHASSIS-MIB::chasControlDCEPortMode
OID (numeric): 1.3.6.1.4.1.800.2.1.3.1.1.21
Node type: OBJECT-TYPE
Type: XylanSerialPortMode
Access: read-only
Description: down(1) - This port is down. console(2) - This is the console port slip(3) - This is a slip port. This value can only be modified through the console/slip port
What is chasControlDCEPortMode?
This object reports whether the DCE serial port is currently down, acting as the console port, or acting as a SLIP (Serial Line IP) port, and per the description this mode can only be changed through the console/slip port itself, not remotely via SNMP. An admin trying to remotely reconfigure the console port's role would find this object read-only for a reason; the description makes clear that changing it requires physical or console-level access, a deliberate safeguard against remotely locking oneself out of console access. A chassis reporting this as console(2) confirms that port is currently usable for terminal access, while slip(3) would mean that same physical port is instead running SLIP for IP connectivity.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.800.2.1.3.1.1.21 snmpwalk -v2c -c public <target> CHASSIS-MIB::chasControlDCEPortMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.800.2.1.3.1.1.21.1 snmpget -v2c -c public <target> CHASSIS-MIB::chasControlDCEPortMode.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> chasControlDCEPortMode.1
Start monitoring Modular/chassis-based network switches and routers (any vendor) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHASSIS-MIB::chasControlDCEPortMode OID value, configure state conditions and alerts, and monitor any Modular/chassis-based network switches and routers (any vendor) from a single console.
OID Breakdown
Upper-level ancestors (9 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.800 | xylan | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2 | xylanArch | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2.1 | xylanChassis | XYLAN-BASE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.800.2.1.3 | chasController | CHASSIS-MIB |
| 1.3.6.1.4.1.800.2.1.3.1 | chasControlTable | CHASSIS-MIB |
| 1.3.6.1.4.1.800.2.1.3.1.1 | chasControlEntry | CHASSIS-MIB |
| 1.3.6.1.4.1.800.2.1.3.1.1.21 | chasControlDCEPortMode | CHASSIS-MIB |