Implementing Cisco Application Centric Infrastructure (DCACI) — Question 128
An engineer must create a backup of the Cisco ACI fabric for disaster recovery purposes. The backup must be transferred over a secure and encrypted transport. The backup file must contain all user and password related information. The engineer also wants to process and confirm the backup file validity by using a Python script. This requires the data structure to have a format similar to a Python dictionary. Which configuration set must be used to meet these requirements?
Answer options
- A. Under the Create Remote location settings, select Protocol: FTP Under the Export policy, select - - Format: XML - Modify Global AES Encryption Settings: Enabled
- B. Under the Create Remote location settings, select Protocol: FTP Under the Export policy, select - - Format: XML - Modify Global AES Encryption Settings: Disabled
- C. Under the Create Remote location settings, select Protocol: SCP Under the Export policy, select - - Format: JSON - Modify Global AES Encryption Settings: Disabled
- D. Under the Create Remote location settings, select Protocol: SCP Under the Export policy, select - - Format: JSON - Modify Global AES Encryption Settings: Enabled
Correct answer: D
Explanation
The correct answer is D because using SCP as the protocol ensures secure and encrypted transport, while selecting JSON as the format aligns with the requirement for a structure similar to a Python dictionary. Options A, B, and C either use an unsecured protocol (FTP) or the wrong file format (XML), which does not meet the specified conditions.