Alteon Application Switch Operating System Application Guide
Global Server Load Balancing
Document ID: RDWR-ALOS-V2900_AG1302
715
For example, enter the following command to change the BBI port to 8080:
3. Configure a VLAN for the Internet traffic.
4. Configure another VLAN for local server traffic, and add server ports to this VLAN.
5. Define an IP interface to the local real servers.
6. Define an IP interface to the Internet. The IP interface responds when asked to resolve client
DNS requests.
>> # /cfg/sys/access/wport 8080
>> # /cfg/l2/vlan 101/name internet
>> VLAN 101# add 2/ena
(VLAN 101 for Internet)
(Add Port 2 to VLAN 101)
Port 2 is an UNTAGGED port and its current PVID is 1.
Confirm changing PVID from 1 to 101 [y/n]: y
Current ports for VLAN 101: empty
Pending new ports for VLAN 101: 2
Current status: disabled
New status: enabled
>> # /cfg/l2/vlan 201/name servers
>> VLAN 201# add 4/ena
(VLAN 201 for local servers)
(Add Port 4 to VLAN 201)
Port 4 is an UNTAGGED port and its current PVID is 1.
Confirm changing PVID from 1 to 201 [y/n]: y
Current ports for VLAN 201: empty
Pending new ports for VLAN 201: 10
Current status: disabled
New status: enabled
>> VLAN 201# add 3/ena
(Add Port 3 to VLAN 201)
Port 3 is an UNTAGGED port and its current PVID is 1.
Confirm changing PVID from 1 to 201 [y/n]: y
Current ports for VLAN 201: empty
Pending new ports for VLAN 201: 3 4
>> # /cfg/l3/if 201
(Select IP Interface 201)
>> IP Interface 201# addr 200.2.2.201
(Assign IP address for the interface)
>> IP Interface 201# mask 255.255.255.0
(Assign network mask)
>> IP Interface 201# vlan 201
(Assign interface to VLAN 201)
>> IP Interface 201# ena
(Enable IP interface 201)
>> # /cfg/l3/if 101
(Select IP Interface 101)
>> IP Interface 101# addr 200.200.200.1
(Assign IP address for the interface)
>> IP Interface 101# mask 255.255.255.0
(Assign network mask)
>> IP Interface 101# vlan 101
(Assign interface to VLAN 101)
>> IP Interface 101# ena
(Enable IP Interface 101)