QuestionQ243

Automation and Programmability

Question Image

Refer to the exhibit.

A network engineer must configure NETCONF. After creating the configuration, the engineer receives output from the show line command, but not from show running-config.

Which command completes the configuration?

  • A Device(config)# netconf lock-time 500
  • B Device(config)# netconf max-message 1000
  • C Device(config)# no netconf ssh acl 1
  • D Device(config)# netconf max-sessions 100
Explanation

The issue is that show running-config output exceeds the default NETCONF maximum message size. The netconf max-message 1000 command expands the maximum message size limit (in kilobytes) to allow larger responses to be transmitted. Lock time, session limits, and ACL restrictions do not address the truncation problem.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!