I need a RouterOS configuration to meet the following ISP requirements:
User authenication needed to receiving an IP address (PPPoE).
Multiple download/upload speed packages are available for users (128k/256/512, etc symmetrical or asymmetrical).
Traffic shaping is needed for all users.
What is the best way to accomplish these requirements? PPPoE doesn’t seem to be able to assign static IPs or one could simply shape per IP SRC address. Do I setup separate IP POOLS and multiple PPPoE servers per download/upload package and then shape the IP Pool SRC addresses? Are there other solutions?
Also, If I want to limit one IP per subscriber, I assume I need to use a Radius server?
Well, you are expecting others to configure your network instead of you.
If you want to get an answer from someone, you should write what you have already read and done. Otherwice the first you will get will be a link to the manual (http://www.mikrotik.com/docs/ros/2.8/interface/pppoe)
PPPoE is perfectly able to assign static IPs.
No, you do not need to setup separate IP pools for that purpose.
You can limit one IP per subscriber without RADIUS as well.
Sorry, I might not have made my question clear. I wasn’t looking for a router config but just stating the requirements. I read through all of the sections on PPPoE, traffic shaping, AAA, but didn’t find the info I needed. Thus the questions.
If PPPoE can assign static addresses and limit logins to one per account, I can use traffic shaping per static IP. Could you point to the pages in the manual that discuss PPPoE assigning static IPs and user login limiting? I’ll go back and reread it again but I didn’t see it the first couple times through. Thanks for the help.