Module 2 (PPT) Flashcards
The user interface that allows users to request specific tasks from the computer. These requests can be made either through the CLI or GUI interfaces.
Shell
Communicates between the hardware and software of a computer and manages how hardware resources are used to meet software requirements.
Kernel
The physical part of a computer including underlying electronics
Hardware
A ___ allows the user to interact with the system using an environment of graphical icons, menus, and windows.
GUI
A ___is more user-friendly and requires less knowledge of the underlying command structure that controls the system.
GUI
GUIs can fail, crash, or simply not operate as specified. For these reasons, network devices are typically accessed through a ____.
CLI
PC operating system enables a user to do the following:
- Use a mouse to make selections and run programs
- Enter text and text-based commands
CLI-based network operating system enables a network technician to do the following:
- Use a keyboard to run CLI-based network programs
- Use a keyboard to enter text and text-based commands
- View output on a monitor
A physical management port used to access a device in order to provide maintenance, such as performing the initial configurations.
Console
Establishes a secure remote CLI connection to a device, through a virtual interface, over a network. (Note: This is the recommended method for remotely connecting to a device.)
Secure Shell (SSH)
Establishes an insecure remote CLI connection to a device over the network. (Note: User authentication, passwords and commands are sent over the network in plaintext.)
Telnet
____ programs are used to connect to a network device by either a console port or by an SSH/Telnet connection.
Terminal emulation
- Allows access to only a limited number of basic monitoring commands
- Identified by the CLI prompt that ends with the > symbol
User EXEC Mode
- Allows access to all commands and features
- Identified by the CLI prompt that ends with the # symbol
Privileged EXEC Mode
Used to access configuration options on the device
Global Configuration Mode
Used to configure console, SSH, telnet or AUX access
Line Configuration Mode
Used to configure a switch port or router interface
Interface Configuration Mode
To mode from user EXEC mode to privilege EXEC mode, use the ____ command
enable
To move in and out of global configuration mode, use the ____ command.
configure terminal
To return to privileged EXEC mode, use the ___ command
exit
To move in and out of line configuration mode, use the ___ command followed by the management line type
line
To return to global configuration mode, use the __- command
exit
To move out of any sub configuration mode to get back to global configuration mode, use the ___ command
exit
To return to privilege EXEC mode, use the ___ command or key combination _____
end | CTRL + Z
To move directly from one subconfiguration mode to another, ____in the desired subconfiguration mode command.
type
This is a specific parameter defined in the operating system (in the figure,ip protocols).
Keyword
This is not predefined; it is a value or variable defined by the user (in the figure,192.168.10.5).
Argument
A ___ might require one or more arguments. To determine the keywords and arguments required for a command, refer to the command syntax.
command
___ text indicates commands and keywords that are entered as shown.
boldface
text indicates arguments for which you supply values
italic
____ indicate an optional element
Square brackets
indicate a required element
Braces
___ and ___ within square brackets indicate a required choice within an optional element. Spaces are used to clearly delineate parts of the command.
Braces and vertical lines
The command is____and the user-defined argument is theip-addressof the destination device. For example,___ 10.10.10.5.
ping
The command is____and the user-defined argument is theip-addressof the destination device. For example,____192.168.254.254
traceroute
____ help enables you to quickly find answers to these questions:
- Which commands are available in each command mode?
- Which commands start with specific characters or group of characters?
- Which arguments and keywords are available to particular commands?
Context-sensitive
___ check verifies that a valid command was entered by the user.
- If the interpreter cannot understand the command being entered, it will provide feedback describing what is wrong with the command.
Command syntax
The ____ provides hot keys and shortcuts that make configuring, monitoring, and troubleshooting easier.
IOS CLI
Completes a partial command name entry
Tab
Erases the character to the left of the cursor
Backspace
Moves the cursor one character to the left
Left Arrow or CTRL B
Moves the cursor one character to the right
Right Arrow or CTRL F
Recalls the command in the history buffer, beginning with the most recent commands.
Up Arrow or CTRL P
Displays the next line
Enter Key
Displays the next screen
Space Bar
Ends the display string, returning to privileged EXEC mode
Any other key
When in any configuration mode, ends the configuration mode and returns to privilefed EXEC mode
CTRL + C
When in any configuration mode, ends the configuration mode and returns to privileged EXEC mode
CTRL - Z
All-purpose break sequence used to abort DNS lookups, traceroutes, pings
CTRL + SHIFT + 6
The first configuration command on any device should be to give it a ____
unique hostname.
By ____ , all devices are assigned a factory default name. For example, a Cisco IOS switch is “Switch.”
default
To return the switch to the default prompt, use the____ command.
no hostnameglobal config
The use of weak or easily guessed passwords are a ____ concern.
security
All networking devices should limit administrative access by securing privileged EXEC, user EXEC, and remote Telnet access with passwords. In addition, all passwords should be ___ and legal notifications provided.
encrypted
Password Guidelines:
- Use passwords that are more than eight characters in length.
- Use a combination of upper and lowercase letters, numbers, special characters, and/or numeric sequences.
- Avoid using the same password for all devices.
- Do not use common words because they are easily guessed.
Most of the labs in this course use simple passwords such as____. These passwords are considered weak and easily guessable and should be avoided in production environments.
ciscoorclass
First enter line console configuration mode using the___ commandin global configuration mode.
line console 0
Next, specify the user EXEC mode password using the___ passwordcommand.
password
Finally, enable user EXEC access using the____ command.
login
To secure privileged EXEC mode access:
- First enter global configuration mode.
- Next, use theenable secretpasswordcommand.
Securing VTY line access:
- First enter line VTY configuration mode using the____ commandin global configuration mode.
line vty 0 15
Next, specify the VTY password using the___ passwordcommand.
password
Finally, enable VTY access using the___ command.
login
VTY lines enable remote access using ____ to the device. Many Cisco switches support up to 16 VTY lines that are numbered 0 to 15.
Telnet or SSH
To encrypt all plaintext passwords, use the____global config command.
service password-encryption
Use the ____ command to verify that the passwords on the device are now encrypted.
show running-config
A ____ is important to warn unauthorized personnel from attempting to access the device.
banner message
To create a banner message of the day on a network device, use the____ command.
banner motd #the message of the day#global config
The “#” in the command syntax is called the ___. It is entered before and after the message.
delimiting character
This is the saved configuration file that is stored in NVRAM. It contains all the commands that will be used by the device upon startup or reboot. Flash does not lose its contents when the device is powered off.
Startup-config
This is stored in Random Access Memory (RAM). It reflects the current configuration. Modifying a running configuration affects the operation of a Cisco device immediately
Running-config
____ is volatile memory. It loses all of its content when the device is powered off or restarted
RAM
To savce changes made to the running configuration to the startup configuration file, use the copy ____privileged EXEC mode command
running-config startup-config
Reload the device using the ____command in privilege EXEC mode. Note: This will cause the device to briefly go offline, leading to network downtime.
reload
If the undesired changes were saved to the startup-config, it may be necessary to clear all the configurations using the ____command in privilege EXEC mode.
erase startup-config
Configuration files can also be saved and archived to a text document. What are the steps?
Step 1.Open terminal emulation software, such as PuTTY or Tera Term, that is already connected to a switch.
Step 2.Enable logging in to the terminal software and assign a name and file location to save the log file. The figure displays thatAll session outputwill be captured to the file specified (i.e., MySwitchLogs).
Step 3.Execute theshow running-configorshow startup-configcommand at the privileged EXEC prompt. Text displayed in the terminal window will be placed into the chosen file.
Step 4.Disable logging in the terminal software. The figure shows how to disable logging by choosing theNonesession logging option
Note: The text file created can be used as a record of how the device is currently implemented. The file could require editing before being used to restore a saved configuration to a device.
Note lang
The use of __ is the primary means of enabling devices to locate one another and establish end-to-end communication on the internet.
IP addresses
The structure of an IPv4 address is called___- and is represented by four decimal numbers between 0 and 255.
dotted decimal notation
An IPv4 subnet mask is a ___ that differentiates the network portion of the address from the host portion. Coupled with the IPv4 address, the subnet mask determines to which subnet the device is a member.
32-bit value
The default gateway address is the___ of the router that the host will use to access remote networks, including the internet.
IP address
IPv6 addresses are ___ in length and written as a string of hexadecimal values. Every four bits is represented by a single hexadecimal digit; for a total of 32 hexadecimal values. Groups of four hexadecimal digits are separated by a colon “:”.
128 bits
IPv6 addresses are ___ and can be written in either lowercase or uppercase.
not case-sensitive
IP in this course refers to both the ___-. IPv6 is the most recent version of IP and is replacing the more common IPv4.
IPv4 and IPv6 protocols.
What is the most recent version of IP
IPv6
___ depend on end user device interfaces, networking device interfaces, and the cables that connect them.
Network communications
Types of network media
twisted-pair copper cables, fiber-optic cables, coaxial cables, or wireless.
Different types of network media have different features and benefits. Some of the differences between various types of media include:
- Distance the media can successfully carry a signal
- Environment in which the media is to be installed
- Amount of data and the speed at which it must be transmitted
- Cost of the media and installation
____ on the network need an IP address in order to communicate with other devices on the network.
End devices
___information can be entered into end devices manually, or automatically using Dynamic Host Configuration Protocol (DHCP).
IPv4 address
Enter the____ command inglobal configuration mode.
- Next assign an IPv4 address using the____ip-address subnet-mask command.
- Finally, enable the virtual interface using the___ command.
interface vlan 1
ip address
no shutdown
T or F | Does all end devices and network devices require an operating system
True
What are the two command modes in Cisco IOS software?
User Exec Mode
Privileged EXEC mode
____ is accessed before other specific configuration modes
Global configuration mode
T or F | From global config mode, the user can’t enter different sub configuration modse
False, it can enter different sub configuraiton mode
T or F | Does each IOS command doesn’t have a specific format or syntax and can only be executed in the appropriate mode?
False, each IOS command has a specific format
What are the basic device configurations
- Hostname
- Password
- Encrypt Passwords
- Banner
What are the two ssytem files tha store the device configuration
Startup config
Running config
____ enable devices to locate one another and establish end-to-end communication on the internet.
IP addresses
Each end device on a network must be configured with an ____
IP Addresses