Question 8 of 32 from exam 300-635-DCAUTO: Automating and Programming Cisco Data Center Solutions

Question 8 of 32 from exam 300-635-DCAUTO: Automating and Programming Cisco Data Center Solutions

Question

Refer to the exhibit.

mo_dir = cobra.mit.access.MoDirectory (cobra.mit.session.LoginSession(apic_url, username, password))
mo_dir.login()

cq = cobra.mit.access.ClassQuery ('fvCEp")

cq.subtree = 'full'

objlist = mo_dir.query (cq)

for mo in objlist:

print "MAC: " + mo.mac + "

“4+ "IP: " mo.ip

Which action does the execution of this ACI Cobra Python code perform?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.