All MIBs › CASCADE-MIB › lportCRC
lportCRC
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::lportCRC
OID (numeric): 1.3.6.1.4.1.277.1.5.1.1.147
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Lport CRC selection: 0 - 16 bit CRC 1 - 32 bit CRC
What is lportCRC?
This read-write value selects whether this port uses 16-bit or 32-bit CRC for frame error checking, a fundamental framing parameter that must match what the connected equipment or carrier circuit expects. An admin sets this based on the far-end device's capability; a mismatch here causes every frame to be flagged as a CRC error even though the underlying data is perfectly intact, since the two ends are computing or checking different-length checksums. For example, connecting a legacy device that only supports 16-bit CRC to a port configured with lportCRC set to 1, 32-bit, would produce a wall of spurious CRC error counts until the mismatch is corrected.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.147 snmpwalk -v2c -c public <target> CASCADE-MIB::lportCRC
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.147.1 snmpget -v2c -c public <target> CASCADE-MIB::lportCRC.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.5.1.1.147.1 i <value>
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::lportCRC 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.147 | lportCRC | CASCADE-MIB |