Hi!
I’d like to setup the following configuration:
500 users, total bandwidth: 500mbps “metropolitan” and 100mbps “international”.
I can mark packets, there’s no problem - let’s say that the packet mark will be “metro” and “intl”.
For metro: each user can get up to 100mbps.
For intl: each user has a guaranteed bandwidth and a maximum bandwidth:
a) - minimum 512kbps / max 15mpbs
b) - minimum 1mbps / max 30mbps
c) - minimum 2mbps / max 50mbps
d) - minimum 7mbps / max 70mbps
The radius front end is “radiusmanager” but we can buy anything else, there’s no problem.
What i managed to do until now:
- “metro” bandwidth unlimited (the switchports for customers are 100mbps)
- bandwidth limiting for “intl” bandwidth.
What I don’t know how to do:
- sharing of “metro” bandwidth (so that 6 users don’t use all the available bandwidth if other need it)
- sharing of unused “intl” bandwidth amongst users (up to each user “maximum” limit).
I need dynamic IPs for customers and also I’d like not to change anything in mikrotik for each new user (just add it to the radius server).
The mikrotik server can be an x86 or a routerboard but I think we’ll go with an x86.
Thank you!