© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.19-1 Managing Your Network Environment Managing Router Startup and Configuration.

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



Advertisements
Похожие презентации
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Starting a Switch.
Advertisements

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Managing Cisco Devices.
Copyright 2003 CCNA 2 Chapter 14 Managing Cisco IOS Software By Your Name.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary The Cisco Discovery Protocol is an information-gathering tool used by network.
© 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 Managing Your Network Environment Discovering Neighbors on the Network.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Defining a LAN.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary The Cisco IOS software platform is implemented on most Cisco hardware platforms,
© 2005 Cisco Systems, Inc. All rights reserved. IPTX v Configuring Additional Cisco CallManager Express Features Configuring Cisco CallManager Express.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Attributes Setting BGP Local Preferences.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS TE Overview Configuring MPLS TE on Cisco IOS Platforms.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Completing ISDN Calls Configuring ISDN BRI and PRI.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Getting Information About Remote Devices.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary TCP/IP is the most widely used networking protocol, with functions that can.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary A network is a connected collection of devices (computers, interconnections,
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Serial Network Exploring the Functions of Networking.
© 2006 Cisco Systems, Inc. All rights reserved. SND v Securing Networks with Cisco IOS IPS Configuring Cisco IOS IPS.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Building a Simple Serial Network Using a PC on a Network.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Complex MPLS VPNs Using Advanced VRF Import and Export Features.
© 2006 Cisco Systems, Inc. All rights reserved. CVOICE v VoIP Signaling and Call Control Introducing H.323.
Транксрипт:

© 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 Outline Overview Stages of the Router Power-On/Boot Sequence Internal Router Components How a Cisco Device Locates and Loads Cisco IOS Image and Configuration Files Configuration Register Summary

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Router Power-On Boot Sequence 1. Perform power-on self test (POST). 2. Load and run bootstrap code. 3. Find the Cisco IOS software. 4. Load the Cisco IOS software. 5. Find the configuration. 6. Load the configuration. 7. Run the configured Cisco IOS software.

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

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v ROM Functions Contains microcode for basic functions

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Finding the Cisco IOS Image

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Loading the Cisco IOS Image from Flash Memory The flash memory file is decompressed into RAM.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Loading the Configuration Load and execute the configuration from NVRAM. If no configuration is present in NVRAM, enter setup mode.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Determining the Current Configuration Register Value Configuration register value in show version command

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Configuration register bits 3, 2, 1, and 0 set boot option. Check the configuration register value with the show version command. Configuration Register Values

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

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

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Displays the current and saved configuration show running-config and show startup-config Commands

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary When a router boots, it performs tests, finds and loads software, finds and loads configurations, and finally runs the software. The major internal components of a router include RAM, ROM, flash memory, NVRAM, and the configuration register. When a router boots, it searches for the Cisco IOS software image in a specific sequence: location specified in the configuration register, flash memory, a TFTP server, and ROM. The configuration register includes boot information specifying where to locate the Cisco IOS software image. The register can be examined with a show command and change the register value with the config-register global configuration command.

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