Forum Discussion
Puli
Sep 14, 2011Nimbostratus
Send 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] s...
Michael_Yates
Sep 14, 2011Nimbostratus
Hi Puli,
Sure you can do that. You would treat the Virtual Server on the second LTM as a regular node or put the other LTM Virtual Server IP Address into a Pool and route the traffic to that pool (I would suggest the Pool method).
Something like this:
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