QuestionQ106

Infrastructure Services

An engineer needs to copy an IOS file from one router to another by using TFTP.

Which two actions are required to allow the file to be copied?

Choose two
  • A Copy the file to the destination router with the copy tftp: flash: command
  • B Enable the TFTP server on the source router with the tftp-server flash: <filename> command
  • C TFTP is not supported in recent IOS versions, so an alternative method must be used
  • D Configure a user on the source router with the username tftp password tftp command
  • E Configure the TFTP authentication on the source router with the tftp-server authentication local command
Explanation

The source router must be configured as a TFTP server that serves the IOS image from flash in response to TFTP read requests. The destination router must issue copy tftp: flash: to retrieve that served image and write it to local flash memory.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!