Forum Discussion
Gibby69_345881
Nimbostratus
Mar 10, 2018modify tcp_half_open
I have several pools that monitor tcp_half_open and I would like to modify them so that they monitor tcp. So my goal is to remove the tcp_half_open on each pool and have it monitor tcp. Below is an...
crodriguez
Mar 10, 2018Ret. Employee
It should be as simple as executing the following TMSH command:
tmsh modify /ltm pool monitor tcp
`
For example, to modify the pool you cited in your question:
`tmsh modify /ltm pool ARCH_PE_DataJunction_arch_pe_DJport7110 monitor tcp
As for whether changing the monitor will produce issues or not, there are always things to consider. The tcp_half-open monitor does a SYN/SYN-ACK followed by a RST. The tcp monitor does a full 3-way handshake (SYN/SYN-ACK/ACK) and then sends a FIN. This may have an impact in your environment as clearly the volume of traffic per monitor test is different.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects