![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Loading and Managing System Images
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contents
Loading and Managing System ImagesLast Updated: November 30, 2011
Cisco IOS software is packaged in system images. Your router already has an image on it when you receive it. However, you may want to load a different image onto the router at some point. For example, you may want to upgrade your software to the latest release, or use the same version of the software for all the routers in a network. Different system images contain different sets of Cisco IOS features. To determine which version (release number) of Cisco IOS software that is running on your system, and the filename of the system image, use the showversion command in user EXEC or privileged EXEC mode. For example, "Version 12.4" indicates Cisco IOS Release 12.4, and "c7200-js-mz" indicates the system image for a Cisco 7200 series router (c7200) containing the "enterprise" feature set (jz). Finding Feature InformationYour software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the Feature Information Table at the end of this document. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Prerequisites for Loading and Managing System Images
Restrictions for Loading and Managing System Images
Information About Loading and Managing System Images
Types of ImagesThe following are the two main types of image your router may use:
On most platforms, the image is located in flash memory. On platforms with multiple flash memory file systems (flash, boot flash, slot 0, slot 1, and so on), the image can be located in any existing flash file system. Use the showfilesystems privileged EXEC mode command to determine which file systems your router supports. Refer to your hardware documentation for information about where these images are located by default.
On some platforms, the boot image is contained in ROM. In others, the boot image can be stored in flash memory. On these platforms, you can specify which image should be used as the boot image using the bootbootldrglobal configuration command. Refer to your hardware documentation for information about the boot image used on your router. Image Naming ConventionsYou can identify the platform, features, and image location by the name of the image. The naming convention is platform-featureset-typefor images. The platform variable indicates which platforms can use this image. Examples of platform variables include rsp (Cisco 7000 series with RSP7000 and Cisco 7500 series), c1600 (Cisco 1600 series), and c1005 (Cisco 1005). The featureset variable identifies the feature package that the image contains. Cisco IOS software comes in feature sets tailored to suit certain operating environments, or customized for certain Cisco hardware platforms. The type variable is a code indicating the characteristics of the image:
General Output Conventions for Copy OperationsDuring a copy operation, any of the following characters may appear on the screen:
The last line in the output indicates whether the copy was successful. Image Copying from Flash Memory to a Network ServerYou may want to copy image files to remote servers as a backup copy, or so that you can perform later checks by comparing the copy in flash to a saved copy. You can copy system images from flash memory to remote servers using the FTP, the remote copy protocol (rcp), or TFTP. Cisco IOS Software Release 12.4 also supports uploading to (or downloading from) servers using HTTP or HTTPS. The following sections describe these tasks: The protocol you use depends on which type of server you are using. The FTP and rcp transport mechanisms provide faster performance and more reliable delivery of data than TFTP. These improvements are possible because the FTP and rcp transport mechanisms are built on and use the TCP/IP stack, which is connection-oriented. To stop the copy process, press Ctrl-^orCtrl-Shift-6. In the output, an exclamation point (!) indicates that the copy process is taking place. Each exclamation point (!) indicates that ten packets have been transferred. Refer to the Internetwork Troubleshooting Guide publication for procedures on how to resolve flash memory problems.
Image Copying from Flash Memory Using TFTPYou can copy a system image to a TFTP network server. In some implementations of TFTP, you must first create a "dummy" file on the TFTP server and give it read, write, and execute permissions before copying a file over it. Refer to your TFTP documentation for more information. Image Copying from Flash Memory to an rcp ServerYou can copy a system image from Flash memory to an rcp network server. If you copy the configuration file to a PC used as a file server, the computer must support remote shell protocol (rsh). The rcp protocol requires a client to send a remote username on each rcp request to a server. When you copy an image from the router to a server using rcp, the Cisco IOS software sends the first valid username it encounters in the following list:
For the rcp copy request to execute, an account must be defined on the network server for the remote username. If the server has a directory structure, the configuration file or image is written or copied relative to the directory associated with the remote username on the server. The path for all files and images to be copied begins at the remote user's home directory. For example, if the system image resides in the home directory of a user on the server, specify that user's name as the remote username. If you are writing to the server, the rcp server must be properly configured to accept the rcp write request from the user on the router. For UNIX systems, you must add an entry to the .rhosts file for the remote user on the rcp server. For example, suppose the router contains the following configuration lines: hostname Rtr1 ip rcmd remote-username User0 If the router's IP address translates to Router1.domain.com, then the .rhosts file for User0 on the rcp server should contain the following line: Router1.domain.com Rtr1 Refer to the documentation for your rcp server for more information. Image Copying from Flash Memory to an FTP ServerThe FTP protocol requires a client to send a remote username and password on each FTP request to a server. When you copy a configuration file from the router to a server using FTP, the Cisco IOS software sends the first valid username it encounters in the following list:
The router sends the first valid password it encounters in the following list:
The router forms a password username @routername .domain . The variable username is the username associated with the current session, routername is the configured hostname, and domain is the domain of the router. The username and password must be associated with an account on the FTP server. If you are writing to the server, the FTP server must be properly configured to accept the FTP write request from the user on the router. If the server has a directory structure, the configuration file or image is written to or copied from the directory associated with the username on the server. For example, if the system image resides in the home directory of a user on the server, specify that user's name as the remote username. Refer to the documentation for your FTP server for more information. Use the ipftpusername and ipftppassword commands to specify a username and password for all copies. Include the username in the copy command if you want to specify a username for that copy operation only. Image Copying from a Network Server to Flash MemoryYou can copy system images or boot image from a TFTP, rcp, or FTP server to a flash memory file system to upgrade or change the Cisco IOS software or boot image on your router. The protocol you use depends on which type of server you are using. The FTP and rcp transport mechanisms provide faster performance and more reliable delivery of data than TFTP. These improvements are possible because the FTP and rcp transport mechanisms are built on and use the TCP/IP stack, which is connection-oriented. The following sections describe the copying tasks. The first two tasks and the last task are required. If you have a run-from-flash system, the tasks in the third section are required. Perform one of the remaining tasks, depending on which file transfer protocol you use.
Restrictions on Naming FilesFilenames in flash memory can be up to 63 characters long; they are not case-sensitive and are always converted to lowercase.
The filenamecan be in either lowercase or uppercase; the system ignores case. If more than one file of the same name is copied to flash, regardless of case, the last file copied becomes the valid file. Flash Memory Space ConsiderationsBe sure that enough space is available before copying a file to flash memory. Use the showflash-filesystem: privileged EXEC command, and compare the size of the file you want to copy to the amount of flash memory available. If the space available is less than the amount needed, the copy privileged EXEC command will be partially executed, but the entire file will not be copied into flash memory. The failure message "buffer overflow - xxxx /xxxx " will appear, where xxxx /xxxx is the number of bytes read from the source file and the number of bytes available on the destination device.
On Cisco 2500, Cisco 3000, and Cisco 4000 systems, if the file being downloaded to flash memory is an uncompressed system image, the copy command automatically determines the size of the file being downloaded and validates it with the space available in flash memory. On Class B flash file systems, the router gives you the option of erasing the existing contents of flash memory before writing to it. If no free flash memory is available, or if no files have ever been written to flash memory, the erase routine is required before new files can be copied. If there is enough free flash memory, the router gives you the option of erasing the existing flash memory before writing to it. The system will inform you of these conditions and prompt you for a response. If you attempt to copy a file into flash memory that is already there, a prompt informs you that a file with the same name already exists. This file is deleted when you copy the new file into flash.
You can copy normal or compressed images to flash memory. You can produce a compressed system image on any UNIX platform using the compress interface configuration command. Refer to your UNIX platform's documentation for the exact usage of the compress command. On some platforms, the flash security jumper must be installed in order to write to flash memory. In addition, some platforms have a write protect switch that must be set to unprotected in order to write to flash memory. Output for Image Downloading ProcessThe output and dialog varies depending on the platform. Output for Partitioned Flash MemoryOne of the following prompts will be displayed after the command is entered to indicate how a file can be downloaded:
If the file can be downloaded into more than one partition, you are prompted for the partition number. To obtain help, enter any of the following characters at the partition number prompt:
Flash Memory for Run-from-Flash SystemsYou cannot run the system from flash memory and copy to it at the same time. Therefore, for systems that run from flash, preform either of the following tasks before copying to flash:
See the Understanding Memory Types and Functions section in the Maintaining System Memory chapter of this document for more information on run-from-flash systems. Refer to the appropriate hardware installation and maintenance publication for information about the jumper settings required for your configuration. Image Copy from an rcp Server to a Flash Memory File SystemYou can copy a system image from an rcp network server to a flash memory file system. If you copy the configuration file to a PC used as a file server, the computer must support rsh. The rcp UsernameThe rcp protocol requires a client to send a remote username on each rcp request to a server. When you copy an image from the router to a server using rcp, the Cisco IOS software sends the first valid username it encounters in the following list:
For the rcp copy request to execute, an account must be defined on the network server for the remote username. If the server has a directory structure, the configuration file or image is written or copied relative to the directory associated with the remote username on the server. The path for all files and images to be copied begins at the remote user's home directory. For example, if the system image resides in the home directory of a user on the server, specify that user's name as the remote username. Image Copy from an FTP Server to a Flash Memory File SystemYou can copy a system image from an FTP server to a flash memory file system. FTP Username and PasswordThe FTP protocol requires a client to send a remote username and password on each FTP request to a server. When you copy a configuration file from the router to a server using FTP, the Cisco IOS software sends the first valid username it encounters in the following list:
The router sends the first valid password it encounters in the following list:
The router forms a password username @routername .domain . The variable username is the username associated with the current session, routername is the configured host name, and domain is the domain of the router. The username and password must be associated with an account on the FTP server. If you are writing to the server, the FTP server must be properly configured to accept the FTP write request from the user on the router. If the server has a directory structure, the configuration file or image is written to or copied from the directory associated with the username on the server. For example, if the system image resides in the home directory of a user on the server, specify that user's name as the remote username. Refer to the documentation for your FTP server for more information. Use the ipftpusername and ipftppassword commands to specify a username and password for all copies. Include the username in the copy command if you want to specify a username for that copy operation only. Image Copying Between Local Flash Memory DevicesOn routers with multiple flash memory devices, you can copy images from one flash memory file system, such as internal flash memory or a flash memory card in a PCMCIA slot, to another flash memory device, as shown in the figure below. One reason to copy the image to a different flash device is to make a backup copy of it. Image Copying Using HTTP or HTTPSCisco IOS Release 12.4 supports file transfers between your Cisco IOS software-based device and a remote HTTP server using the HTTP or Secure HTTP (HTTPS) protocol. To copy files to or from a remote HTTP server, your system image must support the HTTP Client feature, which is integrated in most Cisco IOS software images. The HTTP client is enabled by default. To determine if the HTTP client is supported on your system, issue the showiphttpclientall privileged EXEC mode command. If you are able to execute the command, the HTTP client is supported. For a complete description of this feature, see the " Transferring Files Using HTTP or HTTPS " module. Startup System Image in the Configuration FileYou can enter multiple boot commands in the startup configuration file or in the BOOT environment variable to provide backup methods for loading a system image onto the router. The following are three ways to load a system image:
You can enter the different types of boot commands in any order in the startup configuration file or in the BOOT environment variable. If you enter multiple boot commands, the Cisco IOS software tries them in the order they are entered.
System Image Loading from a Network ServerYou can configure the Cisco IOS software to load a system image from a network server using FTP, TFTP, rcp, or MOP. If you do not boot from a network server using MOP and you do not specify either FTP, TFTP, or rcp, by default the system image that you specify is booted from a network server via TFTP. For increased performance and reliability, use rcp to boot a system image from a network server. The rcp implementation uses TCP, which ensures reliable delivery of data. You cannot explicitly specify a remote username when you issue the boot ROM monitor command. Instead, the hostname of the router is used. If the remote server has a directory structure, as do UNIX systems, and you boot the router from a network server using rcp, the Cisco IOS software searches for the system image on the server relative to the directory of the remote username. You can also boot from a compressed image on a network server. One reason to use a compressed image is to ensure that enough memory is available for storage. On routers that do not contain a run-from-ROM image in EPROM, when the router boots software from a network server, the image being booted and the running image both must fit into memory. If the running image is large, there may not be room in memory for the image being booted from the network server. If not enough room is in memory to boot a regular image from a network server, you can produce a compressed software image on any UNIX platform using the compress interface configuration command. Refer to your UNIX platform's documentation for more information on using of the compress command. System Image Recovery Using Xmodem or YmodemIf you do not have access to a network server and need to download a system image (to update it, or if all the system images in flash memory somehow are damaged or erased), you can copy an image from a local or remote computer (such as a PC, UNIX workstation, or Macintosh) using the Xmodem or Ymodem protocol. This functionality primarily serves as a disaster recovery technique and is illustrated in the figure below.
Xmodem and Ymodem are common protocols used for transferring files and are included in applications such as Windows 3.1 (TERMINAL.EXE), Windows 95 (HyperTerminal), Windows NT 3.5x (TERMINAL.EXE), Windows NT 4.0 (HyperTerminal), and Linux UNIX freeware (minicom). Cisco 3600 series routers do not support XBOOT functionality, a disaster recovery technique for Cisco IOS software, and do not have a separate boot helper (rxboot) image. Xmodem and Ymodem downloads are slow, so you should use them only when you do not have access to a network server. You can speed up the transfer by setting the transfer port speed to 115200 bps. On the Cisco 3600 series routers, you can perform the file transfer using Cisco IOS software or, if all local system images are damaged or erased, the ROM monitor. When you use Cisco IOS software for an Xmodem or Ymodem file transfer, the transfer can occur on either the AUX port or the console port. We recommend the AUX port, which supports hardware flow control. File transfers from the ROM monitor must use the console port. On the Cisco 1600 series routers, you can perform the file transfer only from the ROM monitor over the console port. Microcode ImagesMicrocode is stored on ROM and allows the addition of new machine instructions without requiring that they be designed into electronic circuits when new instructions are needed. Microcode images contain microcode software that runs on various hardware devices. For example, microcode can be updated in Channel Interface Processors (CIPs) on Cisco 7500 series routers, or in Channel Port Adapters (CPAs) on Cisco 7200 series routers. By default, the system loads the microcode bundled with the Cisco IOS system software image. This microcode is referred to as the default microcode image. However, you can configure the router to use microcode stored in flash. Cisco 7000 series routers with an RSP7000 and Cisco 7500 series routers each have a writable control store (WCS) that stores microcode. You can load updated microcode onto the WCS from boot flash or from a flash memory card inserted in one of the PCMCIA slots of the Route/Switch Processor (RSP) card. You can update microcode without having physical access to the router by using the copy privileged EXEC command to copy microcode to a flash file system. Microcode Use on Specific PlatformsThe commands for manipulating microcode vary by platform. This section refers you to specialized configuration information found in other Cisco IOS documents. For information on downloading microcode (Modem Firmware and Portware) into modems on Cisco access servers (like the Cisco AS5800) using the system processing engine (SPE), see the Release 12.4 Cisco IOS Dial Technologies Configuration Guide . For specific information on loading CIP and CPA microcode into adapters on Cisco 7000, 7200, and 7500 series routers, see the "Configuring Cisco Mainframe Channel Connection Adapters" chapter in the "IBM Networking" part of the Cisco IOS Bridging and IBM Networking Configuration Guide . How to Work with and Manage System Images
Displaying System Image Information
SUMMARY STEPS
DETAILED STEPS
Copying an Image from Flash Memory Using TFTP
SUMMARY STEPS
DETAILED STEPS ExamplesThe following example uses the showflash:EXEC command to learn the name of the system image file and the copyflash:tftp:EXEC command to copy the system image to a TFTP server: RouterB# show flash: System flash directory: File Length Name/status 1 4137888 c3640-c2is-mz.Feb24 [4137952 bytes used, 12639264 available, 16777216 total] 16384K bytes of processor board System flash (Read/Write)\ Router# copy flash: tftp: IP address of remote host [255.255.255.255]? 172.16.13.110 filename to write on tftp host? c3640-c2is-mz.Feb24 writing c3640-c2is-mz.Feb24 !!!!... successful tftp write. In this example, the file named your-ios is copied from partition 1 of the flash memory PC card in slot 0 to the TFTP server at 172.23.1.129. The file will be saved with the name your-ios in the dirt/sysadmin directory relative to the directory of the remote username. Router# copy slot0:1:your-ios tftp://172.23.1.129/dirt/sysadmin/your-ios Verifying checksum for 'your-ios' (file # 1)... OK Copy 'your-ios' from Flash to server as 'dirt/sysadmin/ios-2'? [yes/no] yes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Upload to server done Flash device copy took 00:00:23 [hh:mm:ss] The following example uses the showflash:privilegedEXEC command to learn the name of the system image file and the copyflash:tftp: privileged EXEC command to copy the system image (c3640-c2is-mz) to a TFTP server. The router uses the default username and password. Router# show flash: System flash directory: File Length Name/status 1 4137888 c3640-c2is-mz [4137952 bytes used, 12639264 available, 16777216 total] 16384K bytes of processor board System flash (Read/Write)\ Router# copy flash: tftp: IP address of remote host [255.255.255.255]? 172.16.13.110 filename to write on tftp host? c3600-c2is-mz writing c3640-c2is-mz !!!!... successful ftp write. Copying an Image from Flash Memory to an rcp Server
SUMMARY STEPS
DETAILED STEPS
ExamplesThe following example copies the system image named c5200-ds-l to the network server at 172.16.1.111 using rcp and a username of netadmin1:
Router# copy flash:c5200-ds-l rcp:netadmin1@172.16.1.111/c5200-ds-l
Verifying checksum for 'c5200-ds-l' (file # 1)...[OK]
Writing c5200-ds-l -
The following example copies a system image file named test from the second Personal Computer Memory Card International Association (PCMCIA) slot to a network server using rcp. The remote username is netadmin1. Because the destination address and filename are not specified, the router prompts for this information. Router# configure terminal Router(config)# ip rcmd remote-username netadmin1 Router(config)# end Router# copy slot1:test rcp: Address or name of remote host [UNKNOWN]? 172.16.1.111 File name to write to? test Verifying checksum for 'test' (file # 1)...[OK] Writing test !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Upload to server done Flash device copy took 00:00:08 [hh:mm:ss] Copying an Image from Flash Memory to an FTP Server
SUMMARY STEPS
DETAILED STEPS
ExamplesThe following example uses the showslot1:privilegedEXEC command to display the name of the system image file in the second PCMCIA slot, and copies the file (test) to an FTP server: Router# show slot1: -#- ED --type-- --crc--- -seek-- nlen -length- -----date/time------ name 1 .. 1 46A11866 2036C 4 746 May 16 1995 16:24:37 test Router# copy slot1:test ftp://thisuser:thatpass@172.16.13.110/test writing test!!!!... successful ftp write. In this example, the file named your-ios is copied from partition 1 of the flash memory PC card in slot 0 to the TFTP server at 172.23.1.129. The file will be saved with the name your-ios in the dirt/sysadmin directory relative to the directory of the remote username. Router# show slot0: partition 1 PCMCIA Slot0 flash directory, partition 1: File Length Name/status 1 1711088 your-ios [1711152 bytes used, 2483152 available, 4194304 total] Router# copy slot0:1:your-ios ftp://myuser:mypass@172.23.1.129/dirt/sysadmin/your-ios Verifying checksum for 'your-ios' (file # 1)... OK Copy 'your-ios' from Flash to server as 'dirt/sysadmin/ios-2'? [yes/no] yes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Upload to server done Flash device copy took 00:00:23 [hh:mm:ss] Copying an Image from a TFTP Server to a Flash Memory File SystemTo copy a system image from a TFTP server to a flash memory file system, complete the tasks in this section. Before You Begin
SUMMARY STEPS
Before you copy a system image or boot image to flash memory, you should make a backup copy of the current software or bootstap image. See the "Copying an Image from Flash Memory Using TFTPTFTP server:images:copying to;images:TFTP server:copying to" section on page 14 for details. DETAILED STEPS
ExamplesIn the following example, a file is copied from a TFTP server to slot1:
Router# copy tftp://theserver/tftpboot/space2/sub2/c7200-js-mz slot1:
Destination filename [c7200-js-mz]?
Accessing tftp://theserver/tftpboot/space2/sub2/c7200-js-mz...Translating "theserver"...domain server (192.168.2.132) [OK]
Loading tftpboot/space2/sub2/c7200-js-mz from 192.168.2.132 (via Ethernet3/0): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 4823492 bytes]
4823492 bytes copied in 264.312 secs (18270 bytes/sec)
The following example copies a system image named igs-p-l from a TFTP server to a Class B flash file system when flash memory is too full to copy the file: Router# copy tftp: flash: IP address or name of remote host [255.255.255.255]? dirt Translating "DIRT"...domain server (255.255.255.255) [OK] Name of file to copy? igs-p-l Copy igs-p-l from 172.16.13.111 into flash memory? [confirm] Flash is filled to capacity. Erasure is needed before flash may be written. Erase flash before writing? [confirm] Erasing flash EPROMs bank 0 Zeroing bank...zzzzzzzzzzzzzzzz Verify zeroed...vvvvvvvvvvvvvvvv Erasing bank...eeeeeeeeeeeeeeee Erasing flash EPROMs bank 1 Zeroing bank...zzzzzzzzzzzzzzzz Verify zeroed...vvvvvvvvvvvvvvvv Erasing bank...eeeeeeeeeeeeeeee Erasing flash EPROMs bank 2 Zeroing bank...zzzzzzzzzzzzzzzz Verify zeroed...vvvvvvvvvvvvvvvv Erasing bank...eeeeeeeeeeeeeeee Erasing flash EPROMs bank 3 Zeroing bank...zzzzzzzzzzzzzzzz Verify zeroed...vvvvvvvvvvvvvvvv Erasing bank...eeeeeeeeeeeeeeee Loading from 172.16.1.111:!!!!... [OK - 1906676 bytes] Verifying via checksum... vvvvvvvvvvvvvvvvvvvvvvvvv Flash verification successful. Length = 1906676, checksum = 0x12AD The following example shows how to copy a system image named igs-p-l into the current flash configuration in which a file named igs-p-l already exists: Router# copy tftp://172.16.13.111/igs-p-l flash:igs-p-l File igs-p-l already exists; it will be invalidated! Copy igs-p-l from 172.16.13.111 into flash memory? [confirm] 2287500 bytes available for writing without erasure. Erase flash before writing? [confirm]n Loading from 172.16.1.111:!!!!... [OK - 1906676 bytes] Verifying via checksum... vvvvvvvvvvvvvvvvvvvvvvvvv Flash verification successful. Length = 1902192, checksum = 0x12AD In the following example, the flash security jumper is not installed, so you cannot write files to flash memory:
Router# copy tftp: flash:
Flash: embedded flash security jumper(12V)
must be strapped to modify flash memory
In the following example, the file named c3600-i-mz on the TFTP server at 172.23.1.129 is copied to the first partition of internal flash Memory: Router# copy tftp://172.23.1.129/c3600-i-mz flash:1:c3600-i-mz/c3600-i-mz Accessing file 'c3600-i-mz' on 172.23.1.129... Loading c3600-i-mz from 172.23.1.129 (via Ethernet1/0): ! [OK] Erase flash device before writing? [confirm] Flash contains files. Are you sure you want to erase? [confirm] Copy 'c3600-i-mz' from server as 'c3600-i-mz' into Flash WITH erase? [yes/no] yes Erasing device... eeeeeeeeeeeeeeee ...erased Loading c3600-i-mz from 172.23.1.129 (via Ethernet1/0): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [OK - 1711088 bytes] Verifying checksum... OK (0xF89A) Flash device copy took 00:00:17 [hh:mm:ss] Copying from an rcp Server to Flash MemoryTo copy an image from an rcp server to flash memory, use the following commands beginning in privileged EXEC mode: DETAILED STEPS
ExamplesThe following example copies a system image named mysysim1 from the netadmin1 directory on the remote server named SERVER1.CISCO.COM with an IP address of 172.16.101.101 to flash memory. To ensure that enough flash memory is available to accommodate the system image to be copied, the Cisco IOS software allows you to first erase the contents of flash memory. Router1# configure terminal Router1(config)# ip rcmd remote-username netadmin1 Router1(config)# end Router# copy rcp: flash: System flash directory: File name/status 1 mysysim1 [2076072 bytes used, 21080 bytes available] Address or name of remote host[UNKNOWN]? 172.16.101.101 Name of file to copy? mysysim1 Copy mysysim1 from SERVER1 .CISCO.COM?[confirm] Checking for file ' mysysim1 ' on SERVER1.CISCO.COM...[OK] Erase Flash device before writing?[confirm] Are you sure?[confirm] Erasing device...ezeeze...erased. Connected to 172.16.101.101 Loading 2076007 byte file mysysim1 :!!!!... [OK] Verifying checksum... (0x87FD)...[OK] In the following example, the file named c3600-i-mz on the rcp server at the IP address 172.23.1.129 is copied to partition 3 in slot 0. Because no username is specified, the router uses the default rcp remote username. Router# show slot0: partition 3 PCMCIA Slot0 flash directory, partition 3: File Length Name/status 1 426 running-config [492 bytes used, 4193812 available, 4194304 total] Router# copy rcp://172.23.1.129/tftpboot/gate/c3600-i-mz slot0:3:/tftpboot/gate/c3600-i-mz Accessing file '/tftpboot/gate/c3600-i-mz' on 172.23.1.129... Connected to 172.23.1.129 Loading 1711088 byte file c3600-i-mz: ! [OK] Erase flash device before writing? [confirm] Flash contains files. Are you sure you want to erase? [confirm] Copy '/tftpboot/gate/c3600-i-mz' from server as '/tftpboot/gate/c3600-i-mz' into Flash WITH erase? [yes/no] yes Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erased Connected to 172.23.1.129 Loading 1711088 byte file c3600-i-mz: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [OK] Verifying checksum... OK (0xF89A) Flash device copy took 00:00:16 [hh:mm:ss] Copying from an FTP Server to Flash MemoryTo copy a system image from an FTP server to a flash memory file system, complete the tasks in this section: DETAILED STEPS
ExamplesThe following example copies a the file named c7200-js-mz from the FTP server the server using a username of myuser and a password of mypass:
Router# copy ftp://myuser:mypass@theserver/tftpboot/sub3/c7200-js-mz slot1:c7200-js-mz
Accessing ftp://theserver/tftpboot/sub3/c7200-js-mz...Translating "theserver"...domain server (192.168.2.132) [OK]
Loading c7200-js-mz from 192.168.2.132 (via Ethernet3/0): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 4823492 bytes]
4823492 bytes copied in 264.312 secs (18270 bytes/sec)
Verifying the Image in Flash MemoryTo recompute and verify the image checksum after an image is copied into flash memory or a flash memory device, complete the tasks in this section. Before You Begin
SUMMARY STEPS
Before booting from flash memory, use the verify privileged EXEC command to verify that the checksum of the image in flash memory matches the checksum listed in the README file that was distributed with the system software image. The checksum of the image in flash memory is displayed at the bottom of the screen when you issue the copyprivilegedEXEC command to copy an image. The README file was copied to the network server automatically when you installed the system software image on the server.
The flash memory content listing does not include the checksum of individual files. DETAILED STEPS
Copying Images Between Local Flash Memory Devices
SUMMARY STEPS
DETAILED STEPS
ExamplesThe following example copies the file named new-ios from partition 1 of internal flash memory to slot 0: Router# show flash: partition 1 System flash directory, partition 1: File Length Name/status 1 3142748 admin/images/new-ios [3142812 bytes used, 1051492 available, 4194304 total] Router# show slot0: PCMCIA Slot0 flash directory File Length Name/status 1 1711088 /tftpboot/gate/c3600-i-mz [1711152 bytes used, 2483152 available, 4194304 total] Router# copy flash:1:admin/images/new-ios slot0:admin/images/new-ios Verifying checksum for 'admin/images/new-ios' (file # 1)... OK Erase flash device before writing? [confirm] Flash contains files. Are you sure you want to erase? [confirm] Copy 'admin/images/new-ios' from flash: device as 'admin/images/new-ios' into slot0: device WITH erase? [yes/no] yes Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erased !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [OK - 3142748 bytes] Flash device copy took 00:00:50 [hh:mm:ss] Verifying checksum... OK (0xB732) Router# show slot0: PCMCIA Slot0 flash directory File Length Name/status 1 3142748 admin/images/new-ios [3142812 bytes used, 1051492 available, 4194304 total] Router# verify slot0: Verify filename []? new-ios ! long pause ... Verifying file integrity of slot0:new-ios.....................! Embedded Hash MD5 : E1A04D4DE1ED00407E6E560B315DA505 Computed Hash MD5 : E1A04D4DE1ED00407E6E560B315DA505 CCO Hash MD5 : C03EC4564F86F9A24201C88A9DA67317 Signature Verified Verified slot0: Router# Loading the System Image from Flash MemoryFlash memory can reduce the effects of network failure by reducing dependency on files that can be accessed only over the network. To configure your router to boot from flash memory, complete the tasks described in these section: Configuring Flash Memory
SUMMARY STEPS
1. (Optional) Copy a system image or boot image to flash memory using TFTP, rcp, or FTP. See the "Copying an Image from Flash Memory to an FTP ServerTFTP server:images:copying to;images:TFTP server:copying to " section for more information on performing this step. 2. Configure the system to automatically boot from the desired file and location in flash memory or boot flash memory. See the "Configuring the Router to Automatically Boot from an Image in Flash MemoryFlash memory:automatically booting from:configuring " section. 3. (Optional) Depending on the current configuration register setting, change the configuration register value. See the "Configuring the Router to Automatically Boot from an Image in Flash MemoryFlash memory:automatically booting from:configuring " section for more information on modifying the configuration register. 4. (Optional) For some platforms, set the BOOTLDR environment variable to change the location of the boot image. 6. Power-cycle and reboot your system to ensure that all is working as expected. DETAILED STEPS
Configuring the Router to Automatically Boot from an Image in Flash MemoryTo configure a router to automatically boot from an image in flash memory, complete the tasks in this section: DETAILED STEPS
Troubleshooting TipsFor routers that are partitioned, if you do not specify a partition, the router boots from the first partition. If you do not specify a filename, the router boots from the first valid image found in the partition. If you enter more than one image filename, the router tries the filenames in the order entered. To remove a filename from the configuration file, enter the nobootsystemflash global configuration command and specify the file location.
ExamplesThe following example shows a router configured to automatically boot from an image in flash memory: Router# configure terminal Router(config)# boot system flash new-image Router(config)# config-register 0x010F Router(config)# end Router# copy system:running-config nvram:startup-config [ok] Router# reload [confirm] %SYS-5-RELOAD: Reload requested System Bootstrap, Version 12.0(7)W5(15) RELEASE SOFTWARE Copyright (c) 1986-2001 by Cisco Systems, Inc. RP1 processor with 16384 Kbytes of memory F3: 1871404+45476+167028 at 0x1000 Booting new-image from flash memory RRRRRRRRRRRRRRRRRRRRRRRRRR RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR [OK - 1916912 bytes] F3: 1871404+45476+167028 at 0x1000 Restricted Rights Legend . . . Loading the System Image from a Network Server
SUMMARY STEPS
DETAILED STEPS
ExamplesIn the following example, a router uses rcp to boot from the testme5.tester system image file on a network server at IP address 172.16.0.1: Router# configure terminal Router(config)# boot system rcp testme5.tester 172.16.0.1 Router(config)# config-register 0x010F Router(config)# exit Router# copy system:running-config nvram:startup-config Changing MOP Request ParametersTo change the Cisco IOS software request parameters for sending boot requests to a MOP server, complete the tasks in this section: DETAILED STEPS
ExamplesIn the following example, if the MOP boot server does not respond within 10 seconds after the router sends a message, the software will resend the message: Router# configure terminal Router (config)# mop device-code cisco mop retransmit-timer 10 Router (config)# end Router# copy running-config startup-config Troubleshooting TipsIf you configure your router to boot from a network server using MOP (using the bootsystemmop global configuration mode command), the router will send a request for the configuration file to the MOP boot server during startup. By default, when the software sends a request that requires a response from a MOP boot server and the server does not respond, the message will be re-sent after 4 seconds. The message will be re-sent a maximum of eight times. The MOP device code is set to the Cisco device code by default. If the MOP boot server and router are separated by a slow serial link, it may take longer than 4 seconds for the router to receive a response to its message. Therefore, you may want to configure the software to wait longer than 4 seconds before resending the message if you are using such a link. You may also want to change the maximum number of retries for the MOP request or the MOP device code. LoadingtheSystemImagefromROMTo load the ROM system image as a backup to other boot instructions in the configuration file, complete the tasks in this section.
DETAILED STEPS
Using a Fault-Tolerant Booting StrategyOccasionally network failures make booting from a network server impossible. To provide the most fault-tolerant booting strategy, you can configure the router to boot first from flash, then from a system file from a network server, and finally from ROM by completing the tasks in this section: DETAILED STEPS
ExamplesIn the following example, a router is configured to first boot aninternal flash image named gsxx . Should that image fail, the router will boot the configuration file gsxx from a network server. If that method should fail, then the system will boot from ROM. Router# configure terminal Router(config)# boot system flash gsxx Router(config)# boot system gsxx 172.16.101.101 Router(config)# boot system rom Router(config)# config-register 0x010F Router(config)# end Router# copy system:running-config nvram:startup-config [ok] Recovering a System Image Using Xmodem or YmodemTo copy a Cisco IOS image from a computer or workstation to a router using the Xmodem or Ymodem protocol, complete the tasks in this section.
DETAILED STEPS
Xmodem Transfer Using the Cisco IOS SoftwareThe Ymodem protocol follows a similar procedure, using the copyymodem:privilegedEXEC command--To complete a file transfer using Cisco IOS software and the Xmodem protocol, complete the tasks in this section.
DETAILED STEPS
Xmodem Transfer Using the ROM MonitorTo complete a file transfer using the ROM monitor and the Xmodem protocol, complete the tasks in this section. To send with the Ymodem protocol, use the xmodem-yROM monitor command. Before You Begin
SUMMARY STEPS
For the Cisco 3600 series routers, the router must have enough DRAM to hold the file being transferred, even if you are copying to flash memory. The image is copied to the first file in internal flash memory. Any existing files in flash memory are erased. Copying files to flash partitions or to the second-file position is not supported.
DETAILED STEPS
Loading Upgrading and Verifying Microcode ImagesTo update microcode by loading it into peripheral components, on some Cisco routers, including Cisco 7200, 7500, and 12000 series Internet routers, complete the tasks in these sections:
Specifying the Location of the Microcode ImagesTo specify the location from where the microcode image should be loaded, complete the tasks in this section: DETAILED STEPS
Reloading the Microcode ImageTo signal to the system that all microcode configuration commands have been entered and the processor cards should be reloaded, complete the tasks in this section. Before You Begin
SUMMARY STEPS
One of the following must occur before a microcode image is reloaded:
After you have entered a microcode configuration command and one of these events has taken place, all cards are reset, loaded with microcode from the appropriate sources, tested, and enabled for operation. DETAILED STEPS
Troubleshooting TipsIf flash memory is busy because a card is being removed or inserted, or amicrocodereload command is executed while flash is locked, the files will not be available and the onboard ROM microcode will be loaded. Issue another microcodereload command when flash memory is available, and the proper microcode will be loaded. The showflash privileged EXEC command will reveal if another user or process has locked flash memory.
The microcodereload command is automatically added to your running configuration when you issue a microcode command that changes the system's default behavior of loading all processors from ROM. Loading Microcode Images on the Cisco 12000 Internet RouterBefore You Begin
SUMMARY STEPS
In addition to the Cisco IOS image that resides on the Internet router, each line card on the Cisco 12000 series has a Cisco IOS image. When the router is reloaded, the specified Cisco IOS image is loaded onto the GRP, and that image is automatically downloaded to all the line cards. Normally, you want the same Cisco IOS image on the Internet router and all line cards. However, if you want to upgrade a line card with a new version of microcode for testing or to fix a defect, you may need to load a microcode system image that is different from the one on the line card. You may also need to load a new image on the line card to work around a problem that is affecting only one of the line cards. To load a Cisco IOS image on a line card, first use the copytftp privileged EXEC command to download the Cisco IOS image to a slot on one of the PCMCIA flash cards.
DETAILED STEPS
What to Do NextFor more detailed configuration information, refer to the Cisco 12 http://www.cisco.com/en/US/products/hw/routers/ps167/tsd_products_support_series_home.html 000 series routers documentation. Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental. © 2011 Cisco Systems, Inc. All rights reserved.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||