Example of an upgrade using SCP/FTP/TFTP/HTTPS

Last Updated : Jun 11, 2021 |

To upgrade the firmware of an MM710 media module in slot 2 from a TFTP server with the IP address 192.1.1.10, where the home directory is c:\home\ftp\ and the upgrade file is located in the directory c:\home\ftp\version, use the following command:

copy tftp module \version\mm710v3.fdl 192.1.1.10 2

The following example downloads a firmware version with the path and file name C:\g450_sw_41_24_0.bin from an FTP server with the IP address 149.49.134.153 to Bank A of Branch Gateway.

copy ftp SW_imageA C:\g450_sw_41_24_0.bin 149.49.134.153

The following example downloads a firmware version with the path and file name C:\g450v4_sw_41_24_0.bin from an FTP server with the IP address 149.49.134.153 to Bank A of Branch Gateway.

copy ftp SW_imageA C:\g450v4_sw_41_24_0.bin 149.49.134.153
The following example downloads a firmware version with the path and file name C:\g450v4_sw_41_24_0.bin from an SCP server with the IP address 149.49.134.153 to Bank A of Branch Gateway.
copy scp SW_imageA g450/g450v4_41_24_0.bin 172.16.1.22
Note:

The G450 hardware vintage 4 uses a different software image. The filename starts with g450v4_sw. G450 hardware vintage 1 to 3 use a software image starting with g450_sw.

The following example downloads the software image file, g450_sw_41_44_0.bin (for G450 or G430 hardware vintage 1.x, 2.x, 3.x) from the HTTPS server with URL my.webserver.com with the username dan:

g450-025(super)# copy http SW_imageA https://dan@my.webserver.com/images/g450_sw_41_44_0.bin
Enter WebServer Password:Resolving hostname to IP address
Press any key to stop the operation