23
Cisco Router Cisco Router © 2006 Cisco Systems, Inc. All rights reserved. Cisco Confidential Presentation_ID 1

Cisco RouterCisco Router - it.nrru.ac.th · Cisco Confidential 12. NVRAM Non-Volatile RAM NVRAM has the following characteristics and functions: Provides storage for the startup configuration

  • Upload
    others

  • View
    25

  • Download
    0

Embed Size (px)

Citation preview

Cisco RouterCisco Router

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1

Internetworking Devices

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 2

Broadcast and Collision Domain

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 3

Broadcast and Collision Domain

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 4

Broadcast and Collision Domain

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 5

Broadcast and Collision Domain

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 6

Using Cisco IOS Command Line Interface (CLI)

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 7

Cisco IOSCisco IOS

Cisco technology is built around the CiscoInternetwork Operating System (IOS), which is thesoftware that controls the routing and switchingfunctions of internetworking devices.

A solid understanding of the IOS is essential fora network administrator.

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 8

Introduction to Routers

A router is a special type of computer. It has the same basic components as a standard desktopC d i d f ifi f iPC. However, routers are designed to perform some very specific functions. Just as computers

need operating systems to run software applications, routers need the Internetwork OperatingSystem software (IOS) to run configuration files. These configuration files contain theinstructions and parameters that control the flow of traffic in and out of the routers. The manyinstructions and parameters that control the flow of traffic in and out of the routers. The manyparts of a router are shown below:

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 9

Router Memory ComponentsRouter Memory Components

ROM - Read Only Memory – Bootstrap/POST

FLASH MFLASH Memory - IOS Images are kept here- Erasable reprogrammable ROM- Contents are kept on Power down or reload

RAM - Random Access memory- Routing TablesRouting Tables- Running Configuration- Contents are lost on reboot

NVRAM - Start up configuration- Configuration Register

Contents are kept on reload

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 10

- Contents are kept on reload

ROMROM

Read-Only Memory

ROM has the following characteristics and functions:

Maintains instructions for power-on self test (POST) diagnostics

Stores bootstrap program and basic operating system software

Mini IOS

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 11

RAMRAM

Random Access Memory, also called dynamic RAM (DRAM)

RAM h th f ll i h t i ti d f tiRAM has the following characteristics and functions:

Stores routing tables Stores routing tables Holds ARP cache Performs packet buffering (shared RAM) Provides temporary memory for the configuration file of

the router while the router is powered on L t t h t i d d t t d Loses content when router is powered down or restarted

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 12

NVRAMNVRAM

Non-Volatile RAM

NVRAM has the following characteristics and functions:

Provides storage for the startup configuration file Retains content when router is powered down or

restarted Configuration Register – 16 bit register whichdecides boot sequence

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 13

FlashFlash

Fl h h th f ll i h t i ti dFlash memory has the following characteristics and functions:

Holds the operating system image (IOS) All ft t b d t d ith t Allows software to be updated without

removing and replacing chips on the processor Retains content hen o te is po e ed do n Retains content when router is powered down

or restarted Can store multiple versions of IOS software Can store multiple versions of IOS software Is a type of electronically erasable,

programmable ROM (EEPROM)

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 14

programmable ROM (EEPROM)

InterfacesInterfacesInterfaces have the following characteristics and functions:

Connect router to network for frame entry and exit Can be on the motherboard or on a separate moduleCan be on the motherboard or on a separate module

Types of interfaces:

Ethernet Fast Ethernet Fast Ethernet Serial ISDN BRI Loopback Console Aux

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15

Aux

Router Internal Components

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 16

Router Bootup 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.g

7. Run the configured Cisco IOS

software.

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 17

Loading the Cisco IOS Software oad g t e C sco OS So t a eFrom Flash Memory

• The flash memory file is decompressed into RAM.

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 18

y p

Loading the Configuration

• Load and execute the configuration from NVRAM.If fi ti i t i NVRAM t t d

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 19

• If no configuration is present in NVRAM, enter setup mode.

IOS File System Overview

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 20

Overview of Router & Switch Modes

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 21

Viewing the Configuration

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 22

show running-config and show startup-config Commands

Di l th t d d fi ti• Displays the current and saved configuration

© 2006 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 23