Valid 350-901 Dumps shared by EduDump.com for Helping Passing 350-901 Exam! EduDump.com now offer the newest 350-901 exam dumps, the EduDump.com 350-901 exam questions have been updated and answers have been corrected get the newest EduDump.com 350-901 dumps with Test Engine here:
Refer to the exhibit. An engineer must add a new loopback interface with a RESTCONF request on a Cisco IOS XE device. Which code snippet must be placed onto the blank in the body of the code to complete the request?
Correct Answer: D
When creating an interface via RESTCONF on IOS XE, you must include the interface's "enabled" flag (a boolean) and nest the IP assignment under the ietf-ip:ipv4container with an address list. The correct JSON snippet is: "enabled": true, "ietf-ip:ipv4": { "address": [ { "ip": "172.16.100.1", "netmask": "255.255.255.0" } ] }