Forum Discussion
JRahm
Admin
Mar 22, 2005SSL, Cookie persistence, and Redirection
I have two sites that use BigIP, with 3DNS doing the global load balancing. We have no global persistence due to the ldns design of our clients, so request are round-robin currently. The application...
unRuleY_95363
Apr 08, 2005Historic F5 Account
It concatenates the 2nd argument to the 1st argument. So, in this case, the result is the virtual server name with the pool name, pool member addr and port following.
As for verifying that the pool member is valid, there is not a specific command for doing that. However, when you set the pool/member, it is validated at that time. So, you would likely want to do something like the following using the Tcl catch command to catch the error if the member is not valid:
if { [catch { use pool $poolname member $poolmbr }] } {
log "Invalid pool member $poolmbr - does not exist in pool $poolname"
reject
return
}
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