Alteon Application Switch Operating System Application Guide
Server Load Balancing
186
Document
ID:
RDWR-ALOS-V2900_AG1302
Unlimited Connections to Real Servers
This feature allows for an unlimited number of connections to be allocated to traffic accessing a real
server. Alteon allows for a range of 0 to 200000 connections per real server. A maxcon value of 0
allows the specified real server to handle up to its (or Alteon’s) maximum number of connections.
To configure unlimited connections
1. Set the real server maxcon value to zero.
2. Apply and save the configuration.
Backup/Overflow Servers
A real server can back up other real servers and can handle overflow traffic when the maximum
connection limit is reached. Each backup real server must be assigned a real server number and real
server IP address. It must then be enabled. Finally, the backup server must be assigned to each real
server that it will back up.
Example
Define Real Server 4 as a backup/overflow for Real Servers 1 and 2
Example
Assign a backup/overflow server to a real server group
Similarly, a backup/overflow server can be assigned to a real server group. If all real servers in a
real server group fail or overflow, the backup comes online.
>> # Main# /cfg/slb/Real Server 700 # maxcon
Current max connections: 200000, physical
Max connections 0 means unlimited connections
Enter new max connections (0-200000)[200000]: 0
Current max connections mode: logical
Enter new max connections mode [physical/logical][logical]:
>> # apply
>> # save
>> # /cfg/slb/real 4
(Select Real Server 4 as backup)
>> Real server 4# rip 200.200.200.5
(Assign backup IP address)
>> Real server 4# ena
(Enable Real Server 4)
>> Real server 4# /cfg/slb/real 1
(Select Real Server 1)
>> Real server 1# backup 4
(Real Server 4 is the backup for 1)
>> Real server 1# /cfg/slb/real 2
(Select Real Server 2)
>> Real server 2# backup 4
(Real Server 4 is the backup for 2)
>> Real server 2# overflow enabled
(Overflow enabled)