jnxLdpSesDownReason
JUNIPER-LDP-MIB ·
.1.3.6.1.4.1.2636.3.14.1.4
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, connectionn error, connection reset, received notification from peer, received unexpected end-of-file, authentication key was changed, error during initialization, graceful restart was aborted or cli command.
Context
- MIB
- JUNIPER-LDP-MIB
- OID
.1.3.6.1.4.1.2636.3.14.1.4- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- jnxLdpTrapVars
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 'JUNIPER-LDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-LDP-MIB::jnxLdpSesDownReason.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-LDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-LDP-MIB::jnxLdpSesDownReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | holdExpired |
2 | connectionExpired |
3 | allAdjacenciesDown |
4 | badTLV |
5 | badPDU |
6 | connectionError |
7 | connectionReset |
8 | peerSentNotification |
9 | unexpectedEOF |
10 | authenticationChanged |
11 | initError |
12 | gracefulRestartAbort |
13 | cliCommand |
14 | gracefulRestartChanged |