Which step reduces the amount of data that the NETCONF server returns to the NETCONF client, to only the interface’s configuration?


Refer to the exhibit. After running the code in the exhibit, which step reduces the amount of data that the NETCONF server returns to the NETCONF client, to only the interface’s configuration?
A. Use the Ixml library to parse the data returned by the NETCONF server for the interface’s configuration.
B. Create an XML filter as a string and pass it to get_config() method as an argument.
C. Create a JSON filter as a string and pass it to the get_CDnfig() method as an argument.
D. Use the JSON library to parse the data returned by the NETCONF server for the interface’s configuration.

350-401: Implementing Cisco Enterprise Network Core Technologies (ENCOR)

Free dumps for 350-401 in PDF format.

High quality 350-401 PDF and software. VALID exam to help you pass.

cisco-exams

0 thoughts on “Which step reduces the amount of data that the NETCONF server returns to the NETCONF client, to only the interface’s configuration?

  1. Wrong answer, should be answer B as d filters the output received and does not prevent the server from sending the data. “ncclient’s get_config as a method to your instantiated manager object. The CSRv/XE, at the moment, only supports the running datastore, so you must pass “running” as a parameter, then the filter argument function where you specify the filter type parameter as subtree and then finally, the actual XML-based filter using the filter variable.”
    https://yang-prog-lab.ciscolive.com/pod/0/ncclient/get_config

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.