问题:

Which command will copy the routers configuration script from RAM to NVRAM?A. copy running-config startup-configB.NVRAM is read-only,so this is not possible.C. copy allD. save ramE. save ram nvram

Select the 1 best answer

题目大意:

  那个命令是将路由器的配置文件从RAM中拷贝到NVARM中。

题解:

RAM : 相当于计算机的内存,但掉电的时候,内存里面的东西将会丢失。NVARM:相当于计算机的硬盘,但掉电的时候,硬盘里面的东西不会丢失。

在语句中的 Running-config 是存在于RAM中,Startup- config 存在于 NVRAM,"copy running-config startup-config" 是一个COPY命令,讲RAM中的数据或配置文件拷贝到NVARM中。同时在实际中可以用 copy run start来简写这个命令。

正确答案:A

参考资料:

CCNA:Cisco Certified Network Associate Study Guide Fourth Edition------Page194:Hands-on Lab 4.3:Saving a Router Configuration