New 2026 350-601 exam questions Welcome to download the newest PassExamDumps 350-601 PDF dumps (350 Q&As)
P.S. Free 2026 CCNP Data Center 350-601 dumps are available on Google Drive shared by PassExamDumps
NEW QUESTION # 111
Refer to the exhibit.
An engineer configures a new application profile using REST API and receives this error massage. Which method can be used before application profile can be configured?
- A. POST to aaaLogin
- B. POST to aaaRefresh
- C. POST to aaaLogout
- D. GET to aaaListDomains
Answer: A
Explanation:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2-x/rest_cfg/2_1_x/ b_Cisco_APIC_REST_API_Configuration_Guide/ b_Cisco_APIC_REST_API_Configuration_Guide_chapter_01.html
NEW QUESTION # 112
A POAP-enabled Cisco Nexus switch will not enter POAP mode. Which two conditions should be verified? (Choose two.)
- A. No startup configuration is available.
- B. No Cisco NX-OS image is present on the bootflash.
- C. The license file is missing on the switch.
- D. Bootflash must contain a special directory named POAP with poap.py file.
- E. The switch is in bootup process.
Answer: A,E
Explanation:
POAP is an automatic provisioning and zero-touch deployment feature that assists device owners in the initial deployment and configuration of Nexus switches.
The feature works by checking for a local configuration script. If the script has been deleted, the switch has been reset to factory settings, or this is the first boot-up, the POAP daemon will connect to a preset list of servers to download an initial configuration file.
To perform this operation, the switch must first obtain an IP address from a local DHCP server. POAP configuration settings can also be passed through the DHCP response.
Which conditions should be verified, so they need to be TRUE. Like no startup (A) and bootup (B). C means that it needs to miss a license file and E means it needs to miss an NX-OS image.
NEW QUESTION # 113
Refer to the exhibit.
Which action must be taken before the maintenance policy can be committed?
- A. Specify a maintenance time by selecting a schedule.
- B. Set the soft shutdown timer to a specific time.
- C. Set the policy to apply the change on the next reboot.
- D. Associate a service profile to the maintenance policy.
Answer: A
NEW QUESTION # 114
Refer to the exhibit.
Which two Cisco UCS components are upgraded as a result of the configuration? (Choose two.)
- A. Cisco UCS Manager
- B. adapters
- C. board controller
- D. IOMs
- E. BIOS
Answer: B,E
Explanation:
The configuration shown in the exhibit is related to the infrastructure firmware upgrade process in a Cisco UCS environment. When an infrastructure firmware upgrade is initiated, it typically includes updates to various components such as the adapters and the BIOS. The adapters require firmware updates to ensure compatibility with new features and fixes, while the BIOS update is crucial for system stability and to support new hardware and software enhancements. The infrastructure firmware package, also known as the 'A bundle', contains the necessary firmware images for these components1.
References :=
* Cisco UCS Manager Firmware Management Guide, Release 4.0, which provides detailed information on firmware upgrades for Cisco UCS components.
* System Configuration - Managing Firmware, which outlines the guidelines and procedures for firmware upgrades in Cisco UCS Manager.
NEW QUESTION # 115
An engineer must configure HTTPS secure management for Cisco UCS Manager using a key ring named kr2016 and a key size of 1024 bits. The environment consists of a primary fabric interconnect named UCS-A and a secondary fabric interconnect named UCS-B. Which command sequence must be used to accomplish this goal?
- A. Option D
- B. Option B
- C. Option C
- D. Option A
Answer: D
Explanation:
Option A is the correct command sequence to configure HTTPS secure management for Cisco UCS Manager using a key ring named kr2016 and a key size of 1024 bits. The other options have incorrect commands or syntax errors. For example, option B uses the wrong command to set the modulus size, option C uses the wrong command to create the key ring, and option D uses the wrong command to name the key ring.
References:
* [Cisco UCS Manager CLI Configuration Guide, Release 4.0 - Configuring Security [Cisco UCS Manager]], Configuring Security, Configuring Key Rings
* [Cisco UCS Manager CLI Configuration Guide, Release 4.0 - Configuring Security [Cisco UCS Manager]], Configuring Security, Configuring HTTPS Secure Management
* [Cisco UCS Manager CLI Configuration Guide, Release 4.0 - Configuring Security [Cisco UCS Manager]], Configuring Security, Configuring the Modulus Size for the Key Ring
NEW QUESTION # 116
Refer to the exhibit.
Which VLANs are capable to be assigned on vPC interfaces?
- A. 100-105
- B. 100-102
- C. 100-103
- D. 100-104
Answer: A
NEW QUESTION # 117
Refer to the exhibit.
An engineer configures FCIP on a Cisco MDS 9000 Series switch. What is the result of implementing the configuration?
- A. Compression is performed by using hardware
- B. The switch attempts to make two TCP connections
- C. Mode2 is enabled by default.
- D. Compression is performed by using software.
Answer: A
Explanation:
Explanation
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/8_x/config/ip_services/ipsvc/ cfcip.html
NEW QUESTION # 118
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:
NEW QUESTION # 119
Refer to the exhibit.
An engineer runs a Python script from a newly enabled guest shell on a Cisco Nexus 93108 Series Switch. The script needs an additional package called "Markdown" installed from the Python package manager. Which set of tasks must the engineer perform to install the required package?
- A. Set the NAMESERVER variable in /etc/sysconfig/network. Clone the Markdown repository with the git clone command.
- B. Add nameserver configuration to /etc/resolv.conf. Run sudo chvrf management pip install Markdown.
- C. Enable ip domain-lookup in startup-config. Enter python install Markdown as root.
- D. Configure ip name-server in configuration mode. Execute sudo yum -y install Markdown.
Answer: B
Explanation:
To install the "Markdown" package from the Python package manager on a Cisco Nexus 93108 Series Switch, the engineer must ensure that the guest shell has internet access to reach the Python package repository. This is achieved by adding the nameserver configuration to /etc/resolv.conf, which allows the system to resolve domain names into IP addresses. After configuring the nameserver, the engineer must run the command sudo chvrf management pip install Markdown to install the package within the management Virtual Routing and Forwarding (VRF) context, which has access to the internet.
References: = For more information on managing packages in the guest shell of Cisco Nexus switches, refer to the Cisco Nexus 9000 Series NX-OS Programmability Guide.
NEW QUESTION # 120
Refer to the exhibit.
A network engineer is using tcpdump to capture a snapshot of OSPF-related traffic on a specific Cisco NX-OS switch port. For security reasons, the capture must be taken using an embedded container that is already deployed on the Cisco Nexus device. Which command completes the script?
- A. run guestshell
- B. guestshell
- C. guestshell-bash
- D. run bash
Answer: B
NEW QUESTION # 121
A network engineer must configure a Cisco MDS switch to use the local user database for console access if all AAA servers are unreachable. Which configuration should be applied to complete this task?
- A. aaa authentication login console local
- B. aaa authentication login default local
- C. aaa authentication login default fallback error local
- D. aaa authentication login console fallback error local
Answer: D
Explanation:
This configuration ensures that if AAA servers cannot be reached, the switch will fall back to using the local user database for authentication when accessing the console. The fallback error local keyword specifies that the local database should be used in case of an error in reaching the AAA servers1.
References := For more information on configuring AAA on Cisco MDS switches, you can refer to Cisco's official documentation and community discussions which provide insights into setting up authentication methods for different access scenarios1. These resources explain how to configure the switch to handle authentication locally when remote AAA servers are not available.
NEW QUESTION # 122
Refer to the exhibit.
Cisco Fabric Services is enabled in the network. Which type of IP address is used by the Cisco Fabric Services protocol?
- A. IPv4 unicast address
- B. IPv4 anycast address
- C. IPv4 multicast address
- D. IPv4 gateway address
Answer: C
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/configuration/guide/fm/FabricManager/cfs.pdf
NEW QUESTION # 123
An engineer must perform a POAP deployment of a Cisco Nexus 9000 Series Switch The switch must automatically receive its software image and configuration file upon power-on. Also, only UDP is permitted between the Nexus 9000 switch and the server that hosts the Cisco NX-OS system images Which set of actions completes the configuration'
- A. Enable option 43 Define HTTP transfer protocol.
- B. Enable option 46. Define TFTP transfer protocol
- C. Enable option 35. Define HTTP transfer protocol.
- D. Enable option 67. Define TFTP transfer protocol
Answer: D
NEW QUESTION # 124 
Refer to the exhibit. The Cisco Nexus Series Switches SW1, SW2, and SW3 are connected via Layer 2 copper interfaces. An engineer implements loop prevention standard IEEE 802.1w on each VLAN lo provide lasier recovery from network changes or failures. The Implementation has these requirements
* Interfaces that are connected to Layer 2 hosts must not receive STP BPDUs.
* The implementation must detect unidirectional links due to one-way traffic twisted-pair links
* Bridge assurance must be enabled between SW2 and SW3
* The Layer 2 domain must be protected from superior BPDUs that arrive from external switches.
Drag and drop the code snippets from the right onto the blanks in the code on the left to complete the configuration for SW3. Not all code snippets are used.
Answer:
Explanation:
Explanation:
Network
Aggressive
Bpdu
edge
NEW QUESTION # 125
Refer to the exhibit.
What must be connected to clear the HA NOT READY status?
- A. server chassis
- B. network uplinks
- C. management ports
- D. Layer 1-Layer 2 ports
Answer: A
NEW QUESTION # 126
A UCS B- Series server located in B5108 chassis 1 slot 1 is currently unavailable. The server needs to be associated with a specific service profile when it becomes available. Which associate service profile option should be selected to accomplish this goal?
- A. custom server
- B. restrict migration
- C. server
- D. server pool
Answer: C
Explanation:
The correct option to associate a UCS B-Series server with a specific service profile when it becomes available is B. server. In Cisco UCS Manager, associating a service profile with a server can be done directly by selecting the server from the list of available hardware. This direct association ensures that when the server becomes available, it will be associated with the specified service profile, which contains the settings and policies for the server's operation within the UCS environment.
References: Implementing and Operating Cisco Data Center Core Technologies (DCCOR) course
NEW QUESTION # 127
A network engineer needs to upgrade the EPLDs of the fabric modules for a Cisco MDS director-class switch. In which order are components reloaded during the process?
- A. all fabric modules followed by the entire switching platform
- B. all fabric modules in parallel
- C. one fabric module at the time
- D. one module and one supervisor at the time
Answer: C
Explanation:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/8_x/release_notes/epld/epld_rn_8_4_1a.html#pgfId-321469
"To update all EPLDs sequentially with a single command, use the install all epld command with the module all fan-module all xbar all options. After each module is upgraded, it is power cycled to load the EPLD update."
NEW QUESTION # 128
Where is the witness deployed in a two-node Cisco HyperFlex Edge deployment?
- A. to a third-party cloud provider
- B. to the HyperFlex Edge two-node cluster
- C. to an additional server with network access to HyperFlex Edge
- D. to Cisco Intersight
Answer: D
Explanation:
The Cisco HyperFlex Edge invisible cloud witness is only required for 2-node HX Edge deployments.
correct, it has to connect to Intersight as it is a CLOUD invisible witness as per the document shared:
The Cisco HyperFlexEdge invisiblecloud witnessis only requiredfor 2-nodeHX Edge deployments. The witness does not require any additional infrastructure, setup, configuration, backup, patching ,or management of any kind. This feature is automatically configured as part of a 2-node Hyper Flex Edge installation. Outbound access at the remote site must be present for connectivity to Intersight (eitherIntersight.com or to the Intersight Virtual Appliance). HyperFlexEdge 2-nodeclusters cannot operate without this connectivity in place
https://www.cisco.com/c/en/us/td/docs/hyperconverged_systems/HyperFlex_HX_DataPlatformSoftware/ Edge_Deployment_Guide/b_HyperFlex_Edge_Deployment_Guide_4_0.pdf
NEW QUESTION # 129
A network engineer must implement RBAC on Cisco MDS 9000 Series Multilayer Switches.
Drag and drop the Cisco MDS 9000 Series roles from the left onto the correct categories on the right.
Answer:
Explanation:

NEW QUESTION # 130
What is the format of this output?
- A. SOAP
- B. JSCN
- C. YAML
- D. XML
Answer: B
NEW QUESTION # 131
An engineer must upgrade a Cisco Nexus 9500 Series Switch. The requirement is for all switch components to be upgraded in batches. Drag and drop the components from the left into the order in which they should be upgraded, on the right, for the upgrade process to complete successfully Not all components are used.
Answer:
Explanation:

NEW QUESTION # 132
A small remote office is set to connect to the regional hub site via NSSA ASBR.
Which type of LSA is sent to the remote office OSPF area?
- A. type 1 LSA
- B. type 3 LSA
- C. type 5 LSA
- D. type 7 LSA
Answer: D
Explanation:
Section: Network
Explanation
NEW QUESTION # 133
An engineer is configuring a backup operation on the existing Cisco UCS environment using a logical configuration.
Which configuration is expected to be saved by using this backup type?
- A. roles
- B. systems
- C. service profiles
- D. servers
Answer: C
Explanation:
Section: Compute
Explanation/Reference:
NEW QUESTION # 134
Drag and Drop Question
Drag and drop the mechanisms to collect data from a network from the left onto their characteristics on the right
Answer:
Explanation:
NEW QUESTION # 135
The FCoE technology is used in a data center and the MDS switches are configured as Fibre Channel Forwarders. What configuration should be applied to an MDS switch in order to be used as the best switch to connect by the CNAs in the fabric?
- A. fcoe fcf-priority 0
- B. fcoe fcf-priority 1024
- C. no fcoe fcf-priority
- D. fcoe fcf-priority 512
Answer: A
NEW QUESTION # 136
......
350-601 exam questions from PassExamDumps dumps: https://www.passexamdumps.com/350-601-valid-exam-dumps.html (350 Q&As)
Free 2026 CCNP Data Center 350-601 dumps are available on Google Drive shared by PassExamDumps: https://drive.google.com/open?id=1wSkVVdTNS9KdKuYHlmhe-7VyIttXnsZt
