Forum Discussion
fa141_28766
Aug 23, 2011Nimbostratus
Node failover
If I have a pool with 4 nodes
Node A
Node B
Node C
Node D
If node A fails, I want it's clients to failover to Node a.
Node A if fails send clients to Nod...
Colin_Walker_12
Aug 23, 2011Historic F5 Account
I'm not sure I follow what Node a is vs. Node A. You mean you want to fail to a backup Node that isn't B, C, or D?
That's certainly possible. You would just need to check the node state prior to sending a request there. This can be done with the LB:: commands pretty easily. A rudimentary example would look like:
if {!([LB::status node 10.10.10.10] eq "up") } {
node 10.10.10.11 80
}
Colin
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