cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4688
Views
5
Helpful
8
Replies

Cisco 1811 as PPPoE-client, connection isn't established...

Anton Pestov
Level 1
Level 1

PPPoE connection isn't established...

Config Cisco 1811 (c181x-advipservicesk9-mz.124-15.T15.bin):

...

vpdn enable

...

vpdn-group 1

request-dialin

  protocol pppoe

...

bba-group pppoe global

...

interface Tunnel253

  tunnel source Dialer1

...

interface FastEthernet0

no ip address

duplex auto

speed auto

pppoe enable group global

pppoe-client dial-pool-number 1

...

interface Dialer1

ip address negotiated

ip mtu 1492

encapsulation ppp

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication pap chap callin

ppp chap hostname eprndu305_ll01

ppp chap password 7 PASSWORD

ppp pap sent-username USERNAME password 7 PASSWORD

...

ip route 0.0.0.0 0.0.0.0 Dialer1

...

dialer-list 1 protocol ip permit

...

_______________________________________________________

ROST-CE1#sh debugging

PPPoE:

  PPPoE protocol events debugging is on

  PPPoE control packets debugging is on

PPP:

  PPP authentication debugging is on

  PPP protocol negotiation debugging is on

ROST-CE1#

*Jul  5 17:24:35.915 MSK:  padi timer expired

*Jul  5 17:24:35.915 MSK:  Sending PADI: Interface = FastEthernet0

*Jul  5 17:24:35.915 MSK: pppoe_send_padi:

         FF FF FF FF FF FF 00 1B D5 AD A1 9C 88 63 11 09

         00 00 00 0C 01 01 00 00 01 03 00 04 84 CC BE 20 ...

*Jul  5 17:24:36.247 MSK: PPPoE 0: I PADI  R:c89c.1d23.9302 L:ffff.ffff.ffff Fa0

         FF FF FF FF FF FF C8 9C 1D 23 93 02 88 63 11 09

         00 00 00 9E 01 01 00 00 01 03 00 04 85 1B BE ...

*Jul  5 17:24:36.247 MSK:  Service tag: NULL Tag

*Jul  5 17:24:36.247 MSK: PPPoE 0: O PADO, R:001b.d5ad.a19c L:c89c.1d23.9302 Fa0

*Jul  5 17:24:36.247 MSK:  Service tag: NULL Tag

ROST-CE1#

         C8 9C 1D 23 93 02 00 1B D5 AD A1 9C 88 63 11 07

         00 00 00 BE 01 01 00 00 01 03 00 04 85 1B BE ...

ROST-CE1#

*Jul  5 17:24:39.259 MSK: PPPoE 0: I PADI  R:001d.0fc6.3876 L:ffff.ffff.ffff Fa0

         FF FF FF FF FF FF 00 1D 0F C6 38 76 88 63 11 09

         00 00 00 9D 01 03 00 04 10 04 61 00 01 01 00 ...

*Jul  5 17:24:39.259 MSK:  Service tag: NULL Tag

*Jul  5 17:24:39.259 MSK: PPPoE 0: O PADO, R:001b.d5ad.a19c L:001d.0fc6.3876 Fa0

*Jul  5 17:24:39.259 MSK:  Service tag: NULL Tag

         00 1D 0F C6 38 76 00 1B D5 AD A1 9C 88 63 11 07

         00 00 00 BD 01 03 00 04 10 04 61 00 01 01 00 ...

ROST-CE1#

*Jul  5 17:24:44.356 MSK: PPPoE 0: I PADI  R:001d.0fc6.3876 L:ffff.ffff.ffff Fa0

         FF FF FF FF FF FF 00 1D 0F C6 38 76 88 63 11 09

         00 00 00 9D 01 03 00 04 10 04 61 00 01 01 00 ...

*Jul  5 17:24:44.356 MSK:  Service tag: NULL Tag

*Jul  5 17:24:44.356 MSK: PPPoE 0: O PADO, R:001b.d5ad.a19c L:001d.0fc6.3876 Fa0

*Jul  5 17:24:44.356 MSK:  Service tag: NULL Tag

         00 1D 0F C6 38 76 00 1B D5 AD A1 9C 88 63 11 07

         00 00 00 BD 01 03 00 04 10 04 61 00 01 01 00 ...

...

ROST-CE1#sh pppoe session

     1 client session

Uniq ID  PPPoE  RemMAC          Port                    VT  VA         State

           SID  LocMAC                                      VA-st

    N/A      0  0000.0000.0000  Fa0                    Di1  N/A        PADISNT

                0000.0000.0000

1 Accepted Solution

Accepted Solutions

HI Anton,

Thanks for writing your problem and resolution....it will help other guys ...if they face the same problem.

Can you please mark this question as answer so may be other can use this thread while getiing same problem.

Regards

Please rate if it helps.

View solution in original post

8 Replies 8

adnane dakna
Level 1
Level 1

are you checking that remote site is well configured to work as pppoe server ?

Sandeep Choudhary
VIP Alumni
VIP Alumni

Try with this:

vpdn enable
!
vpdn-group 1
request-dialin
  protocol pppoe
!

!!
!
bba-group pppoe global
!
!
interface FastEthernet0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
ip route-cache flow
no ip mroute-cache
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
no cdp enable

!

!
interface Dialer1
mtu 1492
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username USERNAME  password 7 PASSWORD
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1

Regards

please rate if it helps

I try this, but not work

are you using DSL connection ?

Optical fiber...

...when the very first time was connected everything worked with such configuration, and in half-day at night the channel was disconnected. From what it can occur?

Still relevant even today.

Your configs worked like a charm. Thanks.

Anton Pestov
Level 1
Level 1

Thanks to all for the help! ISP, at last, recognized an error on the side. On their side the binding to other MAC, distinct from from what PPPoE is initiated was registered.

HI Anton,

Thanks for writing your problem and resolution....it will help other guys ...if they face the same problem.

Can you please mark this question as answer so may be other can use this thread while getiing same problem.

Regards

Please rate if it helps.

Review Cisco Networking products for a $25 gift card