MQ_107747
Mar 04, 2011Nimbostratus
I-RULE HELP&ADVISE
i need to type i-rule check the client source address then check pool member available then go to pool , if not check second pool availability , and so on ...
when HTTP_REQUEST {
if { [class match [IP::client_addr] equals "UsersSubnet" ] }{
if { [active_members Pool1 ] > 0 }{
pool Pool1
}
elseif {[active_members Pool2 ] > 0 }{
pool Pool2
}
} End I-rule