Definition of PPP Multilink

Source: Internet
Author: User

PPP Multilink, which requires our attention and knowledge in PPP protocol learning. I believe you have mastered the concept of PPP Multilink. Here we will focus on the configuration of PPP Multilink. So this article uses two E1 bindings to implement 4 m data transmission. Now we will write the document for your reference.

Network Configuration

Ciscisco3640 vro:

 
 
  1. dyjrtlo(config)#controller e1 3/0  
  2. dyjrtlo(config-controller)#framing no-crc4  
  3. dyjrtlo(config-controller)#linecode hdb3  
  4. dyjrtlo(config-controller)#channel-group 0 timeslots 1-31  
  5. dyjrtlo(config-controller)#exit  
  6. dyjrtlo(config)#controller e1 3/1  
  7. dyjrtlo(config-controller)#framing no-crc4  
  8. dyjrtlo(config-controller)#linecode hdb3  
  9. dyjrtlo(config-controller)#channel-group 0 timeslots 1-31  
  10. dyjrtlo(config-controller)#exit  
  11. dyjrtlo(config)#interface multilink 1  
  12. dyjrtlo(config-if)#ip address 132.100.19.70 255.255.255.252  
  13. dyjrtlo(config-if)#ppp multilink  
  14. dyjrtlo(config-if)#multilink-group 1  
  15. dyjrtlo(config-if)#no ppp multilink fragmentation  
  16. dyjrtlo(config-if)#ip Access-group 101 in  
  17. dyjrtlo(config-if)#exit  
  18. dyjrtlo(config)#interface s 3/0:0  
  19. dyjrtlo(config-if)#no ip address   
  20. dyjrtlo(config-if)#no ip access-group 101 in  
  21. dyjrtlo(config-if)#encapsulation ppp  
  22. dyjrtlo(config-if)#ppp multilink  
  23. dyjrtlo(config-if)#multilink-group 1  
  24. dyjrtlo(config-if)#exit  
  25. dyjrtlo(config)#interface s 3/1:0  
  26. dyjrtlo(config-if)#no ip address   
  27. dyjrtlo(config-if)#encapsulation ppp  
  28. dyjrtlo(config-if)#ppp multilink  
  29. dyjrtlo(config-if)#multilink-group 1  
  30. dyjrtlo(config-if)#exit  
  31. dyjrtlo#wr 

Cisco3640 vro in OMC Data Center:

 
 
  1. dzjrt1o(config)#controller e1 0/1  
  2. dzjrt1o(config-controller)#framing no-crc4  
  3. dzjrt1o(config-controller)#linecode hdb3  
  4. dzjrt1o(config-controller)#channel-group 0 timeslots 1-31  
  5. dzjrt1o(config-controller)#exit  
  6. dzjrt1o(config)#controller e1 2/1  
  7. dzjrt1o(config-controller)#framing no-crc4  
  8. dzjrt1o(config-controller)#linecode hdb3  
  9. dzjrt1o(config-controller)#channel-group 0 timeslots 1-31  
  10. dzjrt1o(config-controller)#exit  
  11. dzjrtlo(config)#interface multilink 1  
  12. dzjrtlo(config-if)#ip address 132.100.19.69 255.255.255.252  
  13. dzjrtlo(config-if)#ppp multilink  
  14. dzjrtlo(config-if)#multilink-group 1  
  15. dzjrtlo(config-if)#no ppp multilink fragmentation  
  16. dzjrtlo(config-if)#ip access-group 101 in  
  17. dzjrtlo(config-if)#exit  
  18. dzjrtlo(config)#interface s 2/1:0  
  19. dzjrtlo(config-if)#no ip address   
  20. dzjrtlo(config-if)#no ip access-group 101 in  
  21. dzjrtlo(config-if)#encapsulation ppp  
  22. dzjrtlo(config-if)#ppp multilink  
  23. dzjrtlo(config-if)#multilink-group 1  
  24. dzjrtlo(config-if)#exit  
  25. dzjrtlo(config)#interface s 0/1:0  
  26. dzjrtlo(config-if)#no ip address   
  27. dzjrtlo(config-if)#encapsulation ppp  
  28. dzjrtlo(config-if)#ppp multilink  
  29. dzjrtlo(config-if)#multilink-group 1  
  30. dzjrtlo(config-if)#exit  
  31. dzjrtlo#wr 

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.