08-28-2002 10:52 AM - edited 02-20-2020 10:13 PM
What methods are people using to automatically backup PIX configs? I'm putting together a script to SSH to the PIX and issue a 'write net' to a predefined tftp server. However, this is difficult and there are some issues in doing this.
What are others doing?
09-02-2002 11:19 PM
What you're doing is probably the best way, there's really not many ways to do it. Keep in mind that when you do a "write net" I believe the config is sent in the clear over the network , regardless of whether the "write net" was issued via an SSH or a Telnet session. I wouldn't recommend doing this to an external TFTP server.
Really there's not many people doing this, at least not what I've heard. The new PIX Management Console due out soon will allow you to do this more securely, but you probably don't want to spend 000's of dollars just for that.
You could also use PDM to get the config, although it's not automatic it is more secure cause the config will be transferred over the https:// connection.
09-04-2002 05:06 PM
I just connect to my firewall, do a copy, and paste it into a document on a secured server. If you have to restore your config, then all you have to do is copy the config again, and paste it into the command line.
If you do it via SSH, then your security is only as good as your server you store it on.
Thoughts, comments?
<
Ooops, sorry ... I didn't see the part of "automatically". This wouldn't work too well. My apologies
09-18-2002 06:01 AM
To do tftp from a pix, you need tftp server at inside interface. Then do tftp as usual.
--ejaj
09-18-2002 06:16 AM
The point here is to do this AUTOMATICALLY.
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