how to save my config of pix??
sword1
Member Posts: 9 ■□□□□□□□□□
can any one guide me how to save my config of pix in tftp and on the the other hand i am using SoralWind TFTP server download from dowload.com is this ok?
Below i am giving you the snap look of my pix
cctec# wr t
Building configuration...
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
.
.
aatec#
aatec# copy
Not enough arguments.
Usage: copy capture:<capture-name> tftp://<location>/<pathname> [pcap]
copy http/[<user>:<password>@]<location>[:<port>]/<pathname>
flash[:[image | pdm]]
copy tftp[://location][/pathname] flash[:[image | pdm]]
aatec#
aatec#
aatec# copy captureyz tftp://192.168.x.10
ERROR: capture <xyz> does not exist.
usage: copy capture:<capture-name> tftp://<location>/<path> [pcap]
aatec#
aatec#
can any one tell me why ERROR is coming
Below i am giving you the snap look of my pix
cctec# wr t
Building configuration...
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
.
.
aatec#
aatec# copy
Not enough arguments.
Usage: copy capture:<capture-name> tftp://<location>/<pathname> [pcap]
copy http/[<user>:<password>@]<location>[:<port>]/<pathname>
flash[:[image | pdm]]
copy tftp[://location][/pathname] flash[:[image | pdm]]
aatec#
aatec#
aatec# copy captureyz tftp://192.168.x.10
ERROR: capture <xyz> does not exist.
usage: copy capture:<capture-name> tftp://<location>/<path> [pcap]
aatec#
aatec#
can any one tell me why ERROR is coming
Thank you
Comments
-
mikej412 Member Posts: 10,086 ■■■■■■■■■■PIX/ASA: Backup and Restore the Security Appliance Configuration Files
* Use the tftp-server, config net, and write net Commands to Backup and Restore a Configuration in PIX 6.x or 7.x * Use the copy Command to Backup and Restore a PIX 6.x Image * Use the copy Command to Backup and Restore a Configuration on PIX/ASA 7.x * Use a Terminal Emulation Program to Backup and Restore a Configuration
On the SolarWind side, make sure you configure security to allow it to receive files:mike: Cisco Certifications -- Collect the Entire Set! -
Ahriakin Member Posts: 1,799 ■■■■■■■■□□Captures are for file captures, not your config (And they're much easier to access via HTTPS)
As Mike said make sure you configure Solarwinds to receive files aswell as send then -
On 6.x
write net TFTP IPFilename
e.g. to write your running config as the file MyPixCFG.wri (you don't need to add an extension but it saves time) to a TFTP server running on 192.168.1.10
write net 192.168.1.10:/MyPixCFG.wriWe responded to the Year 2000 issue with "Y2K" solutions...isn't this the kind of thinking that got us into trouble in the first place? -
netteaser Member Posts: 198What I usually do is connect to the pix using the web browser and backing it up this way which shows you all of the encrypted passwords.
Example if your pix is 192.168.1.1
type thse commands in
http server enable
http 192.168.1.10 255.255.255.255 inside (enables your specific workstation to connect to the pix)
once you do this from your workstation go to
https://192.168.1.1/config
login and view your configuration