answersLogoWhite

0


Best Answer

it copies the ios FLASH to TFTP SERVER

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the command copy flash tftp accomplish?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

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

to TFTP


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

config tftp run


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


What is the command to copy a cisco ios to a TFTP server?

You can use the copy flash TFTP command to copy the IOS to the TFTP server as shown next:Router#copy flash tftpSource filename []?c2800nm-advsecurityk9-mz.124-12.binAddress or name of remote host []?1.1.1.2Destination 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.


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 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.


When a router boots what is the default order to locate the Cisco IOS if there is no boot system command?

flash, NVRAM, TFTP server


From what location can a router load the Cisco IOS during the boot process?

TFTP server, Flash


What command and prompt used to load a save configuration file from the TFTP server?

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


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.


Which step should be performed before copying software between the TFTP host and Flash memory?

Verify that there is sufficient room in Flash to accommodate the IOS