2016年計算機四級網絡工程師考試必備知識第一章

字號:


    1、進入特權模式、全局配置模式、接口配置模式、虛擬終端配置模式、RIP路由協(xié)議配置模式
    Router > enable
    Password :
    Router #
    Router # configure terminal
    Router (config) #
    Router (config) # int f0/12
    Router (config-if) #
    Router (config) # line vty 0 15
    Router (config-line) #
    Router (config) # router rip
    Router (config-router) #
    2、配置遠程登錄密碼
    Router (config) # line vty 0 15
    Router (config-line) # password 7 zzz307
    3、拷貝配置文件到TFTP Server
    Router # write network
    4、拷貝running-config 到TFTP Server
    Router # copy running-config tftp:
    5、拷貝bootflash 中的配置文件到TFTP Server
    Router # copy bootflash : tftp :
    6、從TFTP Server 拷貝配置文件到路由器
    Router # copy tftp : running-config
    7、將TFTP Server 上的配置文件拷貝到bootflash
    Router # copy tftp : bootflash :
    8、配置路由器的主機名
    Router (config) #hostname Router-phy
    9、配置超級用戶口令
    Router (config) # enable secret phy123
    10、設置系統(tǒng)時鐘
    Router # calendar set 10:24:00 30 march 2009