Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Cisco 300-635 - Automating Cisco Data Center Solutions (DCAUTO)

Page: 2 / 3
Total 75 questions

Which Python code creates a VRF in an ACI tenant using the Cobra SDK?

A.

Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF)

B.

Ctx(Tenant (uniMo, 'CustA"), ,CustA_VRF')

C.

Vrf(Tenatnt(uniMo, 'CustA'), 'CustA_VRR)

D.

Ctx(fvTenant(uniMo. 'CustA'), 'CustA_VRF')

Refer to the exhibit.

What results from the EEM script that runs on a Cisco Nexus 9000 switch?

A.

Module 1 is reloaded if one of the specified console patterns occurs within 120 seconds.

B.

Module 1 is reloaded if one of the specified syslog patterns occurs within 120 seconds.

C.

Module 1 is reloaded if all of the specified syslog patterns occur within 120 seconds.

D.

The message "reload module 1" is printed if one of the specified syslog patterns occurs within 120 seconds

What are two differences between SNMP and model-driven telemetry? (Choose two.)

A.

SNMP uses a continuous stream model

B.

SNMP uses a push model O SNMP uses a pull model

C.

Model-driven telemetry uses a pull model

D.

Model-driven telemetry uses a push model

Refer to the exhibit:

Refer to the exhibit: Which Ansible module is need in line 8 to create a new VLAN 10 on the hosts defined in the "ucs" group?

A.

vlan

B.

ucs_vlans

C.

vlans

D.

nxos_vlans

After a Cisco Nexus switch interface is enabled and in the up state, an engineer must automate the configuration of the interface descriptions using the EEM Python Module.

Drag and drop the steps the engineer must take from the left into the correct order on the right.

A file named myfunc.py has been edited. Drag and drop the steps from left that ensure that this file is committed to the local Git repository and verify its status into the correct order on the right. NOt all options are used.

Which two components are required from the Cisco Intersight REST API Authentication? (Choose two.)

A.

SHA256 hash of the message body and message headers

B.

SHA256 hash of the message body, including empty message bodies

C.

RSA private key with a key size of 2048

D.

RSA private key with a key size of 1024

E.

SHA384 hash of the message body, excluding empty message bodies

During the process of starting a Python network telemetry collector, which command starts the Cisco bigmuddy-network-telemetry-collector from GitHub?

A.

model driven telemetry

B.

telemetry_receiver.py --ip-address -port

C.

telemetry_receiver.py --destination -uri

D.

streaming telemetry

Drag and drop the correct YAML components from the bottom onto the correct blanks within the Ansible playbook to create a new application profile called "DbApp" using the Ansible ACI module. Not all options are used.

Refer to the exhibit:

Refer to the exhibit: The code should create a new tenant named Cisco via the Cobra SDK, which shows up after the execution of this script in the APIC dashboard.

Which code must be inserted into the red box to create this tenant?

A.

Tenant = NewTenant(name='Cisco')

B.

tenant — Tenant(topMo, name-Cisco')

C.

Tenant = Tenant(topMo, name='Cisco')

D.

Tenant = Tenant('Cisco')