Forum Discussion
Jason_Mahony_10
Nimbostratus
Jan 25, 2005Node failure redirect
Hi, I really not familiar with iRules but I could use a hand.
I'm running Big IP version 9.0.3. Essentially, I have a pool running HTTP and HTTPS on 2 servers. One of these servers should be running SIP as well. If the server running SIP goes down, I want the other server to start running SIP. So, what I need is an iRule that checks if a node/member is still running a particular service and if the node stops running this service, redirect the traffic from one pool to another.
Any help would be really appreciated.
10 Replies
Sort By
- unRuleY_95363Historic F5 AccountAlso, here's a basic rule for directing traffic to different pools based on the status of a pools members via the monitors:
rule pool_check { if { [active_members poolA] > 0 } { pool poolA } else { pool poolB } }
- Brandon_High_10
Nimbostratus
pool SIP_servers { min active members 1 min up members enable member 1.2.3.4:80 priority 1 member 6.7.8.9:80 priority 2 monitor all tcp }
- unRuleY_95363Historic F5 AccountThis is likely another case where the docs are wrong. Mullet and I checked the code and lower number's are used before higher numbers (eg, 1 is a higher priority than 2).
- Rick_Mitterer_1
Nimbostratus
Hi, - lucien_Caumart2
Nimbostratus
Hello All, - unRuleY_95363Historic F5 AccountI don't fully understand your question, can you give some more detail?
- lucien_Caumart2
Nimbostratus
Hello, - unRuleY_95363Historic F5 AccountThe good news is that yes, you'll be able to do that. The bad news is that you'll have to wait until the next release ships to get it.
- lucien_Caumart2
Nimbostratus
Hello UnRuleY, - Chuck_Adkins_13
Nimbostratus
Running 9.04
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