Alteon Application Switch Operating System Application Guide
Virtual Private Network Load Balancing
694 Document ID: RDWR-ALOS-V2900_AG1302
To configure the clean-side Alteon CA
1. Turn off BOOTP.
2. Define and enable VLAN 2 for ports 25, and 26.
3. Turn off the Spanning Tree Protocol (STP)
4. Define the clean-side IP interfaces. Create one clean-side IP interface on a different subnet for
each VPN device being load balanced.
5. Configure routes for each of the IP interfaces you configured in step 4
using the VPN devices as
gateways. One static route for redirection is required for each VPN device being load balanced.
>> # /cfg/sys/bootp dis
>> # /cfg/l2/vlan 2/ena/def 25 26
>> # /cfg/l2/stg/off
>> #/cfg/l3/if 1 ena
(Select IP Interface 1 and enable)
>> IP Interface 1# mask 255.255.0
(Set subnet mask for Interface 1)
>> IP Interface 1# addr 30.9.0.10
(Set IP address for Interface 1)
>> IP Interface 1 # vlan 1
(For VLAN 1)
>> IP Interface 1 #/ cfg/13/if 2/ena
(Select IP Interface 2 and enable)
>> IP Interface 2 # mask 255.255.255.0
(Set subnet mask for Interface 2)
>> IP Interface 2 # addr 20.0.0.10
(Set IP address for Interface 2)
>> IP Interface 2 # vlan 2
(For VLAN 2)
>> IP Interface 2 # /cgf/13/if 3/ena
(Select IP Interface 3 and enable)
>> IP Interface 3# mask 255.255.255.
(Set subnet mask for Interface 3)
>> IP Interface 3# addr 20.0.0.11
(Set IP address for Interface 3)
>> IP Interface 3# vlan 2
(For VLAN 2)
>>#/cfg/l3/route
>> IP Static Route# add 10.0.0.10
(Static route destination IP
address)
>> IP Static Route# 255.255.255.255
(Destination subnet mask)
>> IP Static Route# 20.0.0101
(Enter gateway IP address)
>> IP Static Route# 2
(For Interface 2)
>> IP Static Route# add 10.0.0.11
(Enter destination IP address)
>> IP Static Route# 255.255.255.255
(Destination subnet mask)
>> IP Static Route# 20.0.0102
(Enter gateway IP address)
>> IP Static Route# 3
(For Interface 3)