All MIBs › CASCADE-MIB › lportErrData
lportErrData
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::lportErrData
OID (numeric): 1.3.6.1.4.1.277.1.5.1.1.31
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: An octet string containing as much of the error packet as possible. As a minimum, it must contain the Q.922 Address or as much as was delivered. It is desirable to include all information up to the PDU.
What is lportErrData?
This captures a raw snapshot of the actual bytes from the erroring frame, containing at least the Q.922 address field and ideally as much of the PDU as the hardware managed to capture before the error occurred. An admin pulls this to identify exactly which DLCI or connection the bad frame belonged to, turning a generic 'error occurred' alert into an actionable finding tied to a specific PVC. For example, decoding the leading bytes of lportErrData might reveal the Q.922 address corresponding to DLCI 105, letting the admin isolate troubleshooting to that specific PVC instead of the whole port.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.31 snmpwalk -v2c -c public <target> CASCADE-MIB::lportErrData
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.31.1 snmpget -v2c -c public <target> CASCADE-MIB::lportErrData.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::lportErrData 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.5 | lport | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1 | lportTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1.1 | lportEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1.1.31 | lportErrData | CASCADE-MIB |