Cisco 877

  1. Start the console session.

    Plug in serial cable to device from PC COM1 port
    Open PuTTY and select "Serial" connection type, leave baud rate (Speed) and other settings as default.
    Plug power into device and if a power button exists, turn it on.
  2. Access the Rommon prompt.

    Repeatedly press the Break key. Example output:
    System Bootstrap, Version 12.3(8r)YI4, RELEASE SOFTWARE Technical Support: http://www.cisco.com/techsupport Copyright (c) 2006 by cisco Systems, Inc. C870 series (Board ID: 1-148) platform with 131072 Kbytes of main memory rommon 1 >
    TIP: If your keyboard does not have a Break key, in PuTTY right-click the titlebar for the dropdown menu -> Special Command -> Break.
  3. Bypass any configured login.

    Type the confreg command followed by a string value instruction to ignore the current configuration when booting up:
    rommon 1 > confreg 0x2142 You must reset or power cycle for new config to take effect
    Type the reset command:
    rommon 2 > reset System Bootstrap, Version 12.3(8r)YI4, RELEASE SOFTWARE
    The boot process should bring you to an initial configuration dialog prompt. Type n then the Enter key, and Enter again when prompted to get started:
    --- System Configuration Dialog --- Would you like to enter the initial configuration dialog? [yes/no]: n Press RETURN to get started!
  4. Erase any log files, vlan data and all configuration settings.

    Type the enable command to enter privileged command mode, then the dir command, then the del command with * where necessary to match multiple filenames listed:
    Router>enable Router#dir Directory of flash0:/ 2 -rwx 16338936 --- -- ---- --:--:-- ----- c870-advipservicesk9- mz.124-9.t5.bin 23482368 bytes total (7139328 bytes free)
    Type the erase startup-config command, and confirm with y:
    Router#erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]y[OK] Erase of nvram: complete
    TIP: You can verify vlan data and configuration is gone with the show vlans and show startup-config commands respectively:
    Router#show vlans No Virtual LANs configured. Router#show startup-config startup-config is not present
  5. Reboot the device and set it back to normal mode.

    Type the reload command and confirm with y:
    Router#reload Proceed with reload? [confirm]y *Mar 1 00:30:54.279: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.
    Send the router a Break command again as done in step 2, then at the rommon prompt type the confreg command followed by a different string value instruction to no longer ignore the configuration:
    rommon 1 > confreg 0x2102 You must reset or power cycle for new config to take effect
    Lastly type the reset command:
    rommon 2 > reset
  6. Copy all the output from the session into your records.

    Right-click PuTTY's titlebar, from that dropdown menu click on "Copy All to Clipboard"
    Open the file of record certifying the deconfiguration of this device and use CTRL V to paste all the output from PuTTY into that file. Formatting the text with a fixed-width font helps it look more readable.
  7. End the session.

    Turn off/unplug the device and close PuTTy.