ExamQuestions.com

Register
Login
Automating Cisco Data Center Solutions (DCAUTO) Exam Questions

Cisco

Automating Cisco Data Center Solutions (DCAUTO)

18 / 32

Question 18:

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

Answer options:

A. Vrf(fvTenant(uniMo, `CustA`), `CustA_VRF`)
B. Ctx(Tenant(uniMo, `CustA`), `CustA_VRF`)
C. Vrf(Tenant(uniMo, `CustA`), `CustA_VRF`)
D. Ctx(fvTenant(uniMo, `CustA`), `CustA_VRF`)