Forum Discussion
duongnt_25195
Nimbostratus
Jun 15, 2009BIGIP LTM Loadbalancing for Cache Farm with Client IP Spoofing feature.
Dear everyone.
Please help me with this topology.
Network topology attached as below.
Routing:
Cache farm using Bluecoat Cache Devices.
Defaul...
duongnt_25195
Nimbostratus
Nov 04, 2009Dear all.
Finally, I got support from F5 Technical and we have to use iRule.
I post this iRule here for reference.
when HTTP_REQUEST {
set High_Score -9999999999
set Node_Picked “”
set Pool_Picked pool_[expr {crc32 [HTTP::uri]} % 10]
foreach Cur_Node [active_members -list $Pool_Picked] {
if { [crc32 $Cur_Node[HTTP::uri]] > $High_Score } {
set High_Score [crc32 $Cur_Node[HTTP::uri]]
set Node_Picked $Cur_Node
}
}
pool $Pool_Picked member [lindex $Node_Picked 0] [lindex
$Node_Picked 1]
}
Note that this iRule requires version 9.4.2+. Change to
your pool name.
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