Forum Discussion

lbong_53781's avatar
lbong_53781
Icon for Nimbostratus rankNimbostratus
Apr 07, 2009

SiteSpect appliance setup with BigIP 4.6.4

Hi,

 

 

I am in the process of setting up a SiteSpect appliance with a pair of F5 BigIP running 4.6.4. In the SiteSpect documentation, it gives a pseudocode of the irule.

 

 

IF load balancer finds SSLB affinity cookie in request THEN:

 

{

 

IF SSLB cookie = A THEN:

 

→ Route the request to SiteSpect

 

ELSE:

 

→ Route the request to a node in the web server pool

 

}

 

ELSE (SSLB affinity cookie isn’t found):

 

{

 

→ Route the request to either the web server pool or SiteSpect based on

 

weighting rules (for example: 50% of requests without SSLB cookie go

 

web server pool and 50% go to SiteSpect).

 

}

 

 

Please help in translating this to the v4.6.4 iRule.

 

 

Thanks

 

 

--

 

LB
No RepliesBe the first to reply