Cisco switch reseting procedure

Following are two methods to reset CISCO switch

A) While Switch is in power on condition, press MODE button for until STAT LED is glowing. Release the MODE button after STAT LED goes out. Screen will display Reload requested…. Now initial Switch configuration dialog will appear

B) Second and more reliable method is as mentioned below.

  1. Attach a terminal or PC with terminal emulation (for example, Hyper Terminal) to the console port of the switch. Use the following terminal settings: o Bits per second (baud): 9600 o Data bits: 8 o Parity: None o Stop bits: 1 o Flow Control: Xon/Xoff
  2. Unplug the power cable.
  3. Hold down the mode button located on the left side of the front panel, while reconnecting the power cable to the switch.
  4. Issue the flash_init command.
  5. Issue the load_helper command.
  6. Issue the dir flash: command.
  7. Type rename flash:config.text flash:config.old to rename the configuration file.
  8. Issue the boot command to boot the system.
  9. Enter “n” at the prompt to abort the initial configuration dialog.
  10. At the switch prompt, type en to enter enable mode
  11. Type rename flash:config.old flash:config.text to rename the configuration file with its original name.
  12. Copy the configuration file into memory.
  13. Change the password.
  14. Write the running configuration to the configuration file with the write memory command.