All MIBs › CASCADE-MIB › lportTrkKeepAliveTimer
lportTrkKeepAliveTimer
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::lportTrkKeepAliveTimer
OID (numeric): 1.3.6.1.4.1.277.1.5.1.1.86
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Send a keep-alive packet after this many seconds. These packets are sent on trunk links only. The range is 0 thru 15, with zero meaning the keep-alive protocol is disabled. The default is one.
What is lportTrkKeepAliveTimer?
This read-write value sets how many seconds elapse between keep-alive packets sent on trunk links specifically, not user PVC ports, with a valid range of 0 to 15 seconds and 0 meaning the keep-alive protocol is disabled entirely; the default is 1 second. An admin might raise this slightly on very stable trunks to reduce keep-alive chatter, but rarely disables it outright since keep-alives are what let the switch detect a dead trunk quickly. For example, leaving lportTrkKeepAliveTimer at its default of 1 means the trunk sends a keep-alive every second, so combined with lportTrkKeepAliveErrorThreshold's default of 5 missed packets, a dead trunk gets detected within about 5 seconds.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.86 snmpwalk -v2c -c public <target> CASCADE-MIB::lportTrkKeepAliveTimer
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.86.1 snmpget -v2c -c public <target> CASCADE-MIB::lportTrkKeepAliveTimer.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.5.1.1.86.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::lportTrkKeepAliveTimer 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.86 | lportTrkKeepAliveTimer | CASCADE-MIB |