Closed baldy2811 closed 2 months ago
Environment
- Python version: 3.11.9
- Nautobot version: 2.3.1
- nautobot-golden-config version: 2.1.1
When running a Backup with GC I expect to get the whole config.
I can only see the local config and not the whole config which i pushed from panorama.
It seems that the command:
show config
is used instead of:show config effective-running
This is actually controlled by the NAPALM driver or the command sent via netmiko. Both of these are able to be modified by the end user should you desire to use a differing command for backup.
As mentioned, this comes from NAPALM, would recommend 2 options
Environment
When running a Backup with GC I expect to get the whole config.
I can only see the local config and not the whole config which i pushed from panorama.
It seems that the command:
show config
is used instead of:show config effective-running