ネットワーク エンジニアは、Cisco Nexus 5000 シリーズ スイッチの設定のバックアップと復元を実行する必要があります。バックアップは、外部バックアップ サーバーに作成する必要があります。Cisco Nexus シリーズ スイッチとバックアップ サーバ間で許可される唯一のプロトコルは UDP です。スイッチの現在の動作構成が破損した場合は、バックアップを使用する必要があります。これらの要件を満たすには、どの手順を実行する必要がありますか?
正解: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