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 process of changing an existing VLAN configuration.
Changing a Default VLAN IP
To change a default VLAN IP:
- 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.
- Enter the command show ip interface vlan(VLAN#) brief to show the current VLAN IP configuration. Command example: show ip interface vlan1 brief.
- To change the VLAN IP information, enter into Global Configuration mode by entering the command config t.
- Enter the command interface vlan(VLAN#). Command example: interface vlan1.
- Enter the command ip address <address/mask> to assign the IP address. Command example: ip address 172.25.8.210/12.
- Enter the command exit to leave interface configuration mode.
- Enter the command exit to return to Privilege Exec mode.
- Enter the command show ip interface vlan(VLAN#) brief to show the current VLAN IP configuration to verify the settings to ensure they are correct. Command example: show ip interface vlan1 brief.