Forum Discussion
Chimdi
Nimbostratus
Sep 12, 2020Load Balancing a pool member listening to different ports
Hi guys, So I got a tricky scenario; I have been able to create a pool with just a member to it listening on port 2375. But i want it to also listen on port 2376 and 2377 too without the...
crodriguez
Sep 15, 2020Ret. Employee
You should be able to define the pool with three members, all using the same node IP address but different ports. (The monitor is not necessary. I added it during my testing.) For example:
ltm pool mixed_port_pool {
members {
10.1.20.18:2375 {
address 10.1.20.18
session monitor-enabled
state up
}
10.1.20.18:2376 {
address 10.1.20.18
session monitor-enabled
state up
}
10.1.20.18:2377 {
address 10.1.20.18
session monitor-enabled
state up
}
}
monitor http
}You will almost certainly be limited on the load balancing method you can use with such a pool though. Round robin will certainly work and is what I tested with. But I'm suspicious of anything node-based or dynamic since there is only 1 node involved.
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