Alteon Application Switch Operating System Application Guide
Load Balancing Special Services
316
Document
ID:
RDWR-ALOS-V2900_AG1302
2. Configure the IDS servers as real servers.
In
Figure 49 - Server Load Balancing and IDS Load Balancing Across Multiple Alteons, page
, the IDS servers are set up with non-routable IP addresses. The real servers must be
numbered 1 to 63.
3. Create two IDS groups and add the IDS servers. Define the two IDS Groups 51 and 52. The IDS
group numbers must be between 1 to 63.
4. Define the group metric for the IDS server groups. IDS SLB supports the hash metric only.
The hash metric is implemented in two ways. For more information, see
5. Define the health check for the group. Configure ICMP health check for the group.
6. Define the group for IDS SLB.
7. Select the rport for the IDS group.
>> # /cfg/slb/real 6/rip 10.20.20.1/ena
(Specify IP address for IDS Server 6)
>> # /cfg/slb/real 7/rip 10.20.20.2/ena
(Specify IP address for IDS Server 7)
>> # /cfg/slb/real 8/rip 10.20.20.3/ena
(Specify IP address for IDS Server 8)
>> # /cfg/slb/group 51
(Define a group)
>>Real Server Group 51# add 6
(Add IDS Server 6)
>>Real Server Group 51# add 7
(Add IDS Server 7)
>>Real Server Group 51# /cfg/slb/group 52
(Define another group)
>>Real Server Group 52# add 8
(Add IDS Server 8)
>>Real Server Group 51# metric hash
(Set the metric to hash)
>>Real Server Group 51# /cfg/slb/group 52
(Select the other IDS group)
>>Real Server Group 52# metric hash
(Set the metric to hash)
>>Real Server Group 51# health icmp
(Set the health check to ICMP)
>>Real Server Group 51# /cfg/slb/group 52
(Select the other IDS group)
>>Real Server Group 52# health arp
(Set the health check to ARP)
>>Real Server Group 51# idslb ena
(Enable IDS for the IDS server group)
>>Real Server Group 51# /cfg/slb/group 52
(Select the other IDS group)
>>Real Server Group 52# idslb ena
(Enable IDS for the IDS server group)
>> # /cfg/slb/group 51
(Select the IDS group)
>>Real Server Group 51# idsrprt http
(Select HTTP traffic for IDS group)
>>Real Server Group 51# /cfg/slb/group 52
(Select the IDS group)
>>Real Server Group 52# idsrprt any
(Select non-HTTP traffic for IDS group)