Bring public IPs to PPPoE server through OSPF

Hello, if I have a OSPF network and an edge router with a public /30, that I redistribute as connected, can I assign my /27 (routed by the ISP through the /30) directly to clients from any of the PPPoE server in the OSPF network?

I believe that should be possible using VPLS

Yes you can do that.

You assign the IPs on the PPPoE servers using secrets or radius, and then announce the /27 in ospf networks

As each client connects OSPF will announce the /32 which has been assigned.

Nick

Thanks, it’s the confirmation I was searching.