Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Refer to the exhibit.

Which type of backup is required to restore a Cisco UCS configuration?

A.

full state

B.

system configuration

C.

logical configuration

D.

all configuration

The network team needs permissions to access the Cisco UCS B-Series Servers via the Cisco UCS Manager GUI to configure the network and collect information about faults. The administrator wants to assign these permissions to the newly configured user called netops. Which set of tasks must the administrator perform to accomplish these goals?

A.

Deploy username noteps on the users locales. Assign the roles of network security and facility manager.

B.

Implement username netops on the locally authenticated user. Assign the roles of network administrator and operations.

C.

Enable username netops on the authenticated users. Assign the roles of storage administrator and facility manager.

D.

Configure username netops on the Cisco UCS Manager login profile. Assign the roles of AAA administrator and operations.

A Cisco ACI fabric is created with a single L30ul with R1 and R2 The requirement is to prevent all received subnets from R1 and R2 from communicating. Which configuration accomplishes this goal?

A.

Intra EPG isolation as Unenforced

B.

Intra EPG isolation as Enforced

C.

Intra Ext-EPG isolation as Unenforced

D.

Intra Ext-EPG isolation as Enforced

What is the DHCP snooping bindings file shown here used for by the Cisco Nexus 9000 Series Switch?

A.

to retain the DHCP bindings configuration across reboots

B.

to authenticate the users permitted to make the changes to the DHCP snooping feature

C.

to retain the DHCP server configuration across rebootsD, to permit the users from the IP addresses listed to make changes to the DCHP configuration

A network engineer must enable port security on all cisco MDS series switches in the fabric. The requirement is to avoid the extensive manual configuration of the switch ports. Which action must be taken to meet these requirements?

A.

Activate CFS distribution and the auto-learning port security feature.

B.

Activate CFS distribution and the auto-learning port security feature on a per-VSAN basis.

C.

Enable the auto-learning port security feature on a per-VSAN basis.

D.

Enable the auto-learning port security feature.

An engineer needs to implement a solution that will provide telemetry of MDS 9000 switches in a SAN fabric. The solution should use Cisco Data Center Network Manager (DCNIM) with SAN insights feature. Which three steps are required to deploy the solution? (Choose Three.)

A.

Select a target Fabric to be monitored.

B.

Activate ENTERPRISE_PKG license on target switches

C.

Select the target ports to be monitored for telemetry data

D.

Configure name resolution between the devices

E.

Select a target VSAN to be monitored

F.

Activate SAN_ANALYTICS_PKG license on target switches

An engineer must configure a user role interface policy on a Cisco Nexus 9000 Series Switch. The role must prevent access to interface FC3/2 but allow access to interface FC3/1. Which

set of actions must be taken to accomplish this goal?

A.

Configure deny interface policy. Deny interface FC3/2. Permit interface FC3/1.

B.

Configure permit interface policy. Deny interface FC3/2. Deny interface FC3/1,

C.

Configure permit interface policy. Permit interface FC3/2. Permit interface FC3/1.

D.

Configure deny interface policy. Permit interface FC3/2. Deny interface FC3/1.

Based on this output, which storage protocol is used?

A.

NFSv4

B.

iSCSI

C.

FCoE

D.

SMB

An engineer is implementing VSAN 10 on multiple Cisco Nexus 5600 Series Switches and must ensure that the full zone set and active zone set are identical across the fabric. Which configuration must be implemented to meet this requirement?

A.

switch(config)# zoneset distribute vsan 10

B.

switch(config)#zoneset activate name ZONE10 vsan 10

C.

switch(conftg)# zoneset distribute full vsan 10

D.

switch(config)# zone-attribute-group name ATTR1 vsan 10

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’)