Solved

Refer to the Exhibit

Question 11

Multiple Choice

  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 ] 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"]

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions