Quantcast
Channel: Shoaib Merchant – Networkology!
Viewing all articles
Browse latest Browse all 25

F5 iRules – Unconditionally redirect to another VIP using pool member up/down logic

$
0
0
when HTTP_REQUEST {   if { ( [active_members site2.lab.com-pool-80] < 2 ) or ( [active_members site2.lab.com-pool-80] ) > 0 } {      HTTP::redirect http://site3.lab.com/   } }

Viewing all articles
Browse latest Browse all 25

Trending Articles