HPE Aruba Certified Network Security Professional (ACNSP) — Question 29
Which two commands will save the running-config so that changes will be loaded automatically on the next reboot? (Choose two.)
Answer options
- A. write memory
- B. save
- C. copy config config1 config startup-config
- D. copy running-config startup-config
- E. copy running-config checkpoint boot-config
Correct answer: A, D
Explanation
The command 'write memory' (A) saves the running configuration to the startup configuration, ensuring that changes persist after a reboot. Similarly, 'copy running-config startup-config' (D) directly copies the current running configuration to the startup configuration. The other options do not perform the required action of saving the running configuration for the next reboot.