In this video I will show you how to update the firmware on a Cisco Catalyst Switch. To start, you will need to locate the IOS software from Cisco.com. You can find the IOS software by going to Downloads, Type in Switch Name, then select Software on Chassis, IOS Software, then find the software version needed and download. Note: you will need to have a Service Contract login to download this software. Once you have located the software,
You will start by connecting your console cable from your computer to your Cisco Switch. On your laptop, we need to assign an IP address. Under Network Connections in Control Panel, right click the Ethernet Adapter and go to Properties, then TCP/IPv4. Type in an IP of your choice. Now, Open Device Manager and look under ports for what USB COM number as been assigned. In this case, COM4. Next, you will need to use PuTTY. If you don't have it installed, there is a link in the description. Type in your COM number under the Serial line option and select Open. Now, we will create a VLAN so we have an interface to send the files to. Type in Enable, Conf T, then Interface Vlan 25, IP address 192.168.25.1 255.255.255.0, description Management VLAN. Then, we will assign it to the interface. Make sure to assign it to the interface that is specific to your switch. Type in interface GigabitEthernet 1/0/2, then switchport access vlan 25. You can see that we can now successfully ping the Laptop. Next, we will want to open TFTP application. If you don't have it installed as well, there is a link in the description. Once you are in the TFTP application, Under Current Directory, select the path to your IOS file that you will be using to upgrade the Switch. Under Server interfaces, select the static IP address assigned to the Laptop, which is 192.168.25.222. Open the Folder with the IOS file, and copy the name. Then, Go back to PuTTY. Type in tftp://192.168.25.222/ then paste in the IOS version name. at the end type flash: Select enter, and now you should see in the TFTP application that it is downloading. This will take a few minutes. Once the download is finished, you can see that it is successful by using the show flash command. Lastly, we will need to tell the Switch to boot using the downloaded file. Do this by issuing the configure terminal command, and then typing in boot system flash: then paste in the IOS file name. Then, type in wr to save the running config to the startup config. Lastly, type in the reload command to reboot the Switch. That is it, thanks for watching!
tftpd64 - http://tftpd32.jounin.net/tftpd32_dow...
PuTTY - https://www.chiark.greenend.org.uk/~s...