Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
– NVRAM stores the startup configuration file
– DRAM stores the configuration file that is being executed
– Flash Memory– stores the Cisco IOS.
-- ROM
CISCO Device Memory Types..
RAM contain Running configuration , NVRAM contain startup configuration and Flash contain IOS
There are four types of Router Memory
RAM,ROM,Flash Memory and NVRAM
ROM: Read Only Memory.
RAM: Random Access Memory.
Flash Memory.
NVRAM: Non Volatile Random Access Memory.
Flash Memory Flash memory is implemented (on a Cisco 2500) using two Single Inline Memory Module (SIMM) slots that hold erasable programmable read-only memory (EPROM). Flash memory is used to store and run the Cisco IOS software - the router's operating system. When a router is powered down, the contents of Flash memory are not lost. However, its contents can be upgraded by "flashing" the chip, not unlike one can do with a BIOS in the PC world. While a router is running, the contents of Flash are set to a read-only mode. Flash memory for a Cisco 2500 series router ranges in size from a minimum of 4MB up to a maximum of 16MB. You might consider adding additional Flash memory to meet the space requirements of the IOS version that you have chosen to run. For a Cisco 2501, the base IP version of IOS 12.0 requires a minimum of 8MB of Flash memory. So, if you had a Cisco 2501 that shipped with only 4MB of Flash, you would require at least one additional 4MB SIMM. For IOS versions with more advanced feature sets, it is not uncommon to require at least 16MB of Flash. When installing or upgrading Flash using multiple SIMMs, it is important to note that they must be the same size. For example, if you already have 4MB of Flash and wish to upgrade, you can either replace the 4MB SIMM with an 8MB SIMM, or simply add a second 4MB SIMM. You cannot mix and match SIMMs with different storage capabilities. As such, you cannot have one 4MB and one 8MB SIMM installed at the same time - their storage capabilities must equal. RAM Random Access Memory (RAM) represents the non-permanent or volatile working area of memory on a Cisco router. When the router is powered down, the contents of RAM are lost. By default, RAM is broken up into two main areas - Main Processor Memory, and Shared I/O Memory. Main Processor Memory is where the routing table, ARP tables, and running configuration are stored. Shared I/O Memory is used as a buffer location for temporarily storing packets prior to processing. Most Cisco 2500 routers will have 2MB of RAM soldered to the system board (this amount, however, depends on the revision number of the router), along with one SIMM slot to add additional RAM. The maximum amount of RAM that can be added to a Cisco 2500 is 16MB. If 16MB is added, that provides a maximum of 18MB of available RAM. In cases where a RAM SIMM is installed, its capacity will be used as Main Processor Memory, while the onboard RAM (2MB) will be used as Shared I/O memory. If no SIMM chip is present, that 2MB of on-board RAM will be split between both areas, providing each with 1MB of working space. This should be avoided for performance reasons. ROM In older Cisco router models, Read-Only Memory (ROM) chips were used to store the IOS software. In newer models, this is no longer the case. As mentioned previously, the IOS image is now stored in Flash memory (it can also be stored on a TFTP server, as I'll discuss in the next chapter). ROM is now used as the memory area from which a Cisco router begins the boot process, and is made up of a number of elements. These elements are implemented via microcode, a set of programming instructions that are contained in ROM.
There are four types of memories on cisco routers:
1- ROM- for The initial bootstrap software that runs and maintains instructions for POST diagnostics.
2-Flash memory- contains the full Operating System Image.
3- RAM - is used to hold running Cisco IOS Operating System and keep ARP cach.
4- NVRAM -is used to store the startup configuration file.
The ROM for the initial bootstrap software, the Flash memory that contains the OS image which is used to reset the start-up configuration to factory default by using 0x2102 register, RAM for the running configuration, NVRAM for start-up configuration.
Four types: ROM, NVRAM, DRAM and Flash