Page 1 of 1

Refer to the exhibit. A Python script is used to configure a Cisco IOS XE device. The script must be updated to print th

Posted: Fri Jul 22, 2022 5:26 pm
by answerhappygod
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?
Refer To The Ex 1
Refer To The Ex 1 (180.28 KiB) Viewed 63 times
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ג€]