Networking - IOS and Security Device Manager - Discussion

Discussion Forum : IOS and Security Device Manager - IOS and Security Device Manager (Q.No. 11)
11.
What command do you type to save the configuration stored in RAM to NVRAM?
Router(config)#copy current to starting
Router#copy starting to running
Router(config)#copy running-config startup-config
Router#copy run startup
Answer: Option
Explanation:
To copy the running-config to NVRAM so that it will be used if the router is restarted, use the copy running-config startup-config command (copy run start for short).
Discussion:
3 comments Page 1 of 1.

Ozzie said:   9 years ago
Why not C?

Rcybervirus said:   10 years ago
No, copy cmd is a privilege mode cmd, not a global config mode cmd, If you want to execute it in global config mode then you need prefix the cmd with do. "(config)# do copy running-config startup-config" then it will work.

So, option (D) is correct.

Dhinakaran said:   1 decade ago
I accept your explanation. It is good. But till I used to save the configuration Router (config) #copy running-config startup-config. In exam point of view if choose option c it is correct or not.

Post your comments here:

Your comments will be displayed after verification.