300-620 · Question #324
An engineer implements a configuration backup on the Cisco APIC. The backup job must meet these requirements: - The backup must transfer the encrypted data to the remote server. - The transfer must be
The correct answer is C. Select protocol SFTP in Create Remote Location.. To meet the requirements of an encrypted and resumable configuration backup on the Cisco APIC, the SFTP protocol must be selected.
Question
An engineer implements a configuration backup on the Cisco APIC. The backup job must meet these requirements:
- The backup must transfer the encrypted data to the remote server.
- The transfer must be resumed if the connection is interrupted
Which configuration set meets these requirements?
Options
- ASelect protocol TFTP in Create Remote Location.
- BSelect protocol FTP in Create Remote Location.
- CSelect protocol SFTP in Create Remote Location.
- DSelect protocol HTTP in Create Remote Location.
How the community answered
(26 responses)- A12% (3)
- B8% (2)
- C77% (20)
- D4% (1)
Why each option
To meet the requirements of an encrypted and resumable configuration backup on the Cisco APIC, the SFTP protocol must be selected.
TFTP (Trivial File Transfer Protocol) does not provide encryption for data transfers and lacks features for resuming interrupted transfers, failing both requirements.
FTP (File Transfer Protocol) transfers data in cleartext by default, failing the encryption requirement, and does not inherently support resuming interrupted transfers.
SFTP (SSH File Transfer Protocol) provides robust encryption for data in transit, ensuring the backup data is transferred securely. Additionally, SFTP supports the ability to resume interrupted file transfers, which is crucial for reliability over potentially unstable connections.
HTTP (Hypertext Transfer Protocol) is primarily designed for web content and does not inherently offer the encryption and resume capabilities suitable for secure and reliable configuration backups.
Concept tested: APIC configuration backup security and reliability
Source: https://www.cisco.com/c/en/us/td/docs/dcn/aci/apic/5x/basic-configuration/cisco-apic-basic-configuration-guide-5x/m_configuration_backup.html
Topics
Community Discussion
No community discussion yet for this question.