Forum Discussion
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: ...
nitass
Jun 27, 2012Employee
this is mine.
root@ve1110(Active)(/Common)(tmos) list ltm virtual bar
ltm virtual bar {
destination 172.28.19.252:80
ip-protocol tcp
mask 255.255.255.255
profiles {
http { }
tcp { }
}
rules {
myrule
}
snat automap
vlans-disabled
}
root@ve1110(Active)(/Common)(tmos) list ltm rule myrule
ltm rule myrule {
when HTTP_REQUEST {
pool foo
}
}
root@ve1110(Active)(/Common)(tmos) list ltm pool foo
ltm pool foo {
members {
200.200.200.101%10:80 {
address 200.200.200.101%10
}
}
}
root@ve1110(Active)(/Common)(tmos) list net route-domain
net route-domain 0 {
description "Default Route Domain"
id 0
vlans {
external
}
}
net route-domain 10 {
id 10
parent 0
vlans {
internal
}
}
[root@ve1110:Active] config curl -I http://172.28.19.252/
HTTP/1.1 200 OK
Date: Wed, 27 Jun 2012 18:04:27 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Fri, 11 Nov 2011 14:48:14 GMT
ETag: "4183e4-3e-9c564780"
Accept-Ranges: bytes
Content-Length: 62
Content-Type: text/html; charset=UTF-8
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