1. Configure the IP address to upload IOS and config.text files
Switch#conf T
Switch (config) #int vlan 1
Switch (config) #ip add 172.16.1.1 255.255.0.0
Switch (config) #no shut
Switch (config) #end
Switch#ping 172.16.1.2// computer configured IP, to and above the address in a network segment
Ping Pass after the network is no problem, you can upload IOS and configuration Files
plug the network cable into any port of the switch, as the default is in vlan1
2. uploading IOS and configuration Files
Switch#copy Tftp:flash:
prompt to enter remote host 172.16.1.2
prompt to enter the file name to be passed (note the suffix)c2960-lanbasek9-mz.122-50.se5.bin
prompt for destination filename c2960-lanbasek9-mz.122-50.se5.bin
transfer started, same as in the config.text file upload
3. Modify the boot image
Switch#config T
Switch (config) #boot system Flash:c2960-lanbasek9-mz.122-50.se5.bin
Switch (config) #end
Switch#wr
Switch#reload
Reboot to see if New IOS is started ,show version
after confirming,copy Flash:config.text system:running-config
Wr Save, upgrade and follow the new configuration, on Ciscows-2960-24tt-l
This article is from the "Network You and Me" blog, please be sure to keep this source http://yzmlinux.blog.51cto.com/4063523/1620399
cisco2960 upgrading iOS and updating configurations