Operating Cisco IOS Software Flashcards

1
Q

SSH is a secure method to remotely access the CLI

A

Secure Shell (SSH)

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

Telnet is an unsecure method of establishing a CLI session.

A

Telnet

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

Accessing a device CLI through a console connection is also called

A

out-of-band (OOB)

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

Because these CLI connections consume network bandwidth, they are also called

A

in-band access

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

Allows a person to execute only a limited number of basic monitoring commands.

A

User EXEC

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

Allows a person to execute all device commands, for example, all configuration and management commands. This level can be password-protected to allow only authorized users to execute the privileged set of commands.

A

Privileged EXEC

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

While in privileged EXEC mode, enter the configure terminal command. Use this mode to configure parameters that apply to the entire device.

A

Global Configuration Mode

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

While in global configuration mode, enter the interface command followed by interface label of the interface you wish to configure. Use this mode to configure parameters for the device interfaces.

A

Interface Configuration Mode

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

Provides a list of commands or the arguments that are associated with a specific command.

A

Context-sensitive help

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

Identifies problems with commands that you have entered so that you can alter or correct them.

A

Error notification message

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

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

A

% Ambiguous command

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

You did not enter all keywords or values that are required by this command.

A

% Incomplete command

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

You entered the command incorrectly. The ^ marks the first element with the error.

A

% Invalid input detected at ‘^’ marker

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

NVRAM is the memory component in the device hardware that retains stored information (for example, it is non-volatile) even after the device is powered down. The configuration file that is stored in the NVRAM is called the startup-config file.

A

Non-Volatile Random Access Memory (NVRAM)

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

Once the device has started, the system copies the startup configuration to RAM. The configuration file in RAM is called the running-config file.

A

random-access memory (RAM)

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

ROM is a form of permanent storage. This type of Memory contains microcode for basic functions to start and maintain the router. ROM is nonvolatile, so it maintains the memory contents even when the power is turned off.

A

Read Only Memory (ROM)

17
Q

Which is used to bring up the router during initialization

A

The bootstrap code

18
Q

Which is used to test the basic functionality of the router hardware and determine which components are present

A

Power-On Self Test (POST) microcode

19
Q

Includes a low-level operating system that is normally used for manufacturing, testing, troubleshooting, and password recovery. In ROM monitor mode, the router has no routing or IP capabilities.

A

ROM monitor

20
Q

Is similar to a hard drive in that the information that the system stores there is retained even when the device is powered off. Cisco IOS Software is stored in flash memory. Flash memory may also store backup configuration files and additional device-related files.

A

Flash memory

21
Q

Displays the current running configuration. You can also use filters. For example, you can use the show running-config interface GigabitEthernet0/1 command to display only the interface GigabitEthernet0/1 running configuration.

A

show running-config

22
Q

Displays the startup configuration stored in NVRAM.

A

show startup-config

23
Q

Enters the Global Configuration Mode, where you can interactively change the configuration in RAM (the running-config), using console or remote terminal access.

A

configure terminal

24
Q

Saves the running configuration to startup-config file in NVRAM.

A

copy startup-config running-config

25
Q

Deletes the saved startup-config file in NVRAM.

A

erase startup-config