HPE Aruba Certified Central Associate (ACCA) — Question 22
Which commands can ensure the current configuration persists after a reboot? (Choose two.)
Answer options
- A. commit confirm
- B. write memory
- C. save force
- D. copy startup-config running-config
- E. copy running-config startup-config
Correct answer: B, E
Explanation
The correct answers, B and E, are used to save the current configuration so that it is not lost after a reboot. 'write memory' saves the running configuration to the startup configuration, while 'copy running-config startup-config' explicitly copies the current active configuration to the file that will be used on the next boot. The other options either do not save the configuration or serve different purposes.