Applies to Models: AT-IE series, HV-x950 series, HV-x530 series, HV-x540 series, HV-x250 series, and HV-GS980 series Allied Telesis switches
Summary
This article describes the steps to create a new VLAN on an Allied Telesis Switch.
Creating a New VLAN
To create a new VLAN:
- Connect a USB-to-serial console cable to the switch and computer.
- Click Win + R and type Control Panel.
- Click OK.
- Click Device Manager.
- Navigate to Ports (COM & LPT) and click the drop-down menu.
- Locate the USB Serial Device that is connected to the computer, and note the COM number.
- Open a Terminal tool, such as PuTTY.
- Select Serial as the connection type.
- In the Serial line space, enter the Port Number and set the speed of the connection needed.
- Click Open to start a remote terminal session.
- When the terminal window opens, click Enter.
- Enter the username manager and click Enter.
- Enter the switch password and click Enter.
- Open Privilege Exec mode by entering the command enable.
- Open Global Configuration mode by entering the command config t.
NOTE: When creating a new VLAN, you must create the VLAN first and then assign the
IP address to the VLAN. - Enter the command vlan database.
- Enter the command vlan <vid-range> state enable to create the VLAN. Command example: for a single VLAN vlan 2 state enable, for multiple VLANs vlan 2-6 state enable.
- Enter the command exit to leave VLAN configuration mode.
- Enter the command interface vlan(VLAN#). Command example: interface vlan2.
- Enter the command ip address <address/mask> to assign the IP address. Command example: ip address 10.10.5.1/29.
- Enter the command exit to return to Privilege Exec mode.
- Repeat steps 19-21 for the remaining VLANs that have been created.
- Enter the command show run | begin vlan1 to verify the setup of the VLAN(s) just programmed.
- Enter the command exit to log out of the switch.