Module 2 Flashcards
What is AUX port on Cisco Switch
Provides out-of-band connections over telephone line
What is the shell?
The user interface that allows users to request specific tasks from the computer
What are 2 ways users interact with the shell?
CLI and GUI
What is the kernel?
Communicates between the hardware and software of a computer and manages how hardware resources are used to meet software requirements
What is the family of network operating systems used on many Cisco devices called?
Cisco Internetwork Operating System (IOS)
What is the OS on home routers usually called?
Firmware
What is Out-of-Band access?
Access via a dedicated management channel that is used for device maintenance purposes only
What is console access?
A physical management port that provides out-of-band access to a Cisco device.
What is SSH access method?
Secure Shell is an in-band and recommended method for remotely establishing a secure CLI connection, through a virtual interface, over a network.
Why should Telnet not be used?
Not an encrypted connection, and everything is sent over the network in plaintext
Name 3 terminal emulation programs
PuTTY, Tera Term and SecureCRT
What is user EXEC Mode?
Limited capabilities useful for basic operations and often referred to as “view only” mode. Shown is Switch> in CLI
What is Privileged EXEC Mode?
Allows full access to all commands and features. Is shown as Switch#
What is Global Configuration mode?
CLI changes are made that affect the operation of the device as a whole. Show in CLI as Switch(config)#
What are the 2 sub-configuration modes of global confit mode?
Line configuration mode and Interface Configuration mode
What is Line config 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.
What commands are used to enter and exit privilege exec mode?
Enable and Disable
What command is used to enter global configuration mode?
Configure Terminal
What command is used to exit global config and re-enter privileged exec mode?
Exit ( can also be used to exit sub-configuration modes to global config mode)