EdgeSwitch & EdgeSwitch X - How to Upgrade the Firmware
Overview
Readers will learn how to upgrade the firmware on an EdgeSwitch or EdgeSwitch X.
- Applicable to the latest firmware on all EdgeSwitch and EdgeSwitch X (ES-X) models.
- The latest EdgeSwitch and EdgeSwitch X firmware releases can be downloaded from the EdgeMAX Downloads page.
Table of Contents
- Upgrading via UISP
- Upgrading via the Web UI
- Upgrading via the Legacy Web UI
- Upgrading via the Command Line
- Related Articles
Upgrading via UISP
UISP allows for easy remote device management and mass firmware upgrades for adopted devices. UISP will automatically and periodically download and store the latest firmware releases, which can then be transferred to the EdgeSwitch.
Follow the steps below to upgrade the device(s) using UISP:
1. Navigate to the connection Firmware Manager section to verify the available firmware releases.
2. Select the Upgrade devices option for the device that you wish to upgrade.
3. Choose to either schedule the update or upgrade the firmware directly (select ▼).
4. The EdgeSwitch will automatically reboot once the firmware upgrade is complete.
Upgrading via the Web UI
Follow the steps below to upgrade an EdgeSwitch or EdgeSwitch X (ES-X) using the Web UI:
1. Download the EdgeSwitch or EdgeSwitch X firmware from the EdgeMAX Downloads section.
2. Navigate to the Settings to upgrade the device firmware.
Settings > System actions > Upgrade firmware
3. Select Upgrade and browse your filesystem for the EdgeSwitch firmware release you wish to upload.
4. Wait for the firmware upgrade to complete.
5. Reboot the device when prompted using the Reboot button.
Upgrading via the Legacy Web UI
Follow the steps below to upgrade an EdgeSwitch using the Legacy Web UI:
1. Download the EdgeSwitch firmware from the EdgeMAX Downloads section.
2. Select the Use legacy interface option to access the Legacy Web UI.
3. Navigate to the Basic > Firmware Upgrade section.
4. Browse your filesystem for the EdgeSwitch firmware release you wish to upload and add it as the backup firmware image.
5. Start the upload and wait for the firmware upgrade process to complete.
6. Select the newly uploaded firmware to be the next active firmware.
7. Restart the switch from the Basic > Restart Switch section.
Upgrading via the Command Line
You will need a way to transfer files to and from the EdgeSwitch, such as a TFTP or FTP server.
1. Enter privileged mode.
enable
2. Show the currently active and backup firmware.
show bootvar
------- -------------------- ----------------------------------------
Image Version Descriptions
------- -------------------- ----------------------------------------
active *1.8.0.5106045
backup 1.7.4.5075842
Current Active : 1.8.0.5106045
Next Active : 1.8.0.5106045
3. Show the current network management settings.
show network
Interface Status............................... Up
IP Address..................................... 192.168.1.2
Subnet Mask.................................... 255.255.255.0
Default Gateway................................ 0.0.0.0
Management VLAN ID............................. 1
4. Upload the new firmware to the switch.
copy tftp://<ip-address>/<filename> backup
copy ftp://<user>@<ip-address>/<filename> backup
copy tftp://192.168.1.10/ES-eswh.v1.8.1.5145168.stk backup
Mode........................................... TFTP
Set Server IP.................................. 192.168.1.10
Path........................................... ./
Filename....................................... ES-eswh.v1.8.1.5145168.stk
Data Type...................................... Code
Destination Filename........................... backup
Management access will be blocked for the duration of the transfer
Are you sure you want to start? (y/n) y
TFTP Code transfer starting...
File contents are valid. Copying file to flash…
File transfer operation completed successfully.
5.Select the newly uploaded firmware to be the next active firmware.
boot system backup
6. Verify the active and backup firmware.
show bootvar
------- -------------------- ----------------------------------------
Image Version Descriptions
------- -------------------- ----------------------------------------
active 1.8.0.5106045
backup *1.8.1.5145168
Current Active : 1.8.0.5106045
Next Active : 1.8.1.5145168
7. Restart the Switch.
reload
8. Verify the active and backup firmware.
show bootvar
------- -------------------- ----------------------------------------
Image Version Descriptions
------- -------------------- ----------------------------------------
active *1.8.1.5145168
backup 1.8.0.5106045
Current Active : 1.8.1.5145168
Next Active : 1.8.1.5145168
Related Articles
EdgeSwitch - How to Update the Bootloader
EdgeSwitch & EdgeSwitch X - Backup and Restore the Configuration