exam questions

Exam 300-435 All Questions

View all questions & answers for the 300-435 exam

Exam 300-435 topic 1 question 26 discussion

Actual exam question from Cisco's 300-435
Question #: 26
Topic #: 1
[All 300-435 Questions]

DRAG DROP -

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to complete the ncclient request that captures the operational data of the interfaces of a Cisco IOS XE device. Options may be used once, more than once, or not at all.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

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
NoobChampion
Highly Voted 1 year, 4 months ago
The question requires operational data so "interfaces-state" should be the first. xpath is not supported so it should be subtree <interfaces-state xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> <interface> <statistics></statistics> </interface> </interfaces-state> subtree
upvoted 7 times
...
Wocilon
Highly Voted 1 year, 6 months ago
I think this is fundamentally wrong. To access the "statistics" container, the interface name must be provided. The solution should be: <interfaces-state xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> <interface> <name>XXX</name> </interface> <statistics></statistics> </interfaces-state> The last option should be "subtree".
upvoted 5 times
iogah
1 year, 4 months ago
<name>XXX</name> is not required, it will return statistics for all interfaces.
upvoted 3 times
...
...
skysoft
Most Recent 10 months ago
Agree with NoobChampion. directly from yangsuite : <interfaces-state xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> <interface> <statistics/> </interface> </interfaces-state> question can't be answered because of the second missing "interface"option.
upvoted 2 times
...
GeordiLaForge
1 year, 4 months ago
the answer on this one needs to be explored more
upvoted 1 times
...
GeordiLaForge
1 year, 6 months ago
What should the very last one be then?
upvoted 1 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 ...