Arista Certified Engineer – Associate (ACE-A) — Question 35
To upgrade the EOS running on an Arista switch, which of the following commands copies the new EOS file from USB to flash?
Answer options
- A. copy usb1:/EOS-4.15.0.swi flash:/EOS-4.15.0.swi
- B. copy usb:/EOS-4.15.0.swi flash:/EOS-4.15.0.swi
- C. copy drive0:/EOS-4.15.0.swi flash:/EOS-4.15.0.swi
- D. copy usb0:/EOS-4.15.0.swi flash:/EOS-4.15.0.swi
Correct answer: A
Explanation
The correct command is A, which specifies the correct USB port (usb1) to copy the EOS file from. Option B uses an incorrect USB identifier, while option C references a drive that is not a USB, and option D uses another incorrect USB identifier (usb0).