Commands Flashcards

Memorization of which commands are allowed in certain modes in the Cisco IOS CLI

1
Q

If the command prompt lists the hostname followed by a “>” sign, you are in what mode?

A

User mode (User EXEC mode).

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

If the command prompt lists the hostname followed by a “#” sign, you are in what mode?

A

Enable mode (Privileged mode or Privileged EXEC mode).

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

Commands that can be used in either user (EXEC) mode or enable (EXEC) mode are called ____ commands.

A

EXEC commands.

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

What does the “reload” command do and which mode can it be used in?

A

The reload command performs a reboot of the switch/router. Enable mode.

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

What does the “enable secret password-value” command do and which mode can it be used in?

A

This command sets the enable password using a more secure version of the enable password password-value command. Global Configuration mode.

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

What does the “line console 0” command do and which mode can it be used in?

A

This command puts you into the console line configuration mode. Global Configuration mode.

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

What does the “line vty 0 4” command do and which mode can it be used in?

A

This command puts you into a telnet/ssh line configuration mode for the virtual lines 0 through 4 (5 virtual lines). Global Configuration mode.

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

What does the “hostname hostname-value” command do and which mode can it be used in?

A

This command sets the name of the switch/router. Global Configuration mode.

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

What does the “exit” command do and which mode can it be used in?

A

This allows you to move backwards one time in the CLI (console line config mode to global config mode). Any mode.

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

What does the “end or CTRL-Z” command do and which mode can it be used in?

A

Puts you back into enable mode regardless of which mode you were currently in. Any mode.

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

What does the “interface FastEthernet 0/1” command do and which mode can it be used in?

A

Puts you into the interface configuration mode for the fast ethernet port 0/1. Any configuration mode.

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

What does the “Login local” command do and which mode can it be used in?

A

Used within either the console or vty line configuration mode, this command tells the switch to use the locally configured list of usernames and passwords to authenticate.

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

What does the “username username-value password password-value” command do and which mode can it be used in?

A

This creates a local entry of the paired username and password. Global configuration mode.

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

What does the “login” command do and which mode can it be used in?

A

Used within either the console or vty line configuration mode, this command tells the switch to use a simple shared password to authenticate.

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

What does the “password password-value” command do and which mode can it be used in?

A

Used within either the console or vty line configuration mode, this command creates a simple shared password for all users to authenticate with no username.

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