From: Bogdan Sass (bogdan.sass@catc.ro)
Date: Mon Oct 27 2008 - 09:28:31 ARST
ccieking@gmail.com wrote:
> Thanks Mr.Marko
> I am looking those links. I hope it will helps
>
I just configured a PPPoE server a couple of days ago for my
students (for the CCNP/ISCW course). You will find it attached - feel
free to modify it for your own use.
I had the same problem with "vpdn-group", but in my case the router
simply told me to use the "bba-group" commands :)
Building configuration...
hostname PPPoE_Server
!
no aaa new-model
!
username cisco password 0 cisco
!
bba-group pppoe global
virtual-template 1
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable
!
interface Virtual-Template1
ip address 10.10.10.1 255.255.255.0
peer default ip address pool default
ppp authentication chap
ppp chap hostname server
ppp chap password 0 cisco
!
ip local pool default 10.10.10.2 10.10.10.10
-- Bogdan Sass CCAI,CCSP,JNCIA-ER,CCIE #22221 (RS) Information Systems Security Professional "Curiosity was framed - ignorance killed the cat"Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Sat Nov 01 2008 - 15:35:22 ARST