Which command is used to copy the configuration from RAM into NVRAM?

Which command is used to copy the configuration from RAM into NVRAM?

Which command is used to copy the configuration from RAM into NVRAM?

A.
copy running-config startup-config

B.
copy startup config running config

C.
copy startup-config running-config

D.
copy running config startup config

E.
write terminal



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Email Hosting

Email Hosting

The running-config is saved in RAM while the startup-config is saved in NVRAM. So in order to copy the configuration from RAM into NVRAM we use the command “copy running-config startup-config” (syntax: copy).