01-21-2009 02:44 PM - edited 03-06-2019 03:34 AM
how do i recover username and password for 870 series router
01-21-2009 04:24 PM
Here is a guide to password recovery for the 870 series router.
01-04-2012 03:09 AM
The above link covers resetting the password or secret password, but no mention of what to do if you don't know the Username. Anyone tell me how to get this, or how to reset to another Username?
Thanks
01-04-2012 05:18 AM
Follow these steps in order to recover your password:
Attach a terminal or PC with terminal emulation to the console port of the router.
Use these terminal settings:
9600 baud rate
No parity
8 data bits
1 stop bit
No flow control
The required console cable specifications are described in Cabling Guide for Console and AUX Ports.
Use the power switch in order to turn off the router, and then turn the router back on.
Press Break on the terminal keyboard within 60 seconds of power up in order to put the router into ROMMON.
If the break sequence does not work, refer to Standard Break Key Sequence Combinations During Password Recovery for other key combinations.
Type set at the boot# prompt, and record the current value of the configuration register.
boot#set set baud =9600 set data-bits =8 set parity =none set stop-bits =1 set console-flags =0 set mac-address =0050.7307.C329 set unit-ip =10.200.40.65 set serv-ip =255.255.255.255 set netmask =255.255.252.0 set gate-ip =10.200.40.1 set pkt-timeout =8 set tftp-timeout =16 set boot-action =flash set file-name ="c800-nsy6-mw.122-10b.bin" set watchdog =off set prompt ="boot" set ios-conf =0x2102 !--- The ios-conf variable sets the value for the !--- configuration register. Record this value.
Type set ios-conf = 142 at the boot# prompt.
Note: The best setting is 142 if the Flash is intact. If the Flash is not installed or is erased, use 141. With this setting, you can view or erase the configuration, but you cannot change the password.
Type boot at the boot# prompt in order to initialize the router.
The router reboots, but ignores the saved configuration.
Type no after each setup question, or press Ctrl-C in order to skip the initial setup procedure.
Type enable at the Router> prompt.
Once the Router# prompt appears, you are in enable mode.
Type configure memory or copy startup-config running-config in order to copy the nonvolatile RAM (NVRAM) into memory.
Important: Do not type copy running-config startup-config or write. These commands erase your startup configuration.
Type show running-config.
The show running-config command shows the configuration of the router. In this configuration, the shutdown command appears under all interfaces, which indicates all interfaces are currently shut down. In addition, the passwords (enable password, enable secret, vty, console passwords) are in either an encrypted or unencrypted format. You can reuse unencrypted passwords. You must change encrypted passwords to a new password.
Type configure terminal.
The hostname(config)# prompt appears.
Type enable secret
hostname(config)#enable secret cisco
Issue the no shutdown command on every interface that you use.
If you issue a show ip interface brief command, every interface that you want to use displays up up.
Type config-register
hostname(config)#config-register 0x2102
Press Ctrl-z or end in order to leave the configuration mode.
The hostname# prompt appears.
Type write mem or copy running startup in order to commit the changes.
Type reload.
Once the router reloads, the configuration register value changes from 0x142 to 0x2102.
01-04-2012 05:50 AM
Thank you for that, but when I logon at the moment with HyperTerminal, I am faced with the following:
Press RETURN to get started
User Access Verification
Username:
Password:
Even if I reset the secret password, how do I find what the username is?
Thanks
01-04-2012 07:41 PM
Even if I reset the secret password, how do I find what the username is?
You can create a new Username/Password of your choice when you perform password recovery.
IF this is a brand new router and you want to start from scratch, look behind the 870 router. There's a RESET button. Power down the router, hold down the reset button, and power up the router. Wait for 5 seconds before releasing the reset button.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide