All MIBs › CASCADE-MIB › cktDefinedPath
cktDefinedPath
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::cktDefinedPath
OID (numeric): 1.3.6.1.4.1.277.1.6.1.1.63
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: User defined path. in the format of Nx,x,x,Nx,.... If x is not prefixed with 'N', x is an interface ID. If x is prefixed with `N`, x is a node ID.
What is cktDefinedPath?
This lets an admin manually specify the exact sequence of nodes and interfaces this circuit should traverse across the Cascade mesh, using the format Nx,x,x,Nx,... where an 'N' prefix marks a node ID and a bare number marks an interface ID, overriding the network's own OSPF-based path computation. For example, writing 'N12,4,N7,2' to cktDefinedPath forces this circuit through node 12's interface 4 and then node 7's interface 2, useful for steering a sensitive circuit away from a congested or unreliable trunk the automatic routing keeps selecting.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.63 snmpwalk -v2c -c public <target> CASCADE-MIB::cktDefinedPath
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.63.1 snmpget -v2c -c public <target> CASCADE-MIB::cktDefinedPath.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.6.1.1.63.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::cktDefinedPath 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.6 | ckt | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1 | cktTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1.1 | cktEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1.1.63 | cktDefinedPath | CASCADE-MIB |