 gt1996 join:2010-11-25 Etobicoke, ON | reply to TSI Martin
Re: Everything MLPPP Hi Martin, In your Cisco example the router has an internal ADSL WIC card. In my case I currently use a Cisco 3620 with Ethernet interfaces only and I use an external Alcatel speedtouch DSL modem in bridge mode. This config is working for me for 5 year now. Following is the relevant working configuration : vpdn enable vpdn session-limit 1 ! vpdn-group 1 request-dialin protocol pppoe
interface Ethernet0/0 description TO ADSL MODEM (BRIDGE MODE) no ip address half-duplex pppoe enable pppoe-client dial-pool-number 1 no cdp enable ! interface Ethernet0/1 description INTERNAL LAN ip address x.y.z.t a.b.c.d ip nat inside
interface Ethernet0/2 no ip address shutdown ! interface Ethernet0/3 no ip address shutdown
interface Dialer1 ip address negotiated ip nat outside encapsulation ppp dialer pool 1 dialer-group 1 no peer default ip address keepalive 3 ppp authentication pap callin ppp pap sent-username xxxxxxxx password 7 000000000
My question is what would be the template so I can use SLPPP with the same Cisco router and the same external modem (and one phone line)? I did quite a bit of research but this solution doesn't seem to be that popular. I have already the MLPPP login from teksavvy now I need to get this working. Thanks in advance! |