Forum Discussion
Lee_Jong_su_488
Nimbostratus
Oct 28, 2011WEB F/W redirection irule
i'd like to made like this
when the webpool's member is down, VS_in of Virtual Sever is going to apply
address translate functions
so, do you have a idea about it?
------------------------------------------------------------------------------------------------
when CLIENT_ACCEPTED {
if {[active_members webpool] < 1}{
VS_in translate address enable
translate port enable
} else {
VS_in translate address disable
translate port disable }
}
3 Replies
- nitass
Employee
when saying translation, is it destination translation or source translation?
in f5, translate address and port means destination translation. - Lee_Jong_su_488
Nimbostratus
it means source translation
hope this helps - nitass
Employee
can you try this?
by the way, when pool is down, where is bigip going to send traffic to?when CLIENT_ACCEPTED { if {[active_members webpool] < 1}{ snat automap } else { snat none }
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