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

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.