tcpEStatsStackState
TCP-ESTATS-MIB ·
.1.3.6.1.2.1.156.1.1.5.1.10
Object
column Enumeration
An integer value representing the connection state from the
TCP State Transition Diagram.
The value listen(2) is included only for parallelism to the
old tcpConnTable, and SHOULD NOT be used because the listen
state in managed by the tcpListenerTable.
The value DeleteTcb(12) is included only for parallelism to
the tcpConnTable mechanism for terminating connections,
although this table does not permit writing.
Context
- MIB
- TCP-ESTATS-MIB
- OID
.1.3.6.1.2.1.156.1.1.5.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tcpEStatsStackEntry
- Groups
- 1
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 'TCP-ESTATS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TCP-ESTATS-MIB::tcpEStatsStackState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TCP-ESTATS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TCP-ESTATS-MIB::tcpEStatsStackState.<tcpEStatsConnectIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TCP-ESTATS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TCP-ESTATS-MIB::tcpEStatsStackState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tcpESStateClosed |
2 | tcpESStateListen |
3 | tcpESStateSynSent |
4 | tcpESStateSynReceived |
5 | tcpESStateEstablished |
6 | tcpESStateFinWait1 |
7 | tcpESStateFinWait2 |
8 | tcpESStateCloseWait |
9 | tcpESStateLastAck |
10 | tcpESStateClosing |
11 | tcpESStateTimeWait |
12 | tcpESStateDeleteTcb |
Conformance
Member of