HPE Aruba Certified Professional (ACP) – SD-WAN — Question 136
A Linux SFTP server is configured for IP address 192.168.1.100, and the CX8325 switch has a managed IP address 192.168.1.200.
How can you backup the saved switch configuration to a remote location?
Answer options
- A. Use the command scp[email protected]:/ running-config on the SFTP server.
- B. Use the command scp[email protected]:/ startup-config on the SFTP server.
- C. Use the command copy running-config sftp://[email protected]/switch_config_cfg vrf default on the switch.
- D. Use the command copy startup-config sftp://[email protected]/switch_config.cfg vrf mgmt on the switch.
Correct answer: D
Explanation
The correct answer is D because it specifies the correct command to copy the startup configuration to the SFTP server with the appropriate VRF. Options A and B incorrectly use SCP commands and refer to the wrong configuration files, while option C refers to the running configuration and uses the wrong VRF.