4. Intro to CLI Flashcards
Configure an MD5-encrypted enable password:
Router(config)# […]
enable secret password
Default Cisco console port settings:
Parity = […]
None
Cisco’s service password-encryption command uses type […] encryption.
7
Enter global configuration mode:
Router# […]
configure terminal
Configure an unencrypted password to protect privileged EXEC mode:
Router(config)# […]
enable password password
Use the […] keyword to remove a configured command.
no (for example, no service password-encryption)
What kind of cable is used to connect the RJ45 console port on a cisco device?
Rollover Cable
What two configuration files are kept on the device?
startup-config, running-config
Default Cisco console port settings:
Speed (baud rate) = […]
9600 bits per second
View the startup configuration:
Router# […]
show startup-config
In Cisco IOS, what mode provides complete access to view the device’s configuration files?
privileged EXEC mode
What two kinds of console ports are common on Cisco devices?
USB
RJ45
Default Cisco console port settings:
Data bits = […]
8
Default Cisco console port settings:
Stop bits = […]
1
Encrypt current and future passwords on the device:
Router(config)# […]
service password-encryption