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

Uploading configration file to PIX

jimb
Level 1
Level 1

What is the command to upload a backed up configuration file to a PIX 525?

1 Accepted Solution

Accepted Solutions

l.mourits
Level 5
Level 5

It is the same for all PIX 500 series

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"

Kind Regards,

Leo

View solution in original post

2 Replies 2

l.mourits
Level 5
Level 5

It is the same for all PIX 500 series

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"

Kind Regards,

Leo

Thnaks Leo. That did the trick.

Review Cisco Networking for a $25 gift card