Note
The first step to upgrade the software is to backup the image of the existing software release. For more information, see Backing Up and Restoring the Image.To upgrade the wireless software locally:
Example 1 – In the following example, the CLI command states that the upgrade file will be downloaded from the FTP server to the flash card.
EWC.extremenetworks.com# copy upgrade 192.168.4.10 test system/images/ AC-MV-08.00.01.0003-1.pfe flash
Example 2 – In the following example, the CLI command states that the upgrade file will be downloaded from the FTP server to the controller local drive.
EWC.extremenetworks.com# copy upgrade 192.168.4.10 test system/images/ AC-MV-08.00.00.0123-1.pfe
Example 3 – In the following example, the CLI command states that the upgrade file will be downloaded from the SCP server to the flash card.
EWC.extremenetworks.com# copy upgrade 192.168.4.10 test system/images AC-MV-08.31.01.0200-1.rue flash scp TestPassword
Example 4 – In the following example, the CLI command states that the upgrade file will be downloaded from the SCP server to the controller local drive.
EWC.extremenetworks.com# copy upgrade 192.168.4.10 test system/images AC-MV-08.31.01.0200-1.rue scp TestPassword
EWC.extremenetworks.com# show upgrade 1: AC-MV-08.00.00.0123-1.pfe
EWC.extremenetworks.com# upgrade ac AC-MV-08.00.00.0123-1.pfe bckto local
This command makes a local backup image of the running system and installs the selected upgrade image.
To avoid typing the image name, you can specify the image using the index returned by the show upgrade command.
For example, the command below will install the image with index 1 which, in this case, is AC-MV-08.00.00.0123-1.pfe: upgrade ac 1 bckto local
To upgrade the wireless software remotely: