how to copy pix config file to tftp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 09:14 PM - edited 02-20-2020 09:57 PM
This is a stupit question. I have a pix525,I want to copy running config to tftp server just like router,but it has not the same copy command,
Could you tell me how to do it? thankx~~~
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 11:57 PM
you have to define your tftp server and the command is
tftp-server inside xx.yy.zz.aa /
where the / means the root folder in your tftp software, the you should copy to the tftp server
then you type the command
write net xx.yy.zz.aa:filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 01:01 AM
Thank you for you answer!
but I have another stupid question~:p
can you tell me how to copy config from tftp server to pix?
thankful for you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 03:15 AM
replace write net with configure net xx.yy.zz.aa:filename
