ltmTcpProfileNagle
F5-BIGIP-LOCAL-MIB ·
.1.3.6.1.4.1.3375.2.2.6.10.1.2.1.29
Object
column Enumeration
The state if true, delay sending data < MSS in size unless all prior data has been ACKed. This leads to less in-flight small-data, and less chance for drops, but can harm interactivity. When state is false, sending data < MSS in size is not delayed. When state is auto, the use of Nagle's algorithm is decided based on network conditions. Named after Nagle's algorithm.
Context
- MIB
- F5-BIGIP-LOCAL-MIB
- OID
.1.3.6.1.4.1.3375.2.2.6.10.1.2.1.29- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ltmTcpProfileEntry
- 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 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmTcpProfileNagle'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmTcpProfileNagle.<ltmTcpProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F5-BIGIP-LOCAL-MIB::ltmTcpProfileNagle'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | false |
1 | true |
2 | auto |
Conformance
Member of