Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

show version

Status
Not open for further replies.

macanudo

MIS
Oct 23, 2002
15
AR
Hi,

Do any of you know what the '6144K/2048K bytes of memory' or '8192K/2048K bytes of memory' stands for?
The output below is from 2 c2500, but I haven't been able to figure out how much memory they really have.
I need to upgrade the IOS and reckon that more memory is needed, but I want to make sure exactly how much.
According to Kingston these routers come with 2MB of 'non-removable' memory. But if you check out Cisco's product reference, you find out that they come with 4MB!!!
So I'm not sure whether the '/2048K' refer to that 2MB of nrm, or if, for instance the '6144K/2048K' mean: you have a 6MB module with 2MB of non-removable mem (you have a 4MB module).

=(

Help appreciated.

Cheers, Gabriel.

---

Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-I-L), Version 11.2(5)P, SHARED PLATFORM, RELEASE S
OFTWARE (fc1)
Copyright (c) 1986-1997 by cisco Systems, Inc.
Compiled Mon 07-Apr-97 11:52 by tej
Image text-base: 0x030229F8, data-base: 0x00001000

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

rrouter uptime is 10 weeks, 4 days, 19 hours, 18 minutes
System restarted by reload
System image file is "flash:80135405.bin", booted via flash

cisco 2500 (68030) processor (revision N) with 6144K/2048K bytes of memory.
Processor board ID 06105586, with hardware revision 00000000
Bridging software.
X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
1 Ethernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read ONLY)

Configuration register is 0x2102

----

Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-I-L), Version 11.2(16), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1998 by cisco Systems, Inc.
Compiled Tue 06-Oct-98 11:30 by ashah
Image text-base: 0x0302300C, data-base: 0x00001000

ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
BOOTFLASH: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE SOFTWARE (fc1)

rhondas uptime is 12 weeks, 4 days, 20 hours, 43 minutes
System restarted by power-on
System image file is "flash:c2500-i-l.112-16.bin", booted via flash

cisco 2500 (68030) processor (revision D) with 8192K/2048K bytes of memory.
Processor board ID 05264028, with hardware revision 00000000
Bridging software.
X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
2 Ethernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read ONLY)

Configuration register is 0x2102
 
Use the "show flash" command to verify that you have enough memory on your system for the IOS software that you want to load. Flash memory is erasble reprogramable ROM that holds the operating system image and microcode. multiple versions can be sometimes be held here. RAM/DRAM stores routing tables, the ARP cash, and some other stuff, the current running configuration is also stored here. The backup/startup config file is stored in NVRAM (nonvolotile. ROM cointains contains diagnostics, bootstrap, and OS software
To replace the IOS first you should back-up a copy of the current IOS,just in case the new one doesn't work, use the copy flash tftp command for this. Of course you will need a computer to act as a TFTP server, after you use the command the router will ask for the IP address for the TFTP server then you are ready to copy your new IOS to your router. have your new image at the TFTP server and the name of it, the router will ask you for it then it will verify there is enough space and ask if want to erase the current one, if there is not enough space then erase the current image. After the image is loaded then use the show flash command again to check the size of the new image, make sure this the same size as the one in the TFTP server(make sure all of the image is there).
Then use the "boot system" command to specify the system iomage to use at startup.
Then use the "reload" to reload the router and you new image should be in there.
Let me know if it works
Later,
Charlie
Charlie@gate.net
 
You add the 2 together to get the total DRAM you have in your router.
signature-tektips.gif
 
Number is: Free/Used DRAM
Total DRAM=Free+Used Peter Mesjar
CCNA, A+ certified
pmesjar@centrum.sk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top