cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
318
Views
0
Helpful
1
Replies

PIX config restoration

ddicky
Level 1
Level 1

I have my existing PIX config with all the access-rules and ......Backing up to tftp server as well.I had write erase my PIX.How should I restored back my config from my tftp to the PIX after I had write erase.

pls advise

1 Reply 1

jmia
Level 7
Level 7

The following post is from another post by L Mourits - A good explanation,

The command syntax is:

configure net [[location]:[filename]]

(from enable mode ofcourse)

Let´s say you want to load a config from tftp server with IP address 10.1.1.1 and file is named pix-conf the command would be:

configure net 10.1.1.1:pix-conf

you could also just enter "configure net" to start the wizard and answer the questions

Remember that the loaded config is merged into any existing configuration, so, best practice would be to first execute the "write erase" command and then the "configure net"

Hope this helps --

Review Cisco Networking for a $25 gift card