Alteon Application Switch Operating System Application Guide
Basic IP Routing
116 Document ID: RDWR-ALOS-V2900_AG1302
2. Add the ports to their respective VLANs. The VLANs are configured as follows:
Each time you add a port to a VLAN, you may get the following prompt:
Enter y to set the default Port VLAN ID (PVID) for the port.
3. Add each IP interface to the appropriate VLAN.
Now that the ports are separated into three VLANs, the IP interface for each subnet must be
placed in the appropriate VLAN. Based on the configuration in step 2
, the settings are made as
follows:
4. Apply and verify the configuration.
Examine the resulting information. If any settings are incorrect, make the appropriate changes.
5. Save your new configuration changes.
>> # /cfg/l2/vlan 1
(Select VLAN 1)
>> VLAN 1# add port 1
(Add port for 1st floor to VLAN 1)
>> VLAN 1# add port 2
(Add port for second floor to VLAN 1)
>> VLAN 1# ena
(Enable VLAN 1)
>> VLAN 1# /cfg/l2/vlan 2
(Select VLAN 2)
>> VLAN 2# add port 3
(Add port for default router 1)
>> VLAN 2# add port 4
(Add port for default router 2)
>> VLAN 2# ena
(Enable VLAN 2)
>> VLAN 2# /cfg/l2/vlan 3
(Add port for default router 3)
>> VLAN 3# add port 5
(Select VLAN 3)
>> VLAN 3# add port 6
(Select port for common server 1)
>> VLAN 3# ena
(Enable VLAN 3)
Port 4 is an untagged port and its current PVID is 1.
Confirm changing PVID from 1 to 2 [y/n] ?
>> VLAN 3# /cfg/l3/if 1
(Select IP interface 1 for default
routers)
>> IP Interface 1# vlan 2
(Set to VLAN 2)
>> IP Interface 1# /cfg/l3/if 2
(Select IP interface 2 for first floor)
>> IP Interface 2# vlan 1
(Set to VLAN 1)
>> IP Interface 2# /cfg/l3/if 3
(Select IP interface 3 for second floor)
>> IP Interface 3# vlan 1
(Set to VLAN 1)
>> IP Interface 3# /cfg/l3/if 4
(Select IP interface 4 for servers)
>> IP Interface 4# vlan 3
(Set to VLAN 3)
>> IP Interface 5# apply
(Make your changes active)
>> IP Interface 5# /info/l2/vlan
(View current VLAN information)
>> Layer 2# /info/port
(View current port information)
>> Information# save