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



SLB Backup Policy
Add comment
Views: 373
Votes: 0
Comments: 0

slb real http "server1" 192.168.1.1 80 1000 tcp 3 3
slb real http "server2" 192.168.1.2 80 1000 tcp 3 3
slb real http "server3" 192.168.1.3 80 1000 tcp 3 3

slb group method "group1" rr
slb group member "group1" "server1" 1
slb group member "group1" "server2" 1
slb group member "group1" "server3" 1

slb virtual https "vip1" 10.1.150.100 443
slb policy default "vip1" "group1"

ssl host virtual "www.website1.com" "vip1"

********************************************************
To create a backup SLB group for the vip1:
********************************************************

slb real http "s1_backup" 192.168.1.21 1000 tcp 3 3

slb group method "g1_backup" rr
slb group member "g1_backup" "s1_backup"

slb policy backup "vip1" "g1_backup"




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 with OoS URL Policy (url)
SLB Method for Hash URL (hashurl) ???
Configure SLB for Exchange with OWA and Native Protocol
How to configure HTTP to HTTPS rewrite on HTTP Response Body Content?