cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1670
Views
0
Helpful
3
Replies

How can I backup CSR 1000V config to AWS S3 bucket?

vinand
Cisco Employee
Cisco Employee

I need to backup the CSR's config such that it can be used to configure a new instance of CSR in case of disaster recovery. I'm trying to backup the config on CSR 1000v EC2 instance to an AWS S3 bucket. So far, I have written a Python script which uses Paramiko to SSH into CSR and get its config. The next step intended is to store the config to an S3 bucket. I'm yet to figure out how that can be done but wanted your advice if this approach is correct or if you can advise a better one. 

 

Thanks

3 Replies 3

craig.armstrong
Level 1
Level 1

Hi,

 

I would suggest looking into doing this with Ansible rather than native Python, it would make it easier to transfer knowledge, maintain the system and also from a scripting point of view abstracts all the authentication and error management.

 

It also makes evolutions easier to manage, if for instance AWS changes API endpoints or the like.

 

Take a look at this module for the storage of the config part :

And this on with the backup option to grab the configuration :

 

Taking it further you could then write the reverse playbook that would create a new CSR instance and load the config into it.

 

Hope this helps, that how i'd do it anyway

Thank you for your reply, @craig.armstrong and for the useful links you shared. I am new to Ansible but will try to implement it, the way you mentioned. The reason I chose Python was that I need this service to even listen to syslogs streamed over a TCP port from the CSR. The same service would be used to trigger periodic backups (fetch running config and store in S3 bucket).


That sounds complex, but you could always have you Python Syslog listener trigger the Ansible Play, or even use tools like Splunk to centralize the syslog messages and create the trigger from there.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card