Great, and thank you....
Main Topics
Browse All TopicsHi ,
Is there a way to upgrade flash memory on 2620 router without using console cable connection.
Since the router is on a LIVE network , i need to do this upgrade without loosing the IP connectivity.
Once i copy the flash to the tftp server , i have to remove the old flash SIMM & install the new one. During this time the router needs to be turned off and the module should then be replaced.
So i will be needing a console cable to gain access to the router when it boots up in the rommon mode. Instead of doing this way if there a way to do this flash memory upgrade so that the router locates the tftp server automatically when it reboots after installing the new flash SIMM.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
so in the below command do i have to give the path of the tftp server so that i finds the tftp ser like what i have given below
router(config)#boot system tftp://192.168.1.2/c2800nm
Will this find the tftp server when it is powered off and turned on after replacing the new SIMM.
And do i have to unplug all the cable except the fast Ethernet that is connected to the Tftp server.
1. Yes, you have to put that command.
2. You have to change the config-register value as well to tell router to boot from network server. Use a "sh ver" and check in the last line what the value is, it should 0x2102. You have to change it to 0x210F
Router(config)# config-register 0X210F
wr mem
and reload the router........ make sure ur tftp has read/write/upload/download
if you ever ger stuck in BOOT ROM use the the command confreg to boot it back to old flash image.........
After you are done with the new flash image, make sure to change the config-register value back to 0x2102.
You don't need to touch any cables........
after u change the value and put the command of tftp, the next time u switch on the router the boot rom dictates the router using the value to look in for ur tftp server and the boot command tells where to find it.......
hi,
Router2620 (config)#no boot system
Router2620 (config)#boot system tftp xxxxxxxxxxxxxxxxxxx.bin ip-address-tftp
Router2620 (config)#config-register 0X210F
Router2620 (config)#end
Router2620#copy run start
i', not going to reebot after the above commands , since after saving the above commands i'm going to turn off the router open the cover and replace new ram & flash SIMM , and then turn on the router .
So only after this the router is going to look for the tftp server to boot the image from.
Please check my above commands an verify whether they are correct.
Business Accounts
Answer for Membership
by: surbabu140977Posted on 2009-11-03 at 08:05:29ID: 25730330
the command boot system tftp would load the image from tftp server instead of flash, when there will be no image in the flash....... once booted do whatever you want to like with the new flash.....