09-07-2003 08:15 AM - edited 02-20-2020 10:58 PM
It seems that it is possible to save a configuration to a tftp server. But how might one be restored? As far as I can tell there is no config net command.
It would be nice to be able to backup a configuration prior to making any changes in case a rollback is needed.
Solved! Go to Solution.
09-07-2003 12:01 PM
Hi Alan,
As indicated you must be in "configure terminal" mode to be able to execute this command. From the enable mode, type "conf t", you will be in conf term mode and you will be able to execute the config net command.
Regards
Ben
09-07-2003 08:40 AM
To backup, use "write net" during configure mode.
To restore use "configure net" also within config mode.
Take care, the config net doesn't behave like configuring a router. On PIX, it's like writing a list of commands one after other. This has a great impact on access-list, for example, which isn't overwrited but simply added.
Regards,
Ben
Don't forget to rate this post if it solves your problem.
09-07-2003 08:45 AM
Tried that but as I said there doesn't seem to be a conf net command see enclosed:
Password:
Type help or '?' for a list of available commands.
PrestburyFW> en
Password: ************
PrestburyFW# conf net
Usage: configure terminal
PrestburyFW# configure net
Usage: configure terminal
PrestburyFW#
I guess that this a 501 limitation?
09-07-2003 09:03 AM
Hi Alan,
Sorry You cannot download PIX OS images off of a pix but you can download images off of router IOS to tftp, you cannot with a pix. If you have a CCO account through a valid support contract, you can download all supported pix os version from cisco.
Also, here's a useful URL:
and as a side line, if want to save the running-config of the PIX then you can either use telnet or hyperterminal to connect to the pix and copy the running-config onto a text-editor such as notepad and save this for future use.
Regards - Jay
09-07-2003 12:01 PM
Hi Alan,
As indicated you must be in "configure terminal" mode to be able to execute this command. From the enable mode, type "conf t", you will be in conf term mode and you will be able to execute the config net command.
Regards
Ben
09-07-2003 01:45 PM
Sometimes just shouting isn't load enough! Many thanks!
Alan
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