Alteon Application Switch Operating System Application Guide
Server Load Balancing
210
Document
ID:
RDWR-ALOS-V2900_AG1302
2. Configure VLAN for Interface 3.
3. Configure the IPv4 network interface for the real servers.
4. Configure the IPv6 default gateway.
5. Configure the IPv6 virtual server IP address.
6. Assign the HTTP service to virtual server.
7. Enable SLB.
>> Main# /cfg/l2/vlan 3
>> VLAN 3# ena
>> VLAN 3# add 13
Port 13 is an UNTAGGED port and its current PVID is 1.
Confirm changing PVID from 1 to 3 [y/n]: y
>> VLAN 3# add 14Port 14 is an UNTAGGED port and its current PVID is 1.
Confirm changing PVID from 1 to 3 [y/n]: y
>> VLAN 3# add 15Port 15 is an UNTAGGED port and its current PVID is 1.
Confirm changing PVID from 1 to 3 [y/n]: y
>> Main# /cfg/l3/if 3
>> Interface 3# ena
>> Interface 3# ipver v4
>> Interface 3# addr 30.1.1.1
>> Interface 3# mask 255.255.255.0
>> Interface 3# broad 30.1.1.255
>> Interface 3# vlan 3
>> Main# /cfg/l3/gw 5
>> Default gateway 5# ena
>> Default gateway 5# ipver v6
>> Default gateway 5# addr 2005:0:0:0:0:0:0:24
>> Default gateway 5# vlan 1
>> Main# /cfg/slb/virt 1
>> Virtual Server 1# ena
>> Virtual Server 1# ipver v6
>> Virtual Server 1# vip 2005:0:0:0:0:0:0:100
>> Main# /cfg/slb/virt 1/service http
>> Virtual Server 1 http Service# group 1
>> Main# /cfg/slb/on