nautobot / nautobot-app-golden-config

Golden Configuration App for Nautobot.
https://docs.nautobot.com/projects/golden-config/en/latest/
Other
101 stars 57 forks source link

GC Backup uses wrong backup command? #799

Closed baldy2811 closed 2 months ago

baldy2811 commented 2 months ago

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

jdrew82 commented 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.

itdependsnetworks commented 2 months ago

As mentioned, this comes from NAPALM, would recommend 2 options