Link to home
Start Free TrialLog in
Avatar of chadd25
chadd25

asked on

Trying to copy running to startup config on PIX

I am trying to copy running config to startup config on a PIX.

I am typing

pixfirewall# copy running-config startup-config

And getting this back.  Is my syntax wrong again?


Usage:  copy capture:<capture-name> tftp://<location>/<pathname> [pcap]
        copy http[s]://[<user>:<password>@]<location>[:<port>]/<pathname>
                flash[:[image | pdm]]
        copy tftp[:[[//location][/pathname]]] flash[:[image | pdm]]
pixfirewall#
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
write command syntax

User Access Verification

Password:
Type help or '?' for a list of available commands.
MPCTPIX> en
Password: *****
MPCTPIX# write /?
Usage:  write erase|floppy|mem|terminal|standby
        write net [<tftp_ip>]:<filename>
MPCTPIX#
MPCTPIX#











Avatar of chadd25
chadd25

ASKER

Write mem does work.  Does that essentially do the same as copy running-config startup-config?
exactly the same - on old router configs using old IOS's this command works, even in some new routers the old commands still work, but for some reason they kept it on the PIX IOS onstead of the "copy run start" that most Cisco-ites are used to these days

another command to write down is

 write net <ip address>:run

to back up to a TFTP server (use 3C deamon to back up all your configs using this command, then you can restore the firewall in seconds if it goes down :)
And thanQ


Pete