Forum Discussion
F5_Freek_243545
Nimbostratus
Oct 05, 2016TCP timeout issue
Hello Folks,
I'm going to ask a basic question..
Few applications (Lets say DB queries) getting time out issues. Between source and desitination, there is BIG IP forwarding VIP which is con...
Jinshu
Cirrus
Oct 07, 2016Use below irule. It does the trick. If the connecton is TCP and the port number is 1521 (Oracle DB port), it will change the idle timeout to 30 mins. Else it will go back to your fast l4 profile settings.
when CLIENT_ACCEPTED {
if {[IP::protocol] == 6 && [TCP::local_port] == 1521} {
IP::idle_timeout 1800
}
else {
return
}
}
-Jinshu
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
