All MIBs › CASCADE-MIB › cktRtPriority
cktRtPriority
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::cktRtPriority
OID (numeric): 1.3.6.1.4.1.277.1.6.1.1.139
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The routing priority level of the circuit which is a 8 bit number where the 3-bit bumping priority is contained in bits 0-2 and the 4-bit bandwidth priority is contained in bits 3-6. For ATM multipoint ckts, bw and bumping priorities should be zero.
What is cktRtPriority?
This packs two separate routing-decision priorities into a single 8-bit value -- a 3-bit 'bumping priority', how likely this circuit is to displace a lower-priority circuit when resources are scarce, in the low bits, and a 4-bit bandwidth priority in the next bits -- giving the admin fine control over which circuits win resource contention during path computation, though it must be left at zero for ATM multipoint circuits. An admin needs to compute this value as a combined bitfield rather than a simple priority number. For example, a value encoding a bumping priority of 2 in the low bits and a bandwidth priority of 3 in the next bits gives this circuit meaningful precedence over lower-value circuits when the network needs to reroute around a failure.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.139 snmpwalk -v2c -c public <target> CASCADE-MIB::cktRtPriority
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.139.1 snmpget -v2c -c public <target> CASCADE-MIB::cktRtPriority.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.6.1.1.139.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cktRtPriority.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::cktRtPriority 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.139 | cktRtPriority | CASCADE-MIB |