問(wèn)題:
Which command will copy the routers configuration script from RAM to NVRAM?
A. copy running-config startup-config
B.NVRAM is read-only,so this is not possible.
C. copy all
D. save ram
E. save ram nvram
Select the 1 best answer
題目大意:
那個(gè)命令是將路由器的配置文件從RAM中拷貝到NVARM中。
題解:
RAM : 相當(dāng)于計(jì)算機(jī)的內(nèi)存,但掉電的時(shí)候,內(nèi)存里面的東西將會(huì)丟失。
NVARM:相當(dāng)于計(jì)算機(jī)的硬盤(pán),但掉電的時(shí)候,硬盤(pán)里面的東西不會(huì)丟失。
在語(yǔ)句中的 Running-config 是存在于RAM中,Startup- config 存在于 NVRAM,"copy running-config startup-config" 是一個(gè)COPY命令,講RAM中的數(shù)據(jù)或配置文件拷貝到NVARM中。同時(shí)在實(shí)際中可以用 copy run start來(lái)簡(jiǎn)寫(xiě)這個(gè)命令。
正確答案:A
參考資料:
CCNA:Cisco Certified Network Associate Study Guide Fourth Edition------Page194:Hands-on Lab 4.3:Saving a Router Configuration