Day and night scripts not working

I have an IP pool Name Cafe and IP range 10.0.14.0/24
My ppp profile name is Cafe and rate limit is 256k/256k where user get ip from IP pool.
I want to limit bandwidth for pppoe users using day and night scripts my scripts are here but not working
Please help me to solve this problem


/queue simple> add name=“Cafe_Day” target-addresses=10.0.14.0/24 dst-address=0.0.0.0/0 interface=lan parent=n
one direction=both priority=8 queue=default-small/default-small limit-at=256k/256k max-limit=256k/256k total-queue=default-s
mall

/queue simple> add name=“Cafe_Night” target-addresses=10.0.14.0/24 dst-address=0.0.0.0/0 interface=lan
parent=none direction=both priority=8 queue=default-small/default-small limit-at=76k/76k max-limit=76k/76k total-queue=defaul
t-small


/system script> add name=“Cafe_Day” source={/queue simple enable Cafe_Day; /queue simple disable Cafe_Night}

/system script> add name=“Cafe_Night” source={/queue simple enable Cafe_Night; /queue simple disable Cafe_Day}


/system scheduler> add name=“Cafe_Day” on-event=Cafe_Day start-date=jan/29/2011 start-time=08:45:00 interval=1d

/system scheduler> add name=“Cafe_Night” on-event=Cafe_Night start-date=jan/29/2011 start-time=19:45:00 interval=1d

That should work. Sorry to ask the obvious, but you posted this on jan/29/2011 at 00:28. Those scheduled times would not have fired yet. Could that be the problem? I don’t know what timezone you and your router are in, or what timezone your router is set to.

If that is not it write two scripts in ‘/system script’ and put the queue enabling and disabling into them. Run them manually. Do they work? Once you have them working call those scripts by name from the scheduler instead of disabling and enabling directly from the scheduler.

Dear concern, I was trying pcq rate auto change through script, but do not run script. my script command is /queue type set pcq-rate=7M ‘‘2M’’
script.png
script.png
script.png