Final Flashcards
Cisco routers “____” the Internetwork Operating System (IOS)
run
An operating system manages the __________ and _________ associated with a computer
hardware
software
The IOS is responsible for …
- Managing router interfaces
- Maintaining routing table
- Routing network traffic ( packets ) quickly and efficiently between network devices
- Providing security to control access to the router and stop unauthorized network use -
To configure a Cisco router, a network administrator must first
locate the router’s console port
The console port is administratively named ______ and is physically located on the back of the router
con 0
The second step to configure a Cisco router is to
identify the serial port on the computer
The third step to configure a Cisco router is to
Connect the computer to the router using console cable
The fourth step to configure a Cisco router is to
configure your computer’s terminal emulation software for 9600 baud , 8 data bits , no parity, and 2 stop bits
The fifth step to configure a Cisco router is to
run your computer’s terminal emulation software and open a console window into your router
The sixth step to configure a Cisco router is to
Power up the router
When power is applied a router will first run a
power on self test (POST)
tests the hardware to verify that all components of the device are operational and present
POST
After POST , the router …
- Looks for an IOS file in flash memory
- Expands the file
- Loads the Cisco IOS into RAM
After the Cisco IOS is loaded , the router …
- Looks in non-volative RAM ( AM) to locate the router’s startup configuration (startup-config)
- If found, the router loads the startup-config into RAM and the router displays the Router> prompt .
- Otherwise, the router enters setup mode and displays the prompt Would you like to enter the initial configuration dialog yes/no:
When the Cisco startup-config is loaded into RAM, the router will display the
Router > prompt
If you type “___” the prompt , then the router will display the Router > prompt
N
The Router> prompt represents a
Cisco IOS command line interface (CLI)
A Cisco ISO CLI is referred to as an
EXEC session
Two levels of EXEC sessions
- User EXEC
– Privileged EXEC
Only allow access to limited of basic router monitoring commands
User EXEC
Privileged EXEC allows
– Allows access to all router commands , including configuration and management
-Can be password protected to allow only authorized users the ability to configure and maintain the router
is initially in User EXEC, which displays a Router > prompt
Router
To enter Privileged EXEC, issue the command
Router>enable and press ENTER
The Privileged EXEC prompt is
Router#
To return back to User EXEC , issue the command
Router #disable
To exit any and all levels, issue the “______” or “_________” commands at any prompt
exit
logout
To restart (reboot ) a router , issue the command
reload at the Privileged EXEC prompt
Router#reload
Issuing the command “?” at a CLI prompt will display
the commands available at that level
Issuing the command at a CLI prompt will displays
the commands that begin with the letter “co” at that level
Many Cisco IOS commands can be abbreviated Show abbreviations for: - show - interface - Ethernet
- sh for show
- int for interface
- eth for Ethernet
Issuing the command “ping? ” at the user EXEC prompt will display
the command line arguments that are required for a given command
A command line argument is
Carriage Return
If the user enters a Cisco IOS command improperly ( e.g. typo or invalid command option), then the router will
Called CLI Syntax Checking
inform the user and indicate where the error has occurred
Cisco IOS provides _________ to speed command line command editing
Hot Keys
There are three ways to connect to a router
Console port (con 0) Auxiliary port (aux 0) Virtual terminal (vty0, vty1, vty2)
You must enter global configuration mode to configure the …
- console port ( con 0)
- auxilliary port (aux 0)
- or the virtual terminal ports (vty 0-4)
If you enter configure ” at the Router # prompt you will enter
global configuration mode .
If you enter configure X” at the Router# prompt Where X is one of the following three modes …
- terminal
- memory
- network
Name the five router interfaces
Router> enable
Router#configure terminal Router(config)#exit
Router#disable
Router >
To configure vty line
To configure vty lines 1, 2 & 3
To configure vty line 4
Issue Cisco IOS command line vty 0 0
Issue Cisco IOS command line vty 1 3
Issue Cisco IOS command line vty 4 4
Often you want to provide information to users who are authorized to access your router.
Likewise , you will provide warning to those who attempt to access your router without proper authorization.
Both cases are satisfied by creating
banners
A _______ banner is displayed on all terminals connected via the console port, the auxiliary port, and virtual terminals
MOTD