亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        2017年計(jì)算機(jī)四級考試網(wǎng)絡(luò)工程師考點(diǎn)(1)

        字號:


            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
            5、配置使能密碼 enable secret ciscolab 以cicsolab為例
            router > enable
            router #configure terminal
            router(conf)#hostname routerA
            routerA (conf)# enable secret ciscolab
            6、進(jìn)入路由器某一端口 interface fastehernet 0/17 以17端口為例
            router > enable
            router #configure terminal
            router(conf)#hostname routerA
            routerA (conf)# interface fastehernet 0/17
            routerA (conf-if)#
            進(jìn)入路由器的某一子端口 interface fastethernet 0/17.1 以17端口的1子端口為例
            router > enable
            router #configure terminal
            router(conf)#hostname routerA
            routerA (conf)# interface fastehernet 0/17.1