I have the below in a device template for a cisco device, developing a custom template to download configs based on auditing requirements and attempting to define only what is needed for the auditors.
The config type value im working with initially is below:
Value="running | i username${CRLF}show running-config | include ntp${CRLF}" />
Nothing from my second command is outputting into the download, however, when I review the session trace log it shows both commands running and executing successfully.
Is there a limitation for what is downloaded?