cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1192
Views
0
Helpful
4
Replies

3850 switch - IOS XE upgrade (stand alone)

Ahmed Ashfaque
Level 1
Level 1

Good Day, 

I have one 3850, I copied the IOS via tftp server:

Switch#show flash:
-#- --length-- ---------date/time--------- path
2 2097152 Jun 11 2018 08:49:59.0000000000 +00:00 nvram_config
3 2097152 Jun 11 2018 08:49:59.0000000000 +00:00 nvram_config_bkup
4 19167872 Nov 03 2017 21:46:52.0000000000 +00:00 cat3k_caa-guestshell.16.06.01.SPA.pkg
5 27722412 Nov 03 2017 21:46:50.0000000000 +00:00 cat3k_caa-rpbase.16.06.01.SPA.pkg
6 331174520 Nov 03 2017 21:46:52.0000000000 +00:00 cat3k_caa-rpcore.16.06.01.SPA.pkg
7 14783104 Nov 03 2017 21:46:50.0000000000 +00:00 cat3k_caa-srdriver.16.06.01.SPA.pkg
8 16126588 Nov 03 2017 21:46:50.0000000000 +00:00 cat3k_caa-webui.16.06.01.SPA.pkg
9 4753 Nov 03 2017 21:47:10.0000000000 +00:00 packages.conf
10 4096 Nov 03 2017 21:48:56.0000000000 +00:00 .installer
11 259 Jun 11 2018 08:46:23.0000000000 +00:00 bootloader_evt_handle.log
12 4096 Nov 03 2017 21:55:15.0000000000 +00:00 core
13 4096 Nov 03 2017 21:49:35.0000000000 +00:00 core/modules
14 1 Jun 11 2018 09:04:54.0000000000 +00:00 core/.callhome
15 4096 Nov 03 2017 21:49:32.0000000000 +00:00 .prst_sync
16 4096 Nov 03 2017 21:49:36.0000000000 +00:00 .rollback_timer
17 4096 Jun 11 2018 08:46:40.0000000000 +00:00 dc_profile_dir
18 169431 Jun 11 2018 08:46:40.0000000000 +00:00 dc_profile_dir/dc_default_profiles.txt
19 169431 May 16 2018 08:50:26.0000000000 +00:00 dc_profile_dir/dc_default_profiles.txt.bkp
20 4096 Nov 03 2017 21:49:44.0000000000 +00:00 gs_script
21 91870 Jun 11 2018 08:47:01.0000000000 +00:00 memleak.tcl
22 1 Jun 11 2018 07:40:45.0000000000 +00:00 pnp-tech-time
23 111729 Apr 09 2018 07:53:05.0000000000 +00:00 pnp-tech-discovery-summary
24 537577577 Jun 11 2018 08:38:29.0000000000 +00:00 cat3k_caa-universalk9.16.03.06.SPA.bin
584802304 bytes available (954773504 bytes used)

"cat3k_caa-universalk9.16.03.06.SPA.bin" is the one which I copied, on doing reload it is not taking the new IOS..

 

Switch#show version | begin Switch Ports
Switch Ports Model SW Version SW Image Mode
------ ----- ----- ---------- ---------- ----
* 1 56 WS-C3850-48T 16.6.1 CAT3K_CAA-UNIVERSALK9 INSTALL


Configuration register is 0x102

Switch#

16.6.1 is still the old one..any suggestion pls...

 

4 Replies 4

johnd2310
Level 8
Level 8

Hi,

You need to install the software using the following command:

"request platform software package install switch all file flash:cat3k_caa-universalk9.16.03.06.SPA.bin new"

Have a look at the release notes at the following link:

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/16-6/release_notes/ol-16-6-3850.html#pgfId-1380770

 

 

Thanks

John

**Please rate posts you find helpful**

Many Thanks for reply, 

 

Just to inform I did the below process step by step.

 

1 - Assign IP to existing / create vlan to access TFTP server (any machine one the LAN)

conf t

inter vl 1
ip add 192.168.100.1 255.255.255.0
no sh

end

 

1 - Prepare any port for that VLAN

int gi 1/0/1
swi
swi mo access
swi access vl 1
exit

 

3 - ensure the connectivity (both ways)

 

ping 192.168.100.100 (IP for TFTP server)

 

4 - Assuming IOS is downloaded on server and TFTP is done, on SW:

 

copy tftp: flash:
192.168.100.100 (IP for TFTP server)
cat3k_caa-universalk9.16.03.06.SPA_2 (Exact IOS name, in some cases in the end you might need to add ".bin"

Note: this might take several minutes depending on IOS Size.My case took more than 10 mins.

 

5 - in case if your switch is having two IOSes you need to mention from which IOS it will boot, so perform the below step for 3850.

 

config t
boot system flash:cat3k_caa-universalk9.16.03.06.SPA_2 (flash:exact_ios_name)
exit

6 - just to confirm on next boot what IOS it will take. 

show boot system 

 

7- Save and reload.

wr mem
reload

 

Many thanks and good luck...

Regards,,,

 

Hi,

When you use "boot system flash:" you are running in bundle mode.Your switch was originally running in install mode. To run in install mode you need to install the software as outlined in the release notes. Have a look at the release note i attached in my last response.

 

Thanks

John

**Please rate posts you find helpful**

When a switch boots up the IOS in Bundle Mode, the switch "extracts" the IOS from the BIN file. It does this every time the switch boots up. This takes TIME and CPU power.
If the IOS is in Install Mode, the boot-up time is twice as fast.
What you're doing is instructing the switch to boot in Bundle Mode.
Review Cisco Networking for a $25 gift card