Forum Discussion
chungyu_16122
Altostratus
Nov 17, 2015iRule to support Cisco Finesse
Hi all
I am trying to setup a load balancing service for cisco finesse, I sentimentally need to redirect a VIP host name to a server name.
A basic redirect irule works fine for this part: ...
cjunior
Nacreous
Nov 18, 2015Hi,
I have no experience with cisco, but looks like have some problem in your iRule, could you try this way?when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host]] {
"finesse.domain.school.ca" {
check pool Finesse_CCX that serves ccxsrv1
if { [active_members Finesse_CCX] > 0 } {
HTTP::redirect "https://ccxsrv1.domain.school.ca:8445"
} else {
HTTP::redirect "https://ccxsrv2.domain.school.ca:8445"
}
}
}
}
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