Valid 350-601 Dumps shared by ExamDiscuss.com for Helping Passing 350-601 Exam! ExamDiscuss.com now offer the newest 350-601 exam dumps, the ExamDiscuss.com 350-601 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 350-601 dumps with Test Engine here:
A network engineer must perform a backup and restore of the Cisco Nexus 5000 Series Switch configuration. The backup must be made to an external backup server. The only protocol permitted between the Cisco Nexus Series switch and the backup server is UDP. The backup must be used when the current working configuration of the switch gets corrupted. Which set of steps must be taken to meet these requirements?
Correct Answer: B
To meet the requirements of performing a backup and restore of the Cisco Nexus 5000 Series Switch configuration using UDP as the only protocol, the network engineer must follow these steps: * Perform a startup-config backup to a TFTP server. The startup-config file contains the configuration that is applied when the switch boots up. To backup this file to a TFTP server, the engineer can use the copy startup-config tftp: command, and specify the IP address or hostname of the TFTP server and the destination filename. For example: switch# copy startup-config tftp: Enter hostname for the tftp server: 10.10.10.10 Enter destination filename: backup-config * Copy backup-config from the backup server to the running-config file. The running-config file contains the configuration that is currently active on the switch. To restore this file from the backup-config file on the TFTP server, the engineer can use the copy tftp: running-config command, and specify the IP address or hostname of the TFTP server and the source filename. For example: switch# copy tftp: running-config Enter hostname for the tftp server: 10.10.10.10 Enter source filename: backup-config These steps will allow the engineer to backup and restore the switch configuration using UDP as the only protocol, as TFTP is a UDP-based protocol. The backup-config file can be used when the current working configuration of the switch gets corrupted, as required by the goal. References := * Implementing and Operating Cisco Data Center Core Technologies (DCCOR) v1.2, Module 3: Data Center LAN Network Connectivity, Lesson 3.6: Cisco Nexus 5000 Series Switches * Cisco Nexus 5000 Series NX-OS Fundamentals Configuration Guide, Release 5.2(1)N1(1), Chapter: Configuring System Files, Section: Copying a Configuration File to a Remote Server Using TFTP, FTP, SFTP, or SCP