Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 41
An engineer needs to make an XML backup of Cisco UCS Manager. The backup should be transferred using an authenticated and encrypted tunnel, and it should contain all system and service profiles configuration. Which command must be implemented to meet these requirements?
Answer options
- A. copy running-config scp://user@host35/backups/all-config9.bak all-configuration
- B. create backup scp://user@host35/backups/all-config9.bak all-configuration
- C. create file scp://user@host35/backups/all-config9.bak all-configuration
- D. copy startup-config scp://user@host35/backups/all-config9.bak all-configuration
Correct answer: B
Explanation
The correct command is 'create backup' because it specifically initiates a backup of the configuration in the required XML format. The other options either do not create a backup or reference incorrect commands for this task, such as 'copy running-config' or 'copy startup-config', which are not meant for creating XML backups.