Arista Certified Engineer – Associate (ACE-A) — Question 6
On EOS 4.15 and above, the ability to show JSON output for EOS CLI commands is available. Which of the following will successfully produce JSON output for the show version command?
Answer options
- A. show version | show json
- B. show version | json
- C. show json | show version
- D. show version json
Correct answer: D
Explanation
The correct command is 'show version json' because it directly requests the show version command's output in JSON format. The other options are incorrect because they either use an invalid syntax or attempt to pipe commands in a way that is not supported by EOS CLI.