Forum Discussion
Will_Petersen_9
Nimbostratus
Aug 29, 2006XML Redirect via iRule
Trying to determine how I can post an XML document to the client if both of the servers fail. In our case when the client sends a request we respond back with an XML document containing a url link. ...
Deb_Allen_18
Aug 31, 2006Historic F5 Account
Try removing the "$" preceding the poolname, IP address and port. The $ are only needed to indicate a variable reference. Either
if { [LB::status pool pool_mip_test member 192.168.26.88 80] eq "down" }{orset myPool pool_mip_test
set myIP 192.168.26.88
set myPort 80
if { [LB::status pool $myPool member $myIP $myPort] eq "down" }{will work./deb
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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