Jimmy Taylor
Jimmy Taylor
I added support for this in #14. Let me know what you think.
I haven't seen this before. Two items come to mind: 1. Are you running this as root/sudo? I'm sure you are, but you never know. 2. I'm thinking likely it's...
Can you post a redacted copy of your ztpgenerator.py, dhcpd.cfg, and device_data.csv?
That makes sense, and I can actually see where I could use more dynamic pathing for some other templates. Thank you for taking the time to create that and explain...
Quick follow-up: is possible to combine matched items into a new object? For example, objects in ASA configs can also appear as IPs and subnets: ``` object-group network Test-Group network-object...
That's perfect. Thank you. That said, in general is it possible to concatenate matches?
I'll check that out. Thanks again.
I might have closed this early. I can't seem to make this work. > network-object {{ ip | PHRASE | to_ip | with_prefixlen }} Using this input: ``` object-group network...
Was able to get the IP prefix to work by adding a variable with a regex pattern of words to exclude, then using that in the template to exclude. Is...
> I echo what @consentfactory is saying.. i have learnt a lot from this thread.. @consentfactory : are you able to share the final template that you are using? Yes,...