Forum Discussion
chabakro
Dec 02, 2020Nimbostratus
load 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
Dec 03, 2020Nimbostratus
can 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
}
}
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