国产18禁黄网站免费观看,99爱在线精品免费观看,粉嫩metart人体欣赏,99久久99精品久久久久久,6080亚洲人久久精品

CCNA考題分析:保存路由器配置文件

時間:2006-04-07 00:00:00   來源:無憂考網     [字體: ]
問題:

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

題目大意:

  那個命令是將路由器的配置文件從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