All MIBs › MPLS-MIB › mplsPathInfoProperties
mplsPathInfoProperties
Module: MPLS-MIB
OID (symbolic): MPLS-MIB::mplsPathInfoProperties
OID (numeric): 1.3.6.1.4.1.2636.3.2.5.1.27
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The set of configured properties for this path, expressed as a bit map. For example, if the path is an adaptive path, the bit corresponding to bit value xxx is set. This field is meaningless unless mplsPathInfoName is not empty
What is mplsPathInfoProperties?
This bitmap value reports which properties are configured on an LSP's active path: record-route(1), adaptive(2), cspf(4), mergeable(8), preemptable(16), preemptive(32), and fast-reroute(64); meaningless if mplsPathInfoName is empty. Admins check this to confirm features like fast-reroute or CSPF path computation are actually enabled on a specific tunnel.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2636.3.2.5.1.27 snmpwalk -v2c -c public <target> MPLS-MIB::mplsPathInfoProperties
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2636.3.2.5.1.27.1 snmpget -v2c -c public <target> MPLS-MIB::mplsPathInfoProperties.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> mplsPathInfoProperties.1
Start monitoring Juniper Networks router (MPLS traffic engineering) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the MPLS-MIB::mplsPathInfoProperties OID value, configure state conditions and alerts, and monitor any Juniper Networks router (MPLS traffic engineering) from a single console.
OID Breakdown
Upper-level ancestors (8 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 |
| 1.3.6.1.4.1.2636 | juniperMIB | JUNIPER-SMI |
| 1.3.6.1.4.1.2636.3 | jnxMibs | JUNIPER-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2636.3.2 | mpls | MPLS-MIB |
| 1.3.6.1.4.1.2636.3.2.5 | mplsLspInfoList | MPLS-MIB |
| 1.3.6.1.4.1.2636.3.2.5.1 | mplsLspInfoEntry | MPLS-MIB |
| 1.3.6.1.4.1.2636.3.2.5.1.27 | mplsPathInfoProperties | MPLS-MIB |