From: Andrew B. Caslow (abcaslow@netmasterclass.net)
Date: Mon Apr 04 2005 - 18:12:28 GMT-3
Jongsoo,
Here is a sample PPPoE configuration courtesy of our mutual friend Alexei
Sadovnikov.
HTH and Good Luck tomorrow!
-Bruce
R2 ======================== R1 ======================== R6
Ethernet Connection ATM Connection
R2 is acting as a PPPoE client
R1 is acting as nothing but a bridging pass-through device
R6 is acting as a PPPoE server
R2###################################################
R2## #
R2## Basic PPPoE over Ethernet #
R2## with pre-configured IPs #
R2###################################################
!
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
interface FastEthernet0/0
description PPPoE client side interface
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface Dialer1
ip address 172.16.26.2 255.255.255.0
ip mtu 1492
encapsulation ppp
dialer pool 1
dialer-group 1
no peer neighbor-route
!
dialer-list 1 protocol ip permit
R1###################################################
R1## #
R1## Basic PPPoE over Ethernet #
R1## with pre-configured IPs #
R1###################################################
!
interface FastEthernet0/0
no ip address
bridge-group 1
!
!
interface ATM3/0
no ip address
!
interface ATM3/0.1 point-to-point
pvc 100/100
broadcast
!
bridge-group 1
!
bridge 1 protocol ieee
##################################################
R6## #
R6## Basic PPPoE over Ethernet #
R6## with pre-configured IPs #
R6###################################################
!
hostname R6
!
vpdn enable
!
vpdn-group 1
accept-dialin
protocol pppoe
virtual-template 1
!
interface ATM3/0
no ip address
no atm ilmi-keepalive
!
interface ATM3/0.1 multipoint
pvc 100/100
encapsulation aal5snap
protocol pppoe
!
interface Virtual-Template1
ip address 172.16.26.6 255.255.255.0
ip mtu 1492
no ip route-cache same-interface
no peer neighbor-route
This archive was generated by hypermail 2.1.4 : Tue May 03 2005 - 07:54:52 GMT-3