zxr10LdpSesDownReason
ZXR10-MPLS-LDP-MIB ·
.1.3.6.1.4.1.3902.3.314.1.5.5
Object
scalar Enumeration
The reason why the session transitioned 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.
Context
- MIB
- ZXR10-MPLS-LDP-MIB
- OID
.1.3.6.1.4.1.3902.3.314.1.5.5- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- zxr10LdpTrapVarsObject
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::zxr10LdpSesDownReason.0'
More examples
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::zxr10LdpSesDownReason'
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 |