How2pass.com Forums

Full Version: EC 495
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't see how an ACL can impact one command but not the other.

the max-message size is set for 10 Kilobytes.  This could be fine for a small command output such as show line, but something larger like show run would require the max-message size to be increased.


https://www.cisco.com/c/en/us/td/docs/io...sshv2.html

Step 6
netconf max-message size


Example:
Device(config)# netconf max-message 37283
 
(Optional) Specifies the maximum size, in kilobytes (KB), for the messages received in a NETCONF session.
  • The valid range is 1 to 2147483. The default value is infinite.
  • To set the maximum size to infinite, use the no netconf max-message command.
The Question has been updated. Thank you!