Search:     Advanced search
Browse by category:
Glossary | Ask question



SLB Method with QoS Cookie Policy (cookie)
Add comment
Views: 272
Votes: 0
Comments: 0

The path that a packet goes through in this policy is as follows:
1) If there is a Cookie sent with the request that has the name: “Service” and value: “Gold” then go to group 1
2) If there is a Cookie sent with the request that has a name: “Service” and value: “Silver” the go to group 2
3) If there are no cookies in the request, go to group 3

Define Group 1:
slb group method gold_group rr
slb group member gold_group server1
slb group member gold_group server2

Define Group 2:
slb group method silver_group rr
slb group member silver_group server3
slb group member silver_group server4

Define Group 3:
slb group member cookie_set_group server5

slb policy default vip1 cookie_set_group
slb policy qos cookie gold_policy vip1 gold_group “service=gold” 1
slb policy qos cookie silver_policy vip1 silver_group “service=silver” 2



Other questions in this category
SLB Method with Round Robin (rr)
SLB Method with Least Connections (lc)
SLB Method with Shortest Response Time (sr)
SLB Method with Persistent IP (pi)
SLB Method with Hash IP (hi)
SLB Method with Consistent Hash IP (chi)
SLB Method with Persistent Hostname (ph)
SLB Method with Persistent URL (pu)
SLB Method with Persistent Cookie (pc)
SLB Method with Insert Cookie (ic)
SLB Method with Rewrite Cookie (rc)
SLB Method with Embed Cookie (ec)
SLB Method with Hash Cookie (hc)
SLB Method with Hash Header (hh)
SLB Method with Consistent Hash Header (chh)
SLB Method with Persistent SSL SID (sslsid)
SLB Method with SNMP (snmp)
SLB Method with SIP CallID (sipcid)
SLB Method with SIP UserID (sipuid)
SLB Method with Filetype Policy (filetype) ???
SLB Method with Redirect Policy (redirect)
SLB Method with Regular Expression Policy (regex)
SLB Method with Static Policy (static)
SLB Method with QoS Clientport Policy (clientport)
SLB Method with QoS Hostname Policy (hostname)
SLB Method with QoS Network Policy (network)
SLB Method with OoS URL Policy (url)
SLB Method for Hash URL (hashurl) ???
SLB Backup Policy
Configure SLB for Exchange with OWA and Native Protocol
How to configure HTTP to HTTPS rewrite on HTTP Response Body Content?