Forum Discussion
swjo_264656
Cirrostratus
Feb 27, 2018How can I effectively reduce LTM VIP / Pool settings?
Hi guys.
I`m planning to reduce LTM configuration effectively.
I thought available things but not so good. are there any other method, please give me advice.
Requirements
only 1 VIP and servic...
eben_259100
Cirrostratus
Feb 27, 2018You can create 40 pools and 1 VIP with a service port of *. then switch application traffic based on TCP::local_port to the backend pools.
when CLIENT_ACCEPTED {
switch -exact [TCP::local_port] {
"8080" {
pool 8080_pool
}
"8090"{
pool 8090_pool
}
"nnnn" {
pool nnnn_pool
}
}
}
HTH
swjo_264656
Cirrostratus
Feb 27, 2018Hi eben.
I also think switching i-Rule.
but that also need 40 pools and hard to modifying pool members.
do you have any idea how to reduce pools?
thanks
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