All MIBs › CASCADE-MIB › cardState
cardState
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::cardState
OID (numeric): 1.3.6.1.4.1.277.1.7.2.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The state of this card.
What is cardState?
This tracks the card's full boot and operational lifecycle, from being physically present through loading firmware, initializing, syncing with the chassis, and reaching active service, down to stopped, down, debug, or offline-diagnostic states. An admin watching this during a card boot expects it to progress from present through loading, start, init, sync, syncdone, ready, and active within a bounded time, so a card stuck at loading(2) or init(4) for several minutes signals firmware corruption or a hardware fault rather than a normal slow boot. For example, after re-seating a card, cardState climbs through loading and init within thirty seconds and settles at active(8); if it instead stalls at sync(5) for over a minute, that points to a timing problem blocking it from joining the chassis.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.7.2.1.5 snmpwalk -v2c -c public <target> CASCADE-MIB::cardState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.7.2.1.5.1 snmpget -v2c -c public <target> CASCADE-MIB::cardState.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::cardState 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.7 | card | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.7.2 | cardTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.7.2.1 | cardEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.7.2.1.5 | cardState | CASCADE-MIB |