Password Recovery Flashcards

1
Q

What is the first step in the password recovery process for a Cisco router or switch?

A

The first step is to connect to the device using a console cable and a terminal emulator program (e.g., Tera Term or PuTTY).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What mode must a Cisco device be in to perform password recovery?

A

The device must be in ROMMON (ROM Monitor) mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command is used to reset the configuration register to bypass the startup configuration on a Cisco router?

A

The command is confreg 0x2142.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does setting the configuration register to 0x2142 do?

A

It tells the router to ignore the startup configuration (which contains the passwords) during the next boot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

After setting the configuration register to 0x2142, what is the next step?

A

Reboot the router using the reset command or power cycle the device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you access the startup configuration file to reset the password?

A

Use the command copy startup-config running-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you change the password once the running configuration has been copied to the startup configuration?

A

Enter global configuration mode using configure terminal and then set the new password using the appropriate command, such as

enable secret [newpassword]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What should you do after changing the password and before saving the configuration?

A

Reset the configuration register to its original value using the command config-register 0x2102, then copy the running configuration to the startup configuration again and reload the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly