beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1827

background image

AT-8100 Switch Command Line User’s Guide

1827

IPv4 decimal masks 16 and 24 are equivalent to masks 255.255.0.0 and
255.255.255.0, respectively.

There are four local networks in the example, and each network must have
its own routing interface. Here are the commands for creating the routing
interfaces:

At this point, the switch begins to route IPv4 packets among the four local
networks.

awplus# configure terminal

Enter the Global Configuration
mode.

awplus(config)# interface vlan4

Enter the VLAN Interface mode for
the Sales VLAN with the ID 4.

awplus(config-if)# ip address 149.35.67.11/24

Create the IP routing interface
149.35.67.11 in the Sales VLAN.

awplus(config-if)# interface vlan5

Enter the VLAN Interface mode for
the Production VLAN with the ID 5.

awplus(config-if)# ip address 149.35.68.24/24

Create the IP routing interface
149.35.68.24 in the Production
VLAN.

awplus(config-if)# interface vlan11

Enter the VLAN Interface mode for
the Engineering VLAN with the ID
11.

awplus(config-if)# ip address 149.35.69.23/24

Create the IP routing interface
149.35.69.23 in the Engineering
VLAN.

awplus(config-if)# interface vlan15

Enter the VLAN Interface mode for
the Inventory VLAN with the ID 15.

awplus(config-if)# ip address 149.35.70.45/24

Create the IP routing interface
149.35.70.45 in the Inventory
VLAN.

awplus(config-if)# end

Return to the Privileged Exec
mode.

awplus# show ip interface

Confirm the new routing
interfaces.