Instance resolution verification in the glasstub Region

Source: Internet
Author: User

China site STUBAfter the region is set, the router will not send a query message to the STUB region when the route entry is lost. In the top area above, we can make the Rc into the STUB region, if the Rb loop0 port is down, the Rb will not send a query message to the Rc. We first enable all the vrouters of the three routers, and all the interfaces are involved. When the stub is not set, the route table is obtained as follows:

 
 
  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 

Next, let's start the experiment. When stub is not set on Rc, open debug on Rb.

 
 
  1. RB # debug OSPF packets query
  2. RB vintage 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: KERBEROS: Enqueueing QUERY on serial/1 iidbQ un/rely 0/1 serno 6-6
  10. * Mar 1 00:16:38. 591: KERBEROS: Enqueueing QUERY on serial/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: KERBEROS: Sending QUERY on serial/1 nbr 12.1.1.1 send QUERY to RA)
  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: KERBEROS: Enqueueing QUERY on serial/2 iidbQ un/rely 0/1 serno 6-6
  14. * Mar 1 00:16:38. 611: KERBEROS: Enqueueing QUERY on serial/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: KERBEROS: Sending QUERY on serial/2 nbr 23.1.1.1 send QUERY to RC)
  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

We can see that when stub is not set, Rb will send query messages to RA and Rc. Next we will make Rc into the STUB area.

First, we open the loopback 0 on RB to bring the network back to normal convergence.

 
 
  1. Rbconfig-it)# int lo 0  
  2. Rbconfig-it)#no sh 

Then, set RC to the STUB area.

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

Turn off the loopback 0 on RB.

Let's look at the RB query:

 
 
  1. * Mar 1 00:28:13. 139: KERBEROS: Enqueueing QUERY on serial/2 iidbQ un/rely 0/1 serno 9-9
  2. * Mar 1 00: 28:13. 143: KERBEROS: Enqueueing QUERY on serial/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: KERBEROS: Enqueueing QUERY on serial/1 iidbQ un/rely 0/1 serno 9-9
  4. * Mar 1 00: 28:13. 155: KERBEROS: Enqueueing QUERY on serial/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: KERBEROS: Sending QUERY on serial/1 nbr 12.1.1.1 send QUERY to RA)
  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: KERBEROS: Replicated ed QUERY on serial/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

No query message to the Rc was found from beginning to end.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.