© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.19-1 Managing Your Network Environment Managing Cisco Devices.

Презентация:



Advertisements
Похожие презентации
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary The Cisco Discovery Protocol is an information-gathering tool used by network.
Advertisements

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Starting a Switch.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Discovering Neighbors on the Network.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Managing Router Startup and Configuration.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Configuring a Router.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary The Cisco IOS software platform is implemented on most Cisco hardware platforms,
© 2006 Cisco Systems, Inc. All rights reserved. CIPT1 v Deployment of Cisco Unified CallManager Release 5.0 Endpoints Configuring Cisco Unified CallManager.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Completing ISDN Calls Configuring ISDN BRI and PRI.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Policy Controls Implementing Changes in BGP Policy.
© 2005 Cisco Systems, Inc. All rights reserved. IPTX v Configuring Additional Cisco CallManager Express Features Configuring Cisco CallManager Express.
© 2006 Cisco Systems, Inc. All rights reserved.SND v Module Summary Routers play an important role in ensuring that network perimeters are secure;
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Determining IP Routes Enabling RIP.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Policy Controls Applying Route-Maps as BGP Filters.
Copyright 2003 CCNA 3 Chapter 7 Switch Configuration By Your Name.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Configuring Small-Scale Routing Protocols Between PE and CE Routers.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v BGP Overview Monitoring and Troubleshooting BGP.
© 2006 Cisco Systems, Inc. All rights reserved. HIPS v Configuring Groups and Policies Managing Hosts and Deploying Software Updates.
Cisco Internetwork Troubleshooting Creating End-System Network Configuration Documentation © 2005 Cisco Systems, Inc. All rights reserved. CIT v
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Attributes Setting BGP Local Preferences.
© 2006 Cisco Systems, Inc. All rights reserved.BCMSN v Defining VLANs Propagating VLAN Configurations with VTP.
Транксрипт:

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Managing Cisco Devices

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Outline Overview Cisco IOS File System and Devices Managing Cisco IOS Images Managing Device Configuration Files Cisco IOS copy Command Executing Adds, Moves, and Changes Using show and debug Commands on Operational Cisco Devices Summary Lab Exercise 9-1: Gathering Information About Neighboring Devices and Using System Files

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Cisco IOS File System and Devices

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Cisco IOS Images

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Verify that flash memory has room for the Cisco IOS image. Verifying Memory and Deciphering Image Filenames

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Back up current files prior to updating flash memory. Creating a Software Image Backup

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Upgrading the Image from the Network

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Device Configuration Files

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Cisco IOS copy Command NVRAM Terminal TFTP server Erase start

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Cisco IOS copy Command Example

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v copy run tftp and copy tftp run Commands

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Adding New Devices to the Network 1. Determine the IP address to be used for management purposes. 2. Configure administrative access for the console, auxiliary, and vty interfaces. 3. Configure passwords for the privileged EXEC mode for the device. 4. Configure network management access to the device. 5. Determine the IP address to assign to each interface. 6. Configure the new device with the appropriate configuration.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Moving Devices on the Network Determine what to do with the obsolete equipment. –Which devices connect to the equipment being moved? –Will the move and reconfiguration affect the security policy? –Does the device play a role that no other devices play? Review the facilities for the new location. After the move, test network connectivity.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Changing the Hardware Hardware changes Power down the equipment or use OIR. Make sure the appropriate modules are available. Read the hardware installation manual. Verify the policies of your organization. Cisco IOS software changes Does the new version support the current and future features you need? Does your platform have sufficient RAM and flash memory to support the feature set?

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v show and debug Commands

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Considerations When Using debug Commands May generate output in a variety of formats that may not identify the problem Require high overhead, possibly disrupting network device operation Useful for obtaining information about network traffic and router status

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Commands Related to debug

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary The Cisco IOS File System feature provides a single interface to all the file systems (NVRAM, RAM, TFTP, flash) that a router uses. As a network grows, storage of the Cisco IOS software and configuration files on a central server enables control of the number and revision level of software images and configuration files that must be maintained. Having proper backup of the current device configuration stored in a TFTP server can help reduce device downtime.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) The Cisco IOS software copy commands can be used to move configurations from one component or device to another, such as RAM, NVRAM, or a file server. Network equipment is often moved from one location to another, removed from the network, or the configuration may change. The process is referred to as adds, moves, and changes. The show and debug commands are built-in tools for troubleshooting. The show command is used to display static information, while the debug command is used to display dynamic data.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v