Labels
Mikrotik
Saturday, June 11, 2016
10.Mikrotik Limit Different Bandwidth In Day and Night
Suppose we have one network
192.168.1.0/24
and want to limit Bandwidth for
Day
and
Night
Time:
LAN = 192.168.1.0/24 Day Time = 06:00am – 18:00pm – Normal Speed = 1Mbps Night Time = 18:00pm – 06:00am – Double Speed = 2Mbps
Simple Diagram:
STEP 1
: Create Queue Simple:
/queue simple add comment="1MbpsDoubleNight" disabled=no target=192.168.1.5 max-limit=1M/1M name="Client1" add comment="1MbpsDoubleNight" disabled=no target=192.168.1.6 max-limit=1M/1M name="Client2" add comment="1MbpsDoubleNight" disabled=no target=192.168.1.7 max-limit=1M/1M name="Client3"
STEP 2
: Create Scheduler:
/system scheduler add comment="" disabled=no interval=1d name="Day" on-event="/queue simple\r\n set [find comment=1MbpsDoubleNight] max-limit=1M/1M\r\n" start-date=Jun/11/2016 start-time=06:00:00 add comment="" disabled=no interval=1d name="Night" on-event="/queue simple\r\n set [find comment=1MbpsDoubleNight] max-limit=2M/2M\r\n" start-date=Jun/11/2016 start-time=18:00:00
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment