Intro To The CLI Flashcards
Cisco’s “service password-encryption” command uses type ___ encryption
7
Configure an MD5-encrypted enable password: Router(config)# ___
enable secret password
Configure an unencrypted password to protect privileged EXEC mode: Router(config)# ___
enable password password
Default Cisco console port settings: Data bits = ___
8
Default Cisco console port settings: Flow control = ___
None
Default Cisco console port settings: Parity = ___
None
Default Cisco console port settings: Speed (baud rate) = ___
9600 bits per second
Default Cisco console port settings: Stop bits ___
1
“enable secret” uses type ___ (MD5) encryption.
5
Encrypt current and future passwords on the device:
Router(config)#___
service password-encryption
Enter global configuration mode:
Router# ___
configure terminal
Enter privileged EXEC mode:
Router>__
enable
If service password-encryption is removed, will currently encrypted passwords be decrypted?
No
Return to privileged EXEC mode:
Router(config)# ___
exit
Use the ___ keyword to remove a configure command.
no (ex. no service password-encryption)
View the available commands:
Router#___
?
View the running configuration:
Router# ___
show running-config
View the startup configuration:
Router# ___
show startup-config
What two configuration files are kept on the device?
running-config, startup-config
What two kinds of console ports are common on Cisco devices?
USB
RJ45
Which three commands can be used to save the configuration?
Router# ___
Router# ___
Router# ___
write
write memory
copy running-config startup-config
You use the ___ keyword to execute privileged EXEC commands in global configuration mode.
do