Instance resolution (1)

Source: Internet
Author: User

China siteFloating SummaryRoutingThe configuration process is as follows:

Topology of the floating summary routing configuration of the MongoDB instance

Interface connection of the routing configuration of the floating Summary of the VPN using the VPN gateway

 
 
  1. Router1 S0/0 <----> Router2 S0/0  
  2. Router2 S0/1 <----> Router3 S0/0  
  3. Router1 S0/1 <----> Router4 S0/0  
  4. Router3 S0/1 <----> Router4 S0/1  
  5. VPCS V0/1 <----> Router1 E1/0  
  6. VPCS V0/2 <----> Router3 E1/0 

Principle of the floating summary routing configuration of the MongoDB instance

Run the OSPF routing protocol on R1 \ R2 \ R3 \ R4. R4 publishes a 0.0.0.0 0.0.0.0 summary route to R3 through S0/1, and sets the Management Distance of this floating route to 250, so when the network is connected, the route that reaches the network segment 200.1.1.0/24 on R3 goes through R2, and when the link between R2 and R3 fails, data packets sent to 200.1.1.0/24 through R3 are transmitted through the R4R3 topology table. The default route is changed from A to P)

Key configurations of the floating summary routing configuration of VPN gateway

 
 
  1. R1:  
  2. interface Serial0/0  
  3. ip address 192.168.1.1 255.255.255.0  
  4. serial restart-delay 0  
  5. !  
  6. interface Serial0/1  
  7. ip address 192.168.3.1 255.255.255.0  
  8. serial restart-delay 0  
  9. !  
  10. interface Ethernet1/0  
  11. ip address 200.1.1.254 255.255.255.0  
  12. half-duplex  
  13. !  
  14. router eigrp 100  
  15. network 192.168.1.0  
  16. network 192.168.3.0  
  17. network 200.1.1.0  
  18. no auto-summary 

R2 and R3 are omitted. Configure the interface IP address and routing protocol by referring to R1. Focus on the configuration of R4.

 
 
  1. R4:
  2. Interface Serial0/0
  3. Ip address 192.168.3.2 255.255.255.0
  4. Serial restart-delay 0
  5. !
  6. Interface Serial0/1
  7. Ip address 192.168.4.1 255.255.255.0
  8. Ip summary-address subnet 100 0.0.0.0 0.0.0.0 250 is routed to R3 through the default route, and the Management Distance is higher than the default value of OSPF )!
  9. Router VPN 100
  10. Network 192.168.3.0
  11. Network 192.168.4.0
  12. Auto-summary


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.