From: Andres Alejandro (andres_ccie@hotmail.com)
Date: Mon Mar 30 2009 - 19:04:34 ART
Hi group,
I have configured pppoe between r1 and r2 and have configured dhcp poll with
exclude so that r1 single receives the 10.1.1.1 address. The mentioned
configuration works fine, but when I apply the command 'ipvrf forwarding XX'
under the virtual-template the int dialer does not receive the Ip address.
Then I add within pool the command vrf XX. After making this the interface
dialer receives IP but not exclude the mentioned directions in the ip dhcp
excluded-address.
R1 config:
interface fastethernet 0/1
no ip address
pppoe enable
pppoe-client dial-pool-number 1
!
interface dialer 1
ip address dhcp
encapsulation ppp
no peer neighbor-route
ppp chap hostname cisco
ppp chap password 0 cisco
dialer pool 1
r2 config:
username cisco password 0 cisco
aaa authentication ppp PPP local
!
vpdn enable
!
vpdn-group 1
accept-dialin
protocol pppoe
virtual-template 1
!
interface fastethernet 0/1
no ip address
pppoe enable
!
interface virtual-template 1
ip address 10.1.1.8 255.255.255.0
no peer neighbor-route
ppp authentication chap PPP
!
ip dhcp pool test
network 10.1.1.0 255.255.255.0
vrf XX
!
ip dhcp excluded-address 10.1.1.2 10.1.1.254
Please, let me know the opinion about the issue.
Thanks.
This archive was generated by hypermail 2.1.4 : Mon Apr 06 2009 - 06:44:08 ART