cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1193
Views
0
Helpful
6
Replies

How to configure scheduler backup in FWSM

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi All,

Is there any method to configure scheduler backup in FWSM.

Thanks & Regards

Ganesh.H

6 Replies 6

Kureli Sankar
Cisco Employee
Cisco Employee

There are 3-rd party tools that you can use to archive the config at a set interval.

Cirrus is one.

http://www.solarwinds.com/Products/orion/configuration_manager/

-KS

RANCID

Also you can write an expect or tcl script that can do it for you.

Or you can write a vb script to do it with SecurteCRT automatically.

Or you can use Cisco RME platforma to do the updates automtically.

I hope it helps.

PK

If you have sample script available with you kindly share with me if possible !!

Regards

Ganesh.H

Let me try but i was actually in impression of some configuration in Firewall,Like we used to do in cisco router "Kron policy" configuration.

Regards

Ganesh.H

Unfortunately the FWSM does not have something like "kron policy" of IOS.

here is a script snippet

Here you ssh and then

expect {
     "Password:" {
     send "$vtypassword\r" }
     "Username:" {
     send "$username\r" 
     exec sleep 1
     expect "Password:"
     send "$vtypassword\r"
     }
     }

PK

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: