Difficulty: Easy
Correct Answer: show flash
Explanation:
Introduction / Context:
Before upgrading IOS, you need to ensure enough flash storage is available to hold both the existing and new images (or at least the new one). Cisco IOS provides commands to list files, sizes, and free space in flash so you can plan the upgrade path accordingly without risking an interruption or incomplete transfer.
Given Data / Assumptions:
Concept / Approach:
show flash displays flash directories, file names, sizes, and the amount of free space. This output lets you decide whether to delete old images, expand storage, or proceed with a parallel image. Although dir flash: is also commonly available, exam objectives and many platforms emphasize show flash as the canonical command.
Step-by-Step Solution:
Verification / Alternative check:
After copying the new image, run show flash again to confirm its presence and remaining free bytes. Use show version to verify the boot variable and configuration register for next reload behavior.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
show flash
Discussion & Comments