cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
760
Views
0
Helpful
1
Replies

PPPoE dialin in 2851

vgorokhov
Level 1
Level 1

I have Cisco 2851 router with 12.3(8)T5 IP-BASE IOS

I have dialup pppoe on giga 0/0

I want accept dialin pppoe connections on giga 0/1

I dont use vpdn-group

this is my config

bba-group pppoe test

virtual-template 1

sessions per-mac limit 1

!

interface Loopback1

ip address 10.0.0.1 255.255.255.0

!

interface GigabitEthernet0/0

description Giga 0/0

ip address 172.16.10.10 255.255.0.0

duplex half

speed auto

pppoe enable

pppoe-client dial-pool-number 1

no cdp enable

!

interface GigabitEthernet0/1

description $ETH-WAN$

no ip address

duplex auto

speed auto

pppoe enable group test

!

interface Virtual-Template1

ip unnumbered Loopback1

ip mtu 1492

no ip route-cache cef

peer default ip address pool dialin

ppp authentication pap

!

interface Dialer1

ip address negotiated

ip mtu 1492

encapsulation ppp

no ip mroute-cache

no logging event link-status

dialer pool 1

dialer-group 1

ppp pap sent-username agorokhov password 0 test

dialout connection work well, but incoming connections dont work, I can see debugging about incoming PADI but router dont send PADO

Where is mistake ?

1 Reply 1

vgorokhov
Level 1
Level 1

I solve this problem - IOS c2800nm-ipbase-mz.123-8.T7.bin

is broken in this feathure.

I upgrade my IOS and everything is OK!