I have a net as you can see below: a lot of node connected by radio link, in pure routing (static routes).
Some node (not all) are PPPoE Server and assign by RADIUS to PPPoE client a private IP Address from local subnet (CDIR /24).
Eahc radio link is on separated interfaces and separated from distribution interface.
I need to:
redistribute dinamically routes for each PPPoE local private subnet (for redundance first)
redistribute dinamically routes for framed (single) public IP assigned to PPPoE Client from centralized pool
Can you help me to individuate proper routing protocol to implement this?
in a routed network, you cant have a single centralized IP pool unless you use a RADIUS.
OSPF is neccesary for dynamically updating the routes (addresses) assigned by RADIUS to the clients.
I will try to work for it when I have time. Please update if you find valuable info.