cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
367
Views
0
Helpful
2
Replies

ASA periodicbackups

alexdelangel
Level 1
Level 1

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!

 

1 Accepted Solution

Accepted Solutions

Oleg Volkov
Spotlight
Spotlight

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
--------------------------------------------------------------------------

Helping seriously ill children, all together. All information about this, is posted on my blog

View solution in original post

2 Replies 2

Oleg Volkov
Spotlight
Spotlight

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
--------------------------------------------------------------------------

Helping seriously ill children, all together. All information about this, is posted on my blog

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!

Review Cisco Networking for a $25 gift card