Forum Discussion
rohitbarolia_28
Nimbostratus
Jun 20, 2017Timeout Change to 15 min.
I am trying to change the timeout from default 300 seconds to 15 min (900 seconds) using an i-rule.
VIP details are as follows -
Type - Standard
Vip port - 3389
Persistence Profile - Type - Micr...
Stanislas_Piro2
Cumulonimbus
Jun 20, 2017Hi,
syntax is
IP::idle_timeout 900 and not set IP::idle_timeout 900
look at this example:
when CLIENT_ACCEPTED {
if {[IP::protocol] == 17 && [UDP::local_port] == 53} { IP::idle_timeout 30 }
elseif {[IP::protocol] == 6 && [TCP::local_port] == 3389} { IP::idle_timeout 1800 }
}
you can also use a dedicated tcp protocol with expected timeout values.
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