August 31, 2016

Mikrotik Limit Different Bandwidth In Simple Queue for Day and Night




This article provide how to auto configuration for bandwidth shifting for day and night with different limit queue.   

/queue simple
name=”DAY” target-addresses=192.168.1.0/24 dst-address=0.0.0.0/0
interface=all  direction=both priority=8
queue=default-small/default-small limit-at=512k/512k
max-limit=512k/512k total-queue=default-small

name=”NIGHT” target-addresses=192.168.1.0/24 dst-address=0.0.0.0/0
interface=all  direction=both priority=8
queue=default-small/default-small limit-at=1024k/1024k
max-limit=1024k/1024k total-queue=default-small

/system scheduler
#name=”DAY” on-event=DAY policy=read,write start-date=feb/11/2014 start-time=06:12:29 interval=1d

#name=”NIGHT” on-event=NIGHT policy=read,write start-date=feb/11/2014 start-time=1:10:30 interval=1d

No comments:

Post a Comment