Forum Discussion
minnoce944
Nimbostratus
Dec 08, 2014http redirect load balacing based on pool member health with session persistence
I have a customer that wants to load balancing cisco finesse agent desktop. The app itself isn't capable of being load balanced and they simply want to use the F5 as an intelligent redirector that po...
minnoce944
Nimbostratus
Dec 09, 2014excellent thanks for the help nitass and Brad. I was able to utilize LB::select to make the lb decision early and compare against my data group for the correct redirect.
Code i'm using is as follows:
when HTTP_REQUEST {
check if serverside connection had previously been established
if { [LB::server addr] eq "" }{
if no serverside connection had previously been established, force one
so the irule has the info required to use in the match against the data
group
eval [LB::select]
}
log local0. "Source Client IP: [IP::client_addr]"
log local0. "LB Server name: [LB::server name]"
log local0. "LB Server addr selected: [LB::server addr]"
perform the data group class lookup matching the selected server address to issue the
appropriate HTTP redirect
HTTP::redirect [class lookup [LB::server addr] "data.group.name"]
}EC7
Nimbostratus
Sep 04, 2017Hello Blwavg,
Did you ever get Cisco Finesse to work? If so could you share the irule/DG config?
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