Free Cisco 350-601 Actual Exam Questions - Question 11 Discussion
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?
D/B? D seems solid since guest shell sync is designed for syncing scripts between supervisors, and SCP meets the secure transfer requirement. But B uses a scheduler too, which might be simpler for periodic tasks, though TFTP lacks encryption. Since encryption is mandatory, B doesn’t fit well. So, between secure transfer and the right sync method, D seems to cover all bases better.
D imo, guest shell sync handles redundancy and SCP covers secure transfer well.
D/B? D seems to cover both the redundant supervisor sync via guest shell synchronization and the secure transfer with SCP, which is encrypted and authenticated. B uses a scheduler job but TFTP isn’t secure, so that rules it out for encrypted/authenticated transfer. So between D and B, D makes more sense here.
D imo