Forum Discussion
Ryan_Primavera_
Nimbostratus
Oct 19, 2009**** Mult-Pool Load Balancing based on Destination TCP port ****
I have a catch-all VIP (port 0) setup on my LTM. I am trying to get the destination (DST) port the client is trying to access be directed to the appropriate port specific pool. Below is what I have co...
The_Bhattman
Nimbostratus
Oct 19, 2009How about you rewrite it in the following manner
when CLIENT_ACCEPTED {
switch [TCP::local_port clientside] {
"7300" {
pool test_pool1
}
"7310" {
pool test_pool2
}
"7320" {
pool test_pool3
}
"7330" {
pool test_pool4
}
"7340" {
pool test_pool5
}
"7350" {
pool test_pool6
}
default {
pool test_pool_any
}
}
}
I hope this helps
CB
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
