Day 04 Flashcards - Intro to the CLI

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

In Cisco IOS, global configuration mode is indicated by what?
Router[…]

A

(config)#

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

In Cisco IOS, privileged EXEC mode is indicated by what?
Router[…]

A

#

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

In Cisco IOS, user EXEC mode is indicated by what?
Router[…]

A

>

17
Q

In Cisco IOS, what mode provides complete access to view the device’s configuration files?

A

privileged EXEC mode

18
Q

Return to privileged EXEC mode:
Router(config)# […]

A

exit

19
Q

Use the […] keyword to remove a configured command.

A

no (for example, no service password-encryption)

20
Q

View the available commands:
Router#[…]

A

?

21
Q

View the running configuration:
Router# […]

A

show running-config

22
Q

View the startup configuration:
Router# […]

A

show startup-config

23
Q

What is the lowest-level mode in Cisco IOS?

A

user EXEC mode

24
Q

What kind of cable is used to connect to the RJ45 console port on a Cisco device?

A

Rollover cable

25
Q

What two configuration files are kept on the device?

A

running-config, startup-config

26
Q

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

A

USB
RJ45

27
Q

Which three commands can be use to save the configuration?
Router# […]
Router# […]
Router# […]

A

write
write memory
copy running-config startup-config

28
Q

You use the […] keyword to execute privileged EXEC commands in global configuration mode.

A

do