Community discussions

MikroTik App
 
n5ltc
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 55
Joined: Sun Jun 13, 2004 7:01 am
Location: Texas

P2P limiting using 2.9.25

Sat Jun 10, 2006 12:29 am

I am using version 2.9.25 Mikrotik and have applied p2p traffic shaping today on all my routers. I have the following queue setup on each router:

0 name="All P2P" dst-address=0.0.0.0/0 interface=all parent=none
direction=both priority=8 queue=default-small/default-small
limit-at=128000/256000 max-limit=128000/256000
total-queue=default-small p2p=all-p2p

When I look at the statistics on the the queue, it shows the bandwidth being used as exactly half for both incoming and outgoing. For example, on the above I have 128k up and 256k down. The statistics show 120.8 for each direction. Why is this?

Also, on a few of the routers, it is showing in the 70k range both directions. So, for some routers it is running at the 128k total limit and others at the 256k limit. I'm a bit confused. Maybe I need to set it differently??