Forum Discussion
Agathe_309970
Aug 03, 2017Altocumulus
Change the timeout according a pool member
Hi,
I want to change the timeout for one pool. But it depends of a TCP profile (which is apply to a virtual server).
Is there a solution for change this timeout without affect the other pool mem...
- Aug 04, 2017
Hi,
You can try to test with the iRule below.
when SERVER_CONNECTED { if { [IP::addr [LB::server addr] equals 10.10.10.10] } { set TCP::idletime 10 } else { set TCP::idletime 300 } }
Where 10.10.10.10 is the IP-address of the pool member.
Good luck.
Martijn.
Agathe_309970
Aug 03, 2017Altocumulus
I have a virtual server with several pool member (one pool member for one entry reverse proxy). For one of these pool member, I need to change the timeout. I can't create two virtual server to solve the problem.
I can create two different TCP profiles but I can only affect one TCP profile to the virtual server.
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