All MIBs › CASCADE-MIB › cktATMAAL5LengthError
cktATMAAL5LengthError
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::cktATMAAL5LengthError
OID (numeric): 1.3.6.1.4.1.277.1.6.1.1.217
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: Number of received AAL5 packets which satisfied one of the following error conditions: 1. number of received cells * 48 bytes - length value in trailer > 55 bytes 2. number of received cells * 48 bytes - length value in trailer < 8 bytes
What is cktATMAAL5LengthError?
This read-only counter tracks AAL5 packets that failed a length-consistency check, specifically when (number of received cells times 48 bytes) minus the length value in the AAL5 trailer falls outside the valid 8-to-55 byte padding range, indicating the reassembled frame's declared length doesn't match its actual cell count. This catches reassembly errors where cells were lost, duplicated, or misordered in a way that still produced a frame that looked complete but had inconsistent length bookkeeping. An engineer seeing cktATMAAL5LengthError climb alongside otherwise-normal cell counts would suspect subtle cell reordering or partial loss that other counters aren't directly catching.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.217 snmpwalk -v2c -c public <target> CASCADE-MIB::cktATMAAL5LengthError
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.217.1 snmpget -v2c -c public <target> CASCADE-MIB::cktATMAAL5LengthError.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cktATMAAL5LengthError.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::cktATMAAL5LengthError 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.217 | cktATMAAL5LengthError | CASCADE-MIB |