12-11-2019 01:15 PM
Can anyone tell me how to restore an edited startup-config to my ASA 5520 from my TFTP server with the CLI?
Solved! Go to Solution.
12-11-2019 01:23 PM
how about below steps :
#copy tftp start
Address or name of remote host [10,10.10.10]?
Source filename [myconfig-confg]? myconfig-confg
Destination filename [startup-config]?
Accessing tftp://10.10.10.10/myconfig-confg...
Loading myconfig-confg from 10.10.10.10 (via Vlan1): !
[OK - XXXXX bytes]
[OK]
Worthing1#
12-11-2019 01:23 PM
how about below steps :
#copy tftp start
Address or name of remote host [10,10.10.10]?
Source filename [myconfig-confg]? myconfig-confg
Destination filename [startup-config]?
Accessing tftp://10.10.10.10/myconfig-confg...
Loading myconfig-confg from 10.10.10.10 (via Vlan1): !
[OK - XXXXX bytes]
[OK]
Worthing1#
12-12-2019 05:37 AM
Thank you for your quick response! I thought this might be the way to do it, but I just wanted to speak with others who have had success before I tried anything. Firewalls are (obviously) not my area of expertise.
12-11-2019 10:21 PM
Try this:
##copy tftp: startup
Address or name of remote host ? your tftp server ip
Source filename ? your edited startup
Destination filename [startup-config]?
Accessing tftp://your-tftp-ip/your edited startup
Cheers,
12-12-2019 05:45 AM
Thank you for your help!
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