cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
301
Views
0
Helpful
1
Replies

cisco switch ios upgradation

anupam.kumar51
Level 1
Level 1

how can I upgrade cisco 2960s switch's ios.

what commands will be used for it

1 Reply 1

Nikhil Kapoor
Cisco Employee
Cisco Employee

Hello Anupam, 

1. You need to copy the IOS from CCO. 
2. The same IOS needs to copied on to the flash. 

#copy tftp : flash
#tftp ip address <x.x.x.x> 

3. I would suggest before upgrading the IOS. Please verify the MD5 checksum and confirm with CCO that it matches. This confirms that while copying the image didnt get corrupt. 

#verify /md5 Flash:<IOSimage>.bin

4. Once you see the IOS in flash. Please configure below. 

boot-start-marker
boot system flash <IOS image name>.bin
boot-end-marker
5. Save the confguration. 
#wr
6. reload the router. Post reload you can run " show version" to check if device has come up with new IOS. 

HTH,
Nikhil