Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Cisco 3845 - DSL on interface, how to do PPPOE??

Reply
Thread Tools

Cisco 3845 - DSL on interface, how to do PPPOE??

 
 
ponga
Guest
Posts: n/a
 
      09-04-2009
Greetings! I am sticking a DSL modem (ethernet on LAN side) into one
for the interfaces on this Cisco router. The modem is "bridged" and so
I want to Cisco to take care of the NAT'ing and have that public
address on the interface directly...

This means having to do PPPOE with the Cisco so it can auth-up with
Qwest, etc... how is that accomplished with this router (commands)? I
am seeing pppoe sub-commands specific to the interface, but where do I
enter username / password credentials to be used by the pppoe?

Any help / examples are GREATLY appreciated?

-Ponga
 
Reply With Quote
 
 
 
 
Doug McIntyre
Guest
Posts: n/a
 
      09-04-2009
ponga <> writes:
>Greetings! I am sticking a DSL modem (ethernet on LAN side) into one
>for the interfaces on this Cisco router. The modem is "bridged" and so
>I want to Cisco to take care of the NAT'ing and have that public
>address on the interface directly...


>This means having to do PPPOE with the Cisco so it can auth-up with
>Qwest, etc... how is that accomplished with this router (commands)? I
>am seeing pppoe sub-commands specific to the interface, but where do I
>enter username / password credentials to be used by the pppoe?


I was just going to give you the rude google for it as there's
zillions of examples, but I don't like the VPDN group setup anyway
that all comes up.

!
bba-group pppoe group1
!
interface GigabitEthernet0/0
description PPPoE interface
no ip address
pppoe enable group group1
pppoe-client dial-pool-number 1
!
interface Dialer0
description PPPoE Dialer
ip mtu 1492
ip address negotiated
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp pap sent-username jimbob password woohoo
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
 
Reply With Quote
 
 
 
 
JF Mezei
Guest
Posts: n/a
 
      09-04-2009
Doug McIntyre wrote:

> interface Dialer0
> description PPPoE Dialer
> ip mtu 1492
> ip address negotiated
> encapsulation ppp
> dialer pool 1
> dialer-group 1
> ppp authentication chap pap callin
> ppp pap sent-username jimbob password woohoo
> !



On a 870 router, I had problems with "dialer-group" and the stuff worked
when I took that line out.

dialer pool 1 is what ties the "dialer" interface with fast ethernet
interfaces in the same group.

I am no expert on this, just relating my recent experience.
 
Reply With Quote
 
ponga
Guest
Posts: n/a
 
      09-10-2009
On Sep 4, 1:01*pm, Doug McIntyre <mer...@geeks.org> wrote:
> ponga <po...@picturewell.com> writes:
> >Greetings! I am sticking a DSL modem (ethernet on LAN side) into one
> >for the interfaces on this Cisco router. The modem is "bridged" and so
> >I want to Cisco to take care of the NAT'ing and have that public
> >address on the interface directly...
> >This means having to do PPPOE with the Cisco so it can auth-up with
> >Qwest, etc... how is that accomplished with this router (commands)? I
> >am seeing pppoe sub-commands specific to the interface, but where do I
> >enter username / password credentials to be used by the pppoe?

>
> I was just going to give you the rude google for it as there's
> zillions of examples, but I don't like the VPDN group setup anyway
> that all comes up.
>
> !
> bba-group pppoe group1
> !
> interface GigabitEthernet0/0
> *description PPPoE interface
> *no ip address
> *pppoe enable group group1
> *pppoe-client dial-pool-number 1
> !
> interface Dialer0
> *description PPPoE Dialer
> *ip mtu 1492
> *ip address negotiated
> *encapsulation ppp
> *dialer pool 1
> *dialer-group 1
> *ppp authentication chap pap callin
> *ppp pap sent-username jimbob password woohoo
> !
> ip route 0.0.0.0 0.0.0.0 Dialer0
> !


Thanks, that's just the trick!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
What are the limitation of the Cisco 3845? smith_bp101@hotmail.com Cisco 1 05-25-2006 01:33 AM
Cisco 3845 NAM Module question, IOS 12.4 romko Cisco 1 01-31-2006 04:19 AM
Cisco 3845 NAM Module question, IOS 12.4 romko Cisco 0 01-27-2006 10:41 PM
problems with ping rates thru cisco 3845 arraga@gmail.com Cisco 6 11-25-2005 04:27 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57