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



SLB Method with QoS Hostname Policy (hostname)
Add comment
Views: 281
Votes: 0
Comments: 0

In our example, c-one.example.com refers to “customer one” while c-two.example.com refers to “customer two”. Any other hostname that is used to access the VIP will go to the default policy .

Group 1: hostname: c-one.example.com (Round Robin)
Members:
S1.sj.example.com
S2.sj.example.com

Group 2: hostname: c-two.example.com (Round Robin)
Members:
S3.sj.example.com
S4.sj.example.com

Group 3: any other hostname (Default Policy)
Members:
S5.sj.example.com

slb group method c_one_group rr
slb group member c_one_group server1
slb group member c_one_group server2

slb group method c_two_group rr
slb group method c_two_group server3
slb group method c_two_group server4
slb group method www_group rr

slb group member www_group server5

By default, we want Group 3 to service any requests that don’t have c-one.example.com or c-two. example.com as their hostnames.

slb policy default vip1 www_group
slb policy QoS hostname c_one_pol vip1 c_one_group c_one.example.com 1
slb policy QoS hostname c_two_pol vip1 c_two_group c_two.example.com 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 Cookie Policy (cookie)
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?