2017年計(jì)算機(jī)四級(jí)網(wǎng)絡(luò)工程師考點(diǎn):交換機(jī)和路由器配置命令(1)

字號(hào):


    路由器配置命令集錦
    1、進(jìn)入特權(quán)模式、全局配置模式、接口配置模式、虛擬終端配置模式、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、配置遠(yuǎn)程登錄密碼
    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、配置路由器的主機(jī)名
    Router (config) #hostname Router-phy
    9、配置超級(jí)用戶口令
    Router (config) # enable secret phy123
    10、設(shè)置系統(tǒng)時(shí)鐘
    Router # calendar set 10:24:00 30 march 2009