Sucuring the Management Plane Flashcards

1
Q

Securing Passwords

A

service password-encryption
security passwords min-length
enable algorithm-type md5|sha256|scrypt|secret

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

Securing the Console Line

A
username * algorithm-type md5|sha256|scrypt|secret
line console 0
login local
exect-timeout
line aux 0
no exec
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Securing VTY Access with SSH

A
hostname
username * algorithm-type md5|sha256|scrypt|secret
ip domain name
crytpo key generate rsa general-keys modulus
ip ssh version 2
ip ssh time-out
ip ssh authentication-retries
login block-for * attempts * within 
line vty 0 4
login local
transport input ssh
access-class
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Securing Configuration and IOS Files

A

secure boot-image
secure boot-config
show secure bootset

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

Restoring Bootset Files

A

reload
rommon > dir flash
rommon > boot (bin file)
router# secure boot-config restore flash0:

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