Forum Discussion
Mark_Harris_608
Cirrus
Sep 22, 2009Election Hash rule
I'm trying to implement the election hash rule on v9.0.5 and discovered it requires v9.4.2+. First, does anyone know what about the rule requires the later version of TMOS and secondly will a normal ...
The_Bhattman
Nimbostratus
Sep 22, 2009Hi
The -list switch on the active_members is not available until after v9.4.2
Yes it's possible to create static array and loop through the array to determine the good nodes list.
something like
.
.
.
set GOOD_NODES {}
set NS {10.10.12.13 10.10.12.14 10.10.12.15}
foreach N $NS {
if { [LB::status pool member $N 80] eq "up" } {
lappend GOOD_NODES $N
}
}
.
.
.
Hope this helps
CB
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