Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 242

A network engineer implements a Python script on a Cisco Nexus 9000 Series Switch with redundant supervisors. The script is located on a built-in container that runs as part of the Cisco NX-OS system. The requirement is to automate the periodic transfer of the Python script to a redundant supervisor. In addition, the script must be transferred to an external server using encryption and authentication. Which configuration set meets these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because the guest shell synchronization feature allows for the synchronization of scripts between supervisors, and using a CRON job facilitates the periodic transfer of the script to the SCP server with the necessary security measures. Options A and C incorrectly use the checkpoint feature, which does not address the requirement for periodic scripting transfer, while option B uses TFTP, which lacks the encryption and authentication needed.