Module 1-4 Flashcards

(36 cards)

1
Q

What is User EXEC Mode

A

Allows access to a limited number of basic monitoring commands

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

What symbol identifies User EXEC mode

A

>

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

What is privileged EXEC Mode

A

Allows access to all commands and features

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

What symbol is Privileged EXEC mode identified by

A

#

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

What is Global Configuration Mode?

A

Used to access configuration options on the device

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

What is Line configuration mode?

A

Used to configure console, SSH , Telnet or AUX access

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

What is interface config mode?

A

Used to configure a switch port or router interface

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

What command is used to go from user EXEC mode to privilege EXEC mode?

A

Enable

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

What command is used to enter global config mode?

A

Configure Terminal

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

What command is used to exit global configuration mode?

A

exit

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

What command is used to get back to global configuration mode from any subconfiguration mode?

A

exit

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

What command is used to return to privilege EXEC mode?

A

End

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

How do you switch between sub configuration modes in Cisco CLI

A

Type the command for the new mode directly.

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

What prompt shows you’re in line configuration mode?

A

(config-line)#

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

What prompt shows you’re in interface configuration mode?

A

(config-if)#

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

What Configuration mode must you be in to set a hostname for your switch?

A

Global Config Mode

17
Q

What command is used to set a name for your switch?

18
Q

What command is used to return the switch to default prompt?

A

no hostname in global config mode

19
Q

What configuration mode should you be in to configure user EXEC mode passwords?

A

Line config mode

20
Q

What command is used to enter line config mode?

A

line console 0

21
Q

What command is used to specify the user EXEC mode password?

A

password password

22
Q

What command is used to enable user EXEC access after specifying the password?

23
Q

What mode must you be in to set a password for privileged EXEC mode access?

A

Global Configuration Mode

24
Q

What command is used to set privileged EXEC mode password?

A

enable secret password

25
What command enters VTY line configuration mode?
line vty 0 15
26
What does line vty 0 15 mean?
Accesses all 16 VTY lines (0 to15) for remote access config
27
How do you specify a VTY password?
password password
28
How do you set the VTY password after specifying it?
login
29
What command encrypts all plaintext passwords?
service password-encryption
30
What mode is the encryption command used?
in global configuration mode
31
What command can you use to verify password encryption?
Show running-config
32
Why should you use service password-encryption?
To stop passwords from being shown in plaintext in config files.
33
What is the purpose of a banner message on a Cisco device?
To warn unauthorised users from accessing the device
34
What command is used to create a banner message?
banner motd #Your message#
35
When Is the banner message show to users?
When users attempt to access the device.
36