mplsLspPathType
FOUNDRY-MPLS-MIB ·
.1.3.6.1.4.1.1991.1.2.15.1.2.3.1.14
Object
column Enumeration
The type of path that is active, i.e., a primary path, a standby path, or a generic secondary path. This field is meaningless unless mplsLspPathName is not empty
Context
- MIB
- FOUNDRY-MPLS-MIB
- OID
.1.3.6.1.4.1.1991.1.2.15.1.2.3.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mplsLspEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FOUNDRY-MPLS-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-MPLS-MIB::mplsLspPathType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FOUNDRY-MPLS-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-MPLS-MIB::mplsLspPathType.<mplsLspSignalingProto>.<mplsLspIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FOUNDRY-MPLS-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FOUNDRY-MPLS-MIB::mplsLspPathType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | primary |
3 | standby |
4 | secondary |