Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > ASA5505- can I transfer a config

Reply
Thread Tools

ASA5505- can I transfer a config

 
 
Rob
Guest
Posts: n/a
 
      03-24-2010
Hi there
is there anyway to replace and ASA5505 config file with a config.txt or
other format, I have to setup 10 ASA, all the same config except some IPs
and So I m looking for a quick way to do that?
Rob


 
Reply With Quote
 
 
 
 
Morph
Guest
Posts: n/a
 
      03-24-2010
In the message <4baa7480$> Rob wrote:

| Hi there
| is there anyway to replace and ASA5505 config file with a config.txt or
| other format, I have to setup 10 ASA, all the same config except some IPs
| and So I m looking for a quick way to do that?
| Rob

http://www.cisco.com/en/US/products/...8072142a.shtml
PIX/ASA: Backup and Restore the Security Appliance Configuration Files
Using TFTP Server
 
Reply With Quote
 
 
 
 
Rob
Guest
Posts: n/a
 
      03-25-2010


"Morph" <> wrote in message
news:...
> In the message <4baa7480$> Rob wrote:
>
> | Hi there
> | is there anyway to replace and ASA5505 config file with a config.txt or
> | other format, I have to setup 10 ASA, all the same config except some
> IPs
> | and So I m looking for a quick way to do that?
> | Rob
>
> http://www.cisco.com/en/US/products/...8072142a.shtml
> PIX/ASA: Backup and Restore the Security Appliance Configuration Files
> Using TFTP Server


thanks but looks like all the solutions merging tftp server's cofig file
to running-config, how can I replace it totaly?


 
Reply With Quote
 
Rob
Guest
Posts: n/a
 
      03-25-2010
Rob <> wrote:
>
>
> "Morph" <> wrote in message
> news:...
>> In the message <4baa7480$> Rob wrote:
>>
>> | Hi there
>> | is there anyway to replace and ASA5505 config file with a config.txt or
>> | other format, I have to setup 10 ASA, all the same config except some
>> IPs
>> | and So I m looking for a quick way to do that?
>> | Rob
>>
>> http://www.cisco.com/en/US/products/...8072142a.shtml
>> PIX/ASA: Backup and Restore the Security Appliance Configuration Files
>> Using TFTP Server

>
> thanks but looks like all the solutions merging tftp server's cofig file
> to running-config, how can I replace it totaly?


From that description, use the variant that copies the tftp server's
config file to the startup-config.
Then reload the box.

Don't use the variant that copies to running-config, that leads to
subtle problems.
 
Reply With Quote
 
Jacques Virchaux
Guest
Posts: n/a
 
      03-25-2010
Rob a écrit :

> is there anyway to replace and ASA5505 config file with a config.txt or
> other format, I have to setup 10 ASA, all the same config except some IPs
> and So I m looking for a quick way to do that?


You can do it via the console or management port :

ciscoasa# configure term
.... >>> your configuration file to paste here <<<
ciscoasa(config)# ^Z
ciscoasa# write memory
ciscoasa# reload

The configuration file (you get it from a show running-configuration)
can be edited for each ASA with the correct parameters. Be carefully with
some hidden items (****).

Using the management port is a DHCP by default.

--
Jacques Virchaux
EPFL - DIT-TI _|_
---------------------(*)---------
 
Reply With Quote
 
Rob
Guest
Posts: n/a
 
      03-25-2010
Jacques Virchaux <jacques.virchaux_NOSPAM_@epfl.ch> wrote:
> Rob a écrit :
>
>> is there anyway to replace and ASA5505 config file with a config.txt or
>> other format, I have to setup 10 ASA, all the same config except some IPs
>> and So I m looking for a quick way to do that?

>
> You can do it via the console or management port :
>
> ciscoasa# configure term
> ... >>> your configuration file to paste here <<<
> ciscoasa(config)# ^Z
> ciscoasa# write memory
> ciscoasa# reload
>
> The configuration file (you get it from a show running-configuration)
> can be edited for each ASA with the correct parameters. Be carefully with
> some hidden items (****).


This method has the same disadvantage as using "copy ... running-config".

That is, when the existing config on your box has some settings and the
config you try to load assumes they are set to default values, the merge
of settings will not cure this. The setting remains.

Often the first apparent problem when you try to do this is that the box
has all interfaces set to "shutdown" and after the merging of the external
config this remains so.

That is why I prefer copying to startup-config and then reloading.
Then, you don't have that problem.
 
Reply With Quote
 
Morph
Guest
Posts: n/a
 
      03-25-2010
In the message <4baab62a$> Rob wrote:

| "Morph" <> wrote in message
| news:...
| > In the message <4baa7480$> Rob wrote:
| >
| > | Hi there
| > | is there anyway to replace and ASA5505 config file with a config.txt or
| > | other format, I have to setup 10 ASA, all the same config except some
| > IPs
| > | and So I m looking for a quick way to do that?
| > | Rob
| >
| > http://www.cisco.com/en/US/products/...8072142a.shtml
| > PIX/ASA: Backup and Restore the Security Appliance Configuration Files
| > Using TFTP Server
|
| thanks but looks like all the solutions merging tftp server's cofig file
| to running-config, how can I replace it totaly?

Copy to startup config.
 
Reply With Quote
 
Brian V
Guest
Posts: n/a
 
      03-25-2010

"Rob" <> wrote in message
news:...
> Rob <> wrote:
>>
>>
>> "Morph" <> wrote in message
>> news:...
>>> In the message <4baa7480$> Rob wrote:
>>>
>>> | Hi there
>>> | is there anyway to replace and ASA5505 config file with a config.txt
>>> or
>>> | other format, I have to setup 10 ASA, all the same config except some
>>> IPs
>>> | and So I m looking for a quick way to do that?
>>> | Rob
>>>
>>> http://www.cisco.com/en/US/products/...8072142a.shtml
>>> PIX/ASA: Backup and Restore the Security Appliance Configuration Files
>>> Using TFTP Server

>>
>> thanks but looks like all the solutions merging tftp server's cofig
>> file
>> to running-config, how can I replace it totaly?

>


You can also just put the config in to a text file, edit it however you need
on a per site basis via notepad, copy it to the flash and use the "boot
config disk0:/filename.text"

 
Reply With Quote
 
Tilman Schmidt
Guest
Posts: n/a
 
      03-27-2010
Am 25.03.2010 10:11 schrieb Jacques Virchaux:
> You can do it via the console or management port :
>
> ciscoasa# configure term
> ... >>> your configuration file to paste here <<<
> ciscoasa(config)# ^Z
> ciscoasa# write memory
> ciscoasa# reload
>
> The configuration file (you get it from a show running-configuration)
> can be edited for each ASA with the correct parameters. Be carefully with
> some hidden items (****).


There are many cases where that will not work.

The simplest and most frequent one: you cannot change the internal
IP address of an ASA that has dhcpd enabled that way. First the
"ip address" command will be rejected because it conflicts with
the old dhcp address range, and then the subsequent "dhcpd address"
command will be rejected because it conflicts with the as yet
unchanged interface address.

HTH
T.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Call transfer full consult is not working properly, blind transfer isworking instead alexsaiz82 Cisco 1 10-09-2008 12:08 AM
dll config and web.config and Label Expressions (binding label text to dll config settings) CSharpner ASP .Net 0 04-09-2007 09:00 PM
can not save running-config to startup-config. AM Cisco 2 11-14-2005 02:22 PM
PIX Firewall config file back-up:Timed out during transfer Ada Cisco 1 01-29-2004 07:58 AM
006~ASP 0230~Server.Transfer Error~The call to Server.Transfer failed while load Jim ASP General 1 01-28-2004 06:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57