tcpEStatsStackSoftErrorReason
TCP-ESTATS-MIB ·
.1.3.6.1.2.1.156.1.1.5.1.22
Object
column Enumeration
This object identifies which consistency test most recently
failed during TCP input processing. This object SHOULD be
set every time tcpEStatsStackSoftErrors is incremented. The
codes are as follows:
belowDataWindow(1) - All data in the segment is below
SND.UNA. (Normal for keep-alives and zero window probes).
aboveDataWindow(2) - Some data in the segment is above
SND.WND. (Indicates an implementation bug or possible
attack).
belowAckWindow(3) - ACK below SND.UNA. (Indicates that the
return path is reordering ACKs)
aboveAckWindow(4) - An ACK for data that we have not sent.
(Indicates an implementation bug or possible attack).
belowTSWindow(5) - TSecr on the segment is older than the
current TS.Recent (Normal for the rare case where PAWS
detects data reordered by the network).
aboveTSWindow(6) - TSecr on the segment is newer than the
current TS.Recent. (Indicates an implementation bug or
possible attack).
dataCheckSum(7) - Incorrect checksum. Note that this value
is intrinsically fragile, because the header fields used to
identify the connection may have been corrupted.
otherSoftError(8) - All other soft errors not listed
above.
Context
- MIB
- TCP-ESTATS-MIB
- OID
.1.3.6.1.2.1.156.1.1.5.1.22- 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::tcpEStatsStackSoftErrorReason'
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::tcpEStatsStackSoftErrorReason.<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::tcpEStatsStackSoftErrorReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | belowDataWindow |
2 | aboveDataWindow |
3 | belowAckWindow |
4 | aboveAckWindow |
5 | belowTSWindow |
6 | aboveTSWindow |
7 | dataCheckSum |
8 | otherSoftError |
Conformance
Member of