All MIBs › CASCADE-MIB › lportMaxFramesize
lportMaxFramesize
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::lportMaxFramesize
OID (numeric): 1.3.6.1.4.1.277.1.5.1.1.13
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The maximum frame size supported on the interface. Currently it's not used.
What is lportMaxFramesize?
This object is meant to report the maximum frame size the interface can support, per its description, though the MIB itself notes the value is currently not implemented or used by the agent. An admin polling this OID today should not rely on it to size MTU or fragmentation policy, since it may return a static or meaningless value rather than the port's real hardware limit. For example, a Frame Relay lport that can actually handle 4096-byte frames might still report a stale default here because the field was never wired up in this firmware.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.13 snmpwalk -v2c -c public <target> CASCADE-MIB::lportMaxFramesize
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.13.1 snmpget -v2c -c public <target> CASCADE-MIB::lportMaxFramesize.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::lportMaxFramesize 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.13 | lportMaxFramesize | CASCADE-MIB |