Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Cisco 350-601 - Implementing Cisco Data Center Core Technologies (350-601 DCCOR)

Page: 2 / 11
Total 347 questions

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

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.

Drag and drop the keywords onto the URL request to collect all the subnets configured under tenant Production using a REST API. Not all options are used.

An engineer must allow communication between the APIC controller and an OpenStack OpFlex agent. The agent Is running on a compute node directly plugged to a Cisco ACI leaf switch The engineer must enable and extend Intra VLAN on the port facing the compute and extend the Infra VLAN to the host. Which action must be taken to meet these requirements?

A.

Add the intra VLAN via the physical domain.

B.

Enable the Infra VLAN on the Attachable Access Entity Profile.

C.

Add the infra VLAN via the VMM domain

D.

Enable the Infra VLAN on the Interface Profile policy.

An engineer must configure device aliases for a Cisco MDS 9000 Series Switches-based SAN fabric. The configuration must meet these requirements:

    The engineer must be prompted before the changes are committed to the database

    Pending changes must be explicitly displayed on the console.

Which command accomplishes this task?

A.

device-alias distribute diffs-only

B.

device-alias enhanced

C.

device-alias commit

D.

device-alias confirm-commit

Which API standard is used to manage the UCS-X in Intersight Managed Mode?

A.

Blowfish

B.

XML

C.

WebRTC

D.

Redfish

An engineer must implement private VLANs for a group of Cisco UCS 8-Series servers. The primary VLAN is present, But the secondary VLAN must Be added to Both fabrics. Which configuration set accomplishes this task?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

A QoS policy on Cisco UCS must meet mese requirements:

    No-drop class must be configured

    Jumbo frames must be enabled without fragmentation.

Which configuration must be implemented to meet mese conditions?

A.

Configure Platinum System class and specify an MTU value of 9100 bytes.

B.

Configure slow-drain timers and specify an MTU value of 9100 bytes.

C.

Create a Flow Control Policy and specify an MTU value of 9000 bytes.

D.

Create a QoS system class and specify an MTU value of 9216 bytes.

DNS server with IP address 192.168.1.1 is deployed in a data center A network engineer must configure a Cisco UCS Fabric Interconnect to use this DNS. Which configuration should be applied?

A.

ficl-mgmt-A# scope system

ficl-mgmt-A /system # create dns 192.168.1.1

ficl-mgmt-A /system* # commit-buffer

B.

ficl-mgmt-A# scope fabric-interconnect a

ficl-mgmt-A /fabric-interconnect # set name 192.168.1.1

ficl-mgmt-A /fabric-interconnect # scope system

C.

ficl-mgmt-A /system # commit-buffer

ficl-mgmt-A# scope fabric-interconnect a

ficl-mgmt-A /fabric-interconnect # set name 192.168.1.1

D.

ficl-mgmt-A /fabric-interconnect* # commit-buffer

ficl-mgmt-A# scope system

ficl-mgmt-A /system # scope services

ficl-mgmt-A /system/services # create dns 192.168.1.1

ficl-mgmt-A /system/services* # commit-buffer

Refer to the exhibit. An engineer uses Python in Cisco NX-OS guest shell to retrieve the configuration of the EIGRP ASN on interface eth1/1. The engineer has written this script:

Which command set must be used to retrieve the value of the “asn” key?

A.

>>> output = json.loads(cli('show ip eigrp neighbors'))

>>> output['TABLE_asn']['ROW_asn']['asn']

B.

>>> output = json.loads(cli('show ip eigrp neighbors'))

>>> output['asn']

C.

>>> output = json.dumps(cli('show ip eigrp neighbors'))

>>> output['asn']

D.

>>> output = json.dumps(cli('show ip eigrp neighbors'))

>>> output['TABLE_asn']['ROW_asn']['asn']