Page 1 of 1

Burstable Bandwith and PPPoE

Posted: Sun Jun 13, 2004 7:10 am
by n5ltc
Is there some way to allow bursting while using PPPoE? I would like to be able to return the burst and bandwidth control info via a radius attribute. If this doesn't work, is there a way to setup simple queues or queue trees to do the same thing? I have not been able to get it to work because the IP is a /32 assigned by PPPoE. I would not like to enter every IP in a pool into the queue trees. I need to be able to set speeds based on username and not IP.

----
Chris

Posted: Mon Jun 21, 2004 2:57 pm
by HarvSki
I too would love to be able to set this but just using the MT PPP profiles. The facility would seem to be there as when a shaped ppp user connects via PPPoE a simple queue is created for them, this simple queue has burstable bandwidth....

MT can you put these settings in?

Posted: Mon Jun 21, 2004 3:07 pm
by nhalachev
Or, maybe better will be to have a way to specify a login/logout scripts in ppp profiles and/or via radius ...
http://forum.mikrotik.com/phpbb2/viewtopic.php?t=119

or
http://forum.mikrotik.com/phpbb2/viewtopic.php?t=93

but no answers at all ....

Posted: Mon Jun 21, 2004 8:48 pm
by Lord
Use "Ascend-Data-Rate" attribute
It write dynamic simple queue on connect


nhalachev:
You may use system scripts for it.

Check /ppp active some times
and make some actions

Posted: Wed Jun 23, 2004 10:33 am
by nhalachev
nhalachev:
You may use system scripts for it.

Check /ppp active some times
and make some actions
Yes , i can check with scripts - there is also an example at Mikrotik web site in scripting examples.
But i think checking regulary for active ppp connections is not right way to go.

Posted: Tue Jun 29, 2004 8:19 pm
by n5ltc
Use "Ascend-Data-Rate" attribute
It write dynamic simple queue on connect


nhalachev:
You may use system scripts for it.

Check /ppp active some times
and make some actions
I user Ascend-Data-Rate, but it doesn't allow for bursting. That is really what I need.