2600 Analysis of vropppppoe settings

Source: Internet
Author: User

PPPoE has always been a key point in vro settings. Today, we will analyze and introduce the PPPoE setting process on the 2600 router. First, we will take a look at the configured network environment based on the network topology, and then parse the specific code.

2600 the topology of the PPPoE configuration on the vroppis as follows:

2600 vropppppoe setting command:

 
 
  1. hostname pooh  
  2. ip host rund 172.17.247.195  
  3. !  
  4. ip subnet-zero  
  5. no ip domain-lookup  
  6. !  
  7. vpdn enable  
  8. no vpdn logging  
  9. !  
  10. vpdn-group 1  
  11. request-dialin  
  12. protocol pppoe  
  13. !  
  14. !  
  15. !  
  16. !  
  17. interface Ethernet0/0  
  18. ip address 10.200.56.22 255.255.255.0  
  19. ip nat inside  
  20. no ip mroute-cache  
  21. !  
  22. !  
  23. !  
  24. !  
  25. interface Ethernet0/1  
  26. no ip address  
  27. pppoe enable  
  28. pppoe-client dial-pool-number 1  
  29. !  
  30. interface Dialer1  
  31. ip address negotiated  
  32. ip nat outside  
  33. ip mtu 1492  
  34. encapsulation ppp  
  35. no ip mroute-cache  
  36. dialer pool 1  
  37. dialer-group 1  
  38. ppp authentication pap  
  39. ppp pap sent-username cisco password cisco1  
  40. !  
  41. ip classless  
  42. no ip http server  
  43. !  
  44. dialer-list 1 protocol ip permit  
  45. ip nat inside source list 1 interface Dialer1 overload  
  46. ip route 0.0.0.0 0.0.0.0 dialer1  
  47. access-list 1 permit 10.200.56.0 0.0.0.255  
  48. !  
  49. line con 0  
  50. exec-timeout 0 0  
  51. transport input none  
  52. line vty 0 4  
  53. login  
  54. password ww  
  55. !  
  56. end 

2600 the PPPoE configuration of the vroppis complete.

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.