Home | Troubleshooting |  Quick Setup  |  Cisco How to  |  Data Recovery  |  Forums   | Blog | IT Exam Practice | Services  | About Us | Chicagotech MVP  | Search  | Contact Us  |                  Laptop for rent: $35 per day plus $5 for additional day

rental
 

 

How to backup ASA/PIX configuration using TFTP

1. To backup ASA/PIX configuration using TFTP, you need to have a TFTP server running. Remember the TFTP server IP, in our case 192.168.254.231.

2. Run telnet to access ASA. To do that, in the command prompt, type telnet TFTP IP, for example telnet 192.16.254.250, press Enter.

3. use the following command lines to backup the configuration.

copy startup-config tftp:

Address or name of remote host []? 192.168.254.231

Destination filename [startup-config]? 072405

!!!

8507 bytes copied in 0.40 secs

4. Done.

Note: It depends on the PIX version. You may try the following commands.

To copy configuration to tftp

chicagotechpix (config)#configure net 10.0.0.254:/filename

Note: You may be able to do that in enable mode

or

chicagotechpix #write net 10.0.0.254:/filename

Note: You may be able to do that in config mode

or

To copy the PIX image from Flash to the TFTP server:

chicagotechpix #copy flash tftp

To copy the image from TFTP to Flash without intervention.

chicagotechpix(config)#copy tftp: flash

Post your questions, comments, feedbacks and suggestions

Related Topics

How to restore ASA/PIX configuration using TFTP
 

 


 

 

Hit Counter   This web is provided "AS IS" with no warranties.
Copyright © 2002-2018 ChicagoTech.net, All rights reserved. Unauthorized reproduction forbidden.