3 - Intro to 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></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[…]
#