国产宅男网站在线|亚洲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í)>網(wǎng)絡(luò)基礎(chǔ)知識(shí)>

    靜態(tài)路由分析與配置

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

      學(xué)習(xí)啦小編為大家分享靜態(tài)路由分析與配置。接下來(lái)大家跟著學(xué)習(xí)啦小編一起去了解下吧!

      靜態(tài)路由分析與配置

      實(shí)驗(yàn)?zāi)康氖?.1.1.0/24、2.2.2.0/24、3.3.3.0/24 網(wǎng)絡(luò)之間能夠互相通信。

      (1) 步驟1:在各路由器上配置IP 地址、保證其直連鏈路的連通

      靜態(tài)路由分析與配置詳解教程

      R1(config)#int loopback0

      //進(jìn)入本地回環(huán)網(wǎng)口0

      R1(config-if)#ip address 1.1.1.1 255.255.255.0

      //設(shè)置本地回環(huán)網(wǎng)口iP地址

      R1(config)#int s0/0

      R1(config-if)#ip address 192.168.12.1 255.255.255.0

      //設(shè)置S0/0口IP 地址

      R1(config-if)#no shutdown

      //打開(kāi)端口

      R2(config)#int loopback0

      R2(config-if)#ip address 2.2.2.2 255.255.255.0

      R2(config)#int s0/0

      R2(config-if)#clock rate 128000

      R2(config-if)#ip address 192.168.12.2 255.255.255.0

      R2(config-if)#no shutdown

      R2(config)#int s0/1

      R2(config-if)#clock rate 128000

      //設(shè)置時(shí)鐘

      R2(config-if)#ip address 192.168.23.2 255.255.255.0

      R2(config-if)#no shutdown

      R3(config)#int loopback0

      R3(config-if)#ip address 3.3.3.3 255.255.255.0

      R3(config)#int s0/0/1

      R3(config-if)#ip address 192.168.23.3 255.255.255.0

      R3(config-if)#no shutdown

      (2) R1 上配置靜態(tài)路由

      R1(config)#ip route 2.2.2.0 255.255.255.0 s0/0/0

      //下一跳為接口形式,s0/0是點(diǎn)對(duì)點(diǎn)的鏈路,注意應(yīng)該是R1 上的s0/0 接口

      R1(config)#ip route 3.3.3.0 255.255.255.0 192.168.12.2

      //下一跳為IP 地址形式,192.168.12.2 是R2 上的IP 地址

      (3) R2 上配置靜態(tài)路由

      R2(config)#ip route 1.1.1.0 255.255.255.0 s0/0

      R2(config)#ip route 3.3.3.0 255.255.255.0 s0/1

      (4) R3 上配置靜態(tài)路由

      R3(config)#ip route 1.1.1.0 255.255.255.0 s0/1

      R3(config)#ip route 2.2.2.0 255.255.255.0 s0/1

      (5)查看R1 ,R2, R3路由器上的路由表,查看能否學(xué)習(xí)到相關(guān)的路由,以R1 檢查為例并給出提示

      Router#show ip route

      Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP

      D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

      N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

      E1 - OSPF external type 1, E2 - OSPF external type 2

      i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

      ia - IS-IS inter area, * - candidate default, U - per-user static route

      o - ODR, P - periodic downloaded static route

      Gateway of last resort is not set

      C 192.168.12.0/24 is directly connected, Serial0/0

      1.0.0.0/24 is subnetted, 1 subnets

      C 1.1.1.0 is directly connected, Loopback0

      2.0.0.0/24 is subnetted, 1 subnets

      S 2.2.2.0 is directly connected, Serial0/0

      3.0.0.0/24 is subnetted, 1 subnets

      S 3.3.3.0 [1/0] via 192.168.12.2

      (6)使用ping檢查是否連接成功,

      Router#ping 2.2.2.2

      Type escape sequence to abort.

      Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:

      !!!!!

      Success rate is 100 percent (5/5), round-trip min/avg/max = 8/71/120 ms

      Router#

      至此我們的實(shí)驗(yàn)完成了,小編相信大家也學(xué)到了少吧

    靜態(tài)路由分析與配置

    學(xué)習(xí)啦小編為大家分享靜態(tài)路由分析與配置。接下來(lái)大家跟著學(xué)習(xí)啦小編一起去了解下吧! 靜態(tài)路由分析與配置 實(shí)驗(yàn)?zāi)康氖?.1.1.0/24、2.2.2.0/24、3.3.3.0/24 網(wǎng)絡(luò)之間能夠互相通信。 (1) 步驟1:在各路由器上配置IP 地址、保證其直連鏈路的
    推薦度:
    點(diǎn)擊下載文檔文檔為doc格式

    精選文章

    • wan口有IP地址上不了網(wǎng)
      wan口有IP地址上不了網(wǎng)

      有時(shí)候在我們?cè)O(shè)置好路由器wan口PPPoE撥號(hào)后,wan口狀態(tài)已經(jīng)顯示獲取到IP地址,那么你知道wan口有IP地址上不了網(wǎng)的解決方法嗎?下面是學(xué)習(xí)啦小編整理的一些

    • 路由器無(wú)線信號(hào)連接
      路由器無(wú)線信號(hào)連接

      現(xiàn)在大部分家庭都會(huì)使用無(wú)線路由器,當(dāng)我們配置好了無(wú)線路由器以后,那么你知道路由器無(wú)線信號(hào)連接的方法嗎?下面是學(xué)習(xí)啦小編整理的一些關(guān)于路由器

    • 連接路由器后網(wǎng)速變慢怎么辦
      連接路由器后網(wǎng)速變慢怎么辦

      有些時(shí)候我們可能換了一個(gè)路由器或者連接了路由器之后網(wǎng)速就變慢了,那么你知道連接路由器后網(wǎng)速慢的解決方法嗎?下面是學(xué)習(xí)啦小編整理的一些關(guān)于連

    • 關(guān)機(jī)卡在Windows正在關(guān)閉界面原因分析
      關(guān)機(jī)卡在Windows正在關(guān)閉界面原因分析

      關(guān)機(jī)卡在Windows正在關(guān)閉界面怎么辦?學(xué)習(xí)啦小編為大家總結(jié)了一些關(guān)機(jī)卡在Windows正在關(guān)閉界面的原因,供大家參考! 關(guān)機(jī)卡在Windows正在關(guān)閉界面原因分析

    601014