21-Jan-2013 19:03
hi all
i'm new F5 , i'm facing with concurrent session and how f5 handle session .
my diagram network : server farm--------FW--------F5--------internet
(Fw and F5 run mode route)
on F5 , i had config virtual server for access services from internet come server farm , and after time then concurrent session on FW grow
this is one of many virtual server on F5:
admin@wip(Active)(/Common)(tmos) show running-config ltm virtual Web_VNPT
ltm virtual Web_VNPT {
destination 222.x.y.z:http
ip-protocol tcp
mask 255.255.255.255
pool Server_10.0.115.10_80
profiles {
tcp { }
}
vlans {
internet-vdc
}
vlans-enabled
}
how to F5 handle session ? pls help me
thanks all
22-Jan-2013 01:32
22-Jan-2013 16:59
hi
My mean is how the f5 process session access from internet come server inside ? when the session time out then F5 delete this session ?
at the moment when it work about time then concurrent session on FireWall behind F5 grow hight . It make slow system network .
pls help me
thank all
23-Jan-2013 03:52
So, the idle timeout is controlled by the TCP profile assigned to the Virtual Server. The default value is 300s/5mins which is fine in most cases. I'd suggest you create a custom profile with a lower timeout and assign it to the VS server-side only.
Enabling the OneConnect feature should also help to reduce the number of server-side connections as it will re-use them.
27-Jan-2013 18:41
Hi
My F5 have many the virtual server , would you like tell me how to set onceConnect profile for all virtual server ? and if set then anything effect to system is working ?
many thanks
28-Jan-2013 00:44
There is of course always a bit of RAM and CPU overhead but hopefully this will be minimal, if you can even spot it.