exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 227 discussion

Actual exam question from Cisco's 200-901
Question #: 227
Topic #: 1
[All 200-901 Questions]


Refer to the exhibit. What are two characteristics of the NETCONF response? (Choose two.)

  • A. ospf is defined by the ietf-ospf module.
  • B. ietf-ospf imports ietf-routing.
  • C. redistribution is a module of type cisco-ospf.
  • D. routing protocols is a list.
  • E. The main module is routing.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
herrmann69
9 months, 4 weeks ago
Selected Answer: AB
A. ospf is defined by the ietf-ospf module. yes, as can be seen on line 9 B. ietf-ospf imports ietf-routing. yes, since line 11 is referencing ietf-routing with the prefix "rt" and is an element under ospf in line 9 As someone else already mentioned here - the source: https://raw.githubusercontent.com/YangModels/yang/d297f1a59e8f9f192ea952835bc522b43840eebf/experimental/ietf-extracted-YANG-modules/[email protected] C. redistribution is a module of type cisco-ospf. no, redistribution is defined by the cisco-ospf module D. routing protocols is a list. no, routing protocols is a container, routing protocol is a list E. The main module is routing. no, the root node is routing, which is defined by the ietf-routing module
upvoted 4 times
...
aplicacion101
2 years ago
In the book to next is found this exercice, Network Programmability with YANG The Structure of Network Automation with YANG, NETCONF, RESTCONF, and gNMI (Claise... Page 310 A. ospf is defined by the ietf-ospf module- > There isnt nothing speaking about ospf, rather than it explain static routing B. ietf-ospf imports ietf-routing -> "Note that a number of namespaces other than ietf-routing’s “urn:ietf:params:xml:ns:yang:ietf-routing” are referenced in this output. These are defined in other modules that augment the ietf-routing configuration structure". So it is not imports anything in this example. You should read about "augments" in yang C. redistribution is a module of type cisco-ospf-> The module cisco-ospf is module, but redistribution isnt a module D. routing protocols is a list. -> routing protocols isnt a list. The list is routing protocol (without s) E. The main module is routing. -> The top level node is routing Based in the last, i can say by elimination B,C,D are incorrect
upvoted 2 times
aplicacion101
2 years ago
So, A and E are correct for me
upvoted 4 times
cerifyme85
1 year, 10 months ago
Routing protocol is an object.. lists in xml have multiple similar names in angular brackets
upvoted 1 times
...
...
...
johnbran
2 years, 2 months ago
B&D correct, tested with yangsuite. ietf-ospf module imports "ietf-routing" and routing protocol is a list +--ro routing-protocols | | +--ro routing-protocol* [type name] | | +--ro type identityref | | +--ro name string
upvoted 1 times
johnbran
2 years, 2 months ago
Correct answer should be A & B. ietf-ospf is a module and define ospf and ietf-ospf imports ietf-routing. C /D/E are wrong.
upvoted 2 times
...
...
karren19
2 years, 5 months ago
I think A and B A) ietf-ospf is a module and yes the module define ospf B) you can see at the link that ietf-ospf imports ietf-routing: https://raw.githubusercontent.com/YangModels/yang/d297f1a59e8f9f192ea952835bc522b43840eebf/experimental/ietf-extracted-YANG-modules/[email protected] C) redistr.... is no module D) I can't see that routing protocols is a list E) only "routing" is no module
upvoted 4 times
karren19
2 years, 5 months ago
A & D is correct
upvoted 2 times
karren19
2 years, 5 months ago
Sorry B & D
upvoted 2 times
...
...
...
Rave55
2 years, 6 months ago
Isn't E correct as well?
upvoted 1 times
...
AJ7428
2 years, 6 months ago
Correct Answer Should be: AC
upvoted 3 times
...
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.

SaveCancel
Loading ...