This is one of the very well known features in the mikrotik when we talk about QOS . and you can control the rate limit of downloading and uploading traffic on each interface and IP, and also any particular marking packets ,
This features alows you to limiting the bandwidth rate and it is is used to control the rate of traffic flow sent or received on a network interface. Traffic which rate that is less than or equal to the specified rate is sent, whereas traffic that exceeds the rate is dropped or delayed.
Lets start the configuration .
I have a customer I have given them a IP to use the internet and being an ISP i have to control and limit the bandwidth to them .Lets I want restrict them on 2mbps .
Step-1
Queue >Simple Queue.
/queue simple
add max-limit=2M/2M name="Customer A" target=10.0.0.2/32
Name:-The Queue name you can give anything .
Target:-The target is defines to identify the souce IP or interface and In this case statement works right also if we indicate only one of parameters: "target=" or "interface=", because both of these define where and for which traffic this queue will be implemented.
In Target option you can select any particular interface and and you can give a complete network if you want to restrict the bandwidth on complete network like ;.(10.0.0.0/24). and also you can set to limit the traffic on particular destination .
Max-Limit:-It will restrict you in your exact Maximal upload/download data rate that is allowed for a target to reach to reach what
This features alows you to limiting the bandwidth rate and it is is used to control the rate of traffic flow sent or received on a network interface. Traffic which rate that is less than or equal to the specified rate is sent, whereas traffic that exceeds the rate is dropped or delayed.
Lets start the configuration .
I have a customer I have given them a IP to use the internet and being an ISP i have to control and limit the bandwidth to them .Lets I want restrict them on 2mbps .
Step-1
Queue >Simple Queue.
/queue simple
add max-limit=2M/2M name="Customer A" target=10.0.0.2/32
Name:-The Queue name you can give anything .
Target:-The target is defines to identify the souce IP or interface and In this case statement works right also if we indicate only one of parameters: "target=" or "interface=", because both of these define where and for which traffic this queue will be implemented.
In Target option you can select any particular interface and and you can give a complete network if you want to restrict the bandwidth on complete network like ;.(10.0.0.0/24). and also you can set to limit the traffic on particular destination .
Max-Limit:-It will restrict you in your exact Maximal upload/download data rate that is allowed for a target to reach to reach what
No comments:
Post a Comment