Link to home
Start Free TrialLog in
Avatar of Member_2_6498066
Member_2_6498066Flag for United States of America

asked on

Loading 3850 flash file after password recovery

Cisco 3850 switch.

Did a password recovery, and am trying to load the former OS.

When I do a directory of flash, I get the following:

nvram_config
6 cat3k files
packages.conf
dc_profile
vlan.dat

I'm not getting the wording at the switch: prompt to boot to that former image.
Avatar of Soulja
Soulja
Flag of United States of America image

What is the output of
show boot

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Soulja
Soulja
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Member_2_6498066

ASKER

Output of show boot:

Boot Variable = flash:flash;flash:;
Allow Dev Key = yes
Manual Boot = no
Enable Break = No
see if you can enter
set boot flash:/packages.conf

Open in new window

and
set enable_break yes

Open in new window

entered both command and they took. How do I boot. It wants flash:flash or some such.
Here is my flash directory:

switch: dir flash:
Directory of flash:/

 23281  drwx  4096       .
     2  drwx  4096       ..
 23282  -rw-  2097152    nvram_config
 23283  -rw-  82665136   cat3k_caa-base.SPA.03.06.04.E.pkg
 23284  -rw-  4913852    cat3k_caa-drivers.SPA.03.06.04.E.pkg
 23285  -rw-  33784816   cat3k_caa-infra.SPA.03.06.04.E.pkg
 23286  -rw-  43021636   cat3k_caa-iosd-universalk9.SPA.152-2.E4.pkg
 23287  -rw-  27417488   cat3k_caa-platform.SPA.03.06.04.E.pkg
 23288  -rw-  111180608  cat3k_caa-wcm.SPA.10.2.140.0.pkg
 23289  -rw-  1244       packages.conf
 38801  drwx  4096       dc_profile_dir
 23290  -rw-  1096       vlan.dat

1316040704 bytes available (334045184 bytes used)
I am getting beat.

Is there a source so that I may understand and learn every flash command, and its permutation known to mankind, as well as its meaning?
The steps are in the link I posted above. Let me know if that is sufficient.
The vlans are there, but none of the previous port configurations.
So it sounds like you are back successfully in the switch?  See if you can view the startup config. The port configs may be in there. If so , you may need to copy the startup to the running config.
I have had no trouble getting back into the switch. Finding and re-loading the former OS is what is eluding me still.
If the current startup does not have any of the previous port configs, then copying it into  running-config what would I gain. The missing port configs would not re-load as I understand it.
I said that the port configs "MAY" be in the start-up config. If they aren't there is no way for you to recover the configs unless you have a back up of the switch config before you did this password recovery process.
ok. thank you.
Thank you.