Forum Discussion
JS54_315899
Nimbostratus
Mar 31, 2017How can I change the idle timeout of the active connections on the member disabled?
Hi Expert,
I need your help to goal the following condition;
Environment:
LTM just is balancing the UDP traffic among 3 pool members.
The connection idle timeout is 1 hours.
I di...
keshav_163381
Nimbostratus
Mar 31, 2017I think you can achieve this by creating a rule for server side connected
Please modify this as per your understanding when HTTP_REQUEST {
if { (([HTTP::host] == "abc.com") or ([HTTP::host] == "cdf.com")) and ([HTTP::uri] ==
"/poodle") } {
IP::idle_timeout 86400
set serverside_idle_timeout 1
} }
when SERVER_CONNECTED {
if {$serverside_idle_timeout} {
IP::idle_timeout 86400
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
