13 – Command Reference Image
S
Image
Manages and installs switch firmware.
Authority | Admin session |
Syntax image
cleanup
fetch [account_name] [ip_address] [file_source] [file_destination] install
list
tftp [ip_address] [file_source] [file_destination] unpack [file]
Keywords cleanup
Removes all firmware image files from the switch. All firmware image files are removed automatically each time the switch is reset.
fetch [account_name] [ip_address] [file_source] [file_destination]
Retrieves image file given by [file_source] using FTP and stores it on the switch with the file name given by [file_destination]. The image file is retrieved from the host IP address given by [Ip_address]. If an account name needs a password to access the FTP server, the system will prompt you for it.
install
Downloads firmware from a remote host to the switch, installs the firmware, then resets the switch to activate the firmware. This is disruptive. The command prompts you for the following:
File transfer protocol (FTP or TFTP)
IP address of the remote host
An account name and password on the remote host (FTP only)
Pathname for the firmware image file
list
Displays the list of image files that reside on the switch.
tftp [ip_address] [file_source] [file_destination]
Retrieves image file given by [file_source] using TFTP and stores it on the switch with the file name given by [file_destination]. The image file is retrieved from the host IP address given by [Ip_address].
|