04-25-2019 12:54 AM - edited 02-21-2020 09:04 AM
Hi People,
Grateful if anyone can help or share any ideas how to achieve the below:
- Perform automatic backup switch configuration between 2 remote sites securely.
currently we are performing automatic backup on a local server. I am trying to find a way to upload the backup config on a remote server.
If any one of you has been able to achieve this or have any ideas how to do it, it is most welcome.
Thank you in advance for your time.
Regards,
Kushul
04-25-2019 01:03 AM - edited 04-25-2019 01:05 AM
Hi there,
I was going to suggest archive config , however none of the transports protocols (ftp, tftp, rcp) are secure. ...but surely this remote site is connected to your head office via a VPN, so the config wouldn't be in the clear to third parties.
The only other options is to roll your own script to pull the config off the switches using a scripting language.
Combine Python with the netmiko library, you could implement this in about 20 lines of code and have it called as ad daily cron task.
cheers,
Seb.
04-26-2019 07:42 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide