Alteon Application Switch Operating System Application Guide
Global Server Load Balancing
Document ID: RDWR-ALOS-V2900_AG1302 741
6. Enable client and server processing.
7. Configure virtual IP for the local site.
8. Enable virtual service with dbind and client proximity.
9. Configure the interfaces of the remote site for DSSP updates.
10. Create a static entry for each remote site with local VIP as the closest site. This prevents client
proximity calculation for health check packets.
>> # /cfg/slb/port 1
server ena
(Enable server processing)
>> # /cfg/slb/port 8
client ena
(Enable client processing)
server ena
(Enable server processing for health
packet in this port)
>> # /cfg/slb/virt 1
ena
ipver v4
(Configure virtual server)
vip 201.2.2.100
(Local VIP—Site C)
dname "radware.com"
(Assign domain name)
>> # /cfg/slb/virt 1/service http
group 1
dbind ena
(Enable delayed binding for HTTP
service)
>> # /cfg/slb/virt 1/service http/http
clntprox http
(Enable client proximity for HTTP/
HTTPS service)
>> # /cfg/slb/gslb/site 1
ena
(Enable Site B)
prima 174.14.70.1
(Remote site interface IP)
>> # /cfg/slb/gslb/site 2
ena
(Enable Site A)
prima 210.10.10.1
(Remote site interface IP)
>> # /cfg/slb/gslb/network 1
ena
sip 174.14.70.1
mask 255.255.0.0
addvirt 1 1
>> # /cfg/slb/gslb/network 2
ena
sip 210.10.10.1
mask 255.255.0.0
addvirt 1 1