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#