Exams > Cisco > 350-601: Implementing and Operating Cisco Data Center Core Technologies (DCCOR)
350-601: Implementing and Operating Cisco Data Center Core Technologies (DCCOR)
Page 11 out of 34 pages Questions 101-110 out of 340 questions
Question#101

A customer data center is configured for distribution of user roles, call home, and NTP. The data center was split into two geographically separate locations called
DC1 and DC2. The requirement is for the user role configurations to be distributed in DC1 and for NTP and call home features to be constrained to DC2. Which two configuration sets must be used to meet these requirements? (Choose two.)
A.

B.

C.

D.

E.

Discover Answer Hide Answer

BD
Reference:
https://www.cisco.com/en/US/docs/storage/san_switches/mds9000/sw/rel_3_x/configuration/guides/cli_3_4_x/cfs.html#wp1306478

Question#102


Refer to the exhibit. An engineer must distribute all the host ports to use all eight configured FEX uplinks. The solution must minimize disruption if an uplink fails.
Which action accomplishes this objective?

  • A. Set the pinning max-links value to 8
  • B. Configure the eight uplinks in a port channel
  • C. Change the supported FEX type
  • D. Statically assign each host interface to a fabric uplink
Discover Answer Hide Answer

B
A fabric interface that fails in the port channel does not trigger a change to the host interfaces. Traffic is automatically redistributed across the remaining links in the port channel fabric interface. If all links in the fabric port channel go down, all host interfaces on the FEX are set to the down state.
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus2000/sw/configuration/guide/ b_Cisco_Nexus_2000_Series_Fabric_Extender_Software_Configuration_Guide_Release_4_2/ b_Cisco_Nexus_2000_Series_Fabric_Extender_Software_Configuration_Guide_Release_4_2_chapter_011.html

Question#103

An engineer must start a software upgrade on a Cisco Nexus 5000 Series Switch during a zone merge. What is the result of this action?

  • A. The upgrade stops
  • B. The zone merge pauses until the upgrade completes
  • C. The zone merge stops
  • D. The zone merge executes and then the upgrade completes
Discover Answer Hide Answer

A
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/upgrade/503_N1_1/n5000_upgrade_downgrade_503_n1_1.html

Question#104

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. one fabric module at the time
  • B. all fabric modules followed by the entire switching platform
  • C. all fabric modules in parallel
  • D. one module and one supervisor at the time
Discover Answer Hide Answer

A
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.
Reference:
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

Question#105

What is a characteristic of EPLD updates on Cisco MDS 9000 Series Switches?

  • A. EPLD bundles are released separately from a Cisco MDS NX-OS release
  • B. EPLD packages update hardware functionality on a device
  • C. EPLD updates are nondisruptive to traffic flow
  • D. EPLD updates are installed only via the Cisco DCNM GUI
Discover Answer Hide Answer

B
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/92x/epld-rn/nxos_n9K_epldRN_924.html

Question#106

The EPLD update of the supervisor module has been scheduled for several Cisco MDS 9000 Series Switches. What will be the impact of the update?

  • A. All traffic is stopped for the duration of the EPLD update and the switch is rebooted after the upgrade is completed.
  • B. The redundant supervisor takes over while the EPLD update is in progress and the switch is rebooted after the upgrade is completed.
  • C. All control plane traffic is stopped for the duration of the EPLD update and the switch remains operational for the duration of the upgrade.
  • D. The redundant supervisor takes over while the EPLD update is in progress and there is no service disruption.
Discover Answer Hide Answer

A
An EPLD update of the supervisor module of Fabric Switches (Cisco MDS 9100, Cisco MDS 9200, and Cisco MDS 9300 Series switches) is disruptive since there is no redundant supervisor to take over while the update is in progress. All traffic through the system is stopped while updating and the switch is power cycled after the upgrade has completed. The update may take up to 30 minutes to complete.
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/6_2/release/notes/epld/epld_rn.html

Question#107

A network engineer configures a converged network adapter (CNA) and must associate a virtual Fibre Channel 7 interface to VSAN 7. The CNA is connected to the interface Eth1/7, and VLAN 700 is mapped to the VSAN. Which configuration must be applied to create the virtual Fibre Channel interface and associate it with the Ethernet physical interface?

  • A. switch(config)# interface vfc 7 switch(config-if)# bind interface ethernet 1/7
  • B. switch(config)# vlan 700 switch(config-vlan)# fcoe vsan 7
  • C. switch(config)# vsan database switch(config-vsan)# vsan 7 interface vfc 7
  • D. switch(config)# interface ethernet 1/7 switch(config-if)# vfc 7 attach vlan 1,700
Discover Answer Hide Answer

A
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/fcoe/421_n1_1/b_Cisco_n5k_fcoe_config_gd_re_421_n1_1/
Cisco_n5k_fcoe_config_gd_re_421_n1_1_chapter4.html

Question#108

A company is running a pair of Cisco Nexus 7706 Series Switches as part of a data center segment. All network engineers have restricted read-write access to the core switches. A network engineer must add a new FCoE VLAN to allow traffic from servers toward FCoE storage. Which set of actions must be taken to meet these requirements?

  • A. 1. Assign the network-admin role to a user. 2. Commit the role to the switch to the active user database.
  • B. 1. Modify a network-operator role and add the required privileges. 2. Assign a VDC-operator role to a user.
  • C. 1. Create a user-defined role and add the required privileges. 2. Assign a role to a user.
  • D. 1. Add the required privilege to the VDC-admin role. 2. Commit the changes to the active user database.
Discover Answer Hide Answer

D
User roles contain rules that define the operations allowed for the user who is assigned the role. Each user role can contain multiple rules and each user can have multiple roles. For example, if role1 allows access only to configuration operations, and role2 allows access only to debug operations, then users who belong to both role1 and role2 can access configuration and debug operations. You can also limit access to specific VLANs, virtual routing and forwarding instances (VRFs), and interfaces.
The Cisco NX-OS software provides four default user roles:
ג€¢network-adminג€"Complete read-and-write access to the entire NX-OS device (only available in the default VDC)
ג€¢network-operatorג€"Complete read access to the entire NX-OS device (only available in the default VDC)
ג€¢vdc-adminג€"Read-and-write access limited to a VDC
ג€¢vdc-operatorג€"Read access limited to a VDC
Note: You cannot change the default user roles.
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/4_1/nx-os/security/configuration/guide/sec_nx-os-cfg/sec_rbac.html#wp1431408

Question#109

Which communication method does NFS use for requests between servers and clients?

  • A. SMB
  • B. RPC
  • C. SSC
  • D. XDR
Discover Answer Hide Answer

B
The Network File System (NFS) is an application where the user can view, store and update the files on a remote device. NFS allows the user to mount all or a part of a file system on a server. NFS uses Remote Procedure Calls (RPC) to route requests between the users and servers.
Reference:
https://www.cisco.com/c/en/us/td/docs/routers/nfvis/config/3-7-1/nfvis-config-guide-3-7-1/nfvis-config-guide_chapter_01100.html

Question#110

What is an advantage of NFSv4 over Fibre Channel Protocol?

  • A. uses IP transport
  • B. congestion management
  • C. improved security
  • D. lossless throughput
Discover Answer Hide Answer

C
Reference:
https://www.rcannings.com/san-storage-fc-vs-fcoe-vs-iscsi/

chevron rightPrevious Nextchevron right