国产宅男网站在线|亚洲A级性爱免费视频|亚洲中精品级在线|午夜福利AA毛

  • <dd id="gf5jf"><th id="gf5jf"></th></dd>

    <cite id="gf5jf"><label id="gf5jf"></label></cite>
  • <div id="gf5jf"><listing id="gf5jf"></listing></div>
    學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識(shí) > 路由器 > 路由器設(shè)置 > cisco思科 > cisco怎么設(shè)置網(wǎng)關(guān)

    cisco怎么設(shè)置網(wǎng)關(guān)

    時(shí)間: 春健736 分享

    cisco怎么設(shè)置網(wǎng)關(guān)

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

      cisco 設(shè)置網(wǎng)關(guān)

      給交換機(jī)配置默認(rèn)網(wǎng)關(guān),方便管理

      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

      怎么給交換機(jī)配置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

      默認(rèn)路由配置方式:

      router(config)#ip route 0.0.0.0 0.0.0.0 192.168.10.1

      浮動(dòng)路由配置:

      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

      學(xué)習(xí)啦小編分享了cisco 設(shè)置網(wǎng)關(guān)的解決方法。希望大家喜歡。

    567103