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

Loading demo links...

Showing 10–10 of 10 questions

Question 10 (Controller Based Data Center Networking)

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

Select an option, then click Submit answer.

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

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

  • Vrf(Tenant(uniMo, 'CustA'), 'CustA_VRF')

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