CISCO Exam 6 Final Q2 Packet Tracer Flashcards
1
Q
Disable DNS lookup
A
no ip domain lookup
2
Q
Minimum password length to 8 characters
A
security password min-length 8
3
Q
Configure vty and console to block access after 5 minutes of inactivity
A
line vty 0 4
exec-timeout 5
line console 0
exec-timeout 5
4
Q
Configure SSH
A
line vty 0 4
login local
transport input ssh
exit
ip domain name _
ip ssh version 2
crypto key generate rsa general-keys modulus 1024
5
Q
Configure user with password
A
user _ password _
6
Q
Login block for 3 minutes if 4 attempts within 2 minute period
A
login block-for 180 attempts 4 within 120
for _ = How long to block
attempts _ = How many attempts
within _ = Within what period?