Month End Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

350-601 Cisco Implementing Cisco Data Center Core Technologies (350-601 DCCOR) Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Cisco 350-601 Implementing Cisco Data Center Core Technologies (350-601 DCCOR) certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 3 / 3
Total 190 questions

An engineer configures a storage environment for a customer with high- security standards. The secure environment is configured in vsan 50. The customer wants to maintain a configuration and active databases and prevent unauthorized switches from joining the fabric. Additionally, the switches must prevent rogue devices from connecting to their ports by automatically learning the WWPNs of the ports connected to them for the first time. Which two configuration sets must be used to meet these requirements? (Chose two.)

A.

port-security enable port-security activate vsan 50

B.

clear fabric-binding activate vsan 50 fabric-binding activate vsan 50

C.

fabric-binding activate vsan 50 force

D.

fcsp enable fcsp auto-active

E.

fcsp dhchap hash md5 shal

A DevOps engineer must use Python to manage a Cisco device. The device is in a highly secure DMZ environment. Only trusted Cisco Python libraries can be used. Which solution meets

the requirements?

A.

Develop an off-box Python script that uses trusted Cisco libraries.

B.

Develop an application by using serverless technologies in a primary cloud provider.

C.

Develop a containerization application that uses trusted Cisco-provided libraries.

D.

Develop an on-box Python script that uses trusted Cisco libraries.

Which feature results in a disruptive upgrade on the Cisco Nexus 9500 Series when performing a standard ISSU?

A.

HSRP

B.

PIM

C.

IS-IS

D.

VXLAN

What happens when the install all epid bootflash:m9000-pkg2-9.2.2.epid module all fan-module all bar all command is run on the Cisco MDS 9000 Series Director Switch?

A.

The active supervisor updates first

B.

Fan modules power cycle

C.

The switching module starts a rolling update

D.

Each module updates and power cycles

Refer to the exhibit.

An engineer must replace the Fabric Interconnect called UCS-FI LAB1 with the Fabric Interconnect called UCS-Fl LAB2. The new Fabric Interconnect must be restored with the latest configuration of UCS-Fl LAB1. Which backup type must be used to meet this requirement?

A.

All configuration

B.

Logical configuration

C.

Full state

D.

System configuration

Refer to the exhibit. An administrator must complete the unified fabric configuration between Server1 and a pair of Cisco Nexus 9000 Series Switches Drag and drop the code snippets from the right onto the blanks in the code on the left to complete the N9K-1 configuration Snippets are used more than once.

An engineer must tune an FCIP connection over WAN between two Cisco MDS 9000 Series Switches The customer has determined that default TCP parameters do not function for the link with 300 ms latency The TCP profile must

    Modify the TCP retransmit time to satisfy the WAN latency.

    Set the TCP keepalive timeout to 15 seconds.

    Set the maximum number of TCP retransmissions to 5

Which command set meets the requirements?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Refer to the exhibit An engineer must capture fiber channel traffic from the

server and the supervisory to the Cisco MDS 9000 Series Switch Fabric.

The traffic must be forwarded to the analyzer. Drag and drop the

code snippets from the right onto the blanks in the code on the

left to complete the configuration. Not all code snippets are used

Refer to the exhibit An engineer must create a Python script to convert

a Python dictionary called dic to a YAML format and add the output to a

file called switches.yml. Which line must be added to complete the script

to meet these requirements?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

The Cisco UCS blade chassis must send SNMPv3 traps to a network monitoring system. The SNMP trap messages should be authenticated and have protection from closure. Which SNMP security privileged level should be configured?

A.

noPriv

B.

auth

C.

noAuth

D.

priv

Refer to the exhibit. An engineer must configure a Fibre Channel device alias named TEST for a device attached to port fc1/9 of a Cisco Nexus Series Switch. Which command set

completes the configuration?

A.

SITE-A-MDS-Fabric-A# configure terminal SITE-A-MDS-Fabric-A (config)# device-alias database SITE-A-MDS-Fabric-A (config-device-alias-db)}# device-alias name TEST pwwn 50:00:14:42:d0:0c:f5:20 SITE-A-MDS-Fabric-A (config-device-alias-db)# exit

B.

SITE-A-MDS-Fabric-A# configure terminal SITE-A-MDS-Fabric-A (config)}# device-alias database SITE-A-MDS-Fabric-A (config-device-alias-db)# device-alias name TEST pwwn 50:00:14:40:47:b0:0c:f5 SITE-A-MDS-Fabric-A (config-device-alias-db)# exit

C.

SITE-A-MDS-Fabric-A# device-alias database SITE-A-MDS-Fabric-A (device-alias-db)# device-alias name TEST pwwn 50:00:14:40:47:b0:0c:f5 SITE-A-MDS-Fabric-A (config-device-alias-db)# device-alias commit

D.

SITE-A-MDS-Fabric-A# configure terminal SITE-A-MDS-Fabric-A (config)# device-alias database SITE-A-MDS-Fabric-A (config-device-alias-db)# device-alias name TEST pwwn 50:00:14:42:d0:0c:f5:20 SITE-A-MDS-Fabric-A (config-device-alias-db)# device-alias commit

A network engineer implements a Python script on a Cisco Nexus 9000 Series Switch with redundant supervisors. The script is located on a built-in container that runs as part of the Cisco NX-OS system. The requirement is to automate the periodic transfer of the Python script to a redundant supervisor. In addition, the script must be transferred to an external server using encryption and authentication. Which configuration set meets these requirements?

A.

Enable the checkpoint feature. Configure an EEM job to transfer the script to the SCP server.

B.

Implement the guest shell synchronization feature. Configure a scheduler job to transfer the script to the TFTP server.

C.

Enable the checkpoint feature. Configure a scheduler job to transfer the script to the HTTP server.

D.

Implement the guest shell synchronization feature Configure a CRON job to transfer the script to the SCP server.

Which Cisco UCS firmware reboot policy must be used in the maintenance policy to prevent the server firmware from upgrading automatically and wait for user input before proceeding?

A.

Immediate

B.

Schedule

C.

User-ack

D.

Timer-automatic

Refer to the exhibit.

Which command is run from the Guest Shell to set the

description on the first five interfaces of the Cisco Nexus switch?

A.

[guestshell@guestshell -]$forx in (1..5); dodohost "conf t" ; "interface eth1/$x" : "description ServerSx" : done

B.

[guestshell@guestshell -]$forx in(1..5); dohost "conf t: interface eth1/Sx ; description ServerSx";

C.

[guestshell@guestshe!l -]$ for x in {1.-5}; dohost "conf t; interface eth1/Sx ; description ServerSx" ;

D.

[guestshell@guestshell -]$ for x in {1-0}; do dohost "conf t; interface eth1/Sx ; description ServerSx" ; done

Refer to the exhibit. An engineer is configuring Cisco Data Center Network Manager to automate the provisioning of Cisco Nexus 9000 Series Switches. The engineer must configure user access for network engineers to permit device operations in Interface Manager. The solution must hide Admin and Config Menu items in Interface Manager Which two roles must be assigned to the network engineers to meet these requirements? (Choose two.)

A.

San-admin

B.

network-operator

C.

network-admin

D.

access-admin

E.

global-admin

An engineer must recover the Cisco UCS system. The full backup is available on a backup SCP server. Which set of actions recovers the configuration of the Cisco UCS Manager?

A.

Create a scheduled restore job. Reboot the UCS Manager.

B.

Create an import-config task Set the action to Replace.

C.

Factory reset the fabric interconnect. Select the Restore feature.

D.

Copy the backup file to a USB drive. Copy the running-config.

Refer to the exhibit During a vPC peer switch reload, there is packet loss between the server and the router Which action must be taken to prevent this behavior during future reloads?

A.

Set the routed uplink ports of the Cisco Nexus peers as orphans.

B.

Increase the vPC delay restore timer.

C.

Decrease the OSPF hello and dead interval timers.

D.

Disable vPC ARP synchronize on the vPC peers.

Page: 3 / 3
Total 190 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved