SlideShare a Scribd company logo
1 of 21
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Instructor Materials
Chapter 10: Device
Discovery, Management,
and Maintenance
CCNA Routing and Switching
Routing and Switching Essentials v6.0
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 13
Chapter 10: Device
Discovery, Management,
and Maintenance
Routing and Switching Essentials v6.0
Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 10 - Sections & Objectives
 10.1 Device Discovery
• Use discovery protocols to map a network topology.
 10.2 Device Management
• Configure NTP and Syslog in a small to medium-sized business
network
 10.3 Device Maintenance
• Maintain router and switch configuration and IOS files.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15
10.1 Device Discovery
Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Discovery
Device Discovery with CDP
 CDP Overview
• Cisco Discovery Protocol
• Neighbor discovery of physically connected Cisco devices
 Configure and Verify CDP
• show cdp neighbors
• show cdp interface
• cdp run
• cdp enable
 Discover Devices Using CDP
• Device identifiers - The host name of the neighbor device
• Port identifier - The name of the local and remote port
• Capabilities list - Whether the device is a router or a switch
• Platform - The hardware platform of the device
Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Discovery
Device Discovery with LLDP
 LLDP Overview
• A vendor neutral layer 2 neighbor discovery protocol, similar to CDP
 Configure and Verify LLDP
• show lldp
• lldp run
• lldp transmit
• lldp receive
 Discover Devices Using LLDP
• show lldp neighbors
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 18
10.2 Device Management
Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Management
Implement NTP
 Setting the System Clock
• Manually configure the date and time
• Configure Network Time Protocol (NTP)
 NTP Operation
• Hierarchical system of time sources
• Stratum 0 – Authoritative time source
• Stratum number indicates how far the
server is from the time source
 Configure and Verify NTP
• ntp server ip-address
• show ntp associations
• show ntp status
• show clock
Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Management
Syslog Operation
 Introduction to Syslog
• Allows devices to send their messages to syslog server
• Supported by most networking devices
• Primary functions:
o log information
o select the type
o specify the destinations
 Syslog Message Format
• Severity level from 0 – 7
• Facility – service identifiers
 Service Timestamp
• Enhances real-time debugging and management
• service timestamps log datetime
Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Management
Syslog Configuration
 Syslog Server
• Parses the output and places the messages into pre-defined columns
• Timestamps are displayed if configured on networking devices that generated the
log messages
• Allows the network administrators to navigate the large amount of data compiled
on a syslog server.
 Default Logging
• Send log messages of all severity level to the console
• show logging
 Router and Switch Commands for Syslog Clients
• logging ip-address
• logging trap level
• logging source-interface source-interface interface-number
 Verifying Syslog
• show logging
• Use the pipe (|) to limit the amount of displayed log messages
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 22
10.3 Device Maintenance
Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Maintenance
Router and Switch File Maintenance
 Router and Switch File Systems
• show file systems – lists all available file system
• dir – lists the content of the file system
• pwd - verify the present working directory
• cd – changes the current directory
 Backing up and Restoring using Text Files
Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Maintenance
Router and Switch File Maintenance (Cont.)
 Backing up and Restoring using TFTP
• copy running-config tftp
• copy startup-config tftp
 Using USB Ports for Backing Up and Restoring
• show file systems
• dir usbflash0:
• copy run usbflash0:/
 Password Recovery
• Enter ROMMON mode
• Change configuration register to 0x2142
• Make changes to the original startup config
• Save the new configuration
Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Maintenance
IOS System Files
 IOS 15 System Image Packaging
• universalk9 images
• universalk9_npe images
• Technology packages: IP Base, Data, UC, SEC
• Data, UC, and SEC technology packages are activated through licensing
 IOS Image Filenames
• Feature sets and version
• show flash
Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Maintenance
IOS Image Management
 TFTP Servers as a Backup Location
• Backup location for IOS images and configuration files
 Steps to Backup IOS Image to TFTP Server
• Verify access to TFTP server
• Verify sufficient disk space
• Copy the image to the TFTP server
o copy source-url tftp:
 Steps to Copy an IOS Image to a Device
• Download IOS image from Cisco.com and transfer it to TFTP server
• Verify access to TFTP server from device
• Verify sufficient disk space on device
• Copy the image from the TFTP server
o copy tftp: destination-url
 The boot system Command
• Command to load the new image during bootup
• boot system file-url
Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Maintenance
Software Licensing
 Licensing Process
• Purchase the software package or feature
to install
• Obtain a license
o Cisco License Manger
o Cisco License Portal
o Requires PAK number and UDI
show license udi
• Install the license
o license install stored-
location-url
o reload
Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Device Maintenance
License Verification and Management
 License verification
• show version
• show license
 Activate an evaluation right-to-use license
• license accept end user agreement
• license boot module module-name technology-package package-
name
 Back up the license
• license save file-sys://lic-location
 Uninstall the license
• Disable the license
o license boot module module-name technology-package package-
name disable
• Clear the license
o license clear feature-name
o no license boot module module-name technology-package
package-name disable
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 29
10.4 Chapter Summary
Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter Summary
Summary
 CDP is a Cisco proprietary protocol for network discovery on the data link
layer. It can share information, such as device names and IOS versions, with
other physically connected Cisco devices.
 LLDP is vendor-neutral protocol used on the data link layer for network
discovery. The network devices advertise information, such as their identities
and capabilities, to their neighbors.
 NTP synchronizes the time of day among a set of distributed time servers and
clients. This allows networking devices to agree on the time a specific event
occurred, such as the loss of connectivity between a router and a switch.
 Syslog messages can be trapped and sent to a syslog server where the
network administrator can investigate when the link failed.
 Device maintenance includes the tasks of backing up, restoring, and
upgrading IOS images and configuration files from an TFTP server or using
USB storage devices.
 Upgrading an IOS image also includes tasks related to software licensing.
 Understanding IOS image name conventions can be useful in the
determination of included IOS feature sets.
Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

More Related Content

What's hot

CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2Chaing Ravuth
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4Waqas Ahmed Nawaz
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1Chaing Ravuth
 
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 1Waqas Ahmed Nawaz
 
CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7Chaing Ravuth
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6Waqas Ahmed Nawaz
 
CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5Chaing Ravuth
 
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 3Nil Menon
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3Chaing Ravuth
 
Cisco CCNP SWITCH 300-115 Study Guide
Cisco CCNP SWITCH 300-115 Study GuideCisco CCNP SWITCH 300-115 Study Guide
Cisco CCNP SWITCH 300-115 Study GuideManganna34
 
CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10Nil Menon
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3Waqas Ahmed Nawaz
 
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 2Waqas Ahmed Nawaz
 
CCNA3 Verson6 Chapter3
CCNA3 Verson6 Chapter3CCNA3 Verson6 Chapter3
CCNA3 Verson6 Chapter3Chaing Ravuth
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2Chaing Ravuth
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5Waqas Ahmed Nawaz
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1Chaing Ravuth
 

What's hot (20)

CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1
 
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
 
CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
 
CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5
 
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
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
 
Cisco CCNP SWITCH 300-115 Study Guide
Cisco CCNP SWITCH 300-115 Study GuideCisco CCNP SWITCH 300-115 Study Guide
Cisco CCNP SWITCH 300-115 Study Guide
 
CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
 
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
 
CCNA3 Verson6 Chapter3
CCNA3 Verson6 Chapter3CCNA3 Verson6 Chapter3
CCNA3 Verson6 Chapter3
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
 
CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
 

Similar to CCNA2 Verson6 Chapter10

CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10Waqas Ahmed Nawaz
 
CCNA_RSE_Chp10.pptx
CCNA_RSE_Chp10.pptxCCNA_RSE_Chp10.pptx
CCNA_RSE_Chp10.pptxHugoGamez7
 
Devicemgmt
DevicemgmtDevicemgmt
Devicemgmtxyxz
 
Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2limenih muluneh
 
CCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkCCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkVuz Dở Hơi
 
Chapter 2 overview
Chapter 2 overviewChapter 2 overview
Chapter 2 overviewali raza
 
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 4Nil Menon
 
Ccvp plus module 2
Ccvp plus module 2Ccvp plus module 2
Ccvp plus module 2Le Ngoc Viet
 
Foreman-and-Puppet-for-Openstack-Audo-Deployment
Foreman-and-Puppet-for-Openstack-Audo-DeploymentForeman-and-Puppet-for-Openstack-Audo-Deployment
Foreman-and-Puppet-for-Openstack-Audo-Deploymentyating yang
 
CCNAv5 - S3: Chapter9 IOS Images and Licensing
CCNAv5 - S3: Chapter9 IOS Images and LicensingCCNAv5 - S3: Chapter9 IOS Images and Licensing
CCNAv5 - S3: Chapter9 IOS Images and LicensingVuz Dở Hơi
 
Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7Hamza Malik
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5Irsandi Hasan
 
Network Security.pptx
Network Security.pptxNetwork Security.pptx
Network Security.pptxJohn572978
 
DPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesDPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesJim St. Leger
 
Chapter 07 - Transport Layer
Chapter 07 - Transport LayerChapter 07 - Transport Layer
Chapter 07 - Transport LayerYaser Rahmati
 
Chapter 7 : Transport layer
Chapter 7 : Transport layerChapter 7 : Transport layer
Chapter 7 : Transport layerteknetir
 

Similar to CCNA2 Verson6 Chapter10 (20)

CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
 
CCNA_RSE_Chp10.pptx
CCNA_RSE_Chp10.pptxCCNA_RSE_Chp10.pptx
CCNA_RSE_Chp10.pptx
 
Devicemgmt
DevicemgmtDevicemgmt
Devicemgmt
 
ENSA_Module_10.pptx
ENSA_Module_10.pptxENSA_Module_10.pptx
ENSA_Module_10.pptx
 
Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2
 
CCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkCCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the network
 
Chapter 2 overview
Chapter 2 overviewChapter 2 overview
Chapter 2 overview
 
Cuc pcd tac_toi
Cuc pcd tac_toiCuc pcd tac_toi
Cuc pcd tac_toi
 
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
 
Ccvp plus module 2
Ccvp plus module 2Ccvp plus module 2
Ccvp plus module 2
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccna
 
Foreman-and-Puppet-for-Openstack-Audo-Deployment
Foreman-and-Puppet-for-Openstack-Audo-DeploymentForeman-and-Puppet-for-Openstack-Audo-Deployment
Foreman-and-Puppet-for-Openstack-Audo-Deployment
 
CCNAv5 - S3: Chapter9 IOS Images and Licensing
CCNAv5 - S3: Chapter9 IOS Images and LicensingCCNAv5 - S3: Chapter9 IOS Images and Licensing
CCNAv5 - S3: Chapter9 IOS Images and Licensing
 
OpenStack with OpenDaylight
OpenStack with OpenDaylightOpenStack with OpenDaylight
OpenStack with OpenDaylight
 
Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
 
Network Security.pptx
Network Security.pptxNetwork Security.pptx
Network Security.pptx
 
DPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesDPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith Wiles
 
Chapter 07 - Transport Layer
Chapter 07 - Transport LayerChapter 07 - Transport Layer
Chapter 07 - Transport Layer
 
Chapter 7 : Transport layer
Chapter 7 : Transport layerChapter 7 : Transport layer
Chapter 7 : Transport layer
 

More from Chaing Ravuth

CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3Chaing Ravuth
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2Chaing Ravuth
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1Chaing Ravuth
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10Chaing Ravuth
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9Chaing Ravuth
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8Chaing Ravuth
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7Chaing Ravuth
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6Chaing Ravuth
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5Chaing Ravuth
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4Chaing Ravuth
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8Chaing Ravuth
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7Chaing Ravuth
 
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5Chaing Ravuth
 
CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3Chaing Ravuth
 

More from Chaing Ravuth (20)

CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
 
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6
 
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
 
CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
 
CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7
 
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5
 
CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 

CCNA2 Verson6 Chapter10

  • 1. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Instructor Materials Chapter 10: Device Discovery, Management, and Maintenance CCNA Routing and Switching Routing and Switching Essentials v6.0
  • 2. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 13 Chapter 10: Device Discovery, Management, and Maintenance Routing and Switching Essentials v6.0
  • 3. Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 10 - Sections & Objectives  10.1 Device Discovery • Use discovery protocols to map a network topology.  10.2 Device Management • Configure NTP and Syslog in a small to medium-sized business network  10.3 Device Maintenance • Maintain router and switch configuration and IOS files.
  • 4. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15 10.1 Device Discovery
  • 5. Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Discovery Device Discovery with CDP  CDP Overview • Cisco Discovery Protocol • Neighbor discovery of physically connected Cisco devices  Configure and Verify CDP • show cdp neighbors • show cdp interface • cdp run • cdp enable  Discover Devices Using CDP • Device identifiers - The host name of the neighbor device • Port identifier - The name of the local and remote port • Capabilities list - Whether the device is a router or a switch • Platform - The hardware platform of the device
  • 6. Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Discovery Device Discovery with LLDP  LLDP Overview • A vendor neutral layer 2 neighbor discovery protocol, similar to CDP  Configure and Verify LLDP • show lldp • lldp run • lldp transmit • lldp receive  Discover Devices Using LLDP • show lldp neighbors
  • 7. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 18 10.2 Device Management
  • 8. Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Management Implement NTP  Setting the System Clock • Manually configure the date and time • Configure Network Time Protocol (NTP)  NTP Operation • Hierarchical system of time sources • Stratum 0 – Authoritative time source • Stratum number indicates how far the server is from the time source  Configure and Verify NTP • ntp server ip-address • show ntp associations • show ntp status • show clock
  • 9. Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Management Syslog Operation  Introduction to Syslog • Allows devices to send their messages to syslog server • Supported by most networking devices • Primary functions: o log information o select the type o specify the destinations  Syslog Message Format • Severity level from 0 – 7 • Facility – service identifiers  Service Timestamp • Enhances real-time debugging and management • service timestamps log datetime
  • 10. Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Management Syslog Configuration  Syslog Server • Parses the output and places the messages into pre-defined columns • Timestamps are displayed if configured on networking devices that generated the log messages • Allows the network administrators to navigate the large amount of data compiled on a syslog server.  Default Logging • Send log messages of all severity level to the console • show logging  Router and Switch Commands for Syslog Clients • logging ip-address • logging trap level • logging source-interface source-interface interface-number  Verifying Syslog • show logging • Use the pipe (|) to limit the amount of displayed log messages
  • 11. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 22 10.3 Device Maintenance
  • 12. Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Maintenance Router and Switch File Maintenance  Router and Switch File Systems • show file systems – lists all available file system • dir – lists the content of the file system • pwd - verify the present working directory • cd – changes the current directory  Backing up and Restoring using Text Files
  • 13. Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Maintenance Router and Switch File Maintenance (Cont.)  Backing up and Restoring using TFTP • copy running-config tftp • copy startup-config tftp  Using USB Ports for Backing Up and Restoring • show file systems • dir usbflash0: • copy run usbflash0:/  Password Recovery • Enter ROMMON mode • Change configuration register to 0x2142 • Make changes to the original startup config • Save the new configuration
  • 14. Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Maintenance IOS System Files  IOS 15 System Image Packaging • universalk9 images • universalk9_npe images • Technology packages: IP Base, Data, UC, SEC • Data, UC, and SEC technology packages are activated through licensing  IOS Image Filenames • Feature sets and version • show flash
  • 15. Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Maintenance IOS Image Management  TFTP Servers as a Backup Location • Backup location for IOS images and configuration files  Steps to Backup IOS Image to TFTP Server • Verify access to TFTP server • Verify sufficient disk space • Copy the image to the TFTP server o copy source-url tftp:  Steps to Copy an IOS Image to a Device • Download IOS image from Cisco.com and transfer it to TFTP server • Verify access to TFTP server from device • Verify sufficient disk space on device • Copy the image from the TFTP server o copy tftp: destination-url  The boot system Command • Command to load the new image during bootup • boot system file-url
  • 16. Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Maintenance Software Licensing  Licensing Process • Purchase the software package or feature to install • Obtain a license o Cisco License Manger o Cisco License Portal o Requires PAK number and UDI show license udi • Install the license o license install stored- location-url o reload
  • 17. Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Device Maintenance License Verification and Management  License verification • show version • show license  Activate an evaluation right-to-use license • license accept end user agreement • license boot module module-name technology-package package- name  Back up the license • license save file-sys://lic-location  Uninstall the license • Disable the license o license boot module module-name technology-package package- name disable • Clear the license o license clear feature-name o no license boot module module-name technology-package package-name disable
  • 18. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 29 10.4 Chapter Summary
  • 19. Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter Summary Summary  CDP is a Cisco proprietary protocol for network discovery on the data link layer. It can share information, such as device names and IOS versions, with other physically connected Cisco devices.  LLDP is vendor-neutral protocol used on the data link layer for network discovery. The network devices advertise information, such as their identities and capabilities, to their neighbors.  NTP synchronizes the time of day among a set of distributed time servers and clients. This allows networking devices to agree on the time a specific event occurred, such as the loss of connectivity between a router and a switch.  Syslog messages can be trapped and sent to a syslog server where the network administrator can investigate when the link failed.  Device maintenance includes the tasks of backing up, restoring, and upgrading IOS images and configuration files from an TFTP server or using USB storage devices.  Upgrading an IOS image also includes tasks related to software licensing.  Understanding IOS image name conventions can be useful in the determination of included IOS feature sets.
  • 20. Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
  • 21. Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential