All MIBs › CASCADE-MIB › lportLinkStatus
lportLinkStatus
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::lportLinkStatus
OID (numeric): 1.3.6.1.4.1.277.1.5.1.1.145
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Link protocol status. The Link protocol may be frame relay LMI, DXI heart beat poll, PPP LCP, etc, depends on the lport type.
What is lportLinkStatus?
This read-write field reports, and notably is writable unlike most simple status fields, the current status of whichever link-layer protocol applies to this lport's type, Frame Relay LMI, DXI heartbeat polling, or PPP LCP, making it a protocol-agnostic top-level up or down indicator regardless of which specific signaling mechanism the port uses underneath. An admin checks this as the single unified place to see link-layer health without needing to know in advance whether the port runs LMI, DXI, or PPP. For example, on a PPP-based lport, lportLinkStatus reflects PPP LCP state, while the identical object on a Frame Relay lport instead reflects LMI state, letting a monitoring tool poll one consistent OID across a mixed-protocol shelf.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.145 snmpwalk -v2c -c public <target> CASCADE-MIB::lportLinkStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.145.1 snmpget -v2c -c public <target> CASCADE-MIB::lportLinkStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.5.1.1.145.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::lportLinkStatus 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.145 | lportLinkStatus | CASCADE-MIB |