jnxL2tpTunnelStatsState
JNX-L2TP-MIB ·
.1.3.6.1.4.1.2636.3.49.1.1.3.1.9
Object
column Enumeration
This field contains the current state of the control tunnel - one of the internal tunnel state names as described below: cc_responder_accept_new The tunnel has received and accepted the start control connection request (SCCRQ) cc_responder_reject_new The tunnel has received and rejected the SCCRQ cc_responder_idle The tunnel has just been created cc_responder_wait_ctl_conn The tunnel has sent the start control connection response (SCCRP) and is waiting for the start control connection connected (SCCCN) message cleanup The tunnel is being cleaned up closed The tunnel is being closed destroyed The tunnel is being destroyed established The tunnel is operating terminate The tunnel is terminating Unknown The tunnel is not connected to the router.
Context
- MIB
- JNX-L2TP-MIB
- OID
.1.3.6.1.4.1.2636.3.49.1.1.3.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxL2tpTunnelStatsEntry
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-L2TP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-L2TP-MIB::jnxL2tpTunnelStatsState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JNX-L2TP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-L2TP-MIB::jnxL2tpTunnelStatsState.<jnxL2tpTunnelStatsLocalTID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JNX-L2TP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JNX-L2TP-MIB::jnxL2tpTunnelStatsState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cc-responder-accept-new |
2 | cc-responder-reject-new |
3 | cc-responder-idle |
4 | cc-responder-wait-ctl-conn |
5 | cleanup |
6 | closed |
7 | destroyed |
8 | established |
9 | terminate |
10 | unknown |