CiscoCisco
300-435 · Question #141
300-435 Question #141: Real Exam Question with Answer & Explanation
Sign in or unlock 300-435 to reveal the answer and full explanation for question #141. The question stem and answer options stay visible for context.
Network Automation Foundation
Question
Refer to the exhibit. What is the YANG module of this YANG module tree?
Options
- Amodule servers-config { container servers { list server { key "servername"; leaf name { type string; mandatory "true";} leaf address { type string; mandatory "true";} leaf subnet-mask { type string; mandatory "true";} leaf default-gateway { type string; mandatory "true";}}}}
- Bmodule server-config { container server { list servers { key "name"; leaf name { type string; mandatory "true";} leaf address { type string; mandatory "true";} leaf subnet-mask { type string; mandatory "true";} leaf default-gateway { type string; mandatory "true";}}}}
- Cmodule server-config { container servers { list server { key "name"; leaf name { type string; mandatory "true";} leaf address { type string; mandatory "true";} leaf subnet-mask { type string; mandatory "true";} leaf default-gateway { type string; mandatory "true";}}}}
- Dmodule server-config { container servers { list server { key "name"; leaf name { type string; mandatory "true";} leaf address { type string; mandatory "true";} leaf subnet-mask { type string; mandatory "true";} leaf default-gateway { type string; mandatory "true";}}}}
Unlock 300-435 to see the answer
You've previewed enough free 300-435 questions. Unlock 300-435 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#YANG#Data Modeling#NETCONF#Module Structure