Question 285 of 290 from exam 400-151: CCIE Data Center Written Exam

Question 285 of 290 from exam 400-151: CCIE Data Center Written Exam

Question

#!/usr/bin/env python

from acitoolkit.acitoolkit import *
import acitoolkit.acitoolkit as aci
from credentials import *

session = Session(URL, LOGIN, PASSWORD)
session. login()

Veafs = [('101'), ('102')]
ports = [('1', '20'), (‘1', '30')]
for leaf in leafs:
for port in ports:
see = Interface(‘eth', ‘1', leaf, port(d], La
= L2Interface(" vianied", ‘vlan', '100'
Vlancintf.attach(intf)
epg.attach(vlan_intf)
resp = session.push_to_apic(tenant.get_url(), tenant.get_json())

Refer to the exhibit.

Which statement is true?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C.

A.