Forum Discussion
Puli
Nimbostratus
Sep 14, 2011Send request to a vip on Differrent LTM based on URI
We have two BigIP in each datacenter.
eg:
vs_example_adc
vs_example_rmdc
My question is
Using an iRule , configured to cs_example_Adc , for example
If {[HTTP::URI] start_with "/temp"} {
send request to vs_example_rmdc
is this possible in an iRule.
can you please give me some sample code if at all its possible.
thanks.
puli.
- Michael_Yates
Nimbostratus
Hi Puli,when HTTP_REQUEST { if { [string tolower [HTTP::uri]] starts_with "/temp" } { Send to a specific IP Address / Node node 10.10.10.10 Send to a Pool that has the LTM IP Address in it. pool pool.with.ltm.virtual.server.ip.address } }
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