zxr10LdpFecLspDownReason
ZXR10-MPLS-LDP-MIB ·
.1.3.6.1.4.1.3902.3.314.1.6.1.13
Object
column Enumeration
The reason why the LSP went down about the most recent change in state of LSP from up to down. Can be one of the following: the topology changed, the neighbor withdrew the label, the neighbor went down, the filter changed, the BFD session went down or the reason is unknown. If no such changes have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
Context
- MIB
- ZXR10-MPLS-LDP-MIB
- OID
.1.3.6.1.4.1.3902.3.314.1.6.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxr10LdpFecEntry
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 'ZXR10-MPLS-LDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-MPLS-LDP-MIB::zxr10LdpFecLspDownReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXR10-MPLS-LDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-MPLS-LDP-MIB::zxr10LdpFecLspDownReason.<zxr10LdpFecIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-MPLS-LDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-MPLS-LDP-MIB::zxr10LdpFecLspDownReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | null |
1 | topologyChanged |
2 | receivedWithdrawl |
3 | neighborDown |
4 | filterChanged |
5 | bfdSessionDown |
6 | unknown |