All MIBs › CIRCUIT-MIB › circuitOperState
circuitOperState
Module: CIRCUIT-MIB
OID (symbolic): CIRCUIT-MIB::circuitOperState
OID (numeric): 1.3.6.1.4.1.5812.6.8.1.36
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Aperational state of the circuit. Circuits in the disabled state do not consume network resources such as bandwidth. The network continuously attempts to establish circuits until successful while in the enabled state.
What is circuitOperState?
This reports the actual current operational state of the circuit as up, down, or test, in contrast to circuitAdminState which reflects administrative intent rather than reality -- a circuit can be administratively enabled yet operationally down if its path can't currently be established. An admin distinguishes a real outage from an intentional shutdown by comparing this against circuitAdminState: enabled-but-down means the network failed to establish or maintain the path despite trying, worth investigating, while disabled-and-down is expected and not a fault. For example, seeing circuitAdminState as enabled but circuitOperState as down indicates the device is actively trying but failing to establish this circuit's path, a genuine problem to troubleshoot.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5812.6.8.1.36 snmpwalk -v2c -c public <target> CIRCUIT-MIB::circuitOperState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5812.6.8.1.36.1 snmpget -v2c -c public <target> CIRCUIT-MIB::circuitOperState.1
Start monitoring Coriolis Networks optical/lambda transport equipment (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CIRCUIT-MIB::circuitOperState OID value, configure state conditions and alerts, and monitor any Coriolis Networks optical/lambda transport equipment (legacy) from a single console.
OID Breakdown
Upper-level ancestors (8 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.5812 | coriolisMibs | CORIOLIS-MIB |
| 1.3.6.1.4.1.5812.6 | circuit | CORIOLIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.5812.6.8 | circuitTable | CIRCUIT-MIB |
| 1.3.6.1.4.1.5812.6.8.1 | circuitEntry | CIRCUIT-MIB |
| 1.3.6.1.4.1.5812.6.8.1.36 | circuitOperState | CIRCUIT-MIB |