M1.2 Basic Switch and End Device Configuration Flashcards

(88 cards)

1
Q

What OS portion interacts directly with hardware

A

The Kernel.

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

What OS portion interfaces with the user and applications

A

The Shell.

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

What is the operating system on a home router usually called

A

Firmware.

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

What type of interface uses text-based commands at a prompt

A

A Command-Line Interface or CLI.

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

What interface uses graphical icons menus and windows

A

A Graphical User Interface or GUI.

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

Why is the CLI preferred for network device management

A

It is more reliable and feature-complete than a GUI.

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

What is the family of network operating systems on many Cisco devices

A

Cisco IOS.

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

Name a Cisco operating system besides IOS

A

IOS XE.

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

Name a Cisco operating system designed for large service provider networks

A

IOS XR.

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

Name a Cisco operating system used in data center switches

A

NX-OS.

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

What is an access method that uses a physical management port

A

Console.

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

What is the recommended secure method for remote CLI access

A

SSH.

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

What is an insecure method of remote CLI access

A

Telnet because it does not provide an encrypted connection.

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

What type of access uses a dedicated management channel

A

Out-of-band access.

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

What type of access requires active networking services

A

In-band access.

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

What is the advantage of out-of-band access

A

Device is accessible even if networking services fail.

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

What is required for a console connection

A

A terminal emulation program and a console cable.

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

Name a terminal emulation program for device access

A

PuTTY.

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

Besides PuTTY name another terminal emulation program

A

Tera Term.

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

Which IOS mode provides limited view-only access

A

User EXEC Mode.

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

Which IOS mode provides access to all commands including configuration

A

Privileged EXEC Mode.

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

Which mode is used to make configuration changes affecting the entire device

A

Global Configuration Mode.

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

Which subconfiguration mode is used to configure console SSH or Telnet access

A

Line Configuration Mode.

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

Which subconfiguration mode is used to configure a switch port or router interface

A

Interface Configuration Mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What command enters Privileged EXEC Mode from User EXEC Mode
enable.
26
What command enters Global Configuration Mode from Privileged EXEC Mode
configure terminal.
27
What command moves you back one level in the mode hierarchy
exit.
28
What command or key combination returns directly to Privileged EXEC Mode from any subconfig mode
end or Ctrl+Z.
29
What symbol in a default prompt indicates Privileged EXEC Mode
#
30
What prompt syntax indicates Global Configuration Mode
Switch(config)#
31
What prompt syntax indicates Line Configuration Mode
Switch(config-line)#
32
What prompt syntax indicates Interface Configuration Mode
Switch(config-if)#
33
What part of a command's syntax is a specific parameter defined in the OS
A keyword.
34
What part of a command's syntax is a user-defined value or variable
An argument.
35
In command syntax documentation what does boldface text indicate
Commands and keywords that are entered literally.
36
In command syntax documentation what does italic text indicate
Arguments for which the user supplies a value.
37
In command syntax what do square brackets [x] indicate
An optional element keyword or argument.
38
In command syntax what do braces {x} indicate
A required element keyword or argument.
39
What character provides context-sensitive help in the IOS CLI
The question mark ?.
40
What key completes a partially typed command or keyword
Tab.
41
What is the function of the Backspace key
Erases the character to the left of the cursor.
42
What keystroke combination moves the cursor to the beginning of the line
Ctrl+A.
43
What keystroke combination moves the cursor to the end of the command line
Ctrl+E.
44
What keystroke combination erases all characters from the cursor back to the start of the line
Ctrl+U.
45
What keystroke combination erases the word to the left of the cursor
Ctrl+W.
46
What key combination aborts commands like ping or traceroute
Ctrl+Shift+6.
47
What keystroke recalls the previous command in the history buffer
The Up Arrow or Ctrl+P.
48
What prompt appears when command output is too long to display on one screen
The --More-- prompt.
49
What should be the first configuration command on a new device
Give it a unique hostname.
50
What is one guideline for a valid hostname
It must start with a letter and contain no spaces.
51
What global config command sets the device name
hostname name.
52
What command removes a device's hostname
no hostname.
53
What is the recommended minimum length for a strong password
More than eight characters.
54
Besides length what is a characteristic of a strong password
It uses a mix of uppercase lowercase numbers and symbols.
55
What command secures privileged EXEC access with an encrypted password
enable secret password.
56
What command enters configuration mode for the console port
line console 0.
57
What command sets the password for a line
password password.
58
What command enables password checking on a line
login.
59
What is the typical range of VTY lines on a Cisco switch
0 to 15.
60
What command configures VTY lines 0 through 15 simultaneously
line vty 0 15.
61
What command sets the password for the VTY lines
password password.
62
What command enables password checking for VTY access
login.
63
What is the purpose of the service password-encryption command
To apply weak encryption to all plaintext passwords in the config.
64
What type of encryption does the service password-encryption command apply
Weak encryption.
65
What command verifies that passwords are encrypted
show running-config.
66
Why should you configure a banner message
To provide a legal warning that only authorized personnel should access the device.
67
What is the command to create a message of the day banner
banner motd # message #.
68
What is the function of the delimiting character in the banner motd command
It marks the start and end of the message text.
69
What configuration file is stored in NVRAM and used on boot
The startup-config.
70
What configuration file is stored in RAM and reflects the current configuration
The running-config.
71
What happens to the running-config when a device loses power
It is erased because it is stored in volatile RAM.
72
When does a modification to the running-config take effect
Immediately.
73
What command displays the current active configuration
show running-config.
74
What command displays the saved configuration file
show startup-config.
75
What command saves the running configuration to the startup configuration file
copy running-config startup-config.
76
What does the IOS prompt for if you reload with unsaved changes
It asks whether to save the changes before proceeding.
77
What command deletes the startup configuration file from NVRAM
erase startup-config.
78
How do you restore a switch to its factory default state
Use the erase startup-config command and then the reload command.
79
What is the structure of an IPv4 address like 192.168.1.1 called
Dotted decimal notation.
80
What is the purpose of a subnet mask
It differentiates the network portion of an IPv4 address from the host portion.
81
What is the purpose of a default gateway
It is the router IP address used to access remote networks.
82
How many bits long is an IPv6 address
128 bits.
83
What is a Switch Virtual Interface or SVI
A virtual interface created in software on a switch.
84
What is the primary purpose of configuring an IP address on a switch SVI
To allow for remote management of the switch.
85
What is the default SVI on a Cisco switch
Interface VLAN1.
86
What global config command enters the configuration mode for the default SVI
interface vlan 1.
87
What interface command assigns an IPv4 address and subnet mask
ip address ip-address subnet-mask.
88
What interface configuration command enables an interface
no shutdown.