R621 PPPoE configuration code

Source: Internet
Author: User

In the previous article, we introduced how to use the acs server to authenticate PPPOE configuration. I believe you have some knowledge about PPPoE configuration. Here we will mainly introduce the R621 PPPOE configuration. I hope this configuration content will help you.

R621 PPPOE Configuration:

 
 
  1. Red-Giant#show run  
  2. Building configuration...  
  3.  
  4. Current configuration:  
  5. !  
  6. !  
  7. hostname "Red-Giant"  
  8. !  
  9. !  
  10. ip subnet-zero  
  11. !  
  12. interface Ethernet0  
  13. no ip address  
  14. pppoe enable  
  15. pppoe-client dial-pool-number 10 dial-on-demand  
  16. !  
  17. interface FastEthernet0  
  18. ip address 192.168.0.1 255.255.255.0  
  19. ip mtu 1488  
  20. ip nat inside  
  21. !  
  22. interface Serial0  
  23. no ip address  
  24. shutdown  
  25. !  
  26. interface Dialer0  
  27. mtu 1488  
  28. ip address negotiate  
  29. encapsulation ppp  
  30. ip nat outside  
  31. dialer pool 10  
  32. dialer idle-timeout 1200  
  33. dialer-group 1  
  34. ppp authentication pap chap  
  35. ppp chap hostname gslzstar  
  36. ppp chap password 7 11013304001A5977436B  
  37. ppp pap sent-username username password 7 072D172E0742735343  
  38. !  
  39. ip nat inside source list 1 interface Dialer0 overload  
  40. ip classless  
  41. ip route 0.0.0.0 0.0.0.0 Dialer0  
  42. access-list 1 permit any  
  43. dialer-list 1 protocol ip permit  
  44. !  
  45. line con 0  
  46. line aux 0  
  47. line vty 0 4  
  48. login  
  49. !  
  50. end  

We will introduce the specific code of R621 PPPOE configuration here, hoping to provide some reference for you.

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.