Netmiko + TTP - Template File #3513
Answered
by
ktbyers
justrob1980
asked this question in
Q&A
-
I was looking at the example of using Netmiko with TTP here > https://github.com/ktbyers/netmiko/blob/develop/examples/send_command_ttp.py My question is, the example script has you putting in the TTP template raw into the script and then the script writes the template to an individual file. Is there a reason to do this and not just provide the template already in a separate file? Does the write process format the template in a special way? |
Beta Was this translation helpful? Give feedback.
Answered by
ktbyers
Oct 21, 2024
Replies: 1 comment 6 replies
-
I would generally just put the template in a separate file. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
justrob1980
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would generally just put the template in a separate file.