Forum Discussion
Paul_73795
Jan 06, 2011Nimbostratus
HTTP forward to Pool not working as expected
Hi, I am attempting to set up an iRule that forwards requests to our pool of sorry servers when there are no active members in the load balanced server pool.
As you can see by the logs if no...
Paul_73795
Jan 10, 2011Nimbostratus
Ok, I have enabled OneConnect with the default profile because we are using SNAT.
The iRule has been edited and now has persist none added for the sorry server pool. However the behaviour remains unchanged. Once I am redirected to the sorry servers and then re enable the default pool and refresh the browser I stay connected to the sorry pool.
when CLIENT_ACCEPTED {
set default_pool [LB::server pool]
}
when HTTP_REQUEST {
if { [active_members $default_pool] < 1 } {
pool pool_http_sorry_server
persist none
} else {
pool $default_pool
}
}
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