Cisco
Step-by-step password recovery for the Cisco WS-C4506-E (Catalyst 4500 / 4500-X). Console access required.
This guide provides step-by-step instructions for resetting lost or forgotten administrative passwords on enterprise networking hardware. Follow the procedure below carefully to regain access while preserving your device configuration.
Before proceeding with password recovery, ensure you have a console cable, terminal emulation software configured to 9600 baud, and physical access to the device.
Connect your terminal cable to the console port of the device and open your serial terminal session.
Power cycle the hardware and issue a Break key sequence during initial system startup to enter ROMMON mode.
Bypass startup configuration loading, boot into system software, set your new credentials, and save changes back to non-volatile memory.
This procedure recovers administrator access to the Cisco Catalyst 4506-E (Catalyst 4500/6500/6800, classic IOS supervisor) when the enable secret is lost. The startup configuration is bypassed via ROMMON and the configuration register, then restored — nothing is erased.
Console cable connected to the supervisor console port with a terminal session at 9600 baud, 8N1. Physical or remote power access to reboot the chassis. Break-signal capability from the terminal emulator (Ctrl+Break).
reload).rommon 1>. On the 4500 supervisor, you may need to send break as soon as the supervisor starts booting.confreg 0x2142reset (or boot). The switch boots with an empty configuration.Press RETURN to get started prompt, press Enter, then enter enable (no password).copy startup-config running-config.configure terminal.enable secret <new-password>.line vty 0 15 → password <new-password> → login; repeat for line con 0.config-register 0x2102.end, then write memory.reload. Confirm the switch boots with the restored config and new passwords.config-register 0x2102 (step 11) or the chassis will keep skipping config.Before recovery, back up the config: copy running-config tftp://<server>/<filename> or copy running-config flash:. After recovery, verify show startup-config and show version (config register 0x2102).