Day 29 Flashcards

1
Q

Ways to configure a Cisco Device

A
  1. Console Terminal (with RJ-45)

2. Remote Terminal

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

Ways to access a Cisco Device?

A
  1. Establish terminal via Telnet
  2. Download a config file
  3. Console or Auxillary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Two basic access levels in CLI

A
  1. User EXEC mode - show and ping

2. Privileged EXEC mode - Full access to device commands

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

Types of ways to get help within Cisco CLI

A
  1. Word help. sh? ch?

2. Command Syntax Help. Show?

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

Meaning of Error Message:

Ambiguous command: “cl”

A

You did not enter enough characters for your device to recognize the command.

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

Meaning of Error Message:

Incomplete Command

A

You didn’t enter all the keywords or values requried

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

Keyboard command to:

Display most recent command

A

Up Arrow OR Ctrl+P

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

Keyboard command to:

Moves forward to most recent command

A

Down arrow OR Ctrl+N

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

Keyboard command to:

Moves cursor backwards

A

Left Arrow OR Ctrl+B

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

Keyboard command to:

Moves cursor forward

A

Right Arrow OR Ctrl+F

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

Keyboard command to:

Complete a partial command

A

Tab

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

Keyboard command to:

Moves cursor backwards, deleting characters

A

Backspace

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

Keyboard command to:

Moves character to first letter in current command

A

Ctrl+A

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

Keyboard command to:

Moves character to the last letter of current command

A

Ctrl+E

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

Keyboard command to:

Redisplay the command line with all characters

A

Ctrl+R

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

Keyboard command to:

Deletes a single character

A

Ctrl+ D

17
Q

Keyboard command to:

Moves back one word

A

Esc+B

18
Q

Keyboard command to:

Move forward one word

A

Esc+F

19
Q

Command to:

Enter Global configuration mode

A

Switch# configure terminal

20
Q

Command to:

Configure a name for a device

A

Switch(config)# hostname S1

21
Q

Command to:

Configure the interface IP address

A

S1(config-if)# ip address 172.17.99.11 255.255.255.0

22
Q

Command to:

Return to global config mode

A

exit

23
Q

Command to:

Return to privileged EXEC mode

A

end

24
Q

Command to:

Configure multiple ports with the same command

A

interface range

25
Q

Command to:

Test the TCP/IP Stack on Windowns

A

ping

26
Q

Command to:

Test Connectivity to the Default Gateway on Windows PC

A

ipconfig to find ip of default gateway

ping ip of default gateway

27
Q

Command to:

See route from Windows PC

A

tracert

28
Q

Command to:

See route from Linux or MAC terminal

A

traceroute

29
Q

Command to:

To list both the speed and duplex settings on an interface

A

show interface status
OR
show interfaces