ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 168 - 350-601 discussion

Report
Export

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?

A.

1. Perform a running-config backup to an SFTP server. 2. Copy backup-config from the SFTP server to the running-config file.

Answers
A.

1. Perform a running-config backup to an SFTP server. 2. Copy backup-config from the SFTP server to the running-config file.

B.

1. Perform a startup-config backup to a TFTP server. 2. Copy backup-config from the backup server to the running-config file.

Answers
B.

1. Perform a startup-config backup to a TFTP server. 2. Copy backup-config from the backup server to the running-config file.

C.

1. Perform a running-config backup to an SCP server. 2. Copy running-config in the boot flash to the running-config file.

Answers
C.

1. Perform a running-config backup to an SCP server. 2. Copy running-config in the boot flash to the running-config file.

D.

1. Perform a startup-config backup to an FTP server. 2. Copy startup-config in the boot flash to the running-config file.

Answers
D.

1. Perform a startup-config backup to an FTP server. 2. Copy startup-config in the boot flash to the running-config file.

Suggested answer: B

Explanation:

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.Reference:=

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

asked 10/10/2024
Roberto Recine
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first