Forum Discussion
Chase_Hoffman_2
Jul 19, 2012Nimbostratus
How do I create Sequential or Linked iRules?
So I'm a bit of an F5 novice, so please forgive me if this question is stupid.
I have an iRule currently which is programmatically updated by a web app as web applications are deployed. It ...
GavinW_29074
Jul 20, 2012Nimbostratus
Are there only the 2 rules assigned to the VIPs doing Pool assignment?
As if that's the case, couldn't you just use 'Event disable' in your test iRule if it's a test connection...
when HTTP_REQUEST {
if { [HTTP::host] eq "testsite" } {
Assign target pool (if this is the default pool, this can be omitted).
pool testsite
Do not process prodsite iRule
event disable
}
}
Cheers
Gav
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