Chapter 6 - Securing the Management Plane Flashcards

1
Q

What command do you use to check what privilege level you’re currently at?

A

show privilege

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

How do you get out of privilege exec (Level 15)?

A

disable

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

What are the requirements for enabling SSH on a router?

A
  • Hostname (other than “router)
  • domain name
  • public / private key pair
  • require “login” on VTY lines
  • Have a user account configured either locally or on an ACS server.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command creates a public / private key pair on a router?

A

(config)# crypto key generate rsa

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

How do you enable timestamps on log entries?

A

(config)# service timestamps log datetime

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

Which two commands are needed to create a secure bootset on a router?

A

(config) # secure boot-image
(config) # secure boot-config

verify using show secure bootset

Router(config)# secure boot-image

Router(config)# %IOS_RESILIENCE-5-IMAGE_RESIL_ACTIVE: Successfully secured running image

Router(config)# secure boot-config

Router(config)# %IOS_RESILIENCE-5-CONFIG_RESIL_ACTIVE: Successfully secured config archive [flash:.runcfg-20101017-020040.ar]

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

What happens to a router when you issue the no service password-recovery command?

A

You will lose access to ROMMON. (know this for the exam)

More info:

Without ROMMON you can not change the configuration register to bypass the startup configuration.

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

When configuring role-based CLI on a router what do you have to do first?

A

Enable the root view on the router.

More info:

Basically execute the enable command and enter the secret password (or enable password)

You have to be the root view, not just a user that has level 15 privilege access.

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