cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
472
Views
0
Helpful
3
Replies

PIX506E Backup

up anyone know the cmd line to back up my pix to a tftp server...

3 Replies 3

michelcaissie
Level 1
Level 1

First specify the server address and name of config file with the command;

tftp-server inside [tftp IP] /[filename]

Then when you want to backup the config just do a " wr net "

abhadana
Level 1
Level 1

a) To save the configuration on the TFTP server:

firewall(config)# tftp-server

firewall(config)# write net

For example:

firewall(config)# tftp-server inside 192.168.1.5 config.txt

firewall(config)# write net

b) To copy back the configuration to the ASA:

Before copying the configuration on the new ASA, set the same IP addresses of the

interfaces of the original ASA and also set the same TFTP server on the new ASA.

firewall(config)# tftp-server

firewall(config)# config net :

For example:

firewall(config)# tftp-server inside 192.168.1.5 config.txt

firewall(config)# config net :

Note: There must be a space between the word net and the colon (:)

Consider the word ASA as pix here.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card