Forum Discussion
David__Pasch
Altostratus
Nov 13, 2017Disabling VIP based on pool member availability.
Hey guys!
I got one that seemed easy on the surface, but I haven't been able to come up with a graceful solution.
I have a very typical set up. 2 HTTPS VIPs, and a WIP.
Customer wants to mark the VI...
Nov 13, 2017
Could this work?
https://devcentral.f5.com/wiki/iRules.nodes_up.ashx
iRule example from the wiki:
when DNS_REQUEST {
if { [nodes_up 10.10.10.10 80] < 4 } {
pool pool-example-com-backup
}
}
I also had an idea about using an iRule and IP aliases, but I think that would be more complex than this.
/Patrik
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