* 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
Forum Discussion
rct101
Nimbostratus
Dec 19, 2024iRule - Url rewrite and header replace and pool selection not working
I have a scenario where I need to perform a header replace and url rewrite and select a pool. I have several sites that I need to select a specific pool and they all have to come through the same v...
have you tried ALL cipher list in https monitor?
does the iis server accept SHA?
- crodriguezMar 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.