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: 3 / 11
Total 347 questions

Drag and drop the network assurance concepts from the left onto the corresponding benefits on the right.

An engineer must develop a Python script that generates an interface configuration JinJa template called port_config.j2 with values defined in a Python dictionary

called int_dict. The generated output must be written to a file called port.conf in the same directory as the Python script. Which line must be added to complete the script and send the

interface configuration generated to a Cisco Nexus switch using SSH?

A.

com =nexus.send_config_from_file(‘commands')

B.

com = nexus.send_config_from_file(‘port.conf')

C.

com =nexus.send_config_from_file('file')

D.

com =nexus.send_config_from_file(‘int_dict’)

A Cisco IMC on the Cisco UCS C-Series Server must be configured with VLAN ID 110 and a priority value of 20. Which command set meets these requirements?

A.

Server# scope cimc

Server /cimc # scope network

Server /cimc/network # set vlan-enabled yes

Server /cimc/network *# set vlan-id 110

Server /cimc/network *# set vlan-priority 20

Server /cimc/network *# commit

B.

Server# scope cimc

Server /cimc # scope vlan

Server /cimc/network # enable vlan

Server /cimc/network *# set vlan-id 110

Server /cimc/network *# set vlan-priority 20

Server /cimc/network *# commit

C.

Server# scope cimc

Server /cimc # scope network

Server /cimc/network # switchport mode trunk

Server /cimc/network *# switchport trunk native vlan 110

Server /cimc/network *# spanning-tree portfast

Server /cimc/network *# copy run start

D.

Server# scope cimc

Server /cimc # scope network

Server /cimc/network # switchport mode access

Server /cimc/network *# switchport access 110

Server /cimc/network *# spanning-tree portfast

Server /cimc/network *# copy run start

An engineer must back up the Cisco UCS Manager configuration to a remote server. The backup job must meet these requirements:

    The backup must use the TCP protocol and be secure.

    Client identification does not need to be verified before data is transmitted

    The backup must contain the system configuration, including usernames, roles, and locales.

    The operations team requires that the backup file is in a human-readable format.

Which set of configurations should the engineer use?

A.

Type: Full state

Protocol: SCP

B.

Type: System configuration

Protocol: SFTP

C.

Type: All configuration

Protocol: SCP

D.

Type: Logical configuration

Protocol: SFTP

Refer to the exhibit. An engineer configures port security on a Cisco Nexus 9000 Series Switch. The requirement is to prevent any newly learned MAC addresses from forwarding traffic on the interface. Also, the already learned MAC addresses must not be affected by the changes. Which configuration meets these requirements?

A.

switchport port-security violation shutdown

B.

switchport port-security violation isolate

C.

switchport port-security violation protect

D.

switchport port-security violation restrict

Refer to the exhibit Leaf3 is configured using distributed anycast gateway for the server connected using VLAN 2021 Drag and drop the configuration commands from the right onto the boxes in the code to deploy the distributed anycast gateway on Leaf 1 .

An engineer is implementing Cisco Intersight in a secure environment. The environment must use LDAP directory service and ensure information integrity and confidentiality. Which two steps must be taken to implement the solution? (Choose two.)

A.

Add a trusted root LDAP certificate to Cisco Intersight.

B.

Add a trusted OAuth token to Cisco Intersight.

C.

Enable Encryption for LDAP.

D.

Enable Certificate Signing Request in Cisco Intersight.

E.

Add a self-signed LDAP certificate to Cisco Intersight.

Which command must be run before downgrading a Cisco Nexus 9300 Series Switch?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

An engineer configured an environment that contains the vPC and non-vPC switches. However, it was noticed that the downstream non-vPC switches do not receive the same STP bridge ID from the upstream vPC switch peers. Which vPC feature must be implemented to ensure that vPC and non-vPC switches receive the same STP bridge ID from the upstream vPC switch peers?

A.

peer-switch

B.

vpc local role-priority 4000

C.

peer-gateway

D.

system-mac 0123.4567.89ab

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 a new FCoE VLAN to allow traffic from services toward FCoE storage. Which set of actions must be taken to meet these requirements?

A.

1. Create a user-defined role and add the required privileges.

2. Assign a role to a user.

B.

1. Add the required privilege to the VDC-admin role.

2. Commit the changes to the active user database.

C.

1. Modify a network-operator role and add the required privileges.

2. Assign a VDC-operator role to a user.

D.

1. Assign the network-admin role to a user.

2. Commit the role to the switch to the active user database.