11-03-2005 09:21 AM - edited 02-21-2020 12:30 AM
I'm having difficulty restoring an image to the PIX from my tftp server. Please see the commands and screen output below...
csbhugoton(config)# write net 172.10.1.57:csbpixold
Building configuration...
TFTP write 'csbpixold' at 172.10.1.57 on interface 1
[OK]
csbhugoton(config)# copy tftp://172.10.1.57/csbpixold flash
copying tftp://172.10.1.57/csbpixold to flash:image
!
Received 2025 bytes
No PIX image found in downloaded file
Image not installed
11-03-2005 09:28 AM
Use the .bin extensio in the tftp command and that should probably help.
11-03-2005 09:42 AM
didn't seem to help...
csbhugoton(config)# write net 172.10.1.57:csbpixold.bin
Building configuration...
TFTP write 'csbpixold.bin' at 172.10.1.57 on interface 1
[OK]
csbhugoton(config)# copy tftp://172.10.1.57/csbpixold.bin flash
copying tftp://172.10.1.57/csbpixold.bin to flash:image
!
Received 2722 bytes
No PIX image found in downloaded file
Image not installed
csbhugoton(config)#
11-03-2005 10:02 AM
Are you trying to restore the OS on the PIX or trying to copy a config file from the TFTP server ?
Write net saves the config file to a TFTP server and you are trying to restore it back using copy tftp flash and the PIX is thinking that its a PIX image that you are trying to load.
11-03-2005 10:17 AM
I tried
I'm probably making this harder than it is.
11-03-2005 10:22 AM
also, to answer the question, I'm just trying to push config files around.
If I could push them to flash, I could do it from my desktop. It appears that pushing to RAM causes the network connection to go away, so it would require the console serial connection.
11-03-2005 10:34 AM
The available copy commands are via,
tftp or http/https. Both these documents refer to copying an image from Tftp or HTTP server and then installing it into flash. These commands dont seem to work like the copy tftp flash commands in router, where they let you download a file from TFTP server and store it in flash.
It looks like you will have to use the console cable so that you dont lose the telnet connection and cut and paste the config file into ram.
I will check mean while if there is another work around for this. Unless some body else have a better suggestion.
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