cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
599
Views
0
Helpful
2
Replies

C3750 Upgrade

james.wilson1
Level 1
Level 1

Morning all,

I have 2 C3750X-48 port switches stacked together, they are on IOS version 12.2(53) which I dont have to tell you is ancient :(

I would like to upgrade these switches to the latest IOS possible however when looking into my hardware and the minimum requirements I have some conflicting information...

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12-2_53_se/release/notes/OL21141.html#wp697320

The release notes for the IOS they're on suggests the minimum RAM is 512mb however as you can see below I only have 256mb, now I assume its because both switches only have 128mb RAM each but I could be wrong.

Looking at the hardware requirements for 15.0.2-SE10a and they're exactly the same so I think I should be ok to upgrade but just wanted a second opinion before doing so.

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/15-0_2_se/release/notes/OL25301.html#pgfId-1042527

Also I have also read that these switches have static parts and cannot be upgraded but Cisco offers a trade in program to upgrade, is this correct and is it still available?

Thanks in advance

My stack:

cisco WS-C3750X-48 (PowerPC405) processor (revision A0) with 262144K bytes of memory.
Processor board ID xxxxxxxxxxxxxxxxx
Last reset from power-on
14 Virtual Ethernet interfaces
1 FastEthernet interface
104 Gigabit Ethernet interfaces
4 Ten Gigabit Ethernet interfaces
The password-recovery mechanism is enabled.

512K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address : xxxxxxxxxxxxxxxxx
Motherboard assembly number : 73-12552-04
Motherboard serial number : xxxxxxxxxxxxxxxxx
Model revision number : A0
Motherboard revision number : A0
Model number : WS-C3750X-48T-S
Daughterboard assembly number : 800-32727-01
Daughterboard serial number : xxxxxxxxxxxxxxxxx
System serial number : xxxxxxxxxxxxxxxxx
Top Assembly Part Number : 800-31326-01
Top Assembly Revision Number : A0
Version ID : V01
CLEI Code Number : COMJT00ARA
Hardware Board Revision Number : 0x02


Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 1 54 WS-C3750X-48 12.2(53)SE2 C3750E-UNIVERSALK9-M
2 54 WS-C3750X-48 12.2(53)SE2 C3750E-UNIVERSALK9-M


Switch 02
---------
Switch Uptime : 3 years, 23 weeks, 2 days, 16 hours, 27 minutes
Base ethernet MAC Address : xxxxxxxxxxxxxxxxx
Motherboard assembly number : 73-12552-04
Motherboard serial number : xxxxxxxxxxxxxxxxx
Model revision number : A0
Motherboard revision number : A0
Model number : WS-C3750X-48T-S
Daughterboard assembly number : 800-32727-01
Daughterboard serial number : xxxxxxxxxxxxxxxxx
System serial number : xxxxxxxxxxxxxxxxx
Top assembly part number : 800-31326-01
Top assembly revision number : A0
Version ID : V01
CLEI Code Number : COMJT00ARA
License Level : ipbase
License Type : Permanent
Next reboot licensing Level : ipbase


Configuration register is 0xF

1 Accepted Solution

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

Hi you can move from your v12 to v15 no problem same dram and flash 256/64 so the upgrade can happen , just make sure you have enough room in flash to upload it , if not you will have to delete the current image and then apply it flash , do not let the switch reboot if there is no image in it or it will go to rommon

to check flash run command dir

it will give something like below , count from left in 6 spaces will give you the amount of free MB , as below 49mb left , do the same with your flash

#dir
Directory of flash0:/

    1  -rw-   109688280  Oct 11 2016 09:30:00 +00:00  c2951-universalk9-mz.SPA.155-3.M4.bin
  244  -rw-       53291  Feb 14 2017 15:15:12 +00:00  Archive.cfg-Feb-14-15-15-12.520-UTC-93
  245  -rw-       53291  Feb 15 2017 15:16:48 +00:00  Archive.cfg-Feb-15-15-16-49.415-UTC-94

256507904 bytes total (49676288 bytes free)

also verify the image when its in place make sure it did not get corrupted before applying  

verify /md5 flash:c2951-universalk9-mz.SPA.155-3.M4.bin

Also I have also read that these switches have static parts and cannot be upgraded but Cisco offers a trade in program to upgrade, is this correct and is it still available?

This im not sure of maybe someone else can answer that bit

View solution in original post

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni

Hi you can move from your v12 to v15 no problem same dram and flash 256/64 so the upgrade can happen , just make sure you have enough room in flash to upload it , if not you will have to delete the current image and then apply it flash , do not let the switch reboot if there is no image in it or it will go to rommon

to check flash run command dir

it will give something like below , count from left in 6 spaces will give you the amount of free MB , as below 49mb left , do the same with your flash

#dir
Directory of flash0:/

    1  -rw-   109688280  Oct 11 2016 09:30:00 +00:00  c2951-universalk9-mz.SPA.155-3.M4.bin
  244  -rw-       53291  Feb 14 2017 15:15:12 +00:00  Archive.cfg-Feb-14-15-15-12.520-UTC-93
  245  -rw-       53291  Feb 15 2017 15:16:48 +00:00  Archive.cfg-Feb-15-15-16-49.415-UTC-94

256507904 bytes total (49676288 bytes free)

also verify the image when its in place make sure it did not get corrupted before applying  

verify /md5 flash:c2951-universalk9-mz.SPA.155-3.M4.bin

Also I have also read that these switches have static parts and cannot be upgraded but Cisco offers a trade in program to upgrade, is this correct and is it still available?

This im not sure of maybe someone else can answer that bit

Thanks Mark!