Bandwidth control through ppp

Each of my customers autenticates through pppoe and that service is running on each of my relays. Each relay sends radus auth packets to my billing server.

Under the ppp profile and limits you can select rate limit (rx/tx).

If I set that to say 1M/3M and reset the wireless interface I see each of the users re-connect and then show up in the que. The que turns red if a customer goes over their limit and I supost limits them.

Now my question is, does the 1M/3M affect each client separatly or does it affect the entire link? Ie everyone on that link is limited to 1M/3M?

If your passing it to the router via RADIUS attriute - it will create a dynamic simple queue on the ppp interface - if this is the case that is the limit for that customer only - if the queue is targeting the ‘tunnelling’ interface (the physical interface that ALL the connections are coming in on) then it would limit them all, but this shouldn’t occur via RADIUS attributes, it can only create the queue on the dynamic interface.