Alteon Application Switch Operating System Application Guide
Global Server Load Balancing
738
Document
ID:
RDWR-ALOS-V2900_AG1302
11. Configure a static entry for client network 20.0.0.0.
To configure Site B
1. Enable SLB, DAM, and GSLB globally.
2. Set up DSSP version 4 for client proximity updates.
3. Set up a local real server.
4. Set up remote real servers for Site A and Site C.
5. Configure SLB Group 1 with content-based health check.
>> # /cfg/slb/gslb/network 3
ena
sip 20.1.1.10
mask 255.0.0.0
addvirt 1 30
addreal 2 20
addreal 3 10
(Least preferred site)
(Most preferred site)
>> # /cfg/slb/on
>> # /cfg/slb/adv
direct ena
>> # /cfg/slb/gslb/on
(Enable SLB)
(Enable DAM)
(Enable GSLB)
>> # /cfg/slb/gslb/version 4
>> # /cfg/slb/real 1
ena
ipver v4
rip 174.168.10.100
(Set the DSSP version to 4)
(Assign local real server IP)
>> # /cfg/slb/real 2/ena
ipver v4
rip 201.2.2.100
>> # /cfg/slb/real 2/adv
remote ena
>> # /cfg/slb/real 3/ena
ipver v4
rip 201.2.2.100
(Assign real server to Site A)
(Enable remote real server for Site A)
(Assign real server to Site C)
>> # /cfg/slb/group 1
ipver v4
health http
content "index.html"
add 1
add 2
add 3
(Configure SLB Group 1)
(Enable HTTP-based health check)
(Configure content based health
check for Group 1)
(Add Real Server 1)
(Add remote Real Server 2—Site B)
(add remote Real Server 3—Site C)