Correct Answer: C
ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF
protocol. The Python snippet uses the ncclient to connect and establish a NETCONF session to a Nexus device
(which is also a NETCONF server).
A is correct
Connect via SSH and initialize the NETCONF session. First attempts the publickey authentication method
and then password authentication.
To disable attempting publickey authentication altogether, call with allow_agent and look_for_keys as
False.
host is the hostname or IP address to connect to
port is by default 830 (PORT_NETCONF_DEFAULT), but some devices use the default SSH port of 22
so this may need to be specified
https://ncclient-fredgan.readthedocs.io/_/downloads/en/sphinx_version/pdf/
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
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.
gtddrf
Highly Voted 3 years, 2 months ago[Removed]
Most Recent 6 months agokthekillerc
3 years, 2 months agoAliMo123
3 years, 6 months agoJared28
2 years, 5 months ago[Removed]
3 years, 6 months agoRexChen
3 years, 5 months ago