This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
hardware:pureflex_network [2023/11/28 20:53] manu [Recovery] |
hardware:pureflex_network [2023/11/28 20:55] (current) manu [Upgrade firmware] |
||
|---|---|---|---|
| Line 421: | Line 421: | ||
| * In Privileged EXEC mode, enter the following command | * In Privileged EXEC mode, enter the following command | ||
| - | EN4093R# copy {sftp|tftp|ftp} {image1|image2|boot-image} | + | <cli> |
| + | EN4093R# copy {sftp|tftp|ftp} {image1|image2|boot-image} | ||
| + | </cli> | ||
| * Enter the hostname or IP address of the SFTP, FTP or TFTP server | * Enter the hostname or IP address of the SFTP, FTP or TFTP server | ||
| Address or name of remote host: <name or IP address> | Address or name of remote host: <name or IP address> | ||
| * Enter the name of the new software file on the server. | * Enter the name of the new software file on the server. | ||
| + | <cli> | ||
| Source file name: <filename> | Source file name: <filename> | ||
| + | </cli> | ||
| The exact form of the name will vary by server. However, the file location is | The exact form of the name will vary by server. However, the file location is | ||
| normally relative to the SFTP, FTP or TFTP directory (for example, tftpboot). | normally relative to the SFTP, FTP or TFTP directory (for example, tftpboot). | ||
| Line 433: | Line 437: | ||
| * When loading is complete, use the following commands to enter Global | * When loading is complete, use the following commands to enter Global | ||
| Configuration mode to select which software image (image1 or image2) you want to run in switch memory for the next reboot: | Configuration mode to select which software image (image1 or image2) you want to run in switch memory for the next reboot: | ||
| - | EN4093R# configure terminal | + | <cli> |
| - | EN4093R(config)# boot image {image1|image2} | + | EN4093R# configure terminal |
| + | EN4093R(config)# boot image {image1|image2} | ||
| + | </cli> | ||
| The system will then verify which image is set to be loaded at the next reset: | The system will then verify which image is set to be loaded at the next reset: | ||
| + | <cli> | ||
| Next boot will use switch software image1 instead of image2. | Next boot will use switch software image1 instead of image2. | ||
| + | </cli> | ||
| * Reboot the switch to run the new software: | * Reboot the switch to run the new software: | ||
| - | EN4093R(config)# reload | + | <cli> |
| + | EN4093R(config)# reload | ||
| + | </cli> | ||
| The system prompts you to confirm your request. Once confirmed, the switch will | The system prompts you to confirm your request. Once confirmed, the switch will | ||
| reboot to use the new software | reboot to use the new software | ||