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

字號:

問題:
    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 : 相當(dāng)于計算機(jī)的內(nèi)存,但掉電的時候,內(nèi)存里面的東西將會丟失。
    NVARM:相當(dāng)于計算機(jī)的硬盤,但掉電的時候,硬盤里面的東西不會丟失。
    在語句中的 Running-config 是存在于RAM中,Startup- config 存在于 NVRAM,"copy running-config startup-config" 是一個COPY命令,講RAM中的數(shù)據(jù)或配置文件拷貝到NVARM中。同時在實際中可以用 copy run start來簡寫這個命令。
    正確答案:A
    參考資料:
    CCNA:Cisco Certified Network Associate Study Guide Fourth Edition------Page194:Hands-on Lab 4.3:Saving a Router Configuration