Hi
i have tested limit dffrent traffic in day and night with simple Queue and its worked perfectly , now i'm using another way of BW management using Firewall--Mangle -- Mark Packets and using Queue tree to limits . the problem that with Queue tree the scadular not working , its show me that its active and show the next run time but the queue tree not take the changes , bellow the config i made .. i do appreciate any post for help in this :
ip firewall mangle print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; Normal connections
chain=forward action=mark-connection new-connection-mark=normal conn
passthrough=yes src-address-list=normal
1 ;;; Normal Packets
chain=forward action=mark-packet new-packet-mark=normal packets
passthrough=no connection-mark=normal conn
[admin@MikroTik] > queue tree print
Flags: X - disabled, I - invalid
0 name="day" parent=global-out packet-mark=normal packets limit-at=0
queue=day priority=8 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s
1 name="night" parent=global-out packet-mark=normal packets limit-at=0
queue=night priority=8 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s
[admin@MikroTik] > system script print
Flags: I - invalid
0 name="day" owner="admin"
policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive
run-count=0 source=queue tree enable day; /queue tree disable night
1 name="night" owner="admin"
policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive
run-count=0 source=queue tree enable night; /queue tree disable day
[admin@MikroTik] > system script print
Flags: I - invalid
0 name="day" owner="admin"
policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive
run-count=0 source=queue tree enable day; /queue tree disable night
1 name="night" owner="admin"
policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive
run-count=0 source=queue tree enable night; /queue tree disable day
[admin@MikroTik] >
[admin@MikroTik] > system scheduler print
Flags: X - disabled
# NAME START-DATE START-TIME INTERVAL ON-EVENT RUN-COUNT
0 day mar/18/2011 01:49:00 1d day 0
1 night mar/18/2011 13:49:00 1d night 1
Regards