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

copy 5505 config to another

Hello,

I need to copy a 5505 config from one asa to another 5505. Since the IP's and hostname will be different, can I just edit a copy of the source config  and then paste it into the target 5505?

Can someone please give me a step by step on how to copy the config to the source 5505?

Thanks!

1 Accepted Solution

Accepted Solutions

jumora
Level 7
Level 7

How to copy startup-config to a TFTP server:

enable

copy startup-config tftp

Address or name of remote host []? 10.0.28.25

Destination filename [startup-config]? backup-config.cfg

On the new device you can upload the file over CLI or ASDM and then edit whatever you need to edit.

Upload configuration over TFTP to new device:

ciscoasa# copy tftp disk0:/

Address or name of remote host [10.0.28.25]?

Source filename [backup-config.cfg]?

Destination filename [backup-config.cfg]?

Accessing tftp://10.0.28.25/backup-config.cfg.!!!!!!!!!!!

Then copy to startup-config:

ciscoasa(config)# copy disk0:/backup-config.cfg startup-config

Source filename [backup-config.cfg]?

Copy in progress...C

3332 bytes copied in 0.70 secs

ciscoasa(config)# copy startup-config running-config

Destination filename [running-config]?

ciscoasa(config)# wr mem

Or ASDM version:

http://www.cisco.com/en/US/docs/security/asa/asa83/asdm63/configuration_guide/admin_swconfig.html#wp1242968

Value our effort and rate the assistance!

View solution in original post

2 Replies 2

jumora
Level 7
Level 7

How to copy startup-config to a TFTP server:

enable

copy startup-config tftp

Address or name of remote host []? 10.0.28.25

Destination filename [startup-config]? backup-config.cfg

On the new device you can upload the file over CLI or ASDM and then edit whatever you need to edit.

Upload configuration over TFTP to new device:

ciscoasa# copy tftp disk0:/

Address or name of remote host [10.0.28.25]?

Source filename [backup-config.cfg]?

Destination filename [backup-config.cfg]?

Accessing tftp://10.0.28.25/backup-config.cfg.!!!!!!!!!!!

Then copy to startup-config:

ciscoasa(config)# copy disk0:/backup-config.cfg startup-config

Source filename [backup-config.cfg]?

Copy in progress...C

3332 bytes copied in 0.70 secs

ciscoasa(config)# copy startup-config running-config

Destination filename [running-config]?

ciscoasa(config)# wr mem

Or ASDM version:

http://www.cisco.com/en/US/docs/security/asa/asa83/asdm63/configuration_guide/admin_swconfig.html#wp1242968

Value our effort and rate the assistance!

Please rate the assistance.

Value our effort and rate the assistance!
Review Cisco Networking products for a $25 gift card