ROM, RAM, NVRAM and Flash Memory on Cisco Routers _ Confterminal

6
4/14/2014 ROM, RAM, NVRAM and Flash Memory on Cisco Routers | confterminal.com http://confterminal.com/rom-ram-nvram-and-flash-memory-on-cisco-routers/ 1/6 Posts Categories Contact ROM, RAM, NVRAM and Flash Memory on Cisco Routers Saturday 12 March 2011 2 comments introduction Sometimes people get confused when it comes to telling how much memory the router has and which memory does what. There are 4 memory terms you should be familiar with, and 2 of these should be checked before upgrading the router's IOS. These are the following: ROM: ROM stands for Read Only Memory. It stores the System Bootsrap. NVRAM: This is where the configuration is saved when you type copy run start. RAM: RAM stores the running config, CDP information, ARP cache, routing table, etc. Basically everything the router needs for it's operation. Before you upgrade the IOS you should check if the router has sufficient memory to run that particular IOS! FLASH: This is where the IOS is stored. Before upgrading you should check if the flash is big enough to hold the old and the new images or that you have to delete the old one before downloading the new one. To check the memory type in show verison AS#show version Cisco Internetwork Operating System Software IOS (tm) 2500 Software (C2500-I-L), Version 12.1(3)T, RELEASE SOFTWARE (fc1) Copyright (c) 1986-2000 by cisco Systems, Inc. Compiled Wed 19-Jul-00 06:05 by ccai Image text-base: 0x03042200, data-base: 0x00001000 ROM: System Bootstrap, Version 11.0(10c)XB1, PLATFORM SPECIFIC RELEASE SOFTWARE (fc1) BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c)XB1, PLATFORM SPECIFIC RELEASE SOF TWARE (fc1) AS uptime is 30 minutes System returned to ROM by reload System image file is "flash:c2500-i-l.121-3.t.bin"

description

CISCO MEMORY

Transcript of ROM, RAM, NVRAM and Flash Memory on Cisco Routers _ Confterminal

  • 4/14/2014 ROM, RAM, NVRAM and Flash Memory on Cisco Routers | confterminal.com

    http://confterminal.com/rom-ram-nvram-and-flash-memory-on-cisco-routers/ 1/6

    Posts

    CategoriesContact

    ROM, RAM, NVRAM and Flash Memory onCisco Routers

    Saturday 12 March 2011 2 comments

    introduction

    Sometimes people get confused when it comes to telling how much memory the router has and which memory

    does what. There are 4 memory terms you should be familiar with, and 2 of these should be checked before

    upgrading the router's IOS. These are the following:

    ROM: ROM stands for Read Only Memory. It stores the System Bootsrap.

    NVRAM: This is where the configuration is saved when you type copy run start.

    RAM: RAM stores the running config, CDP information, ARP cache, routing table, etc. Basically everything the

    router needs for it's operation. Before you upgrade the IOS you should check if the router has sufficient memoryto run that particular IOS!

    FLASH: This is where the IOS is stored. Before upgrading you should check if the flash is big enough to hold the

    old and the new images or that you have to delete the old one before downloading the new one.

    To check the memory type in show verison

    AS#show versionCisco Internetwork Operating System SoftwareIOS (tm) 2500 Software (C2500-I-L), Version 12.1(3)T, RELEASE SOFTWARE (fc1)Copyright (c) 1986-2000 by cisco Systems, Inc.Compiled Wed 19-Jul-00 06:05 by ccaiImage text-base: 0x03042200, data-base: 0x00001000

    ROM: System Bootstrap, Version 11.0(10c)XB1, PLATFORM SPECIFIC RELEASE SOFTWARE (fc1)BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c)XB1, PLATFORM SPECIFIC RELEASE SOFTWARE (fc1)

    AS uptime is 30 minutesSystem returned to ROM by reloadSystem image file is "flash:c2500-i-l.121-3.t.bin"

  • 4/14/2014 ROM, RAM, NVRAM and Flash Memory on Cisco Routers | confterminal.com

    http://confterminal.com/rom-ram-nvram-and-flash-memory-on-cisco-routers/ 2/6

    cisco AS2511-RJ (68030) processor (revision K) with 6144K/2048K bytes of memory.Processor board ID 17142046, with hardware revision 00000000Bridging software.X.25 software, Version 3.0.0.1 Ethernet/IEEE 802.3 interface(s)1 Serial network interface(s)16 terminal line(s)32K bytes of non-volatile configuration memory.8192K bytes of processor board System flash (Read ONLY)

    Configuration register is 0x2102

    AS#

    The highlighted values:

    6144K/2048K: This is the amount of installed memory (RAM or DRAM). DRAM is divided logically so you

    need to combine the two numbers to determine the total memory. 6144+2048=8192K.

    32K: NVRAM to save the configuration file. It appears to be very small but because the config is just a text file it

    can hold a huge amount of data. Even this tiny 32K can store about a 1000-1500 lines of code! It's handy to

    know thought that if you need more space to store your startup configuration you can configure the router tostore it on the flash or boot from a TFTP server.

    8192K: This is the size of the flash memory where the IOS is stored.

    scenario

    Let's say we want to upgrade this Access Server. It is currently running c2500-i-l.121-3.t and we want to

    upgrade to c2500-is-l.122-8.T. First we have to check the IOS requirements on the Cisco Feature Navigatorsite to see if we have enough RAM and if the image would fit on the flash.

  • 4/14/2014 ROM, RAM, NVRAM and Flash Memory on Cisco Routers | confterminal.com

    http://confterminal.com/rom-ram-nvram-and-flash-memory-on-cisco-routers/ 3/6

    We can see that both, the RAM and the flash have to be 16MB/16MB in order to be able to use this IOS. Wehave only 8MB of RAM and 8MB of flash so the upgrade is going to have to happen after a quick shopping on

    ebay! :)

    Categories: Cisco Tags: Cisco General|IOS|Monitoring

    Older Post | | Newer Post

    About Szilard

    Tweet 0

    0

    Similar Posts

    Configuring IP Address on a Cisco Router

    After you have played a little with some basic commands on your Cisco router you probably want to take

    it to the next level and connect it to a network so the real fun can begin! Now to be able to TELENT intothe router or even just PING it you have to configure at least one of the interfaces with an IP address.

    Preferably the one you want to plug the cable into...

    Configuring Hostname on a Cisco Router

    0Like

  • 4/14/2014 ROM, RAM, NVRAM and Flash Memory on Cisco Routers | confterminal.com

    http://confterminal.com/rom-ram-nvram-and-flash-memory-on-cisco-routers/ 4/6

    One of the first things you want to configure on a router or a switch is the hostname. Although it is mainly

    important to us administrators -so we can identify our devices easier-, the hostname can be used to

    authenticate one router to another as well, but I'll talk about that in another tutorial.

    Configuring Serial Interfaces on a Cisco Router

    Serial interfaces are used to communicate with other local Cisco Routers or to establish a connection tothe WAN through a CSU/DSU device. The required steps are almost identical to the configuration of any

    other interface's with a few exceptions. When connecting two Cisco routers directly with a DCE/DTE

    cable, the router which has the DCE end of the cable connected to it has to be configured to dictate the

    clock rate. It is essential for proper communication.

    Comments

    1. mm

    12:58 07 Mar 2014The total RAM installed is 6144K + 2048K, is it not?

    2. Szilard

    09:39 29 Mar 2014Thank you for pointing it out, it has been corrected

    Leave a Reply

    Name:

    Email:

    www:

    Submit

    Notify me of followup comments via e-mail. You can also subscribe without commenting.

    Recent Posts

  • 4/14/2014 ROM, RAM, NVRAM and Flash Memory on Cisco Routers | confterminal.com

    http://confterminal.com/rom-ram-nvram-and-flash-memory-on-cisco-routers/ 5/6

    How to configure SSH on a Cisco Router

    ure SSH on a Cisco router or switch in order to access it remotely, unless we're using an access ser...

    Monday 06 January 2014

    Clear print jobs script

    I use this script from time to time to quickly clear print jobs and resolve print spooler issues. Yo...

    Friday 27 December 2013ROM, RAM, NVRAM and Flash Memory on Cisco Routers

    Sometimes people get confused when it comes to telling how much memory the router has and which memo...

    Saturday 12 March 2011

    Configuring RIP on a Cisco Router

    The Routing Information Protocol (RIP) is the most basic distance-vector routing protocol in use the...

    Sunday 27 February 2011

    Creating Users on a Cisco Router

    Having user accounts on a router makes life and logging much easier. When creating users on a Cisco ...

    Sunday 13 February 2011

    Recent Comments

    Szilardsaid:

    Thank you for pointing it out, it has been correctedmore

    mmsaid:The total RAM installed is 6144K + 2048K, is it not?

    more

    Szilardsaid:

    It looks like that the simulator you are using is not up to the task. Try downloading Packet Tracer, that is a good

    sim to start...more

  • 4/14/2014 ROM, RAM, NVRAM and Flash Memory on Cisco Routers | confterminal.com

    http://confterminal.com/rom-ram-nvram-and-flash-memory-on-cisco-routers/ 6/6

    Percysaid:

    the error that comes is: % Invalid input detected at '^' marker and '^' is pointing to authentication.... i "typed

    debu...more

    Szilardsaid:

    When you say that "debug ppp authentication" doesn't work do you mean that there is no output or the router

    doesn't accept it? T...

    more

    Percysaid:

    I tried this method, but i have a problem... the command "debug ppp authentication" and "service password-encryption" dont w...

    more

    Post Tags

    Cisco General (7)

    Command Line (1)IOS (9)

    Monitoring (1)

    RIP (1)

    Routing (4)SSH (1)

    Switching (1)

    Upcoming Tutorials

    WMI Script to show installed programs

    Basic ASA configurationHow to change RIP Timers

    Configuring RIP Authentication

    2010-2014 confterminal.com

    Sitemap

    Your IP: 134.7.248.132