03-07-2006 06:51 AM - edited 02-21-2020 12:45 AM
Hello!
How can i copy a config file from a tftp server to a Cisco PIX 501 flash?
I mean like in Cisco IOS
copy tfpt startup-config
.
03-07-2006 07:26 AM
The command on PIX OS 6.x is:
configure net [[server-ip-address]:[filename]]
sincerely
Patrick
03-08-2006 03:18 AM
thank you for your reply.
I know this, but configure net only merges with the current running configuration.
"The configure net command merges the current running configuration with a TFTP configuration stored at the IP address you specify and from the file you name. If you specify both the IP address and path name in the tftp-server command, you can specify:filename as simply a colon (:)."
A have to enter write mem in order to store it in startup-configuration.
I need to copy a configuration file directly to startup-configuration remotely, because i have to change a pix outside ip address and default gateway. I can't do this with running config as if i change either i will get disconnected.
The ISP will change the IP and DG for the line, so i need to store the new configuration in nvram and ask the user to reboot the pix after the ISP changed the line's parameters.
Is the any solution for this?
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