350-401 · Question #201
Refer to the exhibit. What does the error message relay to the administrator who is trying to configure a Cisco IOS device?
The correct answer is A. A NETCONF request was made for a data model that does not exist.. The error message indicates that the NETCONF request made for an element references a data model, specifically 'example-model', which could not be found or does not exist on the Cisco IOS device, thus preventing the configuration.
Question
Exhibit
Options
- AA NETCONF request was made for a data model that does not exist.
- BThe device received a valid NETCONF request and serviced it without error.
- CA NETCONF message with valid content based on the YANG data models was made, but the
- DThe NETCONF running datastore is currently locked.
How the community answered
(51 responses)- A63% (32)
- B22% (11)
- C4% (2)
- D12% (6)
Why each option
The error message indicates that the NETCONF request made for an element references a data model, specifically 'example-model', which could not be found or does not exist on the Cisco IOS device, thus preventing the configuration.
The error message 'NETCONF error: validation-failed: Element 'test': No such module 'example-model'.' directly states that a referenced module ('example-model') could not be found, clearly indicating that the NETCONF request was made for a non-existent data model.
The presence of 'NETCONF error: validation-failed' explicitly confirms that an error occurred during processing, contradicting the statement that the request was serviced without error.
The error specifically mentions 'No such module', indicating a fundamental issue with the existence or availability of the YANG data model itself, rather than merely invalid content within an existing model.
The error message contains no information about the NETCONF running datastore being locked; the problem is specifically related to a missing data model module.
Concept tested: NETCONF error interpretation (YANG module)
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/netconf/configuration/xe-16/netconf-xe-16-book/nm-netconf-yang.html
Topics
Community Discussion
No community discussion yet for this question.
