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
Sort By
- nitass
Employee
when saying translation, is it destination translation or source translation? - Lee_Jong_su_488
Nimbostratus
it means source translation - nitass
Employee
can you try this?when CLIENT_ACCEPTED { if {[active_members webpool] < 1}{ snat automap } else { snat none }
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