Alteon Application Switch Operating System Application Guide
Basic IP Routing
114 Document ID: RDWR-ALOS-V2900_AG1302
In the example configuration in Figure 11 - Example Configuration IP Subnet Routing with
Alteon, page 113, the following IP addresses are used:
2. Assign an IP interface for each subnet attached to Alteon. Since there are four IP subnets
connected to Alteon, four IP interfaces are needed:
Use the following commands to configure the IP interfaces:
3. Set each server and workstation's default gateway to the appropriate IP interface (the one in the
same subnet as the server or workstation).
4. Configure the default gateways to the routers' addresses. This allows Alteon to send outbound
traffic to the routers:
Table 14: Subnet Routing Example IP Address Assignments
Subnet Devices IP Addresses
1 Primary and Secondary Default Routers 205.21.17.1 and 205.21.17.2
2 First Floor Client Workstations 100.20.10.2-254
3 Second Floor Client Workstations 131.15.15.2-254
4 Common Servers 206.30.15.2-254
Table 15: Subnet Routing Example: IP Interface Assignments
Interface Devices IP Interface Address
IF 1 Primary and Secondary Default Routers 205.21.17.3
IF 2 First Floor Client Workstations 100.20.10.1
IF 3 Second Floor Client Workstations 131.15.15.1
IF 4 Common Servers 206.30.15.1
>> # /cfg/l3/if 1
(Select IP interface 1)
>> IP Interface 1# addr 205.21.17.3
(Assign IP address for the interface)
>> IP Interface 1# ena
(Enable IP interface 1)
>> IP Interface 1# /cfg/l3/if 2
(Select IP interface 2)
>> IP Interface 2# addr 100.20.10.1
(Assign IP address for the interface)
>> IP Interface 2# ena
(Enable IP interface 2)
>> IP Interface 2# /cfg/l3/if 3
(Select IP interface 3)
>> IP Interface 3# addr 131.15.15.1
(Assign IP address for the interface)
>> IP Interface 3# ena
(Enable IP interface 3)
>> IP Interface 3# /cfg/l3/if 4
(Select IP interface 4)
>> IP Interface 4# addr 206.30.15.1
(Assign IP address for the interface)
>> IP Interface 4# ena
(Enable IP interface 5)
>> IP Interface 5# /cfg/l3/gw 1
(Select primary default gateway)
>> Default gateway 1# addr 205.21.17.1
(Assign IP address for primary router)
>> Default gateway 1# ena
(Enable primary default gateway)
>> Default gateway 1# /cfg/l3/gw 2
(Select secondary default gateway)