Forum Discussion
eLeCtRoN
Cirrus
Nov 06, 2019Virtual Server as a Memeber in a Load Balancing Pool, Load Balancing (Round Robin) via iRule to another Virtual Server
Hello, my Scenario above I know is not working and per default not allowed, but I know the iRule command "VIRTUAL" so I can send requests from a virtual server to another virtual server, so my...
cjunior
Nacreous
Nov 12, 2019I've been thinking about to use default pool and built-int load balance, but I don't know the real impact to connect and detach from vs.
You may try this second option but take care and test it before apply on production.
Regards.
# Default pool: pool_probe_vs_loadbalance
when HTTP_REQUEST {
LB::connect
set member "[LB::server addr]:[LB::server port]"
LB::detach
switch ${member} {
"10.10.10.1:80" {
virtual vs_name1
}
"10.10.10.2:80" {
virtual vs_name2
}
"10.10.10.3:80" {
virtual vs_name3
}
default {
log local0.err "FAIL to map vistual server"
}
}
}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