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
eben_259100
Cirrostratus
Feb 27, 2018You can create just 1 pool with with members listening on all ports (*) but then, application specific health check you mentioned will not be possible. Would you be willing to tradeoff performance for manageability? Also if you decide to create one wildcard pool, the irule won't be needed.
HTH
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