All MIBs › CASCADE-MIB › cardLogicalSlotId
cardLogicalSlotId
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::cardLogicalSlotId
OID (numeric): 1.3.6.1.4.1.277.1.7.2.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The logical slot number of this card. This is used as an index for the cardTable. In redundant configurations, this can be the physical slot number of either redundant card. In non redundant configurations, this is the same as cardPhysicalSlotId.
What is cardLogicalSlotId?
This gives the logical slot number SNMP tools use to index this row in the card table, which in a redundant pair can point to either the active or standby physical slot. An admin cross-referencing alarms by slot needs to know this is the logical number, not necessarily the physical one, so in a redundant chassis the alarm for logical slot 4 could actually be coming from the physical card sitting in slot 5 if a failover already occurred. For example, cardLogicalSlotId returns 4 for both cards of a redundant pair, while cardPhysicalSlotId distinguishes which chassis bay each one actually occupies.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.7.2.1.1 snmpwalk -v2c -c public <target> CASCADE-MIB::cardLogicalSlotId
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.7.2.1.1.1 snmpget -v2c -c public <target> CASCADE-MIB::cardLogicalSlotId.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::cardLogicalSlotId 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.1 | cardLogicalSlotId | CASCADE-MIB |