Chapter 6 Flashcards

1
Q

An interface that enables the user to interact with the operating system by entering commands and optional arguments.

A

Command-line interface (CLI)

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

The standard terminal-emulation application layer protocol in the TCP/IP protocol stack. This is used for remote terminal connection, enabling users to log in to remote systems and use resources as if they were connected to a local system. It is defined in RFC 854

A

Telnet

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

A TCP/IP application layer protocol that supports terminal emulation between a client and server, using dynamic key exchange and encryption to keep the communications private.

A

Secure Shell (SSH)

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

A part of the Cisco IOS CLI in which the user can use the most powerful and potentially disruptive commands on a router or switch, including the ability to then reach configuration mode and reconfigure the router.

A

Enable mode

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

A mode of the user interface to a router or switch in which the can type only non-disruptive EXEC commands, generally just to look at the current status, but not to change any operational settings.

A

User mode

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

A part of the Cisco IOS software CLI in which the user can type configuration commands that are then added to the device’s currently used configuration file (running-config).

A

Configuration mode

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

In Cisco IOS switches and routers, the name of the file that resides in NVRAM memory, holding the device’s configuration that will be loaded into RAM as the running-config file when the device is next reloaded or powered on.

A

Startup Config file

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

In Cisco IOS switches and routers, the name of the file that resides in RAM memory, holding the device’s currently used configuration.

A

Running-config file

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

What does Cisco call the operating system that is used to implement and control the logic and functions performed by a Cisco switch.

A

Internetwork Operating System (IOS)

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

What is privileged EXEC mode (privileged mode) also referred to as?

A

enable mode

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

What command tells the switch to reinitialize or reboot Cisco IOS, only from enable mode.

A

reload

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

If the command prompt lists the hostname followed by a _____, the user is in user mode; if it is the hostname followed by the _____, the user is in enable mode.

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

The _____ command lists status information at one instant of time—more like a photograph—the _____ command acts more like a live video camera feed

A

show;

debug

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

What CLI command is used in privileged EXEC mode (enable mode) to enter into configuration mode?

A

configure terminal

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

What CLI command is used in configuration mode to go back to privileged EXEC (enable mode)?

A

exit

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

What CLI command is used in privileged EXEC mode (enable mode) to go back to user EXEC mode?

A

end or Ctl-Z or

disable

17
Q

Used by the switch just as it is used by any other computer: for working storage. The running (active) configuration file is stored here.

A

RAM (Random-Access Memory)

18
Q

Either a chip inside the switch or a removable memory card. It stores fully functional Cisco IOS images and is the default location where the switch gets its Cisco IOS at boot time. It also can be used to store any other files, including backup copies of configuration files.

A

Flash Memory

19
Q

Stores a bootstrap (or boothelper) program that is loaded when the switch first powers on. This bootstrap program then finds the full Cisco IOS image and manages the process of loading Cisco IOS into RAM, at which point Cisco IOS takes over operation of the switch.

A

ROM (Read-Only Memory)

20
Q

Stores the initial or startup configuration file that is used when the switch is first powered on and when the switch is reloaded.

A

NVRAM (Nonvolatile RAM)

21
Q

What is the configuration file name that stores the initial configuration used anytime the switch reloads Cisco IOS?

A

startup-config

22
Q

What is the configuration file name that stores the currently used configuration commands. It changes dynamically when someone enters commands in the configuration mode.

A

running-config

23
Q

What EXEC command backs up the running-config to the startup-config file?

A

copy running-config startup-config

24
Q

To erase everything and start with a clean configuration what three commands would need to be entered?

A

write erase
erase startup-config
erase NVRAM

25
Q

Does Cisco have a command that erases the contents of a running-config file?

A

No

26
Q

How do you clear out the running-config file?

A

Erase the startup-config and enter the reload EXEC command