Forum Discussion
THASIN
Nimbostratus
Oct 28, 2013Intelligent SNAT with two condition
Hi F5iers,
I have two ISP link which are load balanced using BIG_IP link controller. I want to apply intelligent SNAT for outgoing traffic based on two conditions -
conditions are- IF LB selects fir...
What_Lies_Bene1
Cirrostratus
Oct 29, 2013Here's my take;
when LB_SELECTED {
If link A is selected and the client is internal
if { [IP::addr [LB::server addr] equals 185.1X.1XX.1] && [class match [IP::client_addr] equals sp_internal_ip] } {
snat 1XX.1X.1XX.XX
}
If link B is selected and the client is internal
elseif { [IP::addr [LB::server addr] equals 185.1X.1XX.1] && [class match [IP::client_addr] equals sp_internal_ip] } {
snat 1XX.1X.1XX.XX
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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