Day 04 Flashcards - Intro to the CLI
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
In Cisco IOS, global configuration mode is indicated by what?
Router[…]
(config)#
In Cisco IOS, privileged EXEC mode is indicated by what?
Router[…]
#
In Cisco IOS, user EXEC mode is indicated by what?
Router[…]
>
In Cisco IOS, what mode provides complete access to view the device’s configuration files?
privileged EXEC mode
Return to privileged EXEC mode:
Router(config)# […]
exit
Use the […] keyword to remove a configured command.
no (for example, 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 is the lowest-level mode in Cisco IOS?
user EXEC mode
What kind of cable is used to connect to the RJ45 console port on a Cisco device?
Rollover cable
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 use 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