Lee_Jong_su_488
Oct 28, 2011Nimbostratus
WEB 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 }
}