CCNP Data Center 350-601 Real Exam Questions and Answers FREE Updated on Jul 27, 2026
350-601 Ultimate Study Guide - ITPassLeader
NEW QUESTION # 185
An engineer must implement a Cisco UCS system at a customer site. One of the requirements is to implement SAN boot. The storage system maps the source WWPN to a unique LUN. Which method does Cisco recommend to configure the SAN boot?
- A. Define the vHBAs as bootable and leave the boot target definition empty.
- B. Define the vHBAs as bootable and leave the default values on the target definition.
- C. Create a SAN boot policy in which every initiator is mapped to the same target LUN.
- D. Create a SAN boot policy in which every initiator is mapped to a different target LUN.
Answer: C
Explanation:
While you have multiple zones consisting of FC vHBAs and storage target wwpns for SAN Fabrics A and B, you are ultimately booting off of the same boot LUN. Multiple paths to get to the same boot device which correspond with the same LUN ID.
https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/ts/guide/UCSTroubleshooting/ UCSTroubleshooting_chapter_0110.html#r_sanarrayconfigurationchecklist
NEW QUESTION # 186
Refer to Exhibit:
An engineer must use the python module in the guest shell of the Cisco Nexus 9000 Series switch to shutdown port Ethernet 1/4 Which command set will accomplish this?
- A. Option C
- B. Option D
- C. Option B
- D. Option A
Answer: C
NEW QUESTION # 187
An engineer configures an intersignt virtual application and must claim over 200 targets. The engineer starts the Claim target procedure. The engineer has prepared this initial comma- separated value file to provision the targets:
Which Information must be included In the comma-separated value flit to provision the targets?
- A. certificate, user name, password. email
- B. target type, hostname or P address, user name, password
- C. location, address, name. password
- D. FQON, AD name, IP address, email
Answer: D
NEW QUESTION # 188
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 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 SCP server
2 Copy running-config in the boot flash to the running-config file - B. 1 Perform a running-config backup to an SFTP server
2 Copy backup-config from the SFTP server to the running-config file - C. 1 Perform a startup-config backup to a TFTP server
2 Copy backup-config from the backup server 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
Answer: C
Explanation:
TFTP is the only protocol that uses UDP. FTP, SFTP, and SCP use TCP.
NEW QUESTION # 189
Which storage solution allows multiple users to access files directly on a storage array over a LAN network?
- A. network-attached storage
- B. storage area network
- C. direct attached storage
- D. network file system
Answer: D
NEW QUESTION # 190
Refer to the exhibit.
A network engineer is setting up a multihomed OTV network. The first site has been set up with a primary and secondary adjacency server. Which configuration must be added on the remote OTV AEDs site?
- A. interface Overlay200
otv join-interface Ethernet1/2
otv extand-vlan 178, 2500-2563
otv adjacency-server unicast-only - B. interface Overlay200
otv join-interface Ethernet1/2
otv extend-vlan 178, 2500-2563
otv use-adjacency-server 20.1.1.1 unicast-only - C. interface Overlay200
otv join-interface Ethernet1/2
otv extend-vlan 178, 2500-2563 - D. interface Overlay200
otv join-interface Ethernet1/2
otv extend-vlan 178, 2500-2563
otv use-adjacency-server 20.1.1.1 20.2.1.1 unicast-only
Answer: D
NEW QUESTION # 191
Which storage solution operates at the file level and contains its own native lightweight operating system on simplified hardware?
- A. NAS
- B. SAN
- C. unified fabric
- D. standard file server
Answer: A
NEW QUESTION # 192
Which feature must be enabled to support the use of JSON and XML encoding when a Cisco Nexus 7000 series switch is deployed?
- A. Bash shell
- B. LLDP
- C. NX-API
- D. Open Agent Container
Answer: C
Explanation:
Explanation
NEW QUESTION # 193
An engineer must shut down the Ethernet 1/2 interface when the Ethernet 4/5 interface state is down. Drag and drop the CLI commands from the bottom onto the blanks in the exhibit to implement this EEM. Not all commands are used.
Answer:
Explanation:
Explanation
Text Description automatically generated
NEW QUESTION # 194
An engineer must implement access control tor Cisco UCS Manager. The configuration must meet these requirements:
- All users and user groups must be configured using Active Directory.
- User1 must have full access to the Fabric Interconnect infrastructure and network security operations
- User1 must have full access to the storage operations configuration.
Which action must be performed on Cisco UCS to meet the requirements?
- A. Create a custom rote tot the user and RADIUS for the role-mapping for Active Directory.
- B. Create a custom role tor the user and LDAP for the rote-mappings for Active Directory.
- C. Execute a built-in role for the user and RADIUS for the role-mapping for Active Directory.
- D. Execute a built-in role for the user and LDAP for the role-mapping for Active Directory.
Answer: D
NEW QUESTION # 195
Drag and Drop Question
Refer to the exhibit. An engineer implements a dynamically negotiated LACP port channel on SW1. The port channel members must be configured as active/standby ports with Eth1/2 as active and Eth1/1 as standby. The Eth1/1 interface is configured with default priority. Drag and drop the code snippets from the right onto the blanks in the code on the left to complete the Eth1/2 interface configuration for SW1. Not all code snippets are used.

Answer:
Explanation:
NEW QUESTION # 196
An engineer has a primary fabric that is named UCS-A and a secondary fabric that is named UCS-B. A certificate request that has a subject name of sjc2016 for a keyring that is named kr2016 needs to be created.
The cluster IP address is 10.68.68.68.
Which command set creates this certificate request?
- A. UCS-A# scope security
UCS-A /security # scope keyring kr2016
UCS-A /security/keyring # create certreq ip 10.68.68.68 subject-name sjc2016 UCS-A /security/keyring* # commit-buffer - B. UCS-B # scope keyring kr2016
UCS-B /keyring # create certreq ip 10.68.68.68 subject-name sjc2016
UCS-B /keyring* # commit-both - C. UCS-A # scope keyring kr2016
UCS-A /keyring # create certreq 10.68.68.68 sjc2016
UCS-A /keyring* # commit-buffer - D. UCS-B# scope security
UCS-B /security # scope keyring kr2016
UCS-B /security/keyring # set certreq 10.68.68.68 sjc2016
UCS-B /security/keyring* # commit-both
Answer: A
Explanation:
To create a certificate request in Cisco UCS Manager, the correct command set involves navigating to the security scope, selecting the appropriate keyring, and then creating the certificate request with the specified IP address and subject name. The commands in option D correctly follow this procedure.
The commit-buffer command is used to commit the changes in UCS-A, which is the primary fabric.
References: This process is documented in the Cisco UCS Manager certificate management guidelines, which provide step-by-step instructions on creating certificate requests using the CLI
NEW QUESTION # 197
Drag and Drop Question
Drag and drop the storage technologies from the left onto the correct descriptions on the right.
Answer:
Explanation:
NEW QUESTION # 198
Drag and drop the steps on the left onto the order that they must be implemented on the right to recover a fabric interconnect when there is no working image on the bootflash.
Answer:
Explanation:

NEW QUESTION # 199 
Refer to the exhibit. An engineer is troubleshooting a connection issue from the virtual machine that is located on the Webserver 1 blade. The application team requested a packet capture for all traffic that is transferred to and from Webserver 1. The engineer confirmed that the host server vNIC1 has VLAN 300 assigned to It.
Which action must be taken to capture the traffic?
- A. Configure a span session that Is sourced from service profile vNlCi with a destination that is set to Ethl
/3. - B. Configure a span session that Is sourced from Eth1/3 with a destination that Is set to Ethl/2.
- C. Configure a span session that Is sourced from port channel 1 with a destination that Is set to port channel 2.
- D. Configure a span session that Is sourced from Eth1/1 with a destination that is set to port channel 1.
Answer: A
NEW QUESTION # 200 
Refer to the exhibit. An engineer configures FCoE in a newly installed data center Which configuration must be applied to activate VSAN 100 on VFC 100?
- A. Allow VSAN 100 on interface eth1/12.
- B. Map an FCoE VLAN to VSAN 100.
- C. Configure a VLAN on VFC 100.
- D. Issue the shutdown lan command on VFC 100
Answer: B
NEW QUESTION # 201
Which two components should be checked when a Cisco Nexus 9000 Series Switch fails to boot using POAP? (Choose two.)
- A. POAP feature license
- B. image noted in the script file against switch bootflash
- C. DHCP server to bootstrap IP information
- D. TFTP server that contains the configuration script
- E. script signed with security key
Answer: B,D
NEW QUESTION # 202
A network architect must redesign a data center on OSPFv2. The network must perform fast reconvergence between directly connected switches. Which two actions must be taken to meet the requirement? (Choose two)
- A. Set low OSPF hello and DEAD timers.
- B. Enable BFD for failure detection.
- C. Implement a virtual link between the switches.
- D. Configure all links on AREA 0.
- E. Use OSPF point-to-point links only.
Answer: A,E
NEW QUESTION # 203 
Refer to the exhibit. What is the outcome of this command when the EPLD is updated on a Cisco Nexus 9000 Series Switch?
- A. shows a simulated upgrade of the EPLD
- B. upgrades the EPLD on the switch disruptively
- C. displays the impact of the upgrade on the operation of the switch
- D. displays the compatibility of the EPLD upgrade and the image in the bootflash
Answer: C
NEW QUESTION # 204
An engineer must configure OSPF in the data center. The external routes have already been redistributed OSPF. The network must meet these criteria:
* The data centre servers must reach services in the cloud and the services behind the redistributed routes.
* The exit point toward the internet should be propagated only when there is a dynamically learned default route from the upstream router.
Which feature is required?
- A. Stubby area
- B. Default-information originate
- C. Default-information originate always
- D. Totally stubby area
Answer: C
NEW QUESTION # 205 
Refer to the exhibit. Which action completes the vPC domain implementation?
- A. Add the vPC member ports to the vPC channel group.
- B. Configure the system MAC on the vPC domain.
- C. Allow VLANs on the vPC peer link member interfaces.
- D. Include the VRF management on the vPC domain.
Answer: A
NEW QUESTION # 206
......
Ultimate Guide to Prepare 350-601 Certification Exam for CCNP Data Center: https://www.itpassleader.com/Cisco/350-601-dumps-pass-exam.html
Use Real 350-601 Dumps - Cisco Correct Answers: https://drive.google.com/open?id=1Vc2r9QWmijB1wFsMTiFN10JDW5-Rlb8j