SlideShare a Scribd company logo
Chapter 2: 
Configuring a Network 
Operating System 
Introduction to Networks 
© 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 1
Chapter 2 - Objectives 
 Explain the purpose of Cisco IOS. 
 Explain how to access and navigate Cisco IOS to configure network 
devices. 
 Describe the command structure of Cisco IOS software. 
 Configure hostnames on a Cisco IOS device using the CLI. 
 Use Cisco IOS commands to limit access to device configurations. 
 Use Cisco IOS commands to save the running configuration. 
 Explain how devices communicate across network media. 
 Configure a host device with an IP address. 
 Verify connectivity between two end devices. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
Chapter 2 
2.1 IOS Bootcamp 
2.2 Getting Basic 
2.3 Address Schemes 
2.4 Summary 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
2.1 IOS Bootcamp 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 4
Cisco IOS 
Operating Systems 
All networking equipment dependent on operating systems 
 End users (PCs, laptops, smart phones, tablets) 
 Switches 
 Routers 
 Wireless access points 
 Firewalls 
Cisco Internetwork Operating System (IOS) 
 Collection of network operating systems used on Cisco devices 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
Cisco IOS 
Operating Systems 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
Cisco IOS 
Purpose of OS 
 PC operating systems (Windows 8 & OS X) perform technical 
functions that enable 
• Use of a mouse 
• View output 
• Enter text 
 Switch or router IOS provides options to 
• Configure interfaces 
• Enable routing and switching functions 
 All networking devices come with a default IOS 
 Possible to upgrade the IOS version or feature set 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
Cisco IOS 
Location of the Cisco IOS 
IOS stored in Flash 
 Non-volatile storage – not lost when power is lost 
 Can be changed or overwritten as needed 
 Can be used to store multiple versions of IOS 
 IOS copied from flash to volatile RAM 
 Quantity of flash and RAM memory determines IOS that can be used 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
Cisco IOS 
IOS Functions 
Major functions performed or enabled by Cisco routers and 
switches include: 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
Accessing a Cisco IOS Device 
Console Access Method 
Most common methods to access the Command Line Interface 
 Console 
 Telnet or SSH 
 AUX port 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
Accessing a Cisco IOS Device 
Console Access Method 
Console port 
 Device is accessible even if no networking services have been 
configured (out-of-band) 
 Need a special console cable 
 Allows configuration commands to be entered 
 Should be configured with passwords to prevent unauthorized access 
 Device should be located in a secure room so console port can not 
be easily accessed 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11
Accessing a Cisco IOS Device 
Telnet, SSH, and AUX Access Methods 
Telnet 
 Method for remotely accessing the CLI over a network 
 Require active networking services and one active interface that is 
configured 
Secure Shell (SSH) 
 Remote login similar to Telnet but utilizes more security 
 Stronger password authentication 
 Uses encryption when transporting data 
Aux Port 
 Out-of-band connection 
 Uses telephone line 
 Can be used like console port 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
Accessing a Cisco IOS Device 
Terminal Emulation Programs 
Software available for 
connecting to a networking 
device 
 PuTTY 
 Tera Term 
 SecureCRT 
 HyperTerminal 
 OS X Terminal 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
Navigating the IOS 
Cisco IOS Modes of Operation 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
Navigating the IOS 
Primary Modes 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
Navigating the IOS 
Global Configuration Mode and Submodes 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 16
Navigating the IOS 
Navigating between IOS Modes 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
Navigating the IOS 
Navigating between IOS Modes (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
The Command Structure 
IOS Command Structure 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
The Command Structure 
Cisco IOS Command Reference 
To navigate to Cisco’s Command Reference to find a particular 
command: 
1. Go to www.cisco.com 
2. Click Support. 
3. Click Networking Software (IOS & NX-OS). 
4. Click 15.2M&T (for example). 
5. Click Reference Guides. 
6. Click Command References. 
7. Click the particular technology that encompasses the command you 
are referencing. 
8. Click the link on the left that alphabetically matches the command 
you are referencing. 
9. Click the link for the command. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
The Command Structure 
Context Sensitive Help 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
The Command Structure 
Command Syntax Check 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
The Command Structure 
Hot Keys and Shortcuts 
 Tab - Completes the remainder of a partially typed command or 
keyword 
 Ctrl-R - Redisplays a line 
 Ctrl-A – Moves cursor to the beginning of the line 
 Ctrl-Z - Exits configuration mode and returns to user EXEC 
 Down Arrow - Allows the user to scroll forward through former 
commands 
 Up Arrow - Allows the user to scroll backward through former 
commands 
 Ctrl-Shift-6 - Allows the user to interrupt an IOS process such 
as ping or traceroute. 
 Ctrl-C - Aborts the current command and exits the configuration 
mode 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
The Command Structure 
IOS Examination Commands 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
The Command Structure 
The show version Command 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
2.2 Getting Basic 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26
Hostnames 
Why the Switch 
Let’s focus on 
 Creating a two PC network connected via a switch 
 Setting a name for the switch 
 Limiting access to the device configuration 
 Configuring banner messages 
 Saving the configuration 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 27
Hostnames 
Device Names 
Some guidelines for naming conventions are that names should: 
 Start with a letter 
 Contain no spaces 
 End with a letter or digit 
 Use only letters, digits, and dashes 
 Be less than 64 characters in length 
Without names, network 
devices are difficult to 
identify for configuration 
purposes. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 28
Hostnames 
Hostnames 
Hostnames allow 
devices to be 
identified by 
network 
administrators 
over a network or 
the Internet. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 29
Hostnames 
Configuring Hostnames 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 30
Limiting Access to Device Configurations 
Securing Device Access 
The passwords introduced here are: 
 Enable password - Limits access to the privileged 
EXEC mode 
 Enable secret - Encrypted, limits access to the 
privileged EXEC mode 
 Console password - Limits device access using the 
console connection 
 VTY password - Limits device access over Telnet 
Note: In most of the labs in this course, we will be 
using simple passwords such as cisco or class. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 31
Limiting Access to Device Configurations 
Securing Privileged EXEC Access 
 use the enable secret command, not the 
older enable password command 
 enable secret provides greater security because 
the password is encrypted 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 32
Limiting Access to Device Configurations 
Securing User EXEC Access 
 Console port must be secured 
• reduces the chance of unauthorized personnel physically 
plugging a cable into the device and gaining device access 
 vty lines allow access to a Cisco device via Telnet 
• number of vty lines supported varies with the type of 
device and the IOS version 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 33
Limiting Access to Device Configurations 
Encrypting Password Display 
service password-encryption 
 prevents 
passwords from 
showing up as 
plain text when 
viewing the 
configuration 
 purpose of this 
command is to 
keep unauthorized 
individuals from 
viewing passwords 
in the configuration 
file 
 once applied, 
removing the 
encryption service 
does not reverse 
the encryption 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 34
Limiting Access to Device Configurations 
Banner Messages 
 important part of 
the legal process in 
the event that 
someone is 
prosecuted for 
breaking into a 
device 
 wording that 
implies that a login 
is "welcome" or 
"invited" is not 
appropriate 
 often used for legal 
notification 
because it is 
displayed to all 
connected 
terminals 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 35
Saving Configurations 
Configuration Files 
 Switch# reload 
System configuration has 
been modified. Save? 
[yes/no]: n 
Proceed with reload? 
[confirm] 
 Startup configuration is 
removed by using 
the erase startup-config 
Switch# erase startup-config 
 On a switch you must 
also issue the delete 
vlan.dat 
Switch# delete vlan.dat 
Delete filename [vlan.dat]? 
Delete flash:vlan.dat? 
[confirm] 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 36
Saving Configurations 
Capturing Text 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 37
2.3 Address Schemes 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 38
Ports and Addresses 
IP Addressing in the Large 
 Each end device on a 
network must be 
configured with an IP 
address 
 Structure of an IPv4 
address is called dotted 
decimal 
 IP address displayed in 
decimal notation, with 
four decimal numbers 
between 0 and 255 
 With the IP address, a 
subnet mask is also 
necessary 
 IP addresses can be 
assigned to both 
physical ports and virtual 
interfaces 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 39
Ports and Addresses 
Interfaces and Ports 
 Network communications depend on end user device interfaces, 
networking device interfaces, and the cables that connect them 
 Types of network media include twisted-pair copper cables, fiber-optic 
cables, coaxial cables, or wireless 
 Different types of network media have different features and benefits 
 Ethernet is the most common local area network (LAN) technology 
 Ethernet ports are found on end user devices, switch devices, and 
other networking devices 
 Cisco IOS switches have physical ports for devices to connect to, but 
also have one or more switch virtual interfaces (SVIs - no physical 
hardware on the device associated with it; created in software) 
 SVI provides a means to remotely manage a switch over a network 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 40
Addressing Devices 
Configuring a Switch Virtual Interface 
 IP address - together with subnet mask, uniquely identifies end device 
on internetwork 
 Subnet mask - determines which part of a larger network is used by 
an IP address 
 interface VLAN 1 - interface configuration mode 
 ip address 192.168.10.2 255.255.255.0 - configures the IP address 
and subnet mask for the switch 
 no shutdown - administratively enables the interface 
 Switch still needs to have physical ports configured and VTY lines to 
enable remote management 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 41
Addressing Devices 
Manual IP Address Configuration for End Devices 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 42
Addressing Devices 
Automatic IP Address Configuration for End Devices 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 43
Addressing Devices 
IP Address Conflicts 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 44
Verifying Connectivity 
Test the Loopback Address on an End Device 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 45
Verifying Connectivity 
Testing the Interface Assignment 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 46
Verifying Connectivity 
Testing End-to-End Connectivity 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 47
Configuring a Network Operating System 
Chapter 2 Summary 
 Services provided by the Cisco IOS accessed using a command-line 
interface (CLI) 
• accessed by either the console port, the AUX port, or through 
telnet or SSH 
• can make configuration changes to Cisco IOS devices 
• a network technician must navigate through various hierarchical 
modes of the IOS 
 Cisco IOS routers and switches support a similar operating system 
 Introduced the initial settings of a Cisco IOS switch device 
• setting a name 
• limiting access to the device configuration 
• configuring banner messages 
• saving the configuration 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 48
Configuring a Network Operating System 
Chapter 2 Summary 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 49
Configuring a Network Operating System 
Chapter 2 Summary 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 50
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 51

More Related Content

PDF
CCNAv5 - S2: Chapter1 Introsuction to switched networks
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 5
PDF
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 4
PDF
CCNAv5 - S4: Chapter 4 Frame Relay
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 3
PDF
CCNAv5 - S4: Chapter2 Connecting To The Wan
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNAv5 - S4: Chapter 4 Frame Relay
CCNA 1 Routing and Switching v5.0 Chapter 3
CCNAv5 - S4: Chapter2 Connecting To The Wan
CCNA 1 Routing and Switching v5.0 Chapter 4

What's hot (20)

PDF
CCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
PDF
CCNAv5 - S4: Chapter 9 troubleshooting the network
PDF
CCNAv5 - S2: Chapter 9 Access Control Lists
PDF
CCNAv5 - S1: Chapter 2 - Configuring a network operating system
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 9
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 8
PDF
CCMAv5 - S4: Chapter 6: Broadband Solutions
PPT
Security policy and standards
PPT
CCNA Discovery 1 - Chapter 1
PPTX
ITN_Module_2.pptx
PPTX
CCNA v6.0 ITN - Chapter 03
PDF
Cisco cybersecurity essentials chapter 8
PDF
Cisco cybersecurity essentials chapter -5
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 1
PPTX
ITN_Module_2.pptx
PDF
CCNAv5 - S4: Chapter3 Point to-point Connections
PPTX
CCNA v6.0 ITN - Chapter 02
PPTX
CCNA 3 - Troubleshooting the network
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 7
PDF
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S1: Chapter 2 - Configuring a network operating system
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 8
CCMAv5 - S4: Chapter 6: Broadband Solutions
Security policy and standards
CCNA Discovery 1 - Chapter 1
ITN_Module_2.pptx
CCNA v6.0 ITN - Chapter 03
Cisco cybersecurity essentials chapter 8
Cisco cybersecurity essentials chapter -5
CCNA 1 Routing and Switching v5.0 Chapter 1
ITN_Module_2.pptx
CCNAv5 - S4: Chapter3 Point to-point Connections
CCNA v6.0 ITN - Chapter 02
CCNA 3 - Troubleshooting the network
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNAv5 - S2: Chapter4 Routing Concepts
Ad

Viewers also liked (20)

PPTX
CCNA RS_ITN - Chapter 3
PPTX
CCNA RS_ITN - Chapter 1
PPTX
CCNA RS_ITN - Chapter 5
PPTX
CCNA RS_ITN - Chapter 9
PPTX
VMware vShield - Overview
PPT
ITE v5.0 - Chapter 1
PPTX
IPv6 ACL
PPT
CCNA Exploration 2 - Chapter 9
PPTX
IPv6 DHCP
PPTX
CCNA RS_ITN - Chapter 10
PPTX
CCNA RS_ITN - Chapter 7
PPT
CCNA Exploration 4 - Chapter 4
PPTX
CCNA RS_ITN - Chapter 8
PPT
CCNA Exploration 4 - Chapter 5
PPT
CCNA Exploration 4 - Chapter 2
PPT
CCNA Exploration 3 - Chapter 7
PPT
CCNA Exploration 4 - Chapter 1
PPTX
CCNA RS_NB - Chapter 6
PPTX
CCNA RS_NB - Chapter 1
PPTX
CCNA RS_ITN - Chapter 4
CCNA RS_ITN - Chapter 3
CCNA RS_ITN - Chapter 1
CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 9
VMware vShield - Overview
ITE v5.0 - Chapter 1
IPv6 ACL
CCNA Exploration 2 - Chapter 9
IPv6 DHCP
CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 7
CCNA Exploration 4 - Chapter 4
CCNA RS_ITN - Chapter 8
CCNA Exploration 4 - Chapter 5
CCNA Exploration 4 - Chapter 2
CCNA Exploration 3 - Chapter 7
CCNA Exploration 4 - Chapter 1
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 1
CCNA RS_ITN - Chapter 4
Ad

Similar to CCNA RS_ITN - Chapter 2 (20)

PPTX
CCNA 1 Routing and Switching v5.0 Chapter 2
PDF
ccna1 v5 cap2
PPTX
CCNA RS_NB - Chapter 2
PPTX
Ccna v5-S1-Chapter 2
PPTX
ITN_instructorPPT_Chapter2.pptx
PPTX
Chapter 2 : Configuring a network operating system
PPTX
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 2
PDF
02_Configure_a_Network_Operating_System.pdf
PPTX
CCNA_ITN_Chp2_.pptx
PPTX
Basic Switch & End Device Configuration_Module 2_ITNv7.pptx
PPTX
Itn6 instructor materials_chapter2
PPT
Cis81 ccna1v5-2-configuring networkoperatingsystem
PPTX
Introduction_To_Network_ITN_Module_2.pptx
PDF
2. Basic Switch and End Device.pdf xxxxxx
PDF
ITN_Module_2 - Basic Switch and End Device Configuration.pdf
PPTX
ITN_Module_2.pptx
PPTX
ITN_Module_2 NETWORKING 1 PPT FOR IT STUDENT.pptx
PDF
Chapter 2 Configure a Network Operating System
PPTX
Ccna routing and_switching_chapter-1-2-3_mme
PPTX
lab manual.pptx
CCNA 1 Routing and Switching v5.0 Chapter 2
ccna1 v5 cap2
CCNA RS_NB - Chapter 2
Ccna v5-S1-Chapter 2
ITN_instructorPPT_Chapter2.pptx
Chapter 2 : Configuring a network operating system
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 2
02_Configure_a_Network_Operating_System.pdf
CCNA_ITN_Chp2_.pptx
Basic Switch & End Device Configuration_Module 2_ITNv7.pptx
Itn6 instructor materials_chapter2
Cis81 ccna1v5-2-configuring networkoperatingsystem
Introduction_To_Network_ITN_Module_2.pptx
2. Basic Switch and End Device.pdf xxxxxx
ITN_Module_2 - Basic Switch and End Device Configuration.pdf
ITN_Module_2.pptx
ITN_Module_2 NETWORKING 1 PPT FOR IT STUDENT.pptx
Chapter 2 Configure a Network Operating System
Ccna routing and_switching_chapter-1-2-3_mme
lab manual.pptx

More from Irsandi Hasan (19)

PPTX
CCNA v6.0 ITN - Chapter 11
PPTX
CCNA v6.0 ITN - Chapter 10
PPTX
CCNA v6.0 ITN - Chapter 09
PPTX
CCNA v6.0 ITN - Chapter 08
PPTX
CCNA v6.0 ITN - Chapter 07
PPTX
CCNA v6.0 ITN - Chapter 06
PPTX
CCNA v6.0 ITN - Chapter 05
PPTX
CCNA v6.0 ITN - Chapter 04
PPTX
CCNA v6.0 ITN - Chapter 01
PPTX
CCNA RS_NB - Chapter 11
PPTX
CCNA RS_NB - Chapter 10
PPTX
CCNA RS_NB - Chapter 9
PPTX
CCNA RS_NB - Chapter 8
PPTX
CCNA RS_NB - Chapter 7
PPTX
CCNA RS_NB - Chapter 5
PPTX
CCNA RS_NB - Chapter 4
PPTX
CCNA RS_NB - Chapter 3
PPTX
CCNA RS_ITN - Chapter 11
PPTX
CCNA RS_ITN - Chapter 6
CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 01
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 3
CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 6

Recently uploaded (20)

PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation theory and applications.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Cloud computing and distributed systems.
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Machine learning based COVID-19 study performance prediction
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Review of recent advances in non-invasive hemoglobin estimation
Building Integrated photovoltaic BIPV_UPV.pdf
Unlocking AI with Model Context Protocol (MCP)
Encapsulation theory and applications.pdf
Electronic commerce courselecture one. Pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Cloud computing and distributed systems.
Digital-Transformation-Roadmap-for-Companies.pptx
NewMind AI Weekly Chronicles - August'25 Week I
Machine learning based COVID-19 study performance prediction
Dropbox Q2 2025 Financial Results & Investor Presentation
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Advanced methodologies resolving dimensionality complications for autism neur...
Understanding_Digital_Forensics_Presentation.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
sap open course for s4hana steps from ECC to s4
Per capita expenditure prediction using model stacking based on satellite ima...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Review of recent advances in non-invasive hemoglobin estimation

CCNA RS_ITN - Chapter 2

  • 1. Chapter 2: Configuring a Network Operating System Introduction to Networks © 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 1
  • 2. Chapter 2 - Objectives  Explain the purpose of Cisco IOS.  Explain how to access and navigate Cisco IOS to configure network devices.  Describe the command structure of Cisco IOS software.  Configure hostnames on a Cisco IOS device using the CLI.  Use Cisco IOS commands to limit access to device configurations.  Use Cisco IOS commands to save the running configuration.  Explain how devices communicate across network media.  Configure a host device with an IP address.  Verify connectivity between two end devices. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
  • 3. Chapter 2 2.1 IOS Bootcamp 2.2 Getting Basic 2.3 Address Schemes 2.4 Summary Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
  • 4. 2.1 IOS Bootcamp Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 4
  • 5. Cisco IOS Operating Systems All networking equipment dependent on operating systems  End users (PCs, laptops, smart phones, tablets)  Switches  Routers  Wireless access points  Firewalls Cisco Internetwork Operating System (IOS)  Collection of network operating systems used on Cisco devices Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
  • 6. Cisco IOS Operating Systems Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
  • 7. Cisco IOS Purpose of OS  PC operating systems (Windows 8 & OS X) perform technical functions that enable • Use of a mouse • View output • Enter text  Switch or router IOS provides options to • Configure interfaces • Enable routing and switching functions  All networking devices come with a default IOS  Possible to upgrade the IOS version or feature set Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
  • 8. Cisco IOS Location of the Cisco IOS IOS stored in Flash  Non-volatile storage – not lost when power is lost  Can be changed or overwritten as needed  Can be used to store multiple versions of IOS  IOS copied from flash to volatile RAM  Quantity of flash and RAM memory determines IOS that can be used Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
  • 9. Cisco IOS IOS Functions Major functions performed or enabled by Cisco routers and switches include: Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
  • 10. Accessing a Cisco IOS Device Console Access Method Most common methods to access the Command Line Interface  Console  Telnet or SSH  AUX port Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
  • 11. Accessing a Cisco IOS Device Console Access Method Console port  Device is accessible even if no networking services have been configured (out-of-band)  Need a special console cable  Allows configuration commands to be entered  Should be configured with passwords to prevent unauthorized access  Device should be located in a secure room so console port can not be easily accessed Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11
  • 12. Accessing a Cisco IOS Device Telnet, SSH, and AUX Access Methods Telnet  Method for remotely accessing the CLI over a network  Require active networking services and one active interface that is configured Secure Shell (SSH)  Remote login similar to Telnet but utilizes more security  Stronger password authentication  Uses encryption when transporting data Aux Port  Out-of-band connection  Uses telephone line  Can be used like console port Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
  • 13. Accessing a Cisco IOS Device Terminal Emulation Programs Software available for connecting to a networking device  PuTTY  Tera Term  SecureCRT  HyperTerminal  OS X Terminal Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
  • 14. Navigating the IOS Cisco IOS Modes of Operation Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
  • 15. Navigating the IOS Primary Modes Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
  • 16. Navigating the IOS Global Configuration Mode and Submodes Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 16
  • 17. Navigating the IOS Navigating between IOS Modes Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
  • 18. Navigating the IOS Navigating between IOS Modes (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
  • 19. The Command Structure IOS Command Structure Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
  • 20. The Command Structure Cisco IOS Command Reference To navigate to Cisco’s Command Reference to find a particular command: 1. Go to www.cisco.com 2. Click Support. 3. Click Networking Software (IOS & NX-OS). 4. Click 15.2M&T (for example). 5. Click Reference Guides. 6. Click Command References. 7. Click the particular technology that encompasses the command you are referencing. 8. Click the link on the left that alphabetically matches the command you are referencing. 9. Click the link for the command. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
  • 21. The Command Structure Context Sensitive Help Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
  • 22. The Command Structure Command Syntax Check Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
  • 23. The Command Structure Hot Keys and Shortcuts  Tab - Completes the remainder of a partially typed command or keyword  Ctrl-R - Redisplays a line  Ctrl-A – Moves cursor to the beginning of the line  Ctrl-Z - Exits configuration mode and returns to user EXEC  Down Arrow - Allows the user to scroll forward through former commands  Up Arrow - Allows the user to scroll backward through former commands  Ctrl-Shift-6 - Allows the user to interrupt an IOS process such as ping or traceroute.  Ctrl-C - Aborts the current command and exits the configuration mode Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
  • 24. The Command Structure IOS Examination Commands Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
  • 25. The Command Structure The show version Command Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
  • 26. 2.2 Getting Basic Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26
  • 27. Hostnames Why the Switch Let’s focus on  Creating a two PC network connected via a switch  Setting a name for the switch  Limiting access to the device configuration  Configuring banner messages  Saving the configuration Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 27
  • 28. Hostnames Device Names Some guidelines for naming conventions are that names should:  Start with a letter  Contain no spaces  End with a letter or digit  Use only letters, digits, and dashes  Be less than 64 characters in length Without names, network devices are difficult to identify for configuration purposes. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 28
  • 29. Hostnames Hostnames Hostnames allow devices to be identified by network administrators over a network or the Internet. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 29
  • 30. Hostnames Configuring Hostnames Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 30
  • 31. Limiting Access to Device Configurations Securing Device Access The passwords introduced here are:  Enable password - Limits access to the privileged EXEC mode  Enable secret - Encrypted, limits access to the privileged EXEC mode  Console password - Limits device access using the console connection  VTY password - Limits device access over Telnet Note: In most of the labs in this course, we will be using simple passwords such as cisco or class. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 31
  • 32. Limiting Access to Device Configurations Securing Privileged EXEC Access  use the enable secret command, not the older enable password command  enable secret provides greater security because the password is encrypted Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 32
  • 33. Limiting Access to Device Configurations Securing User EXEC Access  Console port must be secured • reduces the chance of unauthorized personnel physically plugging a cable into the device and gaining device access  vty lines allow access to a Cisco device via Telnet • number of vty lines supported varies with the type of device and the IOS version Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 33
  • 34. Limiting Access to Device Configurations Encrypting Password Display service password-encryption  prevents passwords from showing up as plain text when viewing the configuration  purpose of this command is to keep unauthorized individuals from viewing passwords in the configuration file  once applied, removing the encryption service does not reverse the encryption Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 34
  • 35. Limiting Access to Device Configurations Banner Messages  important part of the legal process in the event that someone is prosecuted for breaking into a device  wording that implies that a login is "welcome" or "invited" is not appropriate  often used for legal notification because it is displayed to all connected terminals Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 35
  • 36. Saving Configurations Configuration Files  Switch# reload System configuration has been modified. Save? [yes/no]: n Proceed with reload? [confirm]  Startup configuration is removed by using the erase startup-config Switch# erase startup-config  On a switch you must also issue the delete vlan.dat Switch# delete vlan.dat Delete filename [vlan.dat]? Delete flash:vlan.dat? [confirm] Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 36
  • 37. Saving Configurations Capturing Text Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 37
  • 38. 2.3 Address Schemes Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 38
  • 39. Ports and Addresses IP Addressing in the Large  Each end device on a network must be configured with an IP address  Structure of an IPv4 address is called dotted decimal  IP address displayed in decimal notation, with four decimal numbers between 0 and 255  With the IP address, a subnet mask is also necessary  IP addresses can be assigned to both physical ports and virtual interfaces Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 39
  • 40. Ports and Addresses Interfaces and Ports  Network communications depend on end user device interfaces, networking device interfaces, and the cables that connect them  Types of network media include twisted-pair copper cables, fiber-optic cables, coaxial cables, or wireless  Different types of network media have different features and benefits  Ethernet is the most common local area network (LAN) technology  Ethernet ports are found on end user devices, switch devices, and other networking devices  Cisco IOS switches have physical ports for devices to connect to, but also have one or more switch virtual interfaces (SVIs - no physical hardware on the device associated with it; created in software)  SVI provides a means to remotely manage a switch over a network Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 40
  • 41. Addressing Devices Configuring a Switch Virtual Interface  IP address - together with subnet mask, uniquely identifies end device on internetwork  Subnet mask - determines which part of a larger network is used by an IP address  interface VLAN 1 - interface configuration mode  ip address 192.168.10.2 255.255.255.0 - configures the IP address and subnet mask for the switch  no shutdown - administratively enables the interface  Switch still needs to have physical ports configured and VTY lines to enable remote management Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 41
  • 42. Addressing Devices Manual IP Address Configuration for End Devices Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 42
  • 43. Addressing Devices Automatic IP Address Configuration for End Devices Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 43
  • 44. Addressing Devices IP Address Conflicts Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 44
  • 45. Verifying Connectivity Test the Loopback Address on an End Device Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 45
  • 46. Verifying Connectivity Testing the Interface Assignment Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 46
  • 47. Verifying Connectivity Testing End-to-End Connectivity Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 47
  • 48. Configuring a Network Operating System Chapter 2 Summary  Services provided by the Cisco IOS accessed using a command-line interface (CLI) • accessed by either the console port, the AUX port, or through telnet or SSH • can make configuration changes to Cisco IOS devices • a network technician must navigate through various hierarchical modes of the IOS  Cisco IOS routers and switches support a similar operating system  Introduced the initial settings of a Cisco IOS switch device • setting a name • limiting access to the device configuration • configuring banner messages • saving the configuration Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 48
  • 49. Configuring a Network Operating System Chapter 2 Summary Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 49
  • 50. Configuring a Network Operating System Chapter 2 Summary Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 50
  • 51. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 51