05-27-2013 03:49 PM - edited 03-04-2019 08:01 PM
Hello all,
I have a C2950 Switch & I am trying to upgrade the IOS version of it so that I can proceed with learning about SSH. My current version of 12.1 does not have Enhanced Imaging. I am so new to Cisco, that I have spent hours trying to find the correct page, or link, or anything that can enable me to upgrade to a later version. Please help if you can, signed, Confused Beginner.
05-27-2013 04:01 PM
I would have a look here: http://www.cisco.com/en/US/products/hw/switches/ps628/products_configuration_example09186a0080169627.shtml
There are many TFTP servers you can use. One such example is tftpd32: http://tftpd32.jounin.net/
05-27-2013 04:13 PM
Perfect, thx Daniel!
05-27-2013 05:51 PM
Daniel, I downloaded it, albeit I am thoroughly confused, is my TFTP server IP my laptop since it is housed on it now? (192.168.1.3)?
05-27-2013 06:02 PM
Yes the TFTP server address is the address of your laptop that is running the TFTP server software.
HTH
Rick
05-27-2013 06:11 PM
The "Server interface" field in tftpd32 should be IP address of the interface that is connected to the switch (i.e. an IP address on your workstation that is reachable by the switch). Make sure to verify your firewall is allowing UDP port 69 as well.
In a nutshell, you are starting a service on your workstation that is hosting the local directory in "Current Directory" via the TFTP protocol (UDP port 69), which is native to the Catalyst switch. You need to make sure the image is in the Current Directory, and issue the commands in the link to transfer the image from your workstation to the switch's flash storage.
Once there, you can specify via the configuration register and boot statements which image is to be loaded. If there is not enough space on the switch, transfer the file from the switch to the workstation first (make sure you don't delete it in case the new image does not work).
05-27-2013 06:32 PM
Thank you guys.
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