Alteon Application Switch Operating System Application Guide
Global Server Load Balancing
736
Document
ID:
RDWR-ALOS-V2900_AG1302
In the client proximity table, the static client proximity entries are set to Site C as the closest.
Note:
When the closest site is down, the client is redirected to the next closest site. In
125 - GSLB Client Proximity Site with HTTPS Service, page 735
, if Site A determines that Site C
is down, it sends an HTTP redirect message with Site B VIP address/domain name.
To configure Site A
1. Enable SLB, Direct Access Mode (DAM), and GSLB globally.
2. Set up DSSP version 4 for client proximity updates.
3. Set up local real server. For example, the real server IP address is 10.10.10.12.
4. Set up remote real servers for Site B and Site C.
5. Configure SLB Group 1 with content-based health check.
>> # /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 10.10.10.12
(Assign local real server IP)
(Set the DSSP version to 4)
>> # /cfg/slb/real 2/ena
ipver v4
rip 174.14.70.200
(Assign a real server to Site B)
>> # /cfg/slb/real 2/adv
remote ena
(Enable remote the real server for
Site B)
>> # /cfg/slb/real 3/ena
ipver v4
rip 201.2.2.100
(Assign a real server to Site C)
>> # /c/slb/real 3/adv remote ena
(Enable remote the real server for
Site C)
>> # /cfg/slb/group 1
(Configure SLB Group 1)
ipver v4
health http
(Enable HTTP-based health check)
content "index.html"
(Configure content-based health
check for Group 1)
add 1
(Add Real Server 1)