F5 iRules – If pool is down, then redirect to another VIP Posted on January 6, 2018 by Shoaib Merchant when HTTP_REQUEST { if { ( [active_members site2.lab.com-pool-80] < 1 ) } { HTTP::redirect http://site3.lab.com/ } } Share this:FacebookTwitterLinkedInEmailPrintMoreRedditTumblrPinterestPocketSave a PDF Related
Hey Shoaib, Nice initiative in F5, also please cover the theoretical part of this F5 iRules.