2014年計(jì)算機(jī)四級考試網(wǎng)絡(luò)工程師預(yù)測試題

字號(hào):

為大家收集整理了《2014年計(jì)算機(jī)四級考試網(wǎng)絡(luò)工程師預(yù)測試題》供大家參考,希望對大家有所幫助?。?!
    1、進(jìn)入特權(quán)模式 enable   router > enable
    router #
    2、進(jìn)入全局配置模式 configure terminal
    router > enable
    router #configure terminal
    router (conf)#
    3、交換機(jī)命名 hostname routera 以routerA為例
    router > enable
    router #configure terminal
    router(conf)#hostname routerA
    routera (conf)#
    4、配置使能口令 enable password cisco 以cisco為例
    router > enable
    router #configure terminal
    router(conf)#hostname routerA
    routerA (conf)# enable password cisco
    7、設(shè)置端口ip地址信息   router > enable
    router #configure terminal
    router(conf)#hostname routerA
    routerA(conf)# interface fastehernet 0/17 以17端口為例
    routerA (conf-if)#ip address 192.168.1.1 255.255.255.0 配置交換機(jī)端口ip和子網(wǎng)掩碼
    routerA (conf-if)#no shut 是配置處于運(yùn)行中
    routerA (conf-if)#exit
    8、查看命令 show
    router > enable
    router # show version 察看系統(tǒng)中的所有版本信息
    show interface vlan 1 查看交換機(jī)有關(guān)ip 協(xié)議的配置信息
    show running-configure 查看交換機(jī)當(dāng)前起作用的配置信息
    show interface fastethernet 0/1 察看交換機(jī)1接口具體配置和統(tǒng)計(jì)信息
    show mac-address-table 查看mac地址表
    show mac-address-table aging-time 查看mac地址表自動(dòng)老化時(shí)間