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

pppoe server ip assinging to pppoe client without dhcp

sivared0001
Level 1
Level 1
pppoe.png

1. Configure R13 as PPPoE Server 2. Configure R14 as a PPPoE client 3. The link must be up even if there is no traffic 4. R14 must always receive the ip address 131.131.34.4/32 from R13 5. Do not use DHCP to assign the ip address 6. Avoid unneeessary fragment on the PPPoE link 7. The client use CHAP to authenticate with the server use Singtel as Chap username and Ma$ password
1 Accepted Solution

Accepted Solutions

Hello,

 

the below should work:

 

R13




bba-group pppoe global
virtual-template 1
!
interface GigabitEthernet0/0
pppoe enable group global
!
interface Virtual-Template1
mtu 1492
ip address 131.131.34.3 255.255.255.0
peer default ip address pool CLIENT
ppp authentication chap callin
!
ip local pool CLIENT 131.131.34.4


R14




vpdn enable
vpdn-group 1
request dialin
protocol pppoe
!
interface GigabitEthernet0/0
pppoe-client dial-pool-number 1
!
interface dialer 1
ip address negotiated
dialer-pool 1
dialer-group 1
ppp authentication chap
ppp chap hostname Singtel
ppp chap password Ma$
!
dialer-list 1 protocol ip permit

View solution in original post

1 Reply 1

Hello,

 

the below should work:

 

R13




bba-group pppoe global
virtual-template 1
!
interface GigabitEthernet0/0
pppoe enable group global
!
interface Virtual-Template1
mtu 1492
ip address 131.131.34.3 255.255.255.0
peer default ip address pool CLIENT
ppp authentication chap callin
!
ip local pool CLIENT 131.131.34.4


R14




vpdn enable
vpdn-group 1
request dialin
protocol pppoe
!
interface GigabitEthernet0/0
pppoe-client dial-pool-number 1
!
interface dialer 1
ip address negotiated
dialer-pool 1
dialer-group 1
ppp authentication chap
ppp chap hostname Singtel
ppp chap password Ma$
!
dialer-list 1 protocol ip permit
Review Cisco Networking products for a $25 gift card