Cisco
300-635 · Question #41
Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
Sign in or unlock 300-635 to reveal the answer and full explanation for question #41. The question stem and answer options stay visible for context.
Cisco Application Centric Infrastructure
Question
Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
Options
- AVrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF')
- BCtx(Tenant(uniMo, 'CustA'), 'CustA_VRF')
- CVrf(Tenant(uniMo, 'CustA'), 'CustA_VRF')
- DCtx(fvTenant(uniMo, 'CustA'), 'CustA_VRF')
Unlock 300-635 to see the answer
You've previewed enough free 300-635 questions. Unlock 300-635 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#ACI Cobra SDK#VRF/Context object#Python API syntax#Tenant model