Category Archives: Networking

How to Password Reset on ASA 5505

Step1: Reboot ASA

Step 2: Wait till the you can see following “Use BREAK or ESC to interrupt boot.”  and then hit the ESC key, works on MAC/Terminal as well. (see below)

 

Step 3: Then you should land in “rommon #0>”

Step 4: Change the confreg valu to 0x41 as it tells to ignore its saved (startup) configuration upon boot

rommon #2> confreg 0×41

Step 5: reboot

rommon #2> reboot

Step 6: After the reboot you need to change the confreg value back to 0x01 and reboot.

ciscoasa(config)# config-register 0x01
ciscoasa# reboot

How to Password Reset on Catalyst 3850

Here are the quick easy steps to recover your 3850 switch password.

1. ​Power cycle the switch, press and hold the Mode button. Hold the mode button for approx. 15-30 sec, the Status LED will go amber. On the console make sure you are in Boot Loader mode.

Switch: flash_init
Switch: SWITCH_IGNORE_STARTUP_CFG=1
Switch: boot

 

2. After switch boots up.

Switch# copy startup-config running-config
Switch# configure terminal
Switch(config)# no system ignore startupconfig switch all
Switch(config)# exit
Switch# write

How to recover a Cisco Switch from Boot Loader

Today I had to update a 3560x but when I consoled into the switch it was at Boot Loader prompt (switch:) and I wasn’t sure so I tried to boot and this is what happened.

switch: boot
Loading "flash:/c3560e-universalk9-mz.122-53.SE2/c3560e-universalk9-mz.122-53.SE2.bin"...flash:/c3560e-universalk9-mz.122-53.SE2/c3560e-universalk9-mz.122-53.SE2.bin: no such file or directory

Error loading "flash:/c3560e-universalk9-mz.122-53.SE2/c3560e-universalk9-mz.122-53.SE2.bin"

Interrupt within 5 seconds to abort boot process.
Boot process failed...

The system is unable to boot automatically.  The BOOT
environment variable needs to be set to a bootable
image.

Continue reading