Difficulty: Easy
Correct Answer: copy tftp flash
Explanation:
Introduction / Context:Upgrading a Cisco router's operating system typically involves transferring an image file into flash storage. The router supports multiple file transfer protocols; TFTP is common in lab and controlled environments. Knowing the correct source and destination order in the copy command prevents accidental overwrites and failed upgrades.
Given Data / Assumptions:
Concept / Approach:
The IOS copy command syntax is copy
Step-by-Step Solution:
Verify connectivity to the TFTP server (for example, ping).Issue: copy tftp flash.Provide server address and image filename when prompted.Wait for the transfer to complete and verify file size and integrity.Verification / Alternative check:
Use show flash to confirm the new image file and available space. Use show version to check the next boot image after setting boot system statements if necessary.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
copy tftp flash
Discussion & Comments