zxr10LdpSessionDownReason
ZXR10-MPLS-LDP-MIB ·
.1.3.6.1.4.1.3902.3.314.1.13.1.12
Object
column Enumeration
The reason why the session transitioned from operational to nonexistent state. Can be one of the following: unknown reason, hold time expired, connection time expired, all adjacencies down, received bad tlv, received bad pdu, connection error, connection reset, received notification from peer, received unexpected end-of-file, clear mpls ldp, error during initialization, graceful restart was aborted or client command. 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.13.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxr10LdpSessEntry
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::zxr10LdpSessionDownReason'
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::zxr10LdpSessionDownReason.<zxr10LdpSessLocalId>.<zxr10LdpSessPeerId>'
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::zxr10LdpSessionDownReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | null |
1 | holdExpired |
2 | connectionExpired |
3 | allAdjacenciesDown |
4 | badTLV |
5 | badPDU |
6 | connectionError |
7 | connectionReset |
8 | peerSentNotification |
9 | unexpectedEOF |
10 | clearneighbor |
11 | initError |
12 | gracefulRestartAbort |
13 | cliCommand |
14 | unknown |