Answer should be D. Correct format
https://www.netacad.com/sites/default/files/images/careers/Webinars/DevNet/devnet_session_7_networkprogrammability_yang_netconf_restconf.pdf
D is the answer here is an example of json configuration of interface
{
"ietf-interfaces:interface": {
"name": "GigabitEthernet1",
"description": "Configuration example",
"type": "iana-if-type:ethernetCsmacd",
"enabled": true,
"ietf-ip:ipv4": {
"address": [
{
"ip": "192.0.2.1",
"netmask": "255.255.255.0"
}
]
},
"ietf-ip:ipv6": {}
}
}
Yes, all of the answers are wrong. Even the given modules are wrong, since they reference stuff without importing it.
All of the answers are missing the "interface" list and the mandatory leaf "type". (Additionally JSON should be encapsulated in curly or square brackets, which are also missing)
I would agree with other commenters though, that D is the least wrong answer.
This section is not available anymore. Please use the main Exam Page.200-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
king_ragnar
Highly Voted 2 years, 9 months agobabaKazoo
2 years, 6 months agoMuste
Most Recent 8 months, 1 week agoppp32
1 year, 9 months agoherrmann69
9 months agodaniii89
3 months, 1 week ago[Removed]
2 years, 7 months ago