From: Alexandre V Oliveira (busa@uol.com.br)
Date: Wed Oct 08 2008 - 13:12:14 ART
Gentlemen,
I've got a problem here in a PPPoE solution involving two routers directle
connected through FastEthernet interfaces.
I need to make a VPDN connection, using PPPoE, DHCP and CHAP authentication
method using AAA. Below, I show you both configs.
The problem is that I have no connection throughout this link. R1 start
calling R6, but there is no answer from the peer (R6). Can anyone tell me
what could be wrong or missin here?
Thanks a lot!
Alexandre.
========================================
Topology:
R1--(f1/0)---Switch----(f1/0)-R6
----[R1]-----
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
interface FastEthernet0/0
no ip address
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
!
interface Dialer1
mtu 1492
ip address dhcp
encapsulation ppp
dialer pool 1
ppp authentication chap
ppp chap hostname ccie
ppp chap password 0 ccie
!
----[R6]-----
!
username ccie password 0 ccie
aaa new-model
aaa authentication login default local
aaa authentication ppp PPPOE local
aaa session-id common
!
ip dhcp excluded-address 172.8.16.2 172.8.16.254
!
ip dhcp pool PPPOE
network 172.8.16.0 255.255.255.0
!
ip cef
vpdn enable
!
vpdn-group 1
accept-dialin
protocol pppoe
virtual-template 16
!
interface FastEthernet1/0
no ip address
duplex half
pppoe enable
no clns route-cache
!
interface Virtual-Template16
ip address 172.8.16.6 255.255.255.0
ppp authentication chap callin PPPOE
no clns route-cache
!
END
Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Sat Nov 01 2008 - 15:35:20 ARST