All MIBs › CASCADE-MIB › cardRedundState
cardRedundState
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::cardRedundState
OID (numeric): 1.3.6.1.4.1.277.1.7.2.1.12
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The current redundancy state of this card. Exception: when used as an index for the following objects: cardAdminType, cardAdminCapability, and cardAdminStatus, the value 1 indicates the card of the redundant pair in the lower-numbered slot, and the value 2 indicates the card in the higher-numbered slot.
What is cardRedundState?
This identifies which half of a redundant pair this card currently is, actively carrying traffic or sitting in standby ready to take over. The MIB's own exception note matters operationally: when this value is used as the index into cardAdminType, cardAdminCapability, and cardAdminStatus, the values 1 and 2 stop meaning active and standby and instead just mean the card in the lower-numbered slot versus the card in the higher-numbered slot, so a script that assumes 1 always means currently active can misreport things. For example, a monitoring script that assumes cardRedundState equal to 1 always means currently active will misreport which card is really carrying traffic if it's actually being used as a slot-position index rather than a live status read.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.7.2.1.12 snmpwalk -v2c -c public <target> CASCADE-MIB::cardRedundState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.7.2.1.12.1 snmpget -v2c -c public <target> CASCADE-MIB::cardRedundState.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::cardRedundState 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.12 | cardRedundState | CASCADE-MIB |