cmplsTeFailReasonRev
CISCO-MPLS-TE-STD-EXT-MIB ·
.1.3.6.1.4.1.9.9.738.1.3.1.3
Object
column Enumeration
This object provieds more deails on fail reason.
cmplsTeFailReason values for reasonType bfd(2) mirror the
CiscoBfdDiag values:
- noDiagnostic
No bfd diagnostic info
- controlDetectionTimeExpired
Control Detection Timer Expired
- echoFunctionFailed
Echo Function Failed
- neighborSignaledSessionDown
Neighbor Signaled Session Down
- forwardingPlaneReset
Forwarding Plane Reset
- pathDown
Path Down
- concatenatedPathDown
Concatenated Path Down
- administrativelyDown
Administratively Down
- reverseConcatenatedPathDown
Reverse Concatenated Path Down
- unknown
Unknown error code
cmplsTeFailReason values for reasonType generalTe(3) mirror
the CmplsTeTunnelDiag values:
- unknown
Unknown error code
- bfdSessionBringupTimeout
bfd session failed to come up before timeout
Context
- MIB
- CISCO-MPLS-TE-STD-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.738.1.3.1.3- Type
- column
- Access
- notifyonly
- Status
- current
- Parent
- cmplsTeTunnelFailReasonEntry
- Groups
- 1
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 'CISCO-MPLS-TE-STD-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MPLS-TE-STD-EXT-MIB::cmplsTeFailReasonRev'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-MPLS-TE-STD-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MPLS-TE-STD-EXT-MIB::cmplsTeFailReasonRev.<mplsTunnelIndex>.<mplsTunnelInstance>.<mplsTunnelIngressLSRId>.<mplsTunnelEgressLSRId>.<mplsTunnelARHopListIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-MPLS-TE-STD-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-MPLS-TE-STD-EXT-MIB::cmplsTeFailReasonRev'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noDiagnostic |
1 | controlDetectionTimeExpired |
2 | echoFunctionFailed |
3 | neighborSignaledSessionDown |
4 | forwardingPlaneReset |
5 | pathDown |
6 | concatenatedPathDown |
7 | administrativelyDown |
8 | reverseConcatenatedPathDown |
9 | unknown |
21 | bfdSessionBringupTimeout |