![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/3/65/365c943b-e48c-4fd0-9e84-787db3378c7e/365c943b-e48c-4fd0-9e84-787db3378c7e-bg8.png)
3-8
Catalyst 2948G-L3 and Catalyst 4908G-L3 Software Feature and Configuration Guide
78-10408-01, Cisco IOS Release 12.0(7)W5(15d)
Chapter 3 Initial Switch Router Configurations
Using the Boot Flash Memory SIMM
Copying a System Image from a TFTP Server to a Boot Flash Memory SIMM
You can copy system image files from a TFTP server to the boot flash memory SIMM for use in booting
the switch router.
It is a good idea to have a copy of the current system image on the boot flash memory SIMM in case
the new image file that you copy from the TFTP server is corrupted.
Note You can also create a backup copy of your system image by copying the system image
from boot flash memory to a Trivial File Transfer Protocol (TFTP) server. You can
maintain a known good image as a backup image on the TFTP server. In case the new
image file you copy from the TFTP server is corrupted, you can then retrieve the known
good backup copy of the system image file from the TFTP server.
Use the following commands to copy the system image from the TFTP server to a boot flash memory
SIMM beginning in privileged EXEC mode:
The following example demonstrates copying a system image from the TFTP server to the boot flash
memory SIMM without erasing the previous image file.
Router# dir bootflash:
Directory of bootflash:/
1 -rw- 3173128 <no date> cat2948g-in-mz.120-7.W5.14.45
16777216 bytes total (13604024 bytes free)
Router# copy tftp: bootflash:
Address or name of remote host [172.10.00.00]?
Source filename [domino/cat2948g-in-mz.120-7.W5.14.45]? domino/cat2948g-in-mz.12
0-7.W5.14.46
Destination filename [cat2948g-in-mz.120-7.W5.14.46]?
Accessing tftp://172.10.00.00/domino/cat2948g-in-mz.120-7.W5.14.46...
Erase bootflash: before copying? [confirm] no
Loading domino/cat2948g-in-mz.120-7.W5.14.46 from 172.10.00.00 (via FastEthernet
1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!
!
[OK - 3173364/6345728 bytes]
Verifying checksum... OK (0x755F)
3173364 bytes copied in 210.364 secs (15111 bytes/sec)
Command Purpose
Step 1
Router# dir bootflash: Displays the contents of boot flash memory,
including the names of the images that
currently reside there.
Step 2
Router# copy tftp: bootflash: Copies a file from a TFTP server to boot flash
memory.