Introduction to CLI (Command Line Interfaces) Flashcards

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

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

A

do

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

Default Cisco console port settings:

Data bits = ______

A

8 bits

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

Enter privileged EXEC mode:

Router> _______

A

enable

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

Default Cisco console port settings:

Stop bits = _______

A

1 bit

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

View the running configuration:

Router#_______

A

show running-config

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

View the available commands:

Router#_______

A

?

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

enable secret uses type ______ (MD5) encryption

A

5

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

Default Cisco console port settings:

Parity = ______

A

None

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

Use the ______ keywords to removed a configured command.

A

No (no service-password encryption)

17
Q

Default Cisco console port settings:

Flow control = ______

A

None

18
Q

Cisco’s service password-encryption command uses type _______ encryption.

A

7

19
Q

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

A

Rollover Cable

20
Q

In Cisco IOS, global configuration mode is indicated by what?
Router ______

A

Router(config)#

21
Q

In Cisco IOS, user EXEC mode is indicated by what?

Router _____

A

Router>

22
Q

Which three commands can be use to save the configuration?
Router#_______
Router#_______
Router#_______

A

Router#write
Router#write memory
Router#copy running-config startup-config

23
Q

What two configuration files are kept on the devices?

A

running-config

startup-config

24
Q

Configure an MD5-encrypted enable password:

Router(config)#_______

A

enable secret password

25
Q

View the startup configuration:

Router#______

A

show startup-config

26
Q

What is the lowest-level mode in Cisco IOS?

A

user EXEC mode