Forum Discussion
chris_wood
Nimbostratus
Jun 26, 2023Big-IP LTM - load balancing incoming request to 2 different 'paths' on Member Pool
Hi, A strange request has come in :). I donlt think it's possible but thought I'd reach out just encase some has an answer. We have a VS setup that load balances to 2 different servers. In this e...
CA_Valli
MVP
Jun 26, 2023It's not optimal, but technically it should be possible.
If you want to have it work dinamically, I'd suggest to configure the objects with a specific naming convention , for example referencing the path.
I haven't tested this code, but you could try something like this:
when LB_SELECTED {
set path "/folder/folder/[LB::server name]"
}
when SERVER_CONNECTED {
HTTP::path "$path"
}
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