Cisco C3750 Ios Download

Learning has never been so easy!

Hi there, I am in the process of upgrading our stack of 4 switches consist of WS-C3750G-48PS. Upon reading release notes found that there are two versions of release notes 1 day apart, the one 02 Sep 2012 saying that WS-C3750-48PS is not supported in this version. Then in release next day 03 Sep 20. Refer to Software Download - Cisco Catalyst 3750 Software (registered end-users only) and find the image that user wants to download. The Software Download Center for the Catalyst 3750 contains two sets of IOS images for every feature set and versions. One set contains only the IOS image file which has the extension.bin. Upgrading a Cisco 3750 IOS from a.bin image file I just wasted hours trying to figure out how to upgrade a Cisco Catalyst 3750 using the.bin image instead of the.tar archive, since I don’t want any fancy web interface on any of my core network devices. Software Download - Cisco Systems. Cسوئیچ های سری 3750 ios c3750-advipservicesk9-mz.122-25.SEE1.bin c3750-ipbase-mz.122-25.SEB4.bin c3750-ipbase-mz.122-50.SE5.bin.

7 easy steps for upgrading Cisco IOS

1 Steps total

Step 1: Upgrading Cisco IOS

1. Verify Current IOS Version

After you login, go to enable mode, by entering the enable password. This example uses two cisco catalyst 3750 switches configured in stack mode as shown below. So, while upgrading you should upgrade the image on both the flash cards.

# show switch
Switch/Stack Mac Address : 0012.abcd.1234
H/W Current
Switch# Role Mac Address Priority Version State
----------------------------------------------------------
*1 Master 0012.abcd.1234 10 0 Ready
2 Member 0012.abcd.2345 1 0 Ready

If you have only one cisco catalyst switch (non stack mode), follow all the steps mentioned in this document, but you’ll be doing it only on one flash card.

3750 IOS download - Cisco Community

First, verify the content of the flash cards, using “dir flash1:” command.

# dir flash1:
c3750-ipbasek9-mz.122-35.SE5.bin

# dir flash2:
c3750-ipbasek9-mz.122-35.SE5.bin

Cisco 3750 Ios Image For Gns3 - Middigital

As you see above, both the flash cards contains the current IOS image file, which is version “122.35.SE5″

Verify what version of IOS image your switch is currently running. Most likely this will be same as the current IOS image file that you see in your flash card. As you see below, it is using “12.3(35)SE5″

# show ver
Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 1 24 WS-C3750G-24T 12.2(35)SE5 C3750-IPBASEK9-M
2 24 WS-C3750G-24T 12.2(35)SE5 C3750-IPBASEK9-M

2. Download Latest IOS Image from Cisco Website

Download the latest IOS image for your cisco website
Go to cisco.com -> IOS Software -> Select your Siwtch (for example: Cisco Catalyst Switch 3750G-24T) -> Click on “Download IP BASE” -> Select the latest version that you want to download (for example: 12-2.55.SE1).

While you are on this download page, copy/paste the MD5 given to your system. After we download the IOS image and move it to the switch, we’ll verify the MD5 checksum before installing the image.
3. Delete Old IOS Software Image from Flash

Since we’ll be downloading the new ISO image and moving it to the flash card, we need some space. So, delete the current old image from the flash card.

# delete /f /r flash1:c3750-ipbase-mz.122.35-35.SE5

# delete /f /r flash2:c3750-ipbase-mz.122-35.SE5

# dir flash1:

# dir flash2:

In the above delete command, /f stands for force, and /r stands for recurssive.

On a side note, you should be using some software to monitor your switch status. If you are not doing it install Nagios, and monitor your switches.
4. Copy the IOS image to Cisco Switch

To transfer the IOS image from your laptop to Cisco Switch, you should run a TFTPserver on your laptop (or on the system where you’ve downloaded the IOS image).

If you are running a TFTPserver on your laptop, and connected to the switch using a console cable, assign a ip-address to your laptop, and put your laptop on the same network as the switch.

Copy the ISO image to the flash as shown below using the “copy command”. This will ask you to enter the address of the remote host (which is your laptop in this case), and the source filename that needs to be transferred (which is the ISO image you downloaded from cisco website).

# copy tftp flash1
>Address or name of remote host? 192.168.1.10
>source filename? c3750-ipbasek9-mz-122-55.SE1.bin
>Destination filename? c3750-ipbasek9-mz-122-55.SE1.bin

Software

Once you’ve copied it, make sure the file is there on the flash card.

# dir flash1:
c3750-ipbasek9-mz-122-55.SE1.bin

Just to make sure nothing went wrong during the copy, do a MD5 check-sum on this, and compare with the MD5 that you noted down from cisco website while downloading the IOS image. To create MD5 checksum of a file in Cisco catalyst switch, use the “verify” command as shown below.

# verify /md5 flash1:c3750-ipbasek9-mz-122-55.SE1.bin

Cached

If you are running two switches in stack configuration, do the same on the second flash card.

# copy tftp flash2:
# dir flash2:
# verify /md5 flash2:c3750-ipbasek9-mz-122-55.SE1.bin

Cisco IOS Firmware Images : Cisco Systems : Free Download ...

5. Modify Switch Boot path-list

Now it is time to tell switch cisco to use the new ISO image to boot from. Before changing the boot information, verify the current configuration, and change it using the “boot system” command as shown below.

# show boot

# config t
# boot system switch all flash:c3750-ipbasek9-mz-122-55.SE1.bin

Switches - Cisco Catalyst 3750-X Series Switches - Cisco

6. Save Config and Restart the Switch

Verify the current boot information, save the current configuration, and reboot the cisco switch as shown below.

# show boot

# write mem

# reload

7. Final Verification after IOS Upgrade

Finally verify the current IOS version of the switch, after the upgrade, it should display the new version as shown below.

LAN Product Support

# show ver
Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 1 24 WS-C3750G-24T 12.2(55)SE1 C3750-IPBASEK9-M
2 24 WS-C3750G-24T 12.2(55)SE1 C3750-IPBASEK9-M

Make sure to verify your interface and vlan status, to make sure everything is running properly without any issues.

References

Switches - Cisco Catalyst 3750-X Series Switches - Cisco

  • Upgrading Cisco IOS

See All Results For This Question

0 Comments