Saturday, May 9, 2009

Update Firmware via SFTP/SCP

Configure the switch to allow file transfer via SSH:

ip ssh
ip ssh filetransfer

Then conenct via SFTP to the switch and upload the firmware:

scp /path/to/image user@switch.fqdn.com:/os/primary

Then simply reboot the switch:

boot system flash primary

No comments:

Post a Comment