作家
登录

R621 PPPoE配置代码

作者: 来源: 2012-06-13 03:56:00 阅读 我要评论

前面一篇文章,我们介绍了使用ACS SERVER认证PPPOE配置,相信大家对PPPoE配置的内容有了一定的了解,那么这里我们主要介绍一下R621 PPPOE配置。希望这个配置内容对大家能够有所帮助。

R621 PPPOE配置:

  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  

那么R621 PPPOE配置的具体代码我们就介绍到这里,希望能够给大家提供一定的参考。


  推荐阅读

  案例介绍:使用ACS SERVER认证PPPOE配置

对于PPPoE的实际应用案例,我们讲解的比较少。那么这里我们则讲解一下用ACS SERVER认证PPPOE的实例.网络设计的目的:是路由器下的用户用PPPOE客户端从AAA SERVER 10.72.254.125/10.72.253.7进行认证上网.在用ACS SERV>>>详细阅读


本文标题:R621 PPPoE配置代码

地址:http://www.17bianji.com/xieyi/3947.html

关键词: 探索发现

乐购科技部分新闻及文章转载自互联网,供读者交流和学习,若有涉及作者版权等问题请及时与我们联系,以便更正、删除或按规定办理。感谢所有提供资讯的网站,欢迎各类媒体与乐购科技进行文章共享合作。

网友点评
自媒体专栏

评论

热度

精彩导读
栏目ID=71的表不存在(操作类型=0)