Forum Discussion
chabakro
Nimbostratus
Dec 02, 2020load balance based on payload data
Hi, I need your help to do a "custom L7 load balancing" : we are using F5 LTM to load balance a proprietary protocol and we would like to redirect some requests that contains a specific stri...
chabakro
Nimbostratus
Dec 03, 2020can something like this work ?
when CLIENT_ACCEPTED {
TCP::collect 100
}
when CLIENT_DATA {
set payload [TCP::payload]
if { $payload contains "magic" } {
pool magic_pool
} else {
pool default_pool
}
}
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