Link to home
Start Free TrialLog in
Avatar of MMDCisco
MMDCisco

asked on

Upgrading Cisco 1841 and 3800 Series Rouiter, Config Settings Saved?

I'm preparing to upgrade the IOS on two types of routers: an 1841 and 3825.  The 1800's have 12.4(1a) and the 3800 has 12.4(17a) IOS installed.  I understand that I'm to use the following link to find the proper upgrade: http://tools.cisco.com/ITDIT/CFN/.  

My question is: Once I've performed the upgrade using this example, http://www.cisco.com/en/US/products/hw/routers/ps214/products_tech_note09186a0080110ed1.shtml - Will the configuration be saved on the router or does the configuration get wiped out?  How would I save the Configuration before the process?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of that1guy15
that1guy15
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Istvan Kalmar
you able to backup locallly the config:


copy start flash:
I agree ikalmar that you can backup locally but when working with an update/upgrade i never trust the device to keep the config or settings even in flash. I always backup to another device incase the router goes up in flames during the upgrade/update :)
Avatar of MMDCisco
MMDCisco

ASKER

Ok, based on what we know so far, these are the steps (followed by a question):

Step 1:
      Set up TFTP server on local network (tftp)
      Access Router (RouterA) via Terminal
      RouterA# show running
      (Configurat Shown Here)
      RouterA#copy run start
      RouterA#copy start tftp
      
Step 2:
      Download Update from Cisco to Local Computer
      Connect Local Computer to RouterA Console Port
      RouterA#copy tftp: flash: (prompted for Source)
        (do not erase flash)
      RouterA# dir flash:
      RouterA# verify flash:Newbin
      RouterA# configure terminal
      RouterA(config)# config-register 0x2102
      RouterA(config)# ^z
      RouterA# Show run | include boot
      RouterA# configure terminal
      RouterA(config)# no boot system
      RouterA(config)# boot system flash:NewBin
      RouterA(config)# ^Z

      
RouterA# write memory
      RouterA# reload
(reloading)
      RouterA# show version
      RouterA# show running
      (RUNNING CONFIG as shown in STEP 1)

Question: When I do a Write Mem, will the Config be wiped out?  How do I ensure the running config in step 1 is the working running config?  Do the steps look correct?

Thanks,

MB
"When I do a Write Mem, will the Config be wiped out?"

a 'wr mem" will replace the start up config with the current running config. which is what the router is currently operating off of. The startup is the config the router will load when rebooted. So if the router is running and setup how you want it then a wr mem will save these settings to start up so after the reboot it will operate the same.

"How do I ensure the running config in step 1 is the working running  config"

your running config is what the router is configured for at the moment. If you make a change to the router or run "show run" you are actually working with the running config. As mentioned above the start up is what your router loads at boot up.

"Do the steps look correct? "

all looks good to me. The only concern i have is with step 2. you are choosing not to delete the config in flash. So before attempting to load the new bin make sure the flash is large enough to hold the old and the new. If not then the router will crash and you will need to correct it from ROMMON. IF you do not have enough flash to hold both bin files then you will need to have the old bin removed in step to when prompted. I would recommend to backup the old bin file in this case with Copy flash:binfilename.bin tftp.

when downloading the new bin it will tell you how much flash is required to hold it.

If you are unsure of how to set up a TFTP server or have trouble doing so, issue the "show run" command and copy and paste all of the output in to a text file.

Also, are you sure both of your routers have enough flash memory to hold two IOSs?
An I advise to copy to flash the config, and after copy the new IOS on a PC CF card reader!
I have a TFTP on my local machine and will follow the recommendation to Erase instead of not...

Here goes!
Drat.

No joy on several fronts: First, I attempted an SDM update from 2.3.1 to 2.5.  Upon installing the local machine's SDM, I attempted the router.  It failed after asking me for USERID and password.  I tried the standards but it wouldn't work.  The password is correct, it just didn't like the UserName.

Second: I went through the Cisco software and I am not convinced I have the right .BIN for the machine.  I'd like to make absolutely certain I have the right one.  

Third: See above, but I went on anyway and get the best fitting .bin and attempted the TFTP: FLASH: and it didn't actually ask me to erase the existing.  This seemed incredibly odd.  I don't have any notes to delete files / squeeze for additional space, so I put the task on hold until I consulted the experts.

Your thoughts?
Have you tried uppercase C in Cisco and lower case C? - e.g:
Username: Cisco
Password: Cisco

"Second: I went through the Cisco software and I am not convinced I have the right .BIN for the machine.  I'd like to make absolutely certain I have the right one.  "

What is the IOS file name that you downloaded?

"I went on anyway and get the best fitting .bin and attempted the TFTP: FLASH: and it didn't actually ask me to erase the existing."

Can you issue the "show flash" command and paste the output here?
TIA!

Old BIN in flash: c1841-ipbase-mz.124-1c.bin
New bin: c1841-ipbase-mz.124-24.T2.bin  (Yes?)

I can't do a show flash but I can show version because I don't have router access until the wee early morning.

Router>show version
Cisco IOS Software, 1841 Software (C1841-IPBASE-M), Version 12.4(1c), RELEASE SO
FTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Tue 25-Oct-05 17:10 by evmiller

ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)

Router uptime is 25 weeks, 1 day, 18 hours, 6 minutes
System returned to ROM by reload at 23:49:03 UTC Sat Sep 26 2009
System image file is "flash:c1841-ipbase-mz.124-1c.bin"

Cisco 1841 (revision 7.0) with 114688K/16384K bytes of memory.
Processor board ID FTX1119W160
2 FastEthernet interfaces
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM.
31360K bytes of ATA CompactFlash (Read/Write)

Configuration register is 0x2102

Router>