answersLogoWhite

0

You can use the copy flash TFTP command to copy the IOS to the TFTP server as shown next:

Router#copy flash tftp

Source filename []?c2800nm-advsecurityk9-mz.124-12.bin

Address or name of remote host []?1.1.1.2

Destination filename [c2800nm-advsecurityk9-mz.124-12.bin]?[enter]

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!

21710744 bytes copied in 60.724 secs (357532 bytes/sec)

Router#

Just copy the IOS filename from either the show flash or show version command and then paste it when prompted for the source filename.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the effect of command copy running config tftp?

This command will copy the running configuration (located in RAM) of a Cisco device to a TFTP server. After executing the command you will be prompted for further information about the TFTP server (Server Address, file name, etc.).


What is accomplished by the command copy tftp running-config?

This command will allow you to copy a configuration from a TFTP server to the running configuration of a Cisco device. When you issue the command you will be prompted for further details about the TFTP server. The new configuration will replace the active one (or running configuration) and make any necessary changes.


Which command is used to upgrade an IOS on a Cisco router?

config tftp run


What does the command copy flash tftp accomplish?

it copies the ios FLASH to TFTP SERVER


What command and prompt are used to save a router configuration file to the TFTP server?

RouterC#copy running-config tftp [copy run tftp]


What is the purpose of using the copy tftp flash command on a router?

What is the purpose of using the copy tftp flash command on a router? to back up the current IOS image to a server to restore the IOS image from a server to back up the router configuration to a server to restore the router configuration from flash


How do you copy IOS software in cisco switches if tftp server not available?

You can use scp (depending on the IOS version), or you can use Xmodem over the console line.It's usually easier to setup a tftp server on a random PC or laptop, though.


Where will a router operating system image be copied after the copy flash tftp command is issued?

to TFTP


How do you ensure that the correct configurations in a router are saved and backed up?

To save the current running configuration you can use the "copy run start" command. Any configurations that are made on a router will not be saved until you use this command and it will save the current running configuration to the local NVRAM. This configuration will then be used on next startup. To back up we can save the configuration to a remote TFTP server with use of the "copy run tftp" command. Always have a back up plan.


What command is used to copy the information from a old computer to a server or removable media?

scanstate


Whats the difference between copy running-config startup-config and Write Memory On a Cisco Switch or Router?

The difference is that the write mem command is being discontinued. It is being replaced by the copy command and is the one you should use on the cisco tests. I still use this command on some routers such as 831, 871, 3002, 2950, 2600 however it appears that as of IOS 12 it will be gone. Hope this helps!


What command displays the configuration stored in NVRAM?

The "show startup-config" command displays the configuration stored in NVRAM on a Cisco device.