RJ_77679
Jun 26, 2012Nimbostratus
Route to pool in another Route Domain
Hi all,
I'm new to F5 and trying to create an iRule that will route to a pool which resides in another Route Domain. WIll I have issues in doing this? Here is the iRule I'm starting with:
when HTTP_REQUEST {
switch -glob [HTTP::path] {
/arcgis/rest/services/Aerials2008/ImageServer* { pool ext_pool }
default { pool int_pool }
}
Thanks,
RJS