Forum Discussion
Remco
Jan 16, 2012Nimbostratus
Virtual sends [RST, ACK]
Hi,
we recently replaced Cisco CSS by F5 BigIP, but we know have a problem in our production environment under load which we did not noticed in out acceptance environment.
...
Remco
Jan 17, 2012Nimbostratus
Hi Nitass,
I have also seen this SOL but I have not seen anthing in the log files that should suggest some of the reasons as explained in this SOL.
This is the relevant Virtual configuration:
virtual vip-p_ {
destination a.b.c.d:http
ip protocol tcp
rules irule-p__urllb
persist prof_pers-p_-itc
profiles {
prof_HTTP_generic {}
prof_ONECONNECT_generic {}
prof_TCP_pool-p_ {}
}
}
profile persist prof_pers-p_ {
defaults from cookie
mode cookie
timeout immediate
}
profile http prof_HTTP_generic {
defaults from http
}
profile oneconnect prof_ONECONNECT_generic {
defaults from oneconnect
source mask 255.255.255.255
}
profile tcp prof_TCP_pool-p_ {
defaults from tcp
idle timeout 160
}
rule irule-p__urllb {
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/app1*" {
pool pool-p__app1
persist cookie insert 111
}
"/app2*" {
pool pool-p__app2
persist cookie insert 222
}
"/app3*" {
pool pool-p__app3
persist none
}
"/app4*" {
pool pool-p__app4
persist none
snat automap
}
default {
reject
}
}
}
}
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