Experimental Analysis of PPP, DDR, and Multilink configuration (1)

Source: Internet
Author: User

After learning the foundation of the PPP protocol, we have a new understanding of its concept and authentication content. Today, we will mainly explain the experiment content on configuring PPP authentication, DDR, and Multilink to gain a deeper understanding of the configuration skills of ISDN and dial-up networks.

1. Tutorial Purpose

Through this experiment, you can master the following skills:

Configure ppp chap authentication;

Configure dialer map;

Configure DDR

Configure Multilink;

View and monitor related information.

2. device requirements

The device requirements in this experiment are exactly the same as those in Experiment 1. For more information, see Experiment 1.

3. topology and Configuration

The topological structure of this experiment is 7-2. R1 and R2 routers connect one isdn bri line respectively.

To configure the DDR, create an API (L0) on R1 and R2 respectively ).

The IP addresses of BRI interfaces, L0 interfaces, and ISDN numbers of the connected routers are marked in Figure 7-2.

The experiment requires that R1 and R2 be configured to connect the network segments from 10.1.1.0/24 to 10.1.2.0/24 and provide the security of the dial-up connection, use the corresponding command to implement the 128 kbit/s connection bandwidth between R1 and R2.

4. Experiment configuration and monitoring results

The experiment uses the DDR, PPP authentication, and PPP Multilink technologies. Let's look at how to configure a router to meet the requirements of the experiment.

Configuration list 7-2 is the specific configuration of R1 and R2.

Configuration list 7-2 configure DDR, PPP authentication, and ppp Multilink

Section 1st: configuration list of R1

 
 
  1. R1#sh run  
  2. Building configuration... 
 
 
  1. Current configuration : 2752 bytes  
  2. !  
  3. version 12.1  
  4. service timestamps debug uptime  
  5. service timestamps log uptime  
  6. no service password-encryption  
  7. !  
  8. hostname R1  
  9. username R2 password 0 cisco  
  10. !  
  11. ip subnet-zero  
  12. no ip domain-lookup  
  13. isdn switch-type basic-iietS  
  14. !  
  15. interface Loopback0  
  16. ip address 10.1.1.1255.255.255.0 
 
 
  1. interface BRIO  
  2. ip address 192.168.1.1255.255.255.0  
  3. encapsuSation ppp  
  4. dialer idle-timeout 300  
  5. dialer map ip 192.168.1.2 name R2 broadcast 80000002  
  6. dialer load-threshold 128  
  7. dialer-group 1  
  8. no cdp enable  
  9. ppp authentication chap  
  10. PPP multilink  
  11. !  
  12. ip classless  
  13. ip route 10.1.2.0 255.255.255.0 192.168.1.2  
  14. !  
  15. dialer-list 1 protocol ip permit  
  16. line con 0  
  17. transport input none  
  18. line aux 0  
  19. transport input all  
  20. line vty 0 4  
  21. login  
  22. !  
  23. end 

Section 2nd: R2 configuration list

 
 
  1. R2#sh run  
  2. Building configuration... 
 
 
  1. Current configuration : 1086 bytes  
  2. !  
  3. version 12.1  
  4. service timestamps debug uptime  
  5. service timestamps log uptime  
  6. no service password-encryption  
  7. service udp-small-servers  
  8. service tcp-small-servers  
  9. !  
  10. hostname R2  
  11. !  
  12. useriiame R1 password 0 cisco  
  13. !  
  14. ip subnet-zero  
  15. no ip finger  
  16. !  
  17. isdn switch-type basic"net3  
  18. !  
  19. interface Loopback0  
  20. ip address 10.1.2.1255.255.255.0  
  21. !  
  22. interface BRIO  
  23. ip address 192.168.1.2 255.255.255.0  
  24. encapsiiSation ppp  
  25. dialer idle-timeout 300  
  26. dialer map ip 192.168.1.1 name Rl broadcast 80000001  
  27. dialer load-threshold 128  
  28. dialer-group 1  
  29. no cdp enable  
  30. ppp authentication chap  
  31. ppp multilink  
  32. !  
  33. ip classless  
  34. ip route 10.1.1.0 255.255.255.0 192.168.1.1  
  35. !  
  36. dialer-list 1 protocol ip permit  
  37. !  
  38. line con 0  
  39. transport input none  
  40. line aux 0  
  41. transport input all  
  42. line vty 0 4  
  43. login  
  44. !  
  45. 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.