Introduction to CISCO PPPoE Configuration

Source: Internet
Author: User

There are many vro settings. Here we will mainly explain the pppoe configuration. So today's router is a CISCO router. For details about the specific CISCO PPPoE configuration, refer to the following.

The configuration of CISCO PPPoE is as follows:

 
 
  1. Current configuration : 2496 bytes  
  2. !  
  3. version 12.2  
  4. service timestamps debug uptime  
  5. service timestamps log uptime  
  6. no service password-encryption  
  7. !  
  8. hostname Router  
  9. !  
  10. aaa new-model  
  11. !  
  12. !  
  13. aaa group server radius pppoe  
  14. server 10.72.253.16 auth-port 1645 acct-port 1646  
  15. server 10.72.253.50 auth-port 1645 acct-port 1646  
  16. !  
  17. aaa authentication ppp default group pppoe  
  18. aaa authorization network default group pppoe  
  19. aaa accounting network default start-stop group pppoe  
  20. aaa session-id common  
  21. enable secret 5 $1$GJzG$hcJHvS/UMgYIf.GP3Xc/H1  
  22. !  
  23. username cisco password 0 cisco  
  24. ip subnet-zero  
  25. !  
  26. !  
  27. no ip domain-lookup  
  28. ip domain-name jxtvnet  
  29. ip name-server 10.72.255.131  
  30. !  
  31. ip audit notify log  
  32. ip audit po max-events 100  
  33. ip ssh time-out 120  
  34. ip ssh authentication-retries 3  
  35. vpdn enable  
  36. !  
  37. vpdn-group PPPOE  
  38. accept-dialin  
  39. protocol pppoe  
  40. virtual-template 10  
  41. pppoe limit max-sessions 500  
  42. !  
  43. async-bootp dns-server 10.72.255.131 10.72.255.132  
  44. !  
  45. crypto mib ipsec flowmib history tunnel size 200  
  46. crypto mib ipsec flowmib history failure size 200  
  47. interface Loopback0  
  48. ip address 10.1.1.1 255.255.255.0  
  49. !  
  50. interface GigabitEthernet0/0  
  51. no ip address  
  52. duplex full  
  53. speed 100  
  54. media-type rj45  
  55. pppoe enable  
  56. !  
  57. interface GigabitEthernet0/0.1  
  58. encapsulation dot1Q 1 native  
  59. ip address 172.19.4.254 255.255.255.248  
  60. !  
  61. interface GigabitEthernet0/0.2  
  62. encapsulation dot1Q 2  
  63. pppoe enable  
  64. !  
  65. interface GigabitEthernet0/0.3  
  66. encapsulation dot1Q 3  
  67. pppoe enable  
  68. !  
  69. interface GigabitEthernet0/0.4  
  70. encapsulation dot1Q 4  
  71. ip address 172.19.4.193 255.255.255.224  
  72. !  
  73. interface GigabitEthernet0/0.507  
  74. encapsulation dot1Q 507  
  75. pppoe enable  
  76. !  
  77. interface GigabitEthernet0/0.699  
  78. encapsulation dot1Q 699  
  79. pppoe enable  
  80. !  
  81. interface GigabitEthernet0/0.701  
  82. encapsulation dot1Q 701  
  83. pppoe enable  
  84. !  
  85. interface GigabitEthernet0/1  
  86. ip address 172.19.4.2 255.255.255.252  
  87. duplex full  
  88. speed 100  
  89. media-type rj45  
  90. !  
  91. interface Virtual-Template10  
  92. mtu 1492  
  93. ip unnumbered GigabitEthernet0/1  
  94. no peer default ip address  
  95. ppp authentication chap  
  96. !  
  97. ip classless  
  98. ip route 0.0.0.0 0.0.0.0 172.19.4.1  
  99. no ip http server  
  100. ip pim bidir-enable  
  101. !  
  102. !  
  103. snmp-server community jxnc-tv-ro RO  
  104. snmp-server community jxnc-tv-rw RW  
  105. !  
  106. !  
  107. radius-server host 10.72.253.16 auth-port 1645 acct-port 1646 key cisco  
  108. radius-server host 10.72.253.50 auth-port 1645 acct-port 1646 key cisco  
  109. radius-server retransmit 3  
  110. call rsvp-sync  
  111. !  
  112. !  
  113. mgcp profile default  
  114. !  
  115. dial-peer cor custom  
  116. !  
  117. !  
  118. !  
  119. !  
  120. !  
  121. gatekeeper  
  122. shutdown  
  123. !  
  124. !  
  125. line con 0  
  126. login authentication no_tacacs  
  127. line aux 0  
  128. line vty 0 4  
  129. password cisco  
  130. !  
  131. !  
  132. end 

CISCO PPPoE configuration instructions:

A pppoe radius server group is created to improve network reliability. Related Configuration:

 
 
  1. aaa new-model  
  2. !  
  3. !  
  4. aaa group server radius pppoe  
  5. server 10.72.253.16 auth-port 1645 acct-port 1646  
  6. server 10.72.253.50 auth-port 1645 acct-port 1646  
  7. !  
  8. aaa authentication ppp default group pppoe  
  9. aaa authorization network default group pppoe  
  10. aaa accounting network default start-stop group pppoe  
  11. aaa session-id common  
  12. radius-server host 10.72.253.16 auth-port 1645 acct-port 1646 key cisco  
  13. radius-server host 10.72.253.50 auth-port 1645 acct-port 1646 key cisco  
  14. radius-server retransmit 3  

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.