07-31-2003 12:45 PM - edited 02-20-2020 10:54 PM
What is the command to upload a backed up configuration file to a PIX 525?
Solved! Go to Solution.
07-31-2003 01:48 PM
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
07-31-2003 01:48 PM
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
07-31-2003 02:27 PM
Thnaks Leo. That did the trick.
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