Alteon Application Switch Operating System Application Guide
Global Server Load Balancing
Document ID: RDWR-ALOS-V2900_AG1302
739
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
>> # /cfg/slb/port 8
client ena
server ena
(Enable server processing)
(Enable client processing)
(Enable server processing for health
packet in this port)
>> # /cfg/slb/virt 1
ena
ipver v4
vip 174.14.70.100
dname "radware.com"
(Configure virtual server)
(Local VIP – Site B)
(Assign domain name)
>> # /cfg/slb/virt 1/service http
group 1
dbind ena
>> # /cfg/slb/virt 1/service http/http
clntprox http
(Enable delayed binding for HTTP
service)
(Enable Client proximity for HTTP/
HTTPS service)
>> # /cfg/slb/gslb/site 1
ena
prima 210.10.10.1
>> # /cfg/slb/gslb/site 2
ena
prima 201.2.2.201
(Enable Site A)
(Remote Site Interface IP)
(Enable Site C)
(Remote Site Interface IP)
>> # /cfg/slb/gslb/network 1
ena
sip 210.10.10.1
mask 255.255.0.0
addvirt 1 1
>> # /cfg/slb/gslb/network 2
ena
sip 201.2.2.201
mask 255.255.0.0
addvirt 1 1