Thursday, 2 January 2025

How to find correct IOS path in cisco switch-2960

 This is one of the most important because sometimes when we do copy the IOS from flash to TFTP it does not work . 

When i was trying to copy , I was getting this error.


switch#copy flash tftp:
Source filename flash:c2960s-universalk9-mz.122-55.SE7.bin/cc2960s-universalk9-mz.122-55.SE7.bin
Address or name of remote host []? 172.16.10.2
Destination filename [c2960s-universalk9-mz.122-55.SE7.bin]?
%Error opening flash:c2960s-universalk9-mz.122-55.SE7.bin/c2960s-universalk9-mz.122-55.SE7.bin
(No such file or directory)



To solve the issue , you have to find the correct path by using the command called show version.



Switch#show version
Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 12.2(55)SE7, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2013 by Cisco Systems, Inc.
Compiled Mon 28-Jan-13 10:28 by prod_rel_team
Image text-base: 0x00003000, data-base: 0x01B00000
ROM: Bootstrap program is Alpha board boot loader
BOOTLDR: C2960S Boot Loader (C2960S-HBOOT-M) Version 12.2(55r)SE, RELEASE SOFTWARE (fc1)
GOODWILL-POP uptime is 4 hours, 15 minutes
System returned to ROM by power-on
System image file is "flash:/c2960s-universalk9-mz.122-55.SE7/c2960s-universalk9-mz.122-55.SE7.bin"




Switch#copy flash tftp:
Source filename [c2960s-universalk9-mz.122-55.SE7]? flash:/c2960s-universalk9-mz.122-55.SE7/c2960s-universalk9-mz.122-55.SE7.bin
Address or name of remote host []? 172.16.10.2
Destination filename [c2960s-universalk9-mz.122-55.SE7.bin]?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10979547 bytes copied in 36.936 secs (297259 bytes/sec)
Switch#







No comments:

Post a Comment