http://www.grook.net/forum/it-infrastructure/network/gns3-course-introduction
GNS3 is a graphical network simulator that allows simulation of complex networks. http://www.grook.net is offecring a free course for GNS3. In Introduction video, we will give you a brief description for the program, how to download, install the GNS and how to make a simple network consists of two CISCO rotuers.
good tutorial for setup.
but at he end, did you say copy the running config from NVRAM to FLASH ?
how about from RAM to NVRAM
gsteveski 1 year ago
@gsteveski
thanks for your reply. to copy from ram to nvram (from CCNA)
#copy start run
GROOKnet 1 year ago
@GROOKnet
???
the running-config runs in ram
the startup-config loads from nvram
thus (the basics)Copy configuration file in RAM to NVRAM to save the running-config to startup-config Router# copy running-config startup-config
flash stores the IOS
gsteveski 1 year ago
@gsteveski
sorry i ment #copy run start :)
or you can use this old command ( to save the configurations)
#wr
GROOKnet 1 year ago