ibm
November 15, 2015, 12:53pm
1
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?
nuru
November 15, 2015, 8:03pm
2
ibm:
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
ibm
November 16, 2015, 4:49pm
4
nickshore:
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.