Difficulty: Easy
Correct Answer: copy tftp flash
Explanation:
Introduction / Context:Keeping Cisco IOS up to date is a core administrative task. Administrators commonly stage a new image on a TFTP server and then transfer it to the router's flash memory. Knowing the exact copy syntax prevents outages and failed boots.
Given Data / Assumptions:
Concept / Approach:The IOS copy command follows the format copy
Step-by-Step Solution:Ensure IP connectivity to the TFTP server (ping).Execute: copy tftp flashEnter TFTP server IP, then the image filename when prompted.Verify with: show flash and show bootvar; set boot system if necessary.
Verification / Alternative check:Use dir flash: or verify /md5 flash:
Why Other Options Are Wrong:
Common Pitfalls:Forgetting to set the correct boot system statement or insufficient flash space, causing the router to boot an old image or fail to boot.
Final Answer:copy tftp flash
Discussion & Comments