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 to update the firmware on an Allied Telesis switch through a Telnet session using CLI.
Getting Switch Firmware
To update the firmware:
- Navigate to the Allied Telesis Support Portal https://alliedtelesis.my.site.com/Support/CustomerCommunityHome.
-
Enter your account information and click Submit.
NOTE: If you do not already have an account, click on Sign-Up and fill out
the form and click Submit. You will receive an email from Allied Telesis
once the account has been set up. - Click Download Center.
- Click on Software, and from the drop-down list, select Software Releases.
- Search for the model number such as x530L.
- Scroll through the list and click on the firmware by release date needed.
- Click on the file that has the .rel extension.
- Click Download File and save to a USB drive or SD Card depending on the switch model being upgraded or tftp server.
- Note the file name and size for the firmware.
Configuring the Firmware
To configure the firmware:
- 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 on it to drop the menu down.
- 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.
- Type enable to enter Privileged Exec mode.
- Type the command dir and click Enter to see the current files names installed on the switch.
-
Locate the file ending in .rel.
NOTE: You will need the current firmware version file name for removal
later after the firmware is upgraded on the switch. -
Type the command show file systems to see the available space in the flash memory to ensure there is enough space to load the new firmware.
NOTE: You will need to have enough memory in the Free(b) for the
firmware to upgrade the switch. - Type the command copy tftp flash if using a tftp server or copy usb:<source-filename> flash if using a USB/SD card to upload the new firmware file.
- Enter the command configure terminal to enter the Global Configuration mode.
- Enter the command boot system <filepath-filename> to add the new firmware to the boot record.
- Enter the command exit to return to Privileged Exec mode.
- Enter the command show boot to verify that the new firmware is ready.
- Enter the command reboot to reboot the switch into the new firmware.
- After the switch has finished rebooting and the login command is available repeat steps 6-10 to verify the new firmware version is what the switch is using.
- Enter the command delete <filename> to remove the old firmware file.
-
Enter y to verify the old firmware to be deleted.
NOTE: You will not be able to delete the boot firmware. - Enter the command exit to log out of the switch.