Especial Load Balancing Active-Passive Scenario (I)
Problem this snippet solves: This code was written to solve this issue
REF - https://devcentral.f5.com/s/feed/0D51T00006i7jWpSAI
Specification:
2 clusters with 2 nodes each one...
Published Mar 14, 2019
Version 1.0mrdragosh
Dec 04, 2024Altocumulus
Hello,
Does this article not apply to this scenario?
K10379: A local virtual server IP address cannot be used as a pool member
L.E. Solved via
switch $selection {
# This numbers represents the ports used at the VIP-targeting-VIP
"1001" {
LB::reselect virtual ClusterA_vs
}
"1002" {
LB::reselect virtual ClusterB_vs
}
}
?