04-15-2015 06:36 AM - edited 03-11-2019 10:46 PM
Hello friends,
Since I manage many ASA devices at the company I work where, I would like to get a tool to perform periodic and automatic configuration backups. I am just interested about the ASA configuration, don´t care about other modules. Does anybody know a free tool to get it? Please, feel free to request as much information as needed, any comment or documentation will be appreciated.
Regards!
Solved! Go to Solution.
04-15-2015 08:42 AM
You can do this, by service call-home
alert-group-config snapshot
add-command " in this, you cad copy config to tftp
Example:
service call-home no call-home reporting anonymous call-home alert-group-config snapshot add-command "copy /noconfirm running-config tftp://10.10.10.10/ASA;int=inside" contact-email-addr ASA@mail.com mail-server 210.210.210.210 priority 1 profile COPYCONFIG destination address email super@user.com destination transport-method email subscribe-to-alert-group snapshot periodic daily
04-15-2015 08:42 AM
You can do this, by service call-home
alert-group-config snapshot
add-command " in this, you cad copy config to tftp
Example:
service call-home no call-home reporting anonymous call-home alert-group-config snapshot add-command "copy /noconfirm running-config tftp://10.10.10.10/ASA;int=inside" contact-email-addr ASA@mail.com mail-server 210.210.210.210 priority 1 profile COPYCONFIG destination address email super@user.com destination transport-method email subscribe-to-alert-group snapshot periodic daily
04-17-2015 07:29 AM
Hi Oleg,
I hope you are doing well, thank you very much for the answer. I will try this configuration and will report back.
Regards!
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