JNCIA-Junos: Juniper Networks Certified Associate – Junos (2022) — Question 45
Which command will replace the entire candidate configuration with the configuration stored in the reset.config file?
Answer options
- A. load replace reset.config
- B. load override reset.config
- C. load merge reset.config
- D. rollback 1
Correct answer: B
Explanation
The correct option, B, uses the 'load override' command to entirely replace the current candidate configuration with the specified file. Option A, 'load replace', is not the correct command for this action, while option C, 'load merge', would combine configurations instead of replacing them. Option D, 'rollback 1', reverts to a previous configuration but does not involve the reset.config file.