exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 732 discussion

Actual exam question from Cisco's 350-401
Question #: 732
Topic #: 1
[All 350-401 Questions]

Refer to the exhibit.



What is generated by the script?

  • A. the router processes
  • B. the cdp neighbors
  • C. the routing table
  • D. the running configuration
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
snarkymark
Highly Voted 1 year, 8 months ago
Selected Answer: D
https://github.com/ncclient/ncclient
upvoted 5 times
...
[Removed]
Most Recent 6 months, 2 weeks ago
Selected Answer: D
D is correct
upvoted 1 times
...
slacker_at_work
9 months, 1 week ago
This Python script seems to be using the ncclient library to connect to a network device via NETCONF (Network Configuration Protocol). It retrieves the running configuration of the device and saves it as an XML file. Here's what the script does step by step: Imports the manager class from the ncclient module. Connects to a network device with the provided host, port, username, and disables host key verification. Retrieves the running configuration of the device in XML format. Writes the XML configuration to a file named after the host, with the extension .xml. So, the script generates an XML file containing the running configuration of the network device specified by the provided host, port, and username. The filename will be based on the host's IP address or hostname.
upvoted 4 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 ...