Forum Discussion
GlP_33611
Nimbostratus
Mar 29, 2007Do I need iRule to redirect outbound traffic
Hello,
I'm new on this forum. I have read many topics but I did not find answer to my question.
With a basic configuration, let say two internet service provider (ISP1 and ISP2) an...
hoolio
Cirrostratus
Apr 03, 2007Hi GIP,
You could create a new pool containing the network device for ISP2 and then use a rule on your wildcard virtual server to do this.
Here's an example that should get you started:
when CLIENT_ACCEPTED {
if {[IP::addr "[IP::client_addr]/24" equals "10.20.30.0"]} {
pool isp2_pool
}
else {
pool default_gateway_pool
}
}
Try checking the wiki for details on the IP::addr command for comparing IP's and/or subnets (Click here)
Aaron
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