Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do we reload a config file?

Status
Not open for further replies.

johnmis

MIS
Aug 7, 2003
8
US
do we have to clean the existing configs first before we "configure net" to load the config file?

but as soon as I run the "clean configure all" I lost the connection to the pix, then how can I load the new config if I lost the connection.?

Thanks in advance

Note: I am using ssh (putty)
 
HI.

> do we have to clean the existing configs first before we "configure net" to load the config file?
Yes.
Well, it is not a must, but recommended.
Because "conf net" does a merge operation so conflicts with existing config or left overs can cause problems.
I recommend this:
write erase
reload
conf t
ip address inside ....
ping ... (tftp server)
exit
conf net ...

> Note: I am using ssh (putty)
The above suggestion will obviosly not work via SSH connection, only from console...


Yizhar Hurwitz
 
Hi Yizhar,

what is "conf t" by the way?


if i just wanna replace the whole configs (not merge) what is on the pix, can I do this steps below:

write erase
reload

do this work?

Thanks!!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top