<dfn id="w48us"></dfn><ul id="w48us"></ul>
  • <ul id="w48us"></ul>
  • <del id="w48us"></del>
    <ul id="w48us"></ul>
  • 解析驗證EIGRP STUB區域

    時間:2024-08-28 05:03:26 網絡技術 我要投稿
    • 相關推薦

    解析驗證EIGRP STUB區域

      IGRP STUB區域設置了之后,路由器在丟失路由條目的時候不會向 STUB區域發查詢消息,在上述top中我們可以把Rc做成 STUB區域,假如Rb的loop0 口down掉了之后,Rb不會向Rc發送查詢消息。下面是小編帶來的實例,歡迎學習!

      我們先在這3太路由器上全部啟用EIGRP 10 ,所有的接口都參與到EIGRP 10 在沒有設置stub的時候,得到路由表如下:

      RA:

      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

      D 2.2.2.0 [90/2297000] via 12.1.1.2, 00:01:26, Serial2/1

      3.0.0.0/24 is subnetted, 1 subnets

      D 3.3.3.0 [90/2297000] via 12.1.1.2, 00:00:37, Serial2/1

      23.0.0.0/30 is subnetted, 1 subnets

      D 23.1.1.0 [90/2297000] via 12.1.1.2, 00:01:26, Serial2/1

      12.0.0.0/30 is subnetted, 1 subnets

      C 12.1.1.0 is directly connected, Serial2/1

      Rb:

      1.0.0.0/24 is subnetted, 1 subnets

      D 1.1.1.0 [90/2297000] via 12.1.1.1, 00:02:30, Serial2/1

      2.0.0.0/24 is subnetted, 1 subnets

      C 2.2.2.0 is directly connected, Loopback0

      3.0.0.0/24 is subnetted, 1 subnets

      D 3.3.3.0 [90/2297000] via 23.1.1.1, 00:01:41, Serial2/2

      23.0.0.0/30 is subnetted, 1 subnets

      C 23.1.1.0 is directly connected, Serial2/2

      12.0.0.0/30 is subnetted, 1 subnets

      C 12.1.1.0 is directly connected, Serial2/1

      Rc:

      1.0.0.0/24 is subnetted, 1 subnets

      D 1.1.1.0 [90/2297000] via 23.1.1.2, 00:02:06, Serial2/2

      2.0.0.0/24 is subnetted, 1 subnets

      D 2.2.2.0 [90/2297000] via 23.1.1.2, 00:02:06, Serial2/2

      3.0.0.0/24 is subnetted, 1 subnets

      C 3.3.3.0 is directly connected, Loopback0

      23.0.0.0/30 is subnetted, 1 subnets

      C 23.1.1.0 is directly connected, Serial2/2

      12.0.0.0/30 is subnetted, 1 subnets

      D 12.1.1.0 [90/2297000] via 23.1.1.2, 00:02:06, Serial2/2

      下面,我們開始試驗,在Rc上沒有設置stub的時候,在Rb上打開debug

      RB#debug eigrp packets query

      RB EIGRP Packets debugging is on

      (QUERY)

      RB#config t

      Enter configuration commands, one per line. End with CNTL/Z.

      RB(config)#

      RB(config)#int loopback 0

      RB(config-if)#shu

      *Mar 1 00:16:38.587: EIGRP: Enqueueing QUERY on Serial2/1 iidbQ un/rely 0/1 serno 6-6

      *Mar 1 00:16:38.591: EIGRP: Enqueueing QUERY on Serial2/1 nbr 12.1.1.1 iidbQ un/rely 0/0 peerQ un/rely 0/0 serno 6-6

      *Mar 1 00:16:38.599: EIGRP: Sending QUERY on Serial2/1 nbr 12.1.1.1 (向RA發送查詢)

      *Mar 1 00:16:38.603: AS 10, Flags 0x0, Seq 10/3 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/1 serno 6-6

      *Mar 1 00:16:38.607: EIGRP: Enqueueing QUERY on Serial2/2 iidbQ un/rely 0/1 serno 6-6

      *Mar 1 00:16:38.611: EIGRP: Enqueueing QUERY on Serial2/2 nbr 23.1.1.1 iidbQ un/rely 0/0 peerQ un/rely 0/0 serno 6-6

      *Mar 1 00:16:38.619: EIGRP: Sending QUERY on Serial2/2 nbr 23.1.1.1 (向RC發送查查詢)

      *Mar 1 00:16:38.623: AS 10, Flags 0x0, Seq 11/3 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/1 serno 6-6

      可以看到,沒有設置stub的時候 Rb會向RA和 Rc發送查詢消息。下面我們把Rc做成 STUB區域.

      我們先把RB上的loopback 0 打開,讓網絡回到正常的收斂

      Rb(config-it)# int lo 0

      Rb(config-it)#no sh

      然后把RC設置成STUB區域

      RC(config)#router ei 100

      RC(config-router)#eigrp stub receive-only

      再關掉RB上的loopback 0

      再來看RB的查詢情況:

      *Mar 1 00:28:13.139: EIGRP: Enqueueing QUERY on Serial2/2 iidbQ un/rely 0/1 serno 9-9

      *Mar 1 00: 28:13.143: EIGRP: Enqueueing QUERY on Serial2/2 nbr 23.1.1.1 iidbQ un/rely 0/0 peerQ un/rely 0/0 serno 9-9

      *Mar 1 00: 28:13.151: EIGRP: Enqueueing QUERY on Serial2/1 iidbQ un/rely 0/1 serno 9-9

      *Mar 1 00: 28:13.155: EIGRP: Enqueueing QUERY on Serial2/1 nbr 12.1.1.1 iidbQ un/rely 0/0 peerQ un/rely 0/0 serno 9-9

      *Mar 1 00: 28:13.163: EIGRP: Sending QUERY on Serial2/1 nbr 12.1.1.1 (向RA發送查詢)

      *Mar 1 00: 28:13.163: AS 10, Flags 0x0, Seq 19/8 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/1 serno 9-9

      *Mar 1 00: 28:13.351: EIGRP: Received QUERY on Serial2/2 nbr 23.1.1.1

      RB(config-if)#

      *Mar 1 00: 28:13.355: AS 10, Flags 0x0, Seq 11/21 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0

      自始至終沒有發現去往Rc的查詢消息,所以,EIGRP的 STUB區域驗證成功。

    【解析驗證EIGRP STUB區域】相關文章:

    華為認證考試輔導:stub、nssa區域配置10-13

    EIGRP帶寬實例配置09-19

    EIGRP協議理論詳解06-28

    XMLSchema驗證11-05

    oracle口令文件驗證與操作系統驗證設置技巧10-30

    如何驗證你的創業想法?07-21

    HTML validate HTML驗證特點09-04

    ASP加法驗證碼代碼07-01

    SEO優化的技術手段和效果驗證策略09-10

    法語語法解析之指示代詞用法解析07-11

    主站蜘蛛池模板: 欧美一卡2卡3卡四卡海外精品| 蜜臀精品无码AV在线播放 | 久久精品无码一区二区app| 国内精品九九久久久精品| 久久久久久久亚洲精品 | 2020亚洲男人天堂精品| 伊人久久大香线蕉精品不卡| 久久久久九国产精品| 国产精品女人呻吟在线观看| 日韩欧国产精品一区综合无码| 国产精品视频第一区二区三区| 亚洲精品高清国产一线久久| 国产精品内射婷婷一级二| 91麻豆精品国产自产在线观看亚洲| 中文字幕久久精品| 日韩午夜高清福利片在线观看欧美亚洲精品suv| 93精91精品国产综合久久香蕉| 国产成人精品视频播放| 国内少妇偷人精品视频免费| 人妻精品久久久久中文字幕69 | 精品福利一区二区三区| 91精品国产综合久久四虎久久无码一级| 国产精品视频一区二区三区四 | 亚洲国产成人久久精品动漫| 国产精品欧美一区二区三区不卡| 国产人妖乱国产精品人妖| 蜜臀久久99精品久久久久久小说| 无码人妻精品一区二区三区东京热| 尤物yw午夜国产精品视频| 日韩专区亚洲精品欧美专区| 婷婷成人国产精品| 亚洲欧洲精品成人久久奇米网| 亚洲欧洲久久久精品| 一本一本久久aa综合精品| 亚洲精品二区国产综合野狼| 久久精品国产亚洲精品2020| 精品不卡一区二区| 999精品在线| 88久久精品无码一区二区毛片 | 亚洲国产主播精品极品网红| 自拍偷在线精品自拍偷|