Refer to the exhibit. The server is sending traffic to the storage server using Fiber Channel protocol. The requirement is for the N5K-1 to forward traffic to MDS9k-1. Drag and drop the configuration steps from the right to complete the configuration for N5K-1 on the left. Not all configuration steps are used.
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
Question 109
Which two components should be checked when a Cisco Nexus 9000 Series Switch fails to boot using POAP? (Choose two.)
Correct Answer: B,D
Options B and D are the correct components that should be checked when a Cisco Nexus 9000 Series Switch fails to boot using POAP (Power On Auto Provisioning). POAP requires a DHCP server to bootstrap IP information for the switch, and a TFTP server that contains the configuration script and the image file for the switch. The other options are either irrelevant or incorrect for POAP. References: * Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 9.3(x) - Configuring Power On Auto Provisioning [Cisco Nexus 9000 Series Switches], Configuring Power On Auto Provisioning, POAP Overview * Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 9.3(x) - Configuring Power On Auto Provisioning [Cisco Nexus 9000 Series Switches], Configuring Power On Auto Provisioning, POAP Process
Question 110
Which feature must be enabled to support the use of JSON and XML encodings when a Cisco Nexus 7000 Series Switch is deployed?
Correct Answer: B
On Cisco Nexus devices, command-line interfaces (CLIs) are run only on the device. NX-API improves the accessibility of these CLIs by making them available outside of the switch by using HTTP/HTTPS. You can use this extension to the existing Cisco Nexus CLI system on the Cisco Nexus 7000 Series devices. NX-API supports show commands, and configurations. NX-API supports JSON-RPC, JSON, and XML formats. Reference: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus7000/sw/programmability/guide/ b_Cisco_Nexus_7000_Series_NX- OS_Programmability_Guide/b_Cisco_Nexus_7000_Series_NX- OS_Programmability_Guide_chapter_0101.html