Cisco Device Memory
Cisco routers have four basic types of memory: RAM/DRAM, NVRAM, ROM, and Flash (EPROM) memory.
| Memory/Type | Contents |
| RAM/DRAM | Active program and operating system instructions, the running configuration file, routing tables |
| NVRAM | Startup configuration file |
| ROM | POST, bootstrap, and startup/power-up utilities (usually limited version of), Cisco IOS |
| Flash | Cisco IOS |
RAM/DRAM has similar
function like RAM in PC. It’s just temporary memory that used by
device to store data or file or any configuration that is running
before excute by proccessor. When you configure the router or switch
for the first time, it’s stored in RAM. If you want to retain the
configuration, you have to copy the configuration to NVRAM.
NVRAM or
Non-Volatile RAM is RAM that is used to save all router
configuration. So, if you config the router and want to retain the
configuration you have to save it to NVRAM with. Here is command use
to save the configuration from RAM to NVRAM.
Router#copy running-config startup-config
It’s like PC too
that ROM has similar function like. When you power up the router or
switch for the first time, ROM try to do POST, bootstrap and soon
until it load IOS in Flash memory.
FLASH is used to
stored Cisco Internetworking Operating System (IOS). And than it will
load startup configuration in NVRAM.
Comments
Post a Comment