Forum Discussion
brad_11440
Jan 15, 2009Nimbostratus
FastL4 vs Optimized TCP Profiles
We run active/standby 6400 (platform D63a) LTM's for our production applications. They are accessed via clients on a private network with an average latency around 80ms. Nearly all of our virtual se...
- Jan 20, 2009Maybe it's about the right time to have you post your VIP config from the bigip.conf. It's possible you have other settings applied to the VIP which conflict with a FastL4 profile??? Also it might be helpful to paste the values of the TCP profile you have applied.
brad_11440
Jan 20, 2009Nimbostratus
Here is the config. Thanks for clarifying the window size issue. That makes perfect sense.
profile fastL4 fastL4 {
reset on timeout enable
reassemble fragments disable
idle timeout 300
max segment override 0
pva acceleration full
}
pool wmtis03ssl {
snat disable
nat disable
monitor all tcp
member 10.212.xxx.xxx:5553 session disable
member 10.212.xxx.xxx:40202
member 10.212.yyy.yyy:5553 session disable
member 10.212.yyy.yyy:40202
}
pool wmtis03ssl_SNAT {
monitor all tcp
member 10.212.xxx.xxx:5553 session disable
member 10.212.xxx.xxx:40202
member 10.212.yyy.yyy:5553 session disable
member 10.212.yyy.yyy:40202 monitor tcp
}
rule wmtis03ssl_Irule {
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.212.xxx.0/255.255.254.0] } {
pool wmtis03ssl_SNAT
} else {
pool wmtis03ssl }
}
}
virtual wmtis03ssl_VIP {
destination 10.212.aaa.aaa:5553
ip protocol tcp
pool wmtis03ssl
rule wmtis03ssl_Irule
}
profile tcp tcp-lan-optimized {
defaults from tcp
slow start disable
bandwidth delay disable
nagle disable
proxy buffer low 98304
proxy buffer high 131072
send buffer 65535
recv window 65535
}
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