mplsXCFecOperStatus
MPLS-LDP-MIB ·
cisco variant
·
.1.3.6.1.3.97.1.3.13.1.1
Object
column Enumeration
An indication of the operational status of
the FEC associated with this cross connect.
unknown(1) - this is a temporary state which
may indicate the LSP-FEC association
is in a state of transition.
inUse(2) - the FEC associated with the XC is
currently being applied.
notInUse(3) - the FEC associated with the XC is
not being applied. Eventually, this
entry may be aged out.
Context
- MIB
- MPLS-LDP-MIB
- OID
.1.3.6.1.3.97.1.3.13.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mplsXCsFecsEntry
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 'MPLS-LDP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LDP-MIB::mplsXCFecOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-LDP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LDP-MIB::mplsXCFecOperStatus.<mplsLdpEntityLdpId>.<mplsLdpEntityIndex>.<mplsLdpPeerLdpId>.<mplsLdpSessionInLabelIfIndex>.<mplsLdpSessionInLabel>.<mplsLdpSessionOutLabelIfIndex>.<mplsLdpSessionOutLabel>.<mplsFecIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-LDP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-LDP-MIB::mplsXCFecOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | inUse |
3 | notInUse |