4. Intro to CLI Flashcards

1
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
2
Q

Default Cisco console port settings:

Parity = […]

A

None

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
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
4
Q

Enter global configuration mode:

Router# […]

A

configure terminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
Q

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

A

no (for example, no service password-encryption)

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

What kind of cable is used to connect 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
8
Q

What two configuration files are kept on the device?

A

startup-config, running-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
Q

View the startup configuration:

Router# […]

A

show startup-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
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
12
Q

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

A

USB

RJ45

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
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
14
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
15
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
16
Q

Default Cisco console port settings:

Flow control = […]

A

None

17
Q

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

A

write
write memory
copy running-config startup-config