List of questions
Related questions
Question 60 - 300-435 discussion
Refer to the exhibit.
A Python script is used to configure a Cisco IOS XE device. The script must be updated to print the IP addresses of all the loopback interfaces. Which statement should be added before the loop?
A.
interfaces = response.json()[“ietf-interfaces:interfaces”]
B.
interface = response.json()[“ietf-interfaces:interfaces”]
C.
interface = response.json()[“ietf-interfaces:interfaces”][“interface”]
D.
interfaces = response.json()[“ietf-interfaces:interfaces”][“interface”]
Your answer:
0 comments
Sorted by
Leave a comment first