jnxPppSessionTerminateReason
JNX-PPP-MIB ·
.1.3.6.1.4.1.2636.3.68.1.1.5.1.1.2
Object
column Enumeration
The reason the session was terminated.
Context
- MIB
- JNX-PPP-MIB
- OID
.1.3.6.1.4.1.2636.3.68.1.1.5.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxPppSessionEntry
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 'JNX-PPP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-PPP-MIB::jnxPppSessionTerminateReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JNX-PPP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-PPP-MIB::jnxPppSessionTerminateReason.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JNX-PPP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JNX-PPP-MIB::jnxPppSessionTerminateReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | unknown |
2 | userRequest |
3 | keepaliveFailure |
4 | sessionTimeout |
5 | inactivityTimeout |
6 | adminDisable |
7 | lowerLayerDown |
8 | noUpperInterface |
9 | deny |
10 | noHardware |
11 | noResources |
12 | noInterface |
13 | challengeTimeout |
14 | requestTimeout |
15 | authenticatorTimeout |
16 | addressLeaseExpired |
17 | adminLogout |
18 | tunnelFailed |