01-01-2024, 10:37 PM
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 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.