Cisco Ios CLI Commands Flashcards

(31 cards)

1
Q

What command completes a partial command name entry?

A

Tab

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

What command erases the character to the left of the cursor?

A

Backspace

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

What command erases the character at the cursor?

A

Ctrl-D

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

What command erases all the characters from the cursor through the command line?

A

Ctrl-K

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

What command erases all characters from the cursor through the end of the word?

A

Esc D

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

What command erases all characters from the cursor back to the beginning of the command line?

A

Ctrl-U or Ctrl-X

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

What command erases the word to the left of the cursor?

A

Ctrl-W

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

What command moves the cursor to the beginning of the line?

A

Ctrl-A

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

What command moves the cursor one character to the left?

A

Left Arrow or Ctrl-B

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

What command moves the cursor one word to the left?

A

Esc B

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

What command moves the cursor one word to the right?

A

Esc F

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

What command moves the cursor one character to the right?

A

Right Arrow or Ctrl-F

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

What command moves the cursor to the end of the command line?

A

Ctrl-E

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

What command recalls the last command in the history buffer, starting with the most recent command?

A

Up Arrow or Ctrl-P

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

What command skips to the next line in the history buffer?

A

Down Arrow or Ctrl-N

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

What command redisplays the sytem prompt and command line after a console message is received?

A

Ctrl-R, Ctrl-I, or Ctrl-L

17
Q

When the –More– prompt is displayed, what command will display the next line?

18
Q

When the –More– prompt is displayed, what command will display the next screen?

19
Q

When the –More– prompt is displaced, what command will end the display string, returning to the previous prompt?

A

Any key except for Y, which answers “yes” to the –More– prompt, and acts like the “space” command.

20
Q

When in any configuration mode, what command ends the config mode and returns to priveleged EXEC mode? When in setup mode, aborts back to the command prompt.

21
Q

When in any configuration mode, ends the config mode and returns to priveleged EXEC mode?

22
Q

What is the all-purpose break sequence used to
abort DNS lookups, traceroutes, pings, and to interrupt an IOS process?

23
Q

What command is used to verify current configuration and settings?

A

show running-config

24
Q

What command is used to verify the interface status and check for error messages?

A

show interfaces

25
What command verifies the layer 3 information of an interface?
show ip interface
26
What command verifies the list of known hosts on the local Ethernet LANS?
show arp
27
What command verifies layer 3 routing information?
show ip route
28
What command verifies which protocols are operational?
show protocols
29
What command verifies the memory, interfaces and licenses of the device?
show version
30
What (4) elements are usually configured on a Cisco switch?
1) Host name 2)Management IP address info 3) Passwords 4) Descriptive info
31