自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

實例解析驗證EIGRP STUB 區(qū)域

網(wǎng)絡 網(wǎng)絡管理
本文向大家展示的是一個驗證EIGRP STUB 區(qū)域的實驗,意在讓大家深刻的理解EIGRP STUB 區(qū)域,希望可以達到幫助大家的效果。

EIGRP STUB區(qū)域設置了之后,路由器在丟失路由條目的時候不會向 STUB區(qū)域發(fā)查詢消息,在上述top中我們可以把Rc做成 STUB區(qū)域,假如Rb的loop0 口down掉了之后,Rb不會向Rc發(fā)送查詢消息。我們先在這3太路由器上全部啟用EIGRP 10 ,所有的接口都參與到EIGRP 10 在沒有設置stub的時候,得到路由表如下:

  1. RA:  
  2. 1.0.0.0/24 is subnetted, 1 subnets  
  3. C       1.1.1.0 is directly connected, Loopback0  
  4. 2.0.0.0/24 is subnetted, 1 subnets  
  5. D       2.2.2.0 [90/2297000] via 12.1.1.2, 00:01:26, Serial2/1  
  6. 3.0.0.0/24 is subnetted, 1 subnets  
  7. D       3.3.3.0 [90/2297000] via 12.1.1.2, 00:00:37, Serial2/1  
  8. 23.0.0.0/30 is subnetted, 1 subnets  
  9. D       23.1.1.0 [90/2297000] via 12.1.1.2, 00:01:26, Serial2/1  
  10. 12.0.0.0/30 is subnetted, 1 subnets  
  11. C       12.1.1.0 is directly connected, Serial2/1 

 

 

  1. Rb:  
  2. 1.0.0.0/24 is subnetted, 1 subnets  
  3. D       1.1.1.0 [90/2297000] via 12.1.1.1, 00:02:30, Serial2/1  
  4. 2.0.0.0/24 is subnetted, 1 subnets  
  5. C       2.2.2.0 is directly connected, Loopback0  
  6. 3.0.0.0/24 is subnetted, 1 subnets  
  7. D       3.3.3.0 [90/2297000] via 23.1.1.1, 00:01:41, Serial2/2  
  8. 23.0.0.0/30 is subnetted, 1 subnets  
  9. C       23.1.1.0 is directly connected, Serial2/2  
  10. 12.0.0.0/30 is subnetted, 1 subnets  
  11. C       12.1.1.0 is directly connected, Serial2/1 

 

 

  1. Rc:  
  2. 1.0.0.0/24 is subnetted, 1 subnets  
  3. D       1.1.1.0 [90/2297000] via 23.1.1.2, 00:02:06, Serial2/2  
  4. 2.0.0.0/24 is subnetted, 1 subnets  
  5. D       2.2.2.0 [90/2297000] via 23.1.1.2, 00:02:06, Serial2/2  
  6. 3.0.0.0/24 is subnetted, 1 subnets  
  7. C       3.3.3.0 is directly connected, Loopback0  
  8. 23.0.0.0/30 is subnetted, 1 subnets  
  9. C       23.1.1.0 is directly connected, Serial2/2  
  10. 12.0.0.0/30 is subnetted, 1 subnets  
  11. D       12.1.1.0 [90/2297000] via 23.1.1.2, 00:02:06, Serial2/2 

 

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

  1. RB#debug eigrp packets query  
  2. RB EIGRP Packets debugging is on  
  3. (QUERY)  
  4. RB#config t  
  5. Enter configuration commands, one per line.  End with CNTL/Z.  
  6. RB(config)#  
  7. RB(config)#int loopback 0  
  8. RB(config-if)#shu  
  9. *Mar  1 00:16:38.587: EIGRP: Enqueueing QUERY on Serial2/1 iidbQ un/rely 0/1 serno 6-6  
  10. *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  
  11. *Mar  1 00:16:38.599: EIGRP: Sending QUERY on Serial2/1 nbr 12.1.1.1  (向RA發(fā)送查詢)  
  12. *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  
  13. *Mar  1 00:16:38.607: EIGRP: Enqueueing QUERY on Serial2/2 iidbQ un/rely 0/1 serno 6-6  
  14. *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  
  15. *Mar  1 00:16:38.619: EIGRP: Sending QUERY on Serial2/2 nbr 23.1.1.1  (向RC發(fā)送查查詢)  
  16. *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發(fā)送查詢消息。下面我們把Rc做成 STUB區(qū)域.

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

  1. Rb(config-it)# int lo 0  
  2. Rb(config-it)#no sh 

 

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

  1. RC(config)#router ei 100  
  2. RC(config-router)#eigrp stub receive-only 

 

再關掉RB上的loopback 0

再來看RB的查詢情況:

  1. *Mar  1 00:28:13.139: EIGRP: Enqueueing QUERY on Serial2/2 iidbQ un/rely 0/1 serno 9-9  
  2. *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  
  3. *Mar  1 00: 28:13.151: EIGRP: Enqueueing QUERY on Serial2/1 iidbQ un/rely 0/1 serno 9-9  
  4. *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  
  5. *Mar  1 00: 28:13.163: EIGRP: Sending QUERY on Serial2/1 nbr 12.1.1.1 (向RA發(fā)送查詢)  
  6. *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  
  7. *Mar  1 00: 28:13.351: EIGRP: Received QUERY on Serial2/2 nbr 23.1.1.1  
  8. RB(config-if)#  
  9. *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ū)域驗證成功。

【編輯推薦】

  1. 實例解析EIGRP浮動匯總路由配置
  2. 路由器的POS接入技術及解決方案
  3. 路由器日志信息記錄的配置方法 續(xù)
  4. 初學者必看:CISCO路由器教程講解
  5. 詳細講解路由器設置 讓安全陪伴左右 
責任編輯:佚名 來源: Cisco技術網(wǎng)
相關推薦

2011-08-16 11:37:27

EIGRP帶寬

2011-04-13 11:27:28

EIGRP路由

2011-08-16 11:22:09

EIGRP幀中繼

2010-08-09 14:36:12

華為stub nssa

2010-06-11 17:12:28

EIGRP路由協(xié)議

2022-03-18 15:55:15

鴻蒙操作系統(tǒng)架構

2011-04-13 11:16:10

路由器WCCPWeb

2025-02-18 12:00:00

ROIPython計算機視覺

2010-09-25 12:54:24

JVM內(nèi)存

2010-08-02 09:43:00

Flex應用

2013-12-19 09:43:43

2009-09-23 15:12:41

Hibernate視圖

2011-04-02 11:02:24

2011-04-07 13:09:03

明文驗證

2009-09-09 14:40:15

C# XML解析

2011-09-07 17:54:40

Android Wid開發(fā)

2009-02-11 09:52:00

服務器故障

2010-09-13 16:24:39

2013-02-20 15:29:00

JSONAndroid開發(fā)

2011-04-02 16:36:52

NAT
點贊
收藏

51CTO技術棧公眾號