Alteon Application Switch Operating System Application Guide
VLANs
88
Document
ID:
RDWR-ALOS-V2900_AG1302
3. Configure the default gateways. Configure gateways 5 and 6 for VLANs 2 and 3, respectively.
Configure default gateway 1 for load-balancing session requests and as backup when gateways
5 and 6 fail.
Note:
The IP address for default gateways 1 to 4 must be unique. IP addresses for default
gateways 5 to 259 can be set to the same IP address as the other gateways (including default
gateway 1 to 4). For example, you can configure two default gateways with the same IP address
for two different VLANs.
4. Add the VLANs to the gateways and enable them.
5. Apply and verify your configuration.
6. Optionally, configure the local networks using address and mask pairs to ensure that the VLANs
use the configured default gateways.
7. Apply and save your new configuration changes.
>> /cfg/l3/gw 5
(Select gateway 5)
>> Default gateway 5# addr 10.10.1.20
(Assign IP address for gateway 5)
>> Default gateway 5# /cfg/l3/gw 6
(Select default gateway 6)
>> Default gateway 6# addr 10.10.1.30
(Assign IP address for gateway 6)
>> Default gateway 6# /cfg/l3/gw 1
(Select default gateway 1)
>> Default gateway 1# addr 10.10.4.1
(Assign IP address for gateway 1)
>> /cfg/l3/gw 5
(Select gateway 5)
>> Default gateway 5# vlan 2
(Add VLAN 2 for default gateway 5)
>> Default gateway 5# ena
(Enable gateway 5)
>> Default gateway 5# /cfg/l3/gw 6
(Select gateway 6)
>> Default gateway 6# vlan 3
(Add VLAN 3 for default gateway 6)
>> Default gateway 6# ena
(Enable gateway 6)
>> Default gateway 6# /cfg/l3/gw 1
(Select default gateway 1)
>> Default gateway 1# ena
(Enable gateway 1 for all VLAN s)
>> Default gateway 1# /cfg/l3/cur
(View current Layer 3 settings)
>> Default gateway 1# /cfg/l3/frwd/local
(Select the local network menu)
>> IP Forwarding# add 10.10.0.0 255.255.0.0
(Specify the network for routers 1, 2, and
3)
>> IP Forwarding# add 172.21.2.0
255.255.255.0
(Specify the network for VLAN 2)
>> IP Forwarding# add 172.21.3.0
255.255.255.0
(Specify the network for VLAN 3)
>> IP Forwarding# apply
>> IP Forwarding# save