Chapter 4 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
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
3
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
4
Q

The operating system (OS) of Cisco routers and switches, which provides the majority of a router’s or switch’s features, with the hardware providing the remaining features.

A

Internetwork Operating System

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

A Cisco operating system (OS) with a modern Linux-based multitasking software architecture used as the OS for many enterprise-class LAN switch and router products.

A

IOS XE

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

For connections to the RJ-45 console port rather than USB console port of a Cisco device, the type of cable used between the user PC and the console port. The UTP rollover cable uses a rollover pinout with eight pins, connecting pin 1 to pin 8, pin 2 to pin 7, and so on.

A

rollover cable

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

Stores the currently used configuration commands. This file changes dynamically when someone enters commands in configuration mode.

A

running-config file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
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
10
Q

he standard terminal-emulation application layer protocol in the TCP/IP protocol stack. Telnet 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. Telnet is defined in RFC 854.

A

Telnet

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

A mode of the user interface to a router or switch in which the user can type only nondisruptive 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
12
Q

Global command that changes the context to console configuration mode.

A

line console 0

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

command, Line (console and vty) configuration mode. Tells IOS to prompt for a password (no username).

A

login

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

Line (console and vty) configuration mode. Sets the password required on that line for login if the login command (with no other parameters) is also configured.

A

password pass-value

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

Global command that changes the context to interface mode—for example, interface FastEthernet 0/1.

A

interface type port-number

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

Interface subcommand that sets the Ethernet interface speed on interfaces that support multiple speeds.

A

speed value

17
Q

Global command that sets this switch’s hostname, which is also used as the first part of the switch’s command prompt.

A

hostname name

18
Q

Command that moves back to the next higher mode in configuration mode.

A

exit

19
Q

Command that exits configuration mode and goes back to enable mode from any of the configuration submodes.

A

end

20
Q

This is not a command, but rather a two-key combination (pressing the Ctrl key and the letter Z) that together do the same thing as the end command.

A

Ctrl+Z

21
Q

Privileged mode EXEC command to disable all currently enabled debugs.

A

no debug all

undebug all

22
Q

Privileged mode EXEC command that reboots the switch or router.

A

reload

23
Q

Privileged mode EXEC command that saves the active config, replacing the startup-config file used when the switch initializes.

A

copy running-config startup-config

24
Q

Privileged mode EXEC command that merges the startup-config file with the currently active config file in RAM.

A

copy startup-config running-config

25
Q

Privileged mode EXEC command that lists the contents of the running-config file.

A

show running-config

26
Q

Privileged mode EXEC command that erases the startup-config file.

A

write erase
erase startup-config
erase nvram:

27
Q

EXEC command that disconnects the user from the CLI session.

A

quit

28
Q

Privileged mode EXEC command that lists the contents of the startup-config (initial config) file.

A

show startup-config

29
Q

User mode EXEC command that moves the user from user mode to enable (privileged) mode and prompts for a password if one is configured.

A

enable

30
Q

Privileged mode EXEC command that moves the user from privileged mode to user mode.

A

disable

31
Q

Privileged mode EXEC command that moves the user into configuration mode.

A

configure terminal

32
Q

EXEC command that lists the contents of a switch forwarding (MAC) table.

A

show mac address-table