Closed draggeta closed 3 years ago
Hi,
There is no function in TTP that can do what you want, you need to have a look at using Python to process results and produce desired structure - you can do it using match variable, group or output macro or using some Python code that will invoke TTP and post-process results.
Thank you for the quick reply. I thought that might be the case. I'll see if I can write macros then 👍
I'm probably missing something, but I'm trying to parse
ip name-server 10.0.0.10 10.0.0.11 10.0.0.12 10.0.0.13
into something similar to this:
I just can't seem to find a way to iterate over the list I've created with
Is what I'm asking impossible or did I not read the documentation correctly?