In-depth analysis of Cisco router configuration instances

Source: Internet
Author: User

By understanding Cisco router configuration instances, we believe that users who use Cisco routers will have a better understanding of Route configuration. Cisco vro configuration instance-the use of Reverse Multiplexing with the development of the information age, digital lines provide many excellent features, such as fast speed, stable performance, and reasonable price, the data transmission media is in the ascendant and growing at an astonishing speed, and has a dominant position.

However, due to the technical reasons of the access device, the rental fee of the Digital Line cannot increase proportionally according to the actual bandwidth of the leased line, but is much higher than the actual bandwidth increase ratio. For example, the monthly rental fee of a 2 M Digital Line is 100000 Yuan/month. The monthly rental fee of a 8 M Digital Circuit at this price should be 400000 yuan/month, but it is actually quite different. In addition, because the price difference between 2 m photon panels and 8 m photon panels is large, many users are also discouraged. Furthermore, because the access capability of the line provider is limited, they may not be able to provide such bandwidth lines as 4 M and 8 M. Various situations indicate that the dial-out problem of large bandwidth lines has severely restricted users' demand for higher bandwidth.

The emergence of the problem will inevitably lead to corresponding solutions to the problem. One of the simplest and most direct methods is to use multiple low-bandwidth 2 M lines to meet the user's needs for high-bandwidth 8 M lines. However, new problems are born again. Theoretically, four 2 m lines equals one 8 m line, but in practical application, such a mathematical equation is not true. The problem must be solved by line multiplexing. However, the price of multiplead is eye-catching and is unacceptable to users.

The real problems are once again in front of us. We must find a different way to solve the problem, with the support of the technology network user Guangzhou Information Center, we finally found the answer on the Cisco router configuration instance: the "Inverse MUX Application using Multilink PPP" function of the Cisco router provides the best way to solve this problem. Next we will use a simple example to further describe the usage of this function:

 
 
  1. RouterA RouterB  
  2. hostname RouterA  
  3. username RouterB passWord abc  
  4. ip subnet-zero  
  5. multilink virtual-template 1  
  6. !  
  7. interface Virtual-Template1  
  8. ip unnumbered Ethernet0  
  9. ppp authentication chap  
  10. ppp multilink  
  11. !  
  12. interface Serial0  
  13. no ip address  
  14. encapsulation ppp  
  15. no fair-queue  
  16. ppp multilink  
  17. pulse-time 3  
  18. !  
  19. interface Serial1  
  20. hostname RouterB  
  21. username RouterA password abc  
  22. ip subnet-zero  
  23. multilink virtual-template 1  
  24. !  
  25. interface Virtual-Template1  
  26. ip unnumbered Ethernet0  
  27. ppp authentication chap  
  28. ppp multilink  
  29. !  
  30. interface Serial0  
  31. no ip address  
  32. encapsulation ppp  
  33. no fair-queue  
  34. ppp multilink  
  35. pulse-time 3  
  36. !  
  37. interface Serial1  
  38. no ip address  
  39. encapsulation ppp  
  40. no fair-queue  
  41. ppp multilink  
  42. pulse-time 3  
  43. !  
  44. interface Serial2  
  45. no ip address  
  46. encapsulation ppp  
  47. no fair-queue  
  48. ppp multilink  
  49. pulse-time 3  
  50. !  
  51. interface Serial3  
  52. no ip address  
  53. encapsulation ppp  
  54. no fair-queue  
  55. ppp multilink  
  56. pulse-time 3  
  57. !  
  58. interface Ethernet0  
  59. ip address 10.17.1.254 255.255.255.0  
  60. !  
  61. router ripnetwork 10.0.0.0  
  62. !  
  63. end  
  64. no ip address  
  65. encapsulation ppp  
  66. no fair-queue  
  67. ppp multilink  
  68. pulse-time 3  
  69. !  
  70. interface Serial2  
  71. no ip address  
  72. encapsulation ppp  
  73. no fair-queue  
  74. ppp multilink  
  75. pulse-time 3  
  76. !  
  77. interface Serial3  
  78. no ip address  
  79. encapsulation ppp  
  80. no fair-queue  
  81. ppp multilink  
  82. pulse-time 3  
  83. !  
  84. interface Ethernet0  
  85. ip address 10.17.2.254 255.255.255.0  
  86. !  
  87. router ripnetwork 10.0.0.0  
  88. !  
  89. end  
  90.  

Through this method, we can combine multiple low-bandwidth lines into one line and transmit data through the Virtual port Virtual-Template 1. According to the instance configuration of the Cisco router, we will find that when the port status is displayed as sh interface), an additional port Virtual-Access 1 is displayed out of thin air, the data traffic on this port is equal to the total traffic on each actual port, and the data traffic is evenly allocated to each actual port. To merge low-bandwidth lines.
 

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.