Intro To The CLI Flashcards

1
Q

Cisco’s “service password-encryption” command uses type ___ encryption

A

7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Configure an MD5-encrypted enable password: Router(config)# ___

A

enable secret password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Configure an unencrypted password to protect privileged EXEC mode: Router(config)# ___

A

enable password password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Default Cisco console port settings: Data bits = ___

A

8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Default Cisco console port settings: Flow control = ___

A

None

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Default Cisco console port settings: Parity = ___

A

None

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Default Cisco console port settings: Speed (baud rate) = ___

A

9600 bits per second

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Default Cisco console port settings: Stop bits ___

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

“enable secret” uses type ___ (MD5) encryption.

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Encrypt current and future passwords on the device:

Router(config)#___

A

service password-encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Enter global configuration mode:

Router# ___

A

configure terminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Enter privileged EXEC mode:

Router>__

A

enable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If service password-encryption is removed, will currently encrypted passwords be decrypted?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Return to privileged EXEC mode:

Router(config)# ___

A

exit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Use the ___ keyword to remove a configure command.

A

no (ex. no service password-encryption)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

View the available commands:

Router#___

A

?

17
Q

View the running configuration:

Router# ___

A

show running-config

18
Q

View the startup configuration:

Router# ___

A

show startup-config

19
Q

What two configuration files are kept on the device?

A

running-config, startup-config

20
Q

What two kinds of console ports are common on Cisco devices?

A

USB

RJ45

21
Q

Which three commands can be used to save the configuration?
Router# ___
Router# ___
Router# ___

A

write
write memory
copy running-config startup-config

22
Q

You use the ___ keyword to execute privileged EXEC commands in global configuration mode.

A

do