You are on page 1of 42

Configuring and Testing

Your Network

Internetwork Operating System

Version 4.0 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1
Similar to a personal computer, a router or switch cannot
function without an operating system.

Without an operating system, the hardware does not


have any capabilities.

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 2


Introduction

 What is IOS (Internetwork Operating System)?


–The Cisco Internetwork Operating System (IOS) is the system
software in Cisco devices. It is the core technology that extends
across most of the Cisco product line.
 The Cisco IOS provides devices with the following
network services:
–Basic routing and switching functions
–Reliable and secure access to networked resources
–Network scalability

 The services provided by the Cisco IOS are generally


accessed using a command line interface (CLI).

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 3


Introduction

 The IOS file itself is several megabytes in size and is


stored in a semi-permanent memory area called flash.
 In many router architectures, the IOS is copied into RAM
when the device is powered on and the IOS runs from
RAM when the device is operating. This function
increases the performance of the device.

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 4


Access Method

 There are several ways to access the CLI environment.


The most usual methods are:
–Console
–Telnet or SSH
–AUX port

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 5


Access Method

 Console
–A console uses a low speed serial connection to directly connect
a computer or terminal to the console port on the router or switch.
–The console port is a management port that provides out-of-band
access to a router. The console port is accessible even if no
networking services have been configured on the device.

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 6


Access Method
 Console
–The console port is often used to access a device when the
networking services have not been started or have failed.

 Examples of console use are:


–The initial configuration of the network device
–Disaster recovery procedures and troubleshooting where remote
access is not possible
–Password recovery procedures

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 7


Access Method
 Telnet and SSH(Secure Shell)
–A method for remotely accessing a CLI session is to telnet to the
router.
–Unlike the console connection, Telnet sessions require active
networking services on the device.
–A host with a Telnet client can access the vty sessions running on
the Cisco device. For security reasons, the IOS requires that the
Telnet session use a password, as a minimum authentication
method.

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 8


Access Method
 Telnet and SSH
–The Secure Shell (SSH) protocol is a more secure method for
remote device access.
– This protocol provides the structure for a remote login similar to
Telnet, except that it utilizes more secure network services.

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 9


Access Method
 AUX
–Auxiliary port.
–Similar to the console connection, this method does not require
any networking services to be configured or available on the
device.

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 10


Role of Internetwork Operating System (IOS)
 classes of devices that have IOS embedded

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 11


Role of Internetwork Operating System (IOS)
 Startup config

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 12


Role of Internetwork Operating System (IOS)
 Relationship between IOS and config

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 13


Role of Internetwork Operating System (IOS)
 Recognize that Cisco IOS is modal and describe the
implications of modes

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 14


Role of Internetwork Operating System (IOS)
 The different modes and identify The mode prompts in
the CLI

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 15


Role of Internetwork Operating System (IOS)
 basic command structure for IOS commands

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 16


Role of Internetwork Operating System (IOS)
 Different configuration modes, their purpose and their
associated prompt

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 17


Role of Internetwork Operating System (IOS)
 Use the CLI to access various IOS configuration modes
on a device

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 18


Use Cisco CLI Commands to Perform Basic Router &
Switch Configuration and Verification
 Naming devices

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 19


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 The common approach on naming conventions

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 20


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
Limiting access to device configurations

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 21


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Describe several ways in which access to a device
configuration can be limited

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 22


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Use the CLI to set passwords and add banners to a
device

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 23


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Trace the steps used to examine the startup config,
make changes to config, and replace the startup config
with the running config

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 24


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Use a text file to backup and restore config settings

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 25


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Identify the role of a router in a network.

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 26


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Describe the purpose of having multiple interfaces in
one router

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 27


Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Explain the purpose of assigning interface descriptions
to a router

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 28


Select, Apply, and Verify Appropriate
Addressing Parameters to a Host
 Given a type of host and a master addressing scheme, trace the
steps for assigning host parameters to a host

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 29


Select, Apply, and Verify Appropriate
Addressing Parameters to a Host
 Trace the steps for using ipconfig/ifconfig to verify host parameter
assignments and for using ping to test assignments

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 30


Select, Apply, and Verify Appropriate
Addressing Parameters to a Host
 Identify two ways parameters can be assigned to hosts

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 31


Use Common Utilities to Verify Network
Connectivity Between Hosts
 Use the ping command in the CLI to determine if the IP
protocol is operational on a local host

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 32


Use Common Utilities to Verify Network
Connectivity Between Hosts
 Use the ping command to determine if the IP protocol is
properly bound to an NIC

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 33


Use Common Utilities to Verify Network
Connectivity Between Hosts
 Use the ping command to determine if a host can
actively communicate across the local network

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 34


Use Common Utilities to Verify Network
Connectivity Between Hosts
 Use the ping command to verify that the local host can
communicate across the internetwork to a given remote
host.

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 35


Use Common Utilities to Verify Network
Connectivity Between Hosts
 Identify several conditions that might cause the test to
fail

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 36


Use Common Utilities to Verify Network
Connectivity Between Hosts
 Use trace commands to identify network connectivity
problem

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 37


Use Common Utilities to Establish a Relative
Performance Baseline for the Network
 Use the output of the ping command, saved into logs,
and repeated over time, to establish relative network
performance

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 38


Use Common Utilities to Establish a Relative
Performance Baseline for the Network
 Use the output of the traceroute command, saved into
logs, and repeated over time, to establish relative
network performance

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 39


Use Common Utilities to Establish a Relative
Performance Baseline for the Network
 Trace the steps for verifying the physical addresses of
the hosts

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 40


Summary

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 41


© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 42

You might also like