All MIBs › CASCADE-MIB › lportPrimTrk
lportPrimTrk
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::lportPrimTrk
OID (numeric): 1.3.6.1.4.1.277.1.5.1.1.162
Node type: OBJECT-TYPE
Type: Index
Access: read-write
Description: Indicates the primary trunk lportIfIndex for which a backup trunk is serving as a backup. This value is also used to determine trunk type by the following convention: Value Trunk Type 0 Normal lportIfIndex of this trunk Primary other lportIfIndex Backup
What is lportPrimTrk?
This read-write value identifies, by lportIfIndex, which primary trunk this port is designated to back up, and by the specific convention described, 0 meaning Normal, the trunk's own ifIndex meaning it is itself the Primary, and any other trunk's ifIndex meaning this port is a Backup for that trunk, it doubles as the mechanism that determines the trunk's overall type classification. An admin sets this correctly to establish which trunk protects which, since getting the ifIndex wrong would either fail to establish the intended backup relationship or accidentally designate the wrong trunk as backup for another. For example, if trunk ifIndex 20 is meant to back up primary trunk ifIndex 12, lportPrimTrk on trunk 20 should be set to 12, while trunk 12's own lportPrimTrk would be set to its own ifIndex to mark itself as the Primary.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.162 snmpwalk -v2c -c public <target> CASCADE-MIB::lportPrimTrk
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.162.1 snmpget -v2c -c public <target> CASCADE-MIB::lportPrimTrk.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.5.1.1.162.1 s <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::lportPrimTrk 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.162 | lportPrimTrk | CASCADE-MIB |