Day 04 Flashcards - Intro to the CLI

1
Q

Front

A

Back

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

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

A

USB<div>RJ45</div>

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

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

A

Rollover cable

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

Default Cisco console port settings:<br></br><div>Speed (baud rate) = […]</div>

A

9600 bits per second

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

Default Cisco console port settings:<br></br><div>Data bits = […]</div>

A

8

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

Default Cisco console port settings:<br></br><div>Stop bits = […]</div>

A

1

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

Default Cisco console port settings:<br></br><div>Parity = […]</div>

A

None

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

Default Cisco console port settings:<br></br><div>Flow control = […]</div>

A

None

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

In Cisco IOS, <i>user EXEC mode</i>is indicated by what?<div>Router[…]</div>

A

>

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

In Cisco IOS, <i>privileged EXECmode</i>is indicated by what?<div>Router[…]</div>

A

#

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

In Cisco IOS,<i>global configuration mode</i>is indicated by what?<div>Router[…]</div>

A

(config)#

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

What is the lowest-level mode in Cisco IOS?

A

user EXEC mode

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

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

A

privileged EXEC mode

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

View the available commands:<div>Router#[…]</div>

A

<b>?</b>

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

Enter <i>privileged EXEC mode</i>:<div>Router>[…]</div>

A

<b>enable</b>

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

Enter <i>global configuration mode</i>:<div>Router# […]</div>

A

<b>configure terminal</b>

17
Q

Configure an unencrypted password to protect <i>privileged EXEC mode</i>:<div>Router(config)# […]</div>

A

<b>enable password </b><i>password</i>

18
Q

Return to <i>privileged EXEC mode</i>:<div>Router(config)# […]</div>

A

<b>exit</b>

19
Q

What two configuration files are kept on the device?

A

running-config, startup-config

20
Q

View the running configuration:<div>Router# […]</div>

A

<b>show running-config</b>

21
Q

View the startup configuration:<div>Router# […]</div>

A

<b>show startup-config</b>

22
Q

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

A

<b>write</b><div><b>write memory</b></div><div><b>copy running-config startup-config</b></div>

23
Q

Encrypt current and future passwords on the device:<div>Router(config)# […]</div>

A

<b>service password-encryption</b>

24
Q

Configure an MD5-encrypted enable password:<div>Router(config)# […]</div>

A

<b>enable secret </b><i>password</i>

25
Q

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

A

<b>do</b>

26
Q

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

A

<b>no</b>(for example, <b>no service password-encryption</b>)

27
Q

Cisco’s <b>service password-encryption</b>command uses type […] encryption.

A

7

28
Q

<b>enable secret</b>uses type […] (MD5) encryption.

A

5

29
Q

If <b>service password-encryption</b>is removed, will currently encrypted passwords be decrypted?

A

No