05-30-2022 07:42 AM
Hello Community
I want to take a copy of iso switch-1 and upgrade switch-2 with switch-1 iso to be with the same iso
I already installed Putty for console connection and tftpd64
how can I do it without making change in configuration?
05-30-2022 07:48 AM
Hi
You need to copy from flash to the TFTP
copy flash: tftp:
First, you can do 'dir flash' to make sure which IOS file name.
then, copy flash: tftp:
inform the TFTP IP address
fine name and wait the copy to complete. After that, do the same in the other switch. But this time you use:
copy tftp: flash:
05-30-2022 07:51 AM
so I set my TFTP IP with any ip address?
not required to config the switch ip?
05-30-2022 08:25 AM
You need to have connectivity between the switch and you PC, so yes, you need IP address on the switch side and on the PC side. Same network.
on the switch you can do like this:
int vlan 1
ip add 192.168.1.1 255.255.255.0
on the PC you can use 192.168.1.2 255.255.255.0
Try to ping from and to switch just to make sure connectivity is OK
05-30-2022 07:50 AM
If the device able to act as TFTP Server then you can do, as example :
https://www.cisco.com/c/en/us/support/docs/routers/2500-series-routers/15092-copyimage.html
05-30-2022 04:15 PM
Looks like a PacketTracer exercise. Is this correct?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide