Showing posts with label Reset. Show all posts
Showing posts with label Reset. Show all posts

Tuesday, August 12, 2014

[Guide] How to perform a Cisco router password recovery without losing your configuration

Forgot your Cisco router password?  Did you know you can change them without losing your configuration?  In this brief how-to, I will walk you through it. In order to perform a password recovery, you will need to reboot the router a couple of times.  This means downtime, but it is a good sacrifice to make in order to get your passwords reset.

First, hook up the DB9 end of the standard light blue serial cable to your serial port.  The other end of the cable should plug into the port labeled “Console” on the back of the Cisco router.  If you do  not have a serial port, then you'll need to go purchase a USB-to-serial adapter cable and install it on your computer.

Now that your hardware is connected, establish a serial connection with the router.

The settings you need are:
Baud: 9600
Data bits: 8
Parity: No
Stop bits: 1
Flow Control: None


On Windows, I use putty for this connection.  Yes, putty can be used to make serial connections as well as telnet/ssh.  Hyperterminal works great as well.  On Linux, I use minicom and on FreeBSD/OpenBSD, I use cu (cu -s 9600 -l /dev/cuad0).

Reboot the router and press the Break key to interrupt the boot sequence.

For break key sequences, refer to this Cisco link: http://www.cisco.com/c/en/us/support/docs/routers/10000-series-routers/12818-61.html

Type confreg 0x2142.  This tells the router to bypass NVRAM during bootup.  In other words, your existing configuration won't be loaded.  The good news is that it won't be deleted either.

Type reset to reboot the router.  Answer No when prompted to run setup.

Type copy start run.  This loads your startup configuration into memory.
Now, if you type a show run config, you'll see the router configuration.  Also, you should notice that your router name is now in the prompt instead of the default “Router”.

To Change the enable secret - “enable secret new_password
To Change the admin log in - “username admin_name password new_password

Change the register back to 0x2102:
config-register 0x2102

When the router reboots it will load the old configuration with the new password.

Save the password so that it will be persistent during reboots, type copy run start

Reboot the router by typing reload at the enable prompt.

Now, keep that password in a nice safe place – in your head does not count.  I keep mine saved in a safe place for future retrieval and I make sure my customers have a copy as well.  Remember, passwords are nice until you forget them.

To know more: How to reset a Cisco Router
Repost from: Password Recovery from a Cisco Router



Thursday, November 15, 2012

How to reset a Cisco Router

What you will do when you face a login problem once you get a Cisco Router?
Will there any reset button on Cisco Router?

Definitely is NOT!

By the way, here is the step guide you on resetting Cisco Router to factory default setting.
Stay Calm =)


To reset a Cisco router to factory default (removing the startup configuration file), you need to be perform these steps:

To erase the configuration file, issue the erase nvram: command.
Reload the router and attempt to break into ROM Monitor (ROMmon) by issuing the break sequence (usually Ctrl and break from the Hyperterminal) from a console connection.

You should see this ROMmon prompt:


Then, Change the configure register value to ignore the startup configuration by issuing the confreg command, as shown in this example:


To reload the router, issue the reset command, as shown in this example:


After the router boots, issue the enable command at the Router > prompt.

The prompt changes to Router#, indicating that the router is now in privileged mode.

To enter config mode, issue the config terminal command.
You should now see a prompt as below.


To change the configure register to recognize the startup configuration, issue the config-register command, as shown in this example:


To break out of configuration mode, press Ctrl and Z.
To save the blank configuration, issue the copy-running config-startup config command.

Good Luck =)


Reference: http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_tech_note09186a00802017a1.shtml

Tuesday, September 18, 2012

Reset Canon Multi-purpose copier default login

Forgotten your login username and password for CANON copier/printer?

Let's follow this guide helps to reset the login by yourself.
Let's impress your employer/supervisor ^-^


1) Enter Service mode by pressing the "Additional Functions" Button
2) Then press "2" and "8" buttons together
3) Next, press "Additional Functions" button again.

You will see a screen display that you "may" never seen before.
4) Go to Copier > Function > Clear and select PWD-CLR, then Hit "ok"
5) Next, hit the yellow reset button a few times to get back to the regular screen, and you should be able to get into the system settings to change IP config or other settings.

Depend on how it was configured, you may have to restart the machine for the reset to take effect.
Also, once you change the IP settings, do another restart and wait for about 3minutes for the machine to get on the network.

Ultimately, you have done a great job...
Keep it as secret...
Else you may get scolded... =)




Saturday, August 4, 2012

[HOW] Reset SEPM password

SEPM - Symantec Endpoint Protection Manager

Have you face the password forgotten issue?
Have to key in the password wrongly and account is locked?

Don't worry...
Here is some trick to helps you reset Symantec Endpoint Protection Manager's administrator account password.

IF administrator account has been locked, don't be panic.
After 15minutes, administrator account will be unlocked automatically by the SEPM.

However, if you really forget the password,
then run RESETPASS.bat


In the command prompt
go to
c:\program files\Symantec\Symantec Endpoint Protection Manager\tools\resetpass 
When you'll hit enter you'll see ENGLISH



Close the command prompt. Try logging into the SEPM
Username: admin
Password: admin

Related Posts Plugin for WordPress, Blogger...