Forum Discussion
karthicksankark
Nov 01, 2023Altostratus
Multiple SNAT pools under a single VIP
Hi Folks, I need some help on having two SNAT pools under a single VIP. We have a VIP that contains 4 nodes present at two different locations (2 nodes in A location and other 2 nodes in B location...
- Nov 01, 2023
Try removing the space between else and if.
when LB_SELECTED { if { [IP::addr [LB::server addr] equals 10.0.0.0/24] } { snatpool snat-1 } elseif { [IP::addr [LB::server addr] equals 20.0.0.0/24] } { snatpool snat-2 } }
Nov 01, 2023
Try removing the space between else and if.
when LB_SELECTED {
if { [IP::addr [LB::server addr] equals 10.0.0.0/24] } {
snatpool snat-1
} elseif { [IP::addr [LB::server addr] equals 20.0.0.0/24] } {
snatpool snat-2
}
}
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