cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1241
Views
0
Helpful
2
Replies

PPPoE server with "Cisco 891F"

tomo456
Level 1
Level 1

I constructed 2 routers which connect to each other through Internet with IPsec.
I want to verify that 2 routers are constructed correctly.
So, I want to constructed a PPPoE server with "Cisco 891F".
How should I set it up?

I would like you to create "running-config."

2 Accepted Solutions

Accepted Solutions

Hello

Possible example:

PPOE server:

hostname PPOE_svr
username Client2 password srv2client

interface Virtual-Template1
ip address 172.16.1.1 255.255.255.0
peer default ip address pool PPOE
ppp authentication chap
ppp chap hostname PPOE_svr

ip local pool PPOE 172.16.1.10 172.16.1.20


bba-group pppoe PPOE
virtual-template 1

interface x/x
Description physical port
pppoe enable group PPOE

 

PPOE Client:
Hostname Client2
username PPOE_srv password srv2client

interface x/x
Description physical port

pppoe enable group global
pppoe-client dial-pool-number 10

 

interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 10
ppp authentication chap
ppp chap hostname Client2


ip route 0.0.0.0 0.0.0.0 Dialer1



Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

2 Replies 2

Hello

Possible example:

PPOE server:

hostname PPOE_svr
username Client2 password srv2client

interface Virtual-Template1
ip address 172.16.1.1 255.255.255.0
peer default ip address pool PPOE
ppp authentication chap
ppp chap hostname PPOE_svr

ip local pool PPOE 172.16.1.10 172.16.1.20


bba-group pppoe PPOE
virtual-template 1

interface x/x
Description physical port
pppoe enable group PPOE

 

PPOE Client:
Hostname Client2
username PPOE_srv password srv2client

interface x/x
Description physical port

pppoe enable group global
pppoe-client dial-pool-number 10

 

interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 10
ppp authentication chap
ppp chap hostname Client2


ip route 0.0.0.0 0.0.0.0 Dialer1



Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

thanks!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco