Module 18: The Cisco IOS Command Line Flashcards

(52 cards)

1
Q

Verify the Layer 3 routing information.

A

describe the command

show ip route

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

this is a command that is already built ino the ios

A

describe what a

keyword

is in a cisco command

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

this command is used to show relevant information about different aspects of the device

A

describe what the

show command

is used for

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

describe the command

show version

A

Verify the memory, interfaces, and licenses of the device.

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

Verify which protocols are operational.

A

describe the command

show protocols

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

this Mode allows access to only a limited number of basic monitoring commands.

It is often referred to as “view-only” mode.

A

describe

user EXEC mode

of a switch or router

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

in this mode the prompt will look as follows:

Switch#
Router#

A

how does the prompt look for a router or switch that is in

privileged exec mode

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

describe the command

show running-config

A

Verify the current configuration and settings.

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

to achieve this use the question mark (?)

A

how do you get help when using a cisco device

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

this is something that is variable such as an IP address

A

describe what an

argument

is in a cisco command

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

describe the command

show protocols

A

Verify which protocols are operational.

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

describe

global config mode

A

this mode is sued to make configurations on the device

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

describe

privileged exec mode

of a router or switch

A

this Mode allows access to all commands and features.

The user can use any monitoring commands and execute configuration and management commands.

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

what are the 4 elements of a typical cisco command

A

these include

  1. prompt
  2. command
  3. space
  4. keyword / arguments
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Verify the interface status and see if there are any error messages.

A

describe the command

show interfaces

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

describe what the

show command

is used for

A

this command is used to show relevant information about different aspects of the device

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

Verify the list of known hosts on the local Ethernet LANs.

A

describe the command

show arp

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

Verify the memory, interfaces, and licenses of the device.

A

describe the command

show version

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

describe what an

argument

is in a cisco command

A

this is something that is variable such as an IP address

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

in this mode the propmt looks as follows:

Switch>
Router>

A

how does the prompt look for a switch or router that is in

user exec mode

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

describe the command

configure terminal

A

entered from the priveleged exec mode will enter global config where configurations can be made

22
Q

Verify the current configuration and settings.

A

describe the command

show running-config

23
Q

describe the command

show interfaces

A

Verify the interface status and see if there are any error messages.

24
Q

will return you to your previous mode

A

describe the command

exit

25
describe the command ## Footnote **interface vlan 1**
is a sub mode used for configuring interfaces on the device (enter the interface you wish to configure after interface)
26
describe the commmand ## Footnote **enable**
entered at the user exec mode allows you to enter the priveleged exec mode
27
entered at the user exec mode allows you to enter the priveleged exec mode
describe the commmand ## Footnote **enable**
28
entered at the priveleged exec mode will return you to the user exec mode
describe the command ## Footnote **disable**
29
entered from the priveleged exec mode will enter global config where configurations can be made
describe the command ## Footnote **configure terminal**
30
describe the command ## Footnote **show ip interface**
Verify the Layer 3 information of an interface.
31
how do you get help when using a cisco device
to achieve this use the question mark (?)
32
describe the prompt when in ## Footnote **global config mode**
in this mode the prompt will look as follows: ## Footnote switch(config)#
33
describe the command ## Footnote **show arp**
Verify the list of known hosts on the local Ethernet LANs.
34
describe the command ## Footnote **line vty 0 15**
is a sub-mode used for virtual terminal mangement
35
this mode is sued to make configurations on the device
describe ## Footnote **global config mode**
36
describe what a **keyword** is in a cisco command
this is a command that is already built ino the ios
37
in this mode the prompt will look as follows: ## Footnote switch(config)#
describe the prompt when in ## Footnote **global config mode**
38
Verify the Layer 3 information of an interface.
describe the command ## Footnote **show ip interface**
39
how does the prompt look for a switch or router that is in ## Footnote **user exec mode**
in this mode the propmt looks as follows: ## Footnote Switch\> Router\>
40
is a sub mode used for configuring interfaces on the device (enter the interface you wish to configure after interface)
describe the command ## Footnote **interface vlan 1**
41
leaves all sub-modes and returns you to the priveleged exec mode
describe the commands ## Footnote **end and ctrl+z**
42
describe the command ## Footnote **disable**
entered at the priveleged exec mode will return you to the user exec mode
43
how does the prompt look for a router or switch that is in ## Footnote **privileged exec mode**
in this mode the prompt will look as follows: ## Footnote Switch# Router#
44
is a sub-mode for configuring the console
describe the command ## Footnote **line console 0**
45
these include 1. prompt 2. command 3. space 4. keyword / arguments
what are the 4 elements of a typical cisco command
46
is a sub-mode used for virtual terminal mangement
describe the command ## Footnote **line vty 0 15**
47
describe the command ## Footnote **show ip route**
Verify the Layer 3 routing information.
48
describe the command ## Footnote **exit**
will return you to your previous mode
49
describe **user EXEC mode** of a switch or router
this Mode allows access to only a limited number of basic monitoring commands. It is often referred to as “view-only" mode.
50
this Mode allows access to all commands and features. The user can use any monitoring commands and execute configuration and management commands.
describe **privileged exec mode** of a router or switch
51
describe the commands ## Footnote **end and ctrl+z**
leaves all sub-modes and returns you to the priveleged exec mode
52
describe the command ## Footnote **line console 0**
is a sub-mode for configuring the console