nerdexam
CiscoCisco

350-601 · Question #277

350-601 Question #277: Real Exam Question with Answer & Explanation

The correct answer is C: create backup scp://user@host35/backups/all-config9.bak all-configuration. {"question_number": 3, "question": "An engineer needs to make an XML backup of Cisco UCS Manager using SCP with all system and service profiles configuration.", "correct_answer": "C. create backup scp://user@host35/backups/all-config9.bak all-configuration", "explanation": "In Ci

Compute

Question

An engineer needs to make an XML backup of Cisco UCS Manager. The backup should be transferred using an authenticated and encrypted tunnel and it should contain all system and service profiles configuration. Which command must be implemented to meet these requirements?

Options

  • Acreate file scp://user@host35/backups/all-config9.bak all-configuration
  • Bcopy startup-config scp://user@host35/backups/all-config9.bak all-configuration
  • Ccreate backup scp://user@host35/backups/all-config9.bak all-configuration
  • Dcopy running-config scp://user@host35/backups/all-config9.bak all-configuration

Explanation

{"question_number": 3, "question": "An engineer needs to make an XML backup of Cisco UCS Manager using SCP with all system and service profiles configuration.", "correct_answer": "C. create backup scp://user@host35/backups/all-config9.bak all-configuration", "explanation": "In Cisco UCS Manager CLI, the correct command syntax for creating a backup is 'create backup', not 'copy' (which is Cisco IOS syntax). The SCP protocol provides both authentication and encryption, satisfying the secure tunnel requirement. The 'all-configuration' backup type captures the full system configuration including all service profiles, pools, policies, and fabric settings - making it the correct scope for this requirement. Options B and D use IOS-style 'copy' commands that are invalid in UCS Manager. Option A uses 'create file' which is not a valid UCS Manager backup command.", "generated_by": "claude-sonnet", "llm_judge_score": 3}

Topics

#UCS Manager#Configuration Backup#CLI Commands#SCP

Community Discussion

No community discussion yet for this question.

Full 350-601 PracticeBrowse All 350-601 Questions