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



SLB Method with OoS URL Policy (url)
Add comment
Views: 353
Votes: 0
Comments: 0

Example:
Group 1 will service all requests with ‘.jpg’ in the URL while Group 2 will service all requests with ‘english’ in the URL.

Group 1: URL: .jpg
Members:
Server1: sj1.example.com
Server2: sj2.example.com

Group 2: URL: ‘english’
Members:
Server3: sj3.example.com
Server4: sj4.example.com

First let us define the two groups and their members, much as before.
slb group method group1 rr
slb group member group1 server1
slb group member group1 server2

slb group method group2 rr
slb group member group2 server3
slb group member group2 server4

slb virtual http vip1 10.1.150.50

slb policy qos url url_pol_1 vip1 group1 “.jpg ”1
slb policy qos url url_pol_2 vip1 group2 english 2
slb policy default vip1 group2



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 Cookie Policy (cookie)
SLB Method with QoS Hostname Policy (hostname)
SLB Method with QoS Network Policy (network)
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?