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 24, 2012Nimbostratus
Does anybody know if the following would work:
enable SNAT automap on the virtual and under the HTTP_REQUEST do a 'snat none' and only do a 'snat automap' on the required pool.
The irule would then be:
rule irule-p__urllb {
when HTTP_REQUEST {
snat none
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