All MIBs › CASCADE-MIB › cktVcState
cktVcState
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::cktVcState
OID (numeric): 1.3.6.1.4.1.277.1.6.1.1.15
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The current state of the PVC segment in the Cascade network.
What is cktVcState?
This exposes the detailed internal state machine of this circuit segment as tracked by Cascade's proprietary signaling, going well beyond a simple up/down and including transitional states like retry (attempting to reestablish) and wcbdeact/wcbdelete (being torn down). An admin debugging a circuit that won't stabilize would watch this value cycle -- for example repeatedly landing on retry(2) instead of settling on active(6) -- to tell whether the PVC is failing to establish versus staying up successfully. For example, seeing cktVcState stuck at calling(3) for an SVC-type circuit indicates the call-setup signaling is hanging rather than either failing outright or connecting.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.15 snmpwalk -v2c -c public <target> CASCADE-MIB::cktVcState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.15.1 snmpget -v2c -c public <target> CASCADE-MIB::cktVcState.1
Start monitoring Cascade Communications ATM/Frame Relay switches (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CASCADE-MIB::cktVcState OID value, configure state conditions and alerts, and monitor any Cascade Communications ATM/Frame Relay switches (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.277 | cascade | CASCADE-MIB |
| 1.3.6.1.4.1.277.1 | cascfr | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6 | ckt | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1 | cktTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1.1 | cktEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1.1.15 | cktVcState | CASCADE-MIB |