All MIBs › CARD-MIB › cardAssemblyId
cardAssemblyId
Module: CARD-MIB
OID (symbolic): CARD-MIB::cardAssemblyId
OID (numeric): 1.3.6.1.4.1.5812.2.3.1.9
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Identifies the module type. This field is a duplicate of the assembly identifier portion of the assembly number. It is stored and displayed in Binary Encoded Decimal (BCD) format. It has the following format: NN -1234 -NN RevNo | | | |____ Part Revision Number | | | | | |_________ Suffix = PartID (01-99) | | | |______________ Main Body = Sequential No. (0001 - 9999) | |___________________ Prefix = Part Class Number or Tab Number (01 - 99).
What is cardAssemblyId?
This read-only value identifies the specific module type, duplicating the assembly identifier portion of the part number in the format NN-1234-NN RevNo (prefix/class, sequential body number, suffix/part ID, and revision). It's essentially the card's structured part number as recorded in its EEPROM.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5812.2.3.1.9 snmpwalk -v2c -c public <target> CARD-MIB::cardAssemblyId
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5812.2.3.1.9.1 snmpget -v2c -c public <target> CARD-MIB::cardAssemblyId.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cardAssemblyId.1
Start monitoring Coriolis Networks chassis-based network devices (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CARD-MIB::cardAssemblyId OID value, configure state conditions and alerts, and monitor any Coriolis Networks chassis-based network devices (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.2 | card | CORIOLIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.5812.2.3 | cardEEPromTable | CARD-MIB |
| 1.3.6.1.4.1.5812.2.3.1 | cardEEPromEntry | CARD-MIB |
| 1.3.6.1.4.1.5812.2.3.1.9 | cardAssemblyId | CARD-MIB |