Forum Discussion
Joseph_Goyette_
Nimbostratus
Mar 16, 2005matchclass and syntax errors
I've got a simle iRule below based on the example in the Writing iRules section of the LTM guide.
In a nutshell, I am attempting to direct requests to specific urls based on the client...
unRuleY_95363
Mar 18, 2005Historic F5 Account
I believe the syntax in your matchclass usage is wrong. Try this instead:
if {[matchclass [IP::remote_addr] eq $::Esc-External-Networks] } {
use pool POOL-B
} else {
HTTP::redirect "http://www.escription.com/"
}
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