Dynamic shaper (day/night)

Hello people,

Now, i have a system :
Radius
Cisco3745 (pptp server)

I have some restriction:
1 static ip per clients
each client can change tariff, but can not change ip address.

I can a Dynamic shaping pptp clients (day/night bandwith) on this system without terminate pptp session.

How to make the some similar with Mikrotik?

By using scripts to change existing queues. Each client gets a queue that shapes traffic based on source/destination IP address. Via the scheduler a script fires that changes the bandwidth limits of the queue at certain times of day.

Ок.

but i must have over 5000 static queues (1 queue for each client, not a session)

May be i make a create queue with same atributes with a pptp startup?

I read same FAQ (freeRadius and Mikrotik) but not found some attributes for it.

5000 queues is madness. you may want to look at http://wiki.mikrotik.com/wiki/PCQ

I found some solution, but not a good..

After night is begining a starting some sqripts.

This sqripts found date from billing and edit a current simple queues for all needed pptp session
for example:
[admin@MikroTik] /queue simple> set 1 limit-at=512k/512k max-limit=512k/512k

and when day is begining set old state
[admin@MikroTik] /queue simple> set 1 limit-at=256k/256k max-limit=256k/256k