This document takes you through a step-by-step procedure for upgrading your Cisco uBR9xx Series, and explains how to install Cisco IOSĀ® software onto "Run from RAM" Cisco routers using a Trivial File Transfer Protocol (TFTP) server or Remote Copy Protocol (RCP) server application.
Install a TFTP Server.
A TFTP server or a RCP server application must be installed on a TCP/IP-ready workstation or PC. Once the application is installed, a minimal level of configuration must be performed.
First, the TFTP application must be configured to operate as a TFTP server as opposed to a TFTP client.
Second, the outbound file directory must be specified. This is the directory in which the Cisco IOS Software images are stored (see step 2 below). Most TFTP applications provide a setup routine to assist in these configuration tasks.
Note: A number of TFTP or RCP applications are available from independent software vendors or as shareware from public sources on the World Wide Web.
Third, download a TFTP Server. There are many TFTP servers available, and they can be easily found by searching for "tftp server" on your favorite Internet search engine. Cisco does not specifically recommend any particular TFTP implementation.
Download the IOS image onto your workstation
You also need to have a valid Cisco IOS Software image for your router. Make sure the image supports your hardware and software features, and that your router has enough memory to run it. If you do not yet have a Cisco IOS Software image, or if you are not sure the image you have meets all the necessary requirements, see How to Choose a Cisco IOS Software Release.
You should now have a TFTP server installed, and a valid Cisco IOS Software image.
The information in this document is based on the software version below.
Cisco IOS Software Release 12.2 or later.
The information presented in this document was created from devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If you are working in a live network, ensure that you understand the potential impact of any command before using it.
For more information on document conventions, see the Cisco Technical Tips Conventions.
Note: For RCP applications, substitute RCP for every occurrence of TFTP. For example, use the copy rcp flash command instead of the copy tftp flash command.
Follow the instructions provided below:
Establish a console session to the router.
This can be done with a direct console connection or a virtual Telnet connection. A direct console connection is preferred over a Telnet connection because a Telnet connection gets lost during the reboot phase of the software installation. The console connection is made with a rolled cable (usually a flat black cable), and connects the console port of the router to the COM port of the PC. Open Hyperterminal on the PC, and use the following settings:
Speed 9600 bits per second 8 databits 0 parity bits 1 stop bit No Flow Control
Verify that the TFTP server has IP connectivity to the router.
Check the IP addresses of the TFTP server and the router/access server targeted for the TFTP software upgrade to be sure the addresses are within the same range. Ping the router/access server to verify that a network connection exists between them.
Copy the new software image from the TFTP server to the router/access server using the procedure below:
uBR924> enable Password: password uBR924# uBR924# copy tftp flash
Note: If, once connected to the router through the console port, you get a ">" or "rommon >" prompt, your router is in ROM monitor (ROMmon) mode.
If necessary, you can copy an image from one device to another.
Note: We recommend that you keep a copy of the router/access server configuration before upgrading the router/access server software. The upgrade itself does not affect the configuration (which is stored in nonvolatile RAM (NVRAM)).
Specify the IP address of the TFTP server.
When prompted, enter the IP address of the TFTP server as in the following example:
Address or name of remote host [255.255.255.255]? 172.16.30.40
Specify the filename of the new Cisco IOS software image.
When prompted, enter the filename of the Cisco IOS software image to be installed, as in the following example:
Source file name? ubr920-k8v6y5-mz.122-3.bin
Note: The image name varies depending on the filename of the image on the TFTP server.
Specify the destination filename.
This is the name the new software image will have when it is loaded onto the router. The image can be named anything, but common practice is to enter the UNIX image filename.
Destination file name? ubr920-k8v6y5-mz.122-3.bin
Erase Flash device before confirming.
When prompted:
Enter yes to erase the existing software image resident in the router's Flash memory before copying the new one.
Enter no to keep the existing software image. Be sure you have enough Flash memory to keep both.
Erase flash device before writing? [confirm] yes/no
The copying process takes several minutes; the time differs from network to network. During the copy process, messages are displayed to indicate which files have been accessed.
The exclamation point "!" indicates that the copy process is taking place. Each exclamation point indicates that ten packets have been transferred successfully. A checksum verification of the image occurs after the image is written to Flash memory.
Before reloading, verify the correct installation and commands.
Verify that the image is properly installed and that the boot system commands point to the proper file to load.
To reload, type:
Router#reload *Mar 1 00:30:49.972: %SYS-5-CONFIG_I: Configured from console by console System configuration has been modified. Save? [yes/no]: no !-- lower case Proceed with reload? [confirm] yes !-- lower case
Verify that the router is running with the proper image.
After the reload is complete, the router should be running the desired Cisco IOS Software image. Use the show version command to verify.
ubr924#show flash System flash directory: File Length Name/status 1 3931744 ubr920-k1o3v4y556i-mz.121-3a.T4.bin [3931808 bytes used, 131424 available, 4063232 total] 3968K bytes of processor board System flash (Read/Write) ubr924#copy tftp flash Address or name of remote host []? 172.16.30.40 Source filename []? ubr920-k8v6y5-mz.122-3.bin Destination filename [ubr920-k8v6y5-mz.122-3.bin]? Accessing tftp://172.16.30.40/ubr920-k8v6y5-mz.122-3.bin... Erase flash: before copying? [confirm] Erasing the flash filesystem will remove all files! Continue? [confirm] Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erased Erase of flash: complete Loading ubr920-k8v6y5-mz.122-3.bin from 172.16.30.40 (via cable-modem0): !!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [OK - 3755588/7511040 bytes] Verifying checksum... OK (0xD64F) 3755588 bytes copied in 99.254 secs (37935 bytes/sec) ubr924# ubr924#reload !--- Make sure you read step 8 in the Software Installation or Upgrade Procedure section before reloading. Proceed with reload? [confirm] 133.CABLEMODEM.CISCO: 01:05:23: %SYS-5-RELOAD: Reload requested System Bootstrap, Version 12.0(6r)T3, RELEASE SOFTWARE (fc1) Copyright (c) 1999 by cisco Systems, Inc. UBR924 platform with 16384 Kbytes of main memory program load complete, entry point: 0x80010000, size: 0x394d28 Self decompressing the image : ################################
To confirm that the router upgraded the Cisco IOS software version after the reload. Do a show version.
ubr924#show version Cisco Internetwork Operating System Software IOS (tm) 920 Software (UBR920-K8V6Y5-M), Version 12.2(3), RELEASE SOFTWARE (fc1) Copyright (c) 1986-2001 by cisco Systems, Inc. Compiled Wed 18-Jul-01 17:05 by pwade Image text-base: 0x800100A0, data-base: 0x806A2250 ROM: System Bootstrap, Version 12.0(6r)T3, RELEASE SOFTWARE (fc1) ubr924 uptime is 0 minutes System returned to ROM by reload at 08:14:09 - Sun Jan 2 2000 System image file is "flash:ubr920-k8v6y5-mz.122-3.bin" cisco uBR920 CM (MPC850) processor (revision 3.d) with 15872K/1024K bytes of memory. Processor board ID FAA0344Q0GK Bridging software. 1 Ethernet/IEEE 802.3 interface(s) 1 Cable Modem network interface(s) 3968K bytes of processor board System flash (Read/Write) 1536K bytes of processor board Boot flash (Read/Write) Configuration register is 0x2102