Week 5: Session 10: The command-line interface Flashcards

1
Q

command-line interface (CLI)

A

The interface used by network engineers to configure a commercial networking device.

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

Telnet (teletype network)

A

A protocol that enables a network device to be remotely accessed and managed.

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

terminal emulation client

A

The software used by network engineers to access the CLI.

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

SSH (Secure Shell)

A

A protocol that enables a network device to be remotely accessed and managed.

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

Mode and result for command:

configure terminal

A

Mode: Privileged exec
Result: Enter global configuration mode

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

Mode and result for command:

copy running-config startup-config

A

Mode: Privileged exec
Result: Save the configuration to the startup-config file

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

Mode and result for command:

enable

A

Mode: User exec
Result: Enter privileged exec

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

Mode and result for command:

end

A

Mode: Global configuration
Result: Reverts to privileged exec mode

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

Mode and result for command:

exit

A

Mode: any mode
Result: Revert to next highest mode in the mode hierarchy

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

Mode and result for command:

hostname

A

Mode: Global configuration
Result: Configure a hostname on the device

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

Mode and result for command:

interface

A

Mode: Global configuration
Result: Enters into interface configuration mode, indicated by prompt: router(config-if)#

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

Mode and result for command:

ip address

A

Mode: Interface configuration
Result: (from interface config mode) Configure an IP address on an interface

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

Mode and result for command:

no shutdown

A

Mode: Interface configuration
Result: (from interface config mode) Restarts the interface

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

Mode and result for command:

show ip interface brief

A

Mode: Privileged exec
Result: Display information about the interfaces of the devices, such as IP address and status

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

Command for:
Mode: Privileged exec
Result: Enter global configuration mode

A

configure terminal

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

Command for:
Mode: Privileged exec
Result: Save the configuration to the startup-config file

A

copy running-config startup-config

17
Q

Command for:
Mode: User exec
Result: Enter privileged exec

A

enable

18
Q

Command for:
Mode: Global configuration
Result: Reverts to privileged exec mode

A

end

19
Q

Command for:
Mode: any mode
Result: Revert to next highest mode in the mode hierarchy

A

exit

20
Q

Command for:
Mode: Global configuration
Result: Configure a hostname on the device

A

hostname

21
Q

Command for:
Mode: Global configuration
Result: Enters into interface configuration mode, indicated by prompt: router(config-if)#

A

interface

22
Q

Command for:
Mode: Interface configuration
Result: (from interface config mode) Configure an IP address on an interface

A

ip address

23
Q

Command for:
Mode: Interface configuration
Result: (from interface config mode) Restarts the interface

A

no shutdown

24
Q

Command for:
Mode: Privileged exec
Result: Display information about the interfaces of the devices, such as IP address and status

A

show ip interface brief