Basic Switch and End Device Config. Flashcards
All end devices and network devices require an ________ _________.
operating system (OS)
What is a kernel?
The portion of the OS that interacts directly with computer hardware is known as the kernel. It communicates between the hardware and software of a computer.
What is the shell?
The portion of the OS that interfaces with applications and the user is known as the shell. It allows users to request specific tasks from the computer.
The user can interact with the shell using a ___________ ___________ or a ___________ ____ _________ .
command-line interface (CLI), graphical user interface (GUI)
What is hardware?
The physical part of a computer including underlying electronics.
When using a CLI, the user interacts directly with the system in a ________ __________ by entering commands on the keyboard at a _________ ________.
text-based environment, command prompt
What is a GUI?
- A GUI allows the user to interact with the system using an environment of graphical icons, menus, and windows.
-It’s more user-friendly and requires less knowledge of the underlying command structure that controls the system.
Compared to a GUI, a CLI is ___ ________ _________ and _____ _____ compared to a GUI.
less resource intensive, very stable
What is a Cisco Internetwork Operating System (IOS)?
-The family of network operating systems used on many Cisco devices is called the Cisco Internetwork Operating System (IOS).
-Cisco IOS is used on many Cisco routers and switches regardless of the type or size of the device.
What are some examples of Cisco OS’s?
-IOS XE
-IOS XR
-NX-OS
What is firmware?
The operating system on home routers is usually called firmware.
Network operating systems are similar to a PC operating system. Through a GUI, a 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
-View output on a monitor
A CLI-based network operating system (e.g., the Cisco IOS on a switch or router) 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
What is a switch?
-A switch will forward traffic by default and does not need to be explicitly configured to operate.
-For example, two configured hosts connected to the same new switch would be able to communicate.
What are three methods a switch could be configured and secured?
-Console
-Secure Shell (SSH)
-Telnet
What is the method of securing a switch through a console?
-Is a physical management port that provides out-of-band access to a Cisco device.
-When using a console port the device is accessible even if no networking services are configured.
-A computer running terminal software and a special console cable to connect to the device are required for a console connection.
What is out-of-band access when referring to securing a switch through a console?
Out-of-band access refers to access via a dedicated management channel that is used for device maintenance purposes only.
What is the method of securing a switch through Secure Shell (SSH)?
-SSH is in-band and a recommended method for remotely establishing a secure CLI connection, through a virtual interface, over a network.
-SSH connections require active networking services on the device, including an active interface configured with an address.
What are terminal emulation programs?
-There are several terminal emulation programs used to connect to a networking device either by a serial connection over a console port or by an SSH/Telnet connection.
-These programs allow you to enhance your productivity.
What are some examples of terminal emulation programs?
-PuTTY
-Tera Term
-SecureCRT
As a security feature, the Cisco IOS software separates management access into the following two command modes:
-User EXEC Mode
-Privileged EXEC Mode
What is the User EXEC Mode?
-This mode has limited capabilities but is useful for basic operations.
-Allows only a limited number of basic monitoring commands but does not allow the execution of any commands that change the configuration of the device.
-In the CLI prompt it ends with the > symbol.
What is privileged EXEC Mode?
-To execute configuration commands, a network administrator must access privileged EXEC mode.
-Higher configuration modes, like global configuration mode, can only be reached from privileged EXEC mode.
-The privileged EXEC mode can be identified by the prompt ending with the # symbol.
What is global config mode?
-To configure the device, the user must enter global configuration mode.
-CLI configuration changes are made that affect the operation of the device as a whole.
-It is identified by a prompt that ends with (config)# after the device name.
Global configuration mode is accessed before other _______ _______ _______. From the global config mode, the user can enter different ___________ ________.
specific configuration modes, subconfiguration modes
What are two common subconfiguration modes?
-Line configuration mode
-Interface configuration mode
What is line configuration mode?
Used to configure console, SSH, Telnet, or AUX access.
What is interface configuration mode?
Used to configure a switch port or router network interface.
To move from user EXEC mode to privileged EXEC mode, use the ______ command.
enable
To return to the privileged EXEC mode, enter the _____ global config mode command.
exit
To move in and out of global configuration mode, use the _________ ________ privileged EXEC mode command.
configure terminal
To enter line subconfiguration mode, you use the _____ command followed by the ___________ ____ _____ and ________ you wish to access. Use the ____ command to exit a subconfiguration mode and return to global configuration mode.
line, management line type, number, exit
To move from any subconfiguration mode of the global configuration mode to the mode one step above it in the hierarchy of modes, enter the ______ command.
exit
To move from any subconfiguration mode to the privileged EXEC mode, enter the _____ command or enter the key combination ______.
end, Ctrl+Z
What is a keyword?
This is a specific parameter defined in the operating system. ex. Switch>show ip protocols
What is an argument?
This is not predefined; it is a value or variable defined by the user. Switch>ping 192.168.10.5
What is a command syntax check?
-To determine the keywords and arguments required for a command, refer to the command syntax.
-The syntax provides the pattern, or format, that must be used when entering a command.
The IOS has two forms of help available:
-Context-sensitive help
-Command syntax check
To access context-sensitive help, simply enter a ___________, at the CLI.
question mark (?)
What is command syntax check?
-Verifies that a valid command was entered by the user.
- If the interpreter understands the command, the requested action is executed, and the CLI returns to the appropriate prompt.
- If the interpreter cannot understand the command, it will provide feedback describing what is wrong with the command.