Chapter 8: Configuring Cisco Devices
Chapter 8: Configuring Cisco Devices
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 1
Chapter 8 - Sections & Objectives
8.1 Cisco LAN Devices
• Explain the basic features of Cisco LAN switches.
8.2 Internetworking Devices
• Explain the features of a Cisco router.
8.3 Exploring the Cisco IOS
• Explain how to use the Cisco IOS
8.4 Using Show Commands
• Use common show commands to view device status.
8.5 Configuring a Cisco Network
• Build a switch and router network.
Cisco LAN Devices
LAN Switches and Wireless Devices
A switch is used to connect devices on the same network. A
router is used to connect multiple networks to each other.
When choosing a switch for a particular LAN, there are a
number of factors to consider: types and number of ports, the
speed required, expandability and manageability.
Cisco Catalyst 2960
Series Ethernet
switches are suitable for
small and medium sized
networks. They provide
10/100 Fast Ethernet
and 10/100/1000
Gigabit Ethernet LAN
connectivity.
Cisco LAN Devices
Connecting to the Switch
When the switch is on, the power-on self-test (POST) begins. During POST, the LEDs
blink while a series of tests determine that the switch is functioning properly. POST is
completed when the SYST LED rapidly blinks green. If the switch fails POST, the SYST
LED turns amber.
Out-of-band management requires a computer to be directly connected to the console
port of the network device that is being configured. Use in-band management to monitor
and make configuration changes to a network device over a network connection.
A Cisco device loads the
following two files into RAM
when it is booted:
• IOS Image file
• Startup configuration file
Internetworking Devices
Cisco Routers
All routers are essentially computers. Just like computers, routers require: operating
systems (OS), central processing units (CPU), random-access memory (RAM),
read-only memory (ROM), and nonvolatile random-access memory (NVRAM).
Every Cisco router has the same general hardware components, and these
connections: console ports, 2 LAN interfaces, and enhanced high-speed WAN
interface card (EHWIC) slots.
Internetworking Devices
Setting Up the Router
Follow these steps to power up a Cisco router:
1. Mount and ground the device chassis.
2. Seat the external compact flash card.
3. Connect the power cable.
4. Configure the terminal emulation software on the PC and connect the PC to the console port.
5. Turn on the router.
6. Observe the startup messages on the PC as the router boots up.
ping ip-address - The command is ping and the user-defined argument is the ip-address
of the destination device.
traceroute ip-address - The command is traceroute and the user-defined argument is
the ip-address of the destination device.
The Cisco IOS has both context sensitive help and command syntax check.
Commands and keywords can be shortened to the minimum number of characters that
identify a unique selection.
Using Show Commands
Viewing Device Information
To verify and troubleshoot network operation, examine the operation
of the devices using the show command:
• show running-config
• show interfaces
• show arp
• show ip route
• show protocols
• show version