精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學習啦 > 學習電腦 > 網絡知識 > 路由器 > 路由器設置 > cisco思科 > cisco怎么設置網關

      cisco怎么設置網關

      時間: 春健736 分享

      cisco怎么設置網關

        Cisco并不難,主要有些人沒有接觸的機會,如果你經常管理cisco設備,你會發(fā)現(xiàn)其實就那幾步,不過也有不少網友都不知道cisco 設置網關。其實步驟并不難,下面學習啦小編給大家介紹一下具體操作辦法,供大家參考!

        cisco 設置網關

        給交換機配置默認網關,方便管理

        switch(config)#ip default-gateway 192.168.2.254

        怎么給路由器配置IP?

        router(config)#interface fastethernet 0/1

        router(config-if)#ip address 192.168.1.100 255.255.255.0

        router(config-if)#no shutdown

        怎么給交換機配置IP?

        switch(config)#interface vlan 1

        switch(config-if)#ip address 192.168.1.100 255.255.255.0

        switch(config-if)#no shutdown

        靜態(tài)路由配置方式:

        router(config)#ip route 192.168.1.0 255.255.255.0 192.168.10.1

        默認路由配置方式:

        router(config)#ip route 0.0.0.0 0.0.0.0 192.168.10.1

        浮動路由配置:

        router(config)#ip route 192.168.1.0 255.255.255.0 192.168.10.1 50

        router(config)#ip route 0.0.0.0 0.0.0.0 192.168.10.1 50

        輔助地址配置:

        switch(config-if)#ip address 192.168.1.1 255.255.255.0 secondary

        學習啦小編分享了cisco 設置網關的解決方法。希望大家喜歡。

      567103