Forum Discussion
Kraig_52305
Nimbostratus
Apr 28, 2017Dynamic Pool Member Select by Source and Destination Subnet Match
Rather than building a huge topology in the GTM I would like to do a dynamic pool member select based on the client's IP. The client should get the IP of the server that in its same /23 network as t...
DevBabu
Cirrus
Apr 28, 2017We can select a node instead of selecting a pool member.
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 1.1.0.0/23] } {
node 1.1.1.27
}
elseif { [IP::addr [IP::client_addr] equals 1.1.4.0/23] } {
node 1.1.4.54
}
}
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
