Forum Discussion
VS change IP address
As per above post, It looks like you wanted to create VIP, POOL, etc on backup node. Why to create same VIP on backup if both are in sync?
F5 have very good option(iRule or Predictive method) to move traffic in case of Emergency.
Let us know if you need more information.
Well, What I understand here about "emergency exit"mean; If critical VIP goes down/unavailable. In that case traffic move to other VIP without any impact, right?
This can be achieve via either Priority Group Activation(Load Balancing Method) or iRule.
iRule--> Create two VIP on LB. Apply iRule to VIP-1 to move traffic VIP-2 if VIP-1 fails.
when HTTP_REQUEST {
if { [active_members [LB::server pool]] == 0 }
{ HTTP::redirect "http://VIP2.com"
}
}
Refer Link On Priority Group Activation
Available Member(Pool_xxx) assign to VIP
1) x.x.x.x:xx Priority 10 2) x.x.x.y:xx Priority 10 3) x.x.x.y:xx Priority 10
4) a.a.a.a:pp Priority 20 5) a.a.a.a:pp Priority 20 6) a.a.a.a:pp Priority 20
If minimum available member will be lesser then 1 then traffic will move to other pool group servers.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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