PPPOE on Subinterface

From: jay buss (ccie_sp@hotmail.com)
Date: Sat Dec 23 2006 - 10:33:33 ART


Hi Guys,

client
=============================

interface FastEthernet0/0
 no ip address
 pppoe enable
 pppoe-client dial-pool-number 1

!

interface Dialer1
 ip address 10.82.1.1 255.255.255.0
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp authentication chap callin
 ppp chap hostname client
 ppp chap password client
!

dialer-list 1 protocol ip permit

PE-server
=================================
vpdn enable

!
vpdn-group PPPOE
 accept-dialin
  protocol pppoe
  virtual-template 1
!

username client password 0 client
!

interface Ethernet0/0.82
 no ip address
 pppoe enable

!

interface Virtual-Template1
 ip address 10.82.1.2 255.255.255.0
 ppp authentication chap

the above configuration works... But I want the client to be configured on a
sub-interface and then I'm missing the "
 pppoe-client dial-pool-number 1" command, so I can't get it to work, anybody
have an idea?

Thanks and happy holidays!



This archive was generated by hypermail 2.1.4 : Tue Jan 02 2007 - 07:50:39 ART