Community discussions

MikroTik App
 
jaredharet
newbie
Topic Author
Posts: 31
Joined: Fri Feb 23, 2007 11:25 pm
Location: Bulgarian

How to limit uploud from one ISP?

Sat Mar 03, 2007 11:46 pm

How to limit uploud from one ISP?

I have 2 ISP

ISP1 - ADSl
ISP2 - PPPoE

And i want limit uploud through ISP1 and redirect through ISP2
 
abab_rafiq
Member Candidate
Member Candidate
Posts: 118
Joined: Thu Aug 24, 2006 12:47 pm
Location: Dhaka

Mon Mar 05, 2007 9:39 am

From the simple queue section add a queue rule indicating INTERFACE (which will found in advance tab) and set your required bandwidth.

FOR EXAMPLE

name="LAN" dst-address=0.0.0.0/0 interface=LAN parent=none direction=both priority=1 queue=default-small/default-small limit-at=3584000/3584000 max-limit=3584000/3584000 total-queue=default-small

Rafiq...