中文字幕在线一区二区在线,久久久精品免费观看国产,无码日日模日日碰夜夜爽,天堂av在线最新版在线,日韩美精品无码一本二本三本,麻豆精品三级国产国语,精品无码AⅤ片,国产区在线观看视频

      解析驗(yàn)證EIGRP STUB區(qū)域

      時間:2024-08-28 05:03:26 網(wǎng)絡(luò)技術(shù) 我要投稿
      • 相關(guān)推薦

      解析驗(yàn)證EIGRP STUB區(qū)域

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

        我們先在這3太路由器上全部啟用EIGRP 10 ,所有的接口都參與到EIGRP 10 在沒有設(shè)置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

        下面,我們開始試驗(yàn),在Rc上沒有設(shè)置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發(fā)送查詢)

        *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發(fā)送查查詢)

        *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

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

        我們先把RB上的loopback 0 打開,讓網(wǎng)絡(luò)回到正常的收斂

        Rb(config-it)# int lo 0

        Rb(config-it)#no sh

        然后把RC設(shè)置成STUB區(qū)域

        RC(config)#router ei 100

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

        再關(guān)掉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發(fā)送查詢)

        *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

        自始至終沒有發(fā)現(xiàn)去往Rc的查詢消息,所以,EIGRP的 STUB區(qū)域驗(yàn)證成功。

      【解析驗(yàn)證EIGRP STUB區(qū)域】相關(guān)文章:

      華為認(rèn)證考試輔導(dǎo):stub、nssa區(qū)域配置10-13

      EIGRP帶寬實(shí)例配置09-19

      EIGRP協(xié)議理論詳解06-28

      XMLSchema驗(yàn)證11-05

      oracle口令文件驗(yàn)證與操作系統(tǒng)驗(yàn)證設(shè)置技巧10-30

      如何驗(yàn)證你的創(chuàng)業(yè)想法?07-21

      HTML validate HTML驗(yàn)證特點(diǎn)09-04

      ASP加法驗(yàn)證碼代碼07-01

      SEO優(yōu)化的技術(shù)手段和效果驗(yàn)證策略09-10

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

      主站蜘蛛池模板: 西西人体大胆视频无码| 越西县| 国产精品无码久久久久久蜜臀AV| 辽源市| 龙陵县| 久久丁香花综合狼人| 日本高清一区二区三区视频| 老熟女熟妇嗷嗷叫91| 精品在免费线中文字幕久久| 日韩激情网| 中文字幕精品一二三区| 国产三级在线看完整版| 91尤物在线看| 素人系列免费在线观看| 亚洲国产精品久久久性色av| 国产成人精品亚洲日本在| 沈丘县| 独山县| 博乐市| 平凉市| 平罗县| 临夏县| 东乡族自治县| 梓潼县| 佳木斯市| 科技| 国产激情一区二区三区在线蜜臀| 繁峙县| 页游| 亚洲va精品va国产va| av在线观看亚洲天堂| www.久久av.com| 久久亚洲第一视频黄色| 老熟女一区二区免费| 四虎无码精品a∨在线观看| av在线观看亚洲天堂| 国产人妖赵恩静在线视频| 久久精品中文字幕久久| 国产精品爽爽VA吃奶在线观看 | 国产成人精品一区二区| 精品人妻一区二区三区蜜桃|