3. Operating Cisco IOS Software Flashcards

1
Q

Define CLI

A

Command Line Interface

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

Define GUI

A

Graphical User Interface

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

List the two primary access levels available in Cisco IOS CLI

A
  1. User EXEC.

2. Priveleged EXEC.

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

Name the mode:

Device>

A

User EXEC Mode

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

Name the mode:

Device#

A

Priveleged EXEC Mode

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

Name the mode:

Device(config)#

A

Global Configuration Mode

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

Name the mode:

Device(config-if)#

A

Interface Configuration Mode

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

Name the mode:

Device(config-router)#

A

Router Configuration Mode

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

Three commands to exit User EXEC Mode

A

logout, exit, or quit

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

Two commands to exit Privileged EXEC Mode

A

disable or exit

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

Three commands to exit Global Configuration Mode

A

exit, end, or Ctrl-Z

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

Command to exit Interface Configuration Mode

A

exit

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

Command to enter Privileged EXEC Mode

A

enable

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

Command to enter Global Configuration Mode

A

configure terminal

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

Command to enter Interface Configuration Mode

A

interface (followed by interface label)

Switch(config)# interface Ethernet 0/1

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

Command to access context-sensitive help

A

?

17
Q

What is stored in NVRAM on a Cisco switch?

A

The Startup Configuration.

18
Q

What is stored in RAM on a Cisco switch?

A

The Running Configuration.

19
Q

What is stored in ROM on a Cisco switch?

A
  1. Bootstrap Code
  2. POST Code.
  3. ROM Monitor.
20
Q

What is stored in Flash Memory on a Cisco switch?

A
  1. Cisco IOS Software.

2. Backup Configuration.

21
Q

Command that displays the current running config

A

switch# show running-config

22
Q

Command that displays the startup configuration stored in NVRAM?

A

switch# show startup-config

23
Q

Command that saves the running configuration to the startup-config file in NVRAM?

A

switch# copy running-config startup-config

24
Q

Command that merges the startup configuration from NVRAM into the running configuration

A

switch# copy startup-config running-config

25
Q

Command to reboot the switch

A

switch# reload

26
Q

Command to factory reset switch

A

switch# erase startup-config

27
Q

List the Four Filtering Parameters available with the “Show” command.

A
  1. Begin
  2. Exclude
  3. Include
  4. Section