Artem Kotik

Results 33 comments of Artem Kotik

> Is there a way to modify this to create a gathered config that I can more easily maintain? I am sorry, but I don't understand your question clearly. Do...

You started in the right way with creating **Platform Setting**, your next steps: * define in **Platform Setting** `Exclude regex` field list of regex patterns that match config lines you...

please, don't use `Configuration Request` till you want to configure devices just run `ConfigDiffScript` and check `Config Compliances` as I said `ConfigDiffScript` uses `Exclude Regex` field

Yes, you have some problems with plugin installation, but I have fix for that, you should go to [nbshell](https://demo.netbox.dev/static/docs/administration/netbox-shell/) find `config_diff` ScriptModule ``` >>> ScriptModule.objects.all() ``` so I have only...

> Is there any chance in the future there will be functionality to get the output of specific commands from a device, such as "show run | section router" or...

Hi @bep6vaku thanks for opening the issue, How do you run config diffs? From custom scripts or configuration requests?

config diffs in configuration requests always get the full running config from devices. You should use custom script, do you have script **ConfigDiffScript** under **Customization** > **Scripts**?

The image is not attached to the comment

@bep6vaku yes, this custom script uses the command that you defined in platform settings Just press **ConfigDiffScript**, in the form, choose your device, and run the script

@bep6vaku, sorry, but I don't fully understand your questions. Could you please repeat them with screenshots?