Question About changing Default Juniper command #757
-
Hello! I am struggling with creating the proper backup configurations on my Juniper Junos device. Currently my configurations are the default Json style and i would like them to be shown as set commands. How would I go about doing so? |
Beta Was this translation helpful? Give feedback.
Answered by
itdependsnetworks
May 1, 2024
Replies: 1 comment 2 replies
-
If you look at https://docs.nautobot.com/projects/golden-config/en/latest/user/app_getting_started/#constance-settings you should be able to just do: # GET_CONFIG_FRAMEWORK
{
"juniper_junos": "netmiko"
} It is helpful to review the workflow of backups here and the code here |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Konnie789
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you look at https://docs.nautobot.com/projects/golden-config/en/latest/user/app_getting_started/#constance-settings you should be able to just do:
It is helpful to review the workflow of backups here and the code here