SlideShare una empresa de Scribd logo
1 de 39
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1
Configuring and Testing
Your Network
Network Fundamentals – Chapter 11
2© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Objectives
 Define the role of the Internetwork Operating System
(IOS)
 Use Cisco CLI commands to perform basic router and
switch configuration and verification
 Given a network addressing scheme, select, apply,
and verify appropriate addressing parameters to a
host
 Use common utilities to verify network connectivity
between hosts
 Use common utilities to establish a relative
performance baseline for the network
3© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Identify several classes of devices that have IOS
embedded
4© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Define the purpose of startup config.
5© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Identify the relationship between IOS and config
6© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Recognize that Cisco IOS is modal and describe the
implications of modes.
7© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Define the different modes and identify the mode
prompts in the CLI
8© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Identify the basic command structure for IOS
commands
9© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Identify the types of help and feedback available while
using IOS and use these features to get help, take
shortcuts and ascertain success
10© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Identify the purpose of the show command and several
of its variations
11© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Identify several of the configuration modes, their
purpose and their associated prompt
12© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Role of Internetwork Operating System (IOS)
 Use the CLI to access various IOS configuration modes
on a device
13© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Explain the reasons for naming devices.
14© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Describe two common approaches to establishing
naming conventions
15© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Based on a diagram, configure host names using the
CLI
16© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Describe the role of passwords in limiting access to
device configurations
17© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
18© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Use the CLI to set passwords and add banners to a
device
19© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
20© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Use basic IOS config commands to manage a device.
21© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Use a text file to backup and restore config settings
22© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Identify the role of a router in a network.
23© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Describe the purpose of having multiple interfaces in
one router
24© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Explain the purpose of assigning interface descriptions
to a router
25© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Cisco CLI Commands to Perform Basic
Router & Switch Configuration and Verification
 Assign a router interface, assign a meaningful interface
description, and enable the interface
26© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
27© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
28© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Select, Apply, and Verify Appropriate
Addressing Parameters to a Host
 Identify two ways parameters can be assigned to hosts
29© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
30© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
31© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
32© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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.
33© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Common Utilities to Verify Network
Connectivity Between Hosts
 Identify several conditions that might cause the test to
fail
34© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Common Utilities to Verify Network
Connectivity Between Hosts
 Use trace commands to identify network connectivity
problem
35© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
36© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
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
37© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Use Common Utilities to Establish a Relative
Performance Baseline for the Network
 Trace the steps for verifying the physical addresses of
the hosts
38© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
39© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Más contenido relacionado

La actualidad más candente

CCNA Exploration 3 - Chapter 1
CCNA Exploration 3 - Chapter 1CCNA Exploration 3 - Chapter 1
CCNA Exploration 3 - Chapter 1
Irsandi Hasan
 
CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 8CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 8
Irsandi Hasan
 
CCNA Exploration 2 - Chapter 6
CCNA Exploration 2 - Chapter 6CCNA Exploration 2 - Chapter 6
CCNA Exploration 2 - Chapter 6
Irsandi Hasan
 
CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 4CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 4
Irsandi Hasan
 
CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9
Irsandi Hasan
 
CCNA Exploration 1 - Chapter 8
CCNA Exploration 1 - Chapter 8CCNA Exploration 1 - Chapter 8
CCNA Exploration 1 - Chapter 8
Irsandi Hasan
 
CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5
Irsandi Hasan
 
CCNA Discovery 2 - Chapter 6
CCNA Discovery 2 - Chapter 6CCNA Discovery 2 - Chapter 6
CCNA Discovery 2 - Chapter 6
Irsandi Hasan
 
Exploration Lan Switching Chapter2
Exploration Lan Switching Chapter2Exploration Lan Switching Chapter2
Exploration Lan Switching Chapter2
Carmelo de Jesús
 
Exploration routing chapter 10 & 11
Exploration routing chapter 10 & 11Exploration routing chapter 10 & 11
Exploration routing chapter 10 & 11
Sachii Dosti
 

La actualidad más candente (20)

CCNA Exploration 4 - Chapter 7
CCNA Exploration 4 - Chapter 7CCNA Exploration 4 - Chapter 7
CCNA Exploration 4 - Chapter 7
 
CCNA Exploration 3 - Chapter 1
CCNA Exploration 3 - Chapter 1CCNA Exploration 3 - Chapter 1
CCNA Exploration 3 - Chapter 1
 
CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 8CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 8
 
CCNA Exploration 4 - Chapter 8
CCNA Exploration 4 - Chapter 8CCNA Exploration 4 - Chapter 8
CCNA Exploration 4 - Chapter 8
 
CCNA Exploration 2 - Chapter 6
CCNA Exploration 2 - Chapter 6CCNA Exploration 2 - Chapter 6
CCNA Exploration 2 - Chapter 6
 
CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 4CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 4
 
Exploration network chapter5
Exploration network chapter5Exploration network chapter5
Exploration network chapter5
 
CCNA Exploration 4 - Chapter 2
CCNA Exploration 4 - Chapter 2CCNA Exploration 4 - Chapter 2
CCNA Exploration 4 - Chapter 2
 
CCNA Exploration 4 - Chapter 5
CCNA Exploration 4 - Chapter 5CCNA Exploration 4 - Chapter 5
CCNA Exploration 4 - Chapter 5
 
CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9
 
CCNA Exploration 1 - Chapter 8
CCNA Exploration 1 - Chapter 8CCNA Exploration 1 - Chapter 8
CCNA Exploration 1 - Chapter 8
 
CCNA Exploration 4 - Chapter 1
CCNA Exploration 4 - Chapter 1CCNA Exploration 4 - Chapter 1
CCNA Exploration 4 - Chapter 1
 
CCNA Exploration 3 - Chapter 7
CCNA Exploration 3 - Chapter 7CCNA Exploration 3 - Chapter 7
CCNA Exploration 3 - Chapter 7
 
CCNA Exploration 3 - Chapter 6
CCNA Exploration 3 - Chapter 6CCNA Exploration 3 - Chapter 6
CCNA Exploration 3 - Chapter 6
 
CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5
 
CCNA Discovery 2 - Chapter 6
CCNA Discovery 2 - Chapter 6CCNA Discovery 2 - Chapter 6
CCNA Discovery 2 - Chapter 6
 
Exploration Lan Switching Chapter2
Exploration Lan Switching Chapter2Exploration Lan Switching Chapter2
Exploration Lan Switching Chapter2
 
CCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static RoutingCCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static Routing
 
Exploration routing chapter 10 & 11
Exploration routing chapter 10 & 11Exploration routing chapter 10 & 11
Exploration routing chapter 10 & 11
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 

Destacado

CCNA Exploration 1 - Chapter 10
CCNA Exploration 1 - Chapter 10CCNA Exploration 1 - Chapter 10
CCNA Exploration 1 - Chapter 10
Irsandi Hasan
 
CCNA Exploration 1 - Chapter 5
CCNA Exploration 1 - Chapter 5CCNA Exploration 1 - Chapter 5
CCNA Exploration 1 - Chapter 5
Irsandi Hasan
 
Overview presentation
Overview presentationOverview presentation
Overview presentation
sunil kumar
 
CCNA Exploration 1 - Chapter 7
CCNA Exploration 1 - Chapter 7CCNA Exploration 1 - Chapter 7
CCNA Exploration 1 - Chapter 7
Irsandi Hasan
 
CCNA Exploration 3 - Chapter 3
CCNA Exploration 3 - Chapter 3CCNA Exploration 3 - Chapter 3
CCNA Exploration 3 - Chapter 3
Irsandi Hasan
 
Ex 1 chapter11-configure-network-tony_chen
Ex 1 chapter11-configure-network-tony_chenEx 1 chapter11-configure-network-tony_chen
Ex 1 chapter11-configure-network-tony_chen
Đô GiẢn
 

Destacado (16)

CCNA Exploration 1 - Chapter 10
CCNA Exploration 1 - Chapter 10CCNA Exploration 1 - Chapter 10
CCNA Exploration 1 - Chapter 10
 
CCNA Exploration 1 - Chapter 5
CCNA Exploration 1 - Chapter 5CCNA Exploration 1 - Chapter 5
CCNA Exploration 1 - Chapter 5
 
CCNA RS_ITN - Chapter 4
CCNA RS_ITN - Chapter 4CCNA RS_ITN - Chapter 4
CCNA RS_ITN - Chapter 4
 
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1
 
Overview presentation
Overview presentationOverview presentation
Overview presentation
 
CCNA Exploration 1 - Chapter 7
CCNA Exploration 1 - Chapter 7CCNA Exploration 1 - Chapter 7
CCNA Exploration 1 - Chapter 7
 
CCNA Exploration 3 - Chapter 3
CCNA Exploration 3 - Chapter 3CCNA Exploration 3 - Chapter 3
CCNA Exploration 3 - Chapter 3
 
Manual cisco 2950
Manual cisco 2950Manual cisco 2950
Manual cisco 2950
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Chapter 7 implementing ip addressing services
Chapter 7   implementing ip addressing servicesChapter 7   implementing ip addressing services
Chapter 7 implementing ip addressing services
 
Ex 1 chapter11-configure-network-tony_chen
Ex 1 chapter11-configure-network-tony_chenEx 1 chapter11-configure-network-tony_chen
Ex 1 chapter11-configure-network-tony_chen
 

Similar a CCNA Exploration 1 - Chapter 11

Exploration network chapter11
Exploration network chapter11Exploration network chapter11
Exploration network chapter11
r82093403
 
CCNA Discovery 2 - Chapter 5
CCNA Discovery 2 - Chapter 5CCNA Discovery 2 - Chapter 5
CCNA Discovery 2 - Chapter 5
Irsandi Hasan
 
CCNA Discovery 1 - Chapter 2
CCNA Discovery 1 - Chapter 2CCNA Discovery 1 - Chapter 2
CCNA Discovery 1 - Chapter 2
Irsandi Hasan
 
CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2
Irsandi Hasan
 
Exploration network chapter6
Exploration network chapter6Exploration network chapter6
Exploration network chapter6
r82093403
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
Fisal Anwari
 
CCNA Exploration 1 - Chapter 6
CCNA Exploration 1 - Chapter 6CCNA Exploration 1 - Chapter 6
CCNA Exploration 1 - Chapter 6
Irsandi Hasan
 

Similar a CCNA Exploration 1 - Chapter 11 (20)

Exploration network chapter11
Exploration network chapter11Exploration network chapter11
Exploration network chapter11
 
chapter_11
chapter_11chapter_11
chapter_11
 
Exploration network chapter11
Exploration network chapter11Exploration network chapter11
Exploration network chapter11
 
Capitulo 11
Capitulo 11Capitulo 11
Capitulo 11
 
CCNA Discovery 2 - Chapter 5
CCNA Discovery 2 - Chapter 5CCNA Discovery 2 - Chapter 5
CCNA Discovery 2 - Chapter 5
 
CCNA Discovery 1 - Chapter 2
CCNA Discovery 1 - Chapter 2CCNA Discovery 1 - Chapter 2
CCNA Discovery 1 - Chapter 2
 
ITN_Module_2.pptx
ITN_Module_2.pptxITN_Module_2.pptx
ITN_Module_2.pptx
 
ITN_Module_2.pptx
ITN_Module_2.pptxITN_Module_2.pptx
ITN_Module_2.pptx
 
CCNA_ITN_Chp2_.pptx
CCNA_ITN_Chp2_.pptxCCNA_ITN_Chp2_.pptx
CCNA_ITN_Chp2_.pptx
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 2
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 2CCNA (R & S) Module 01 - Introduction to Networks - Chapter 2
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 2
 
CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2
 
Exploration network chapter6
Exploration network chapter6Exploration network chapter6
Exploration network chapter6
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
 
CCNA Exploration 1 - Chapter 6
CCNA Exploration 1 - Chapter 6CCNA Exploration 1 - Chapter 6
CCNA Exploration 1 - Chapter 6
 

Más de Irsandi Hasan

Más de Irsandi Hasan (20)

CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
 
CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05
 
CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04
 
CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01
 
VMware vShield - Overview
VMware vShield - OverviewVMware vShield - Overview
VMware vShield - Overview
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9
 
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4
 
CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3
 
CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2
 
CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1
 

Último

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

CCNA Exploration 1 - Chapter 11

  • 1. © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Configuring and Testing Your Network Network Fundamentals – Chapter 11
  • 2. 2© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives  Define the role of the Internetwork Operating System (IOS)  Use Cisco CLI commands to perform basic router and switch configuration and verification  Given a network addressing scheme, select, apply, and verify appropriate addressing parameters to a host  Use common utilities to verify network connectivity between hosts  Use common utilities to establish a relative performance baseline for the network
  • 3. 3© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Identify several classes of devices that have IOS embedded
  • 4. 4© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Define the purpose of startup config.
  • 5. 5© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Identify the relationship between IOS and config
  • 6. 6© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Recognize that Cisco IOS is modal and describe the implications of modes.
  • 7. 7© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Define the different modes and identify the mode prompts in the CLI
  • 8. 8© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Identify the basic command structure for IOS commands
  • 9. 9© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Identify the types of help and feedback available while using IOS and use these features to get help, take shortcuts and ascertain success
  • 10. 10© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Identify the purpose of the show command and several of its variations
  • 11. 11© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Identify several of the configuration modes, their purpose and their associated prompt
  • 12. 12© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Role of Internetwork Operating System (IOS)  Use the CLI to access various IOS configuration modes on a device
  • 13. 13© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Explain the reasons for naming devices.
  • 14. 14© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Describe two common approaches to establishing naming conventions
  • 15. 15© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Based on a diagram, configure host names using the CLI
  • 16. 16© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Describe the role of passwords in limiting access to device configurations
  • 17. 17© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 18. 18© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Use the CLI to set passwords and add banners to a device
  • 19. 19© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 20. 20© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Use basic IOS config commands to manage a device.
  • 21. 21© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Use a text file to backup and restore config settings
  • 22. 22© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Identify the role of a router in a network.
  • 23. 23© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Describe the purpose of having multiple interfaces in one router
  • 24. 24© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Explain the purpose of assigning interface descriptions to a router
  • 25. 25© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Cisco CLI Commands to Perform Basic Router & Switch Configuration and Verification  Assign a router interface, assign a meaningful interface description, and enable the interface
  • 26. 26© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 27. 27© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 28. 28© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Select, Apply, and Verify Appropriate Addressing Parameters to a Host  Identify two ways parameters can be assigned to hosts
  • 29. 29© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 30. 30© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 31. 31© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 32. 32© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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.
  • 33. 33© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Common Utilities to Verify Network Connectivity Between Hosts  Identify several conditions that might cause the test to fail
  • 34. 34© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Common Utilities to Verify Network Connectivity Between Hosts  Use trace commands to identify network connectivity problem
  • 35. 35© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 36. 36© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 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
  • 37. 37© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Use Common Utilities to Establish a Relative Performance Baseline for the Network  Trace the steps for verifying the physical addresses of the hosts
  • 38. 38© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary
  • 39. 39© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public