Hi, I am trying to limit p2p traffic to a certain amount up/down.
To do that I made the following simple queue rule:
name=“p2plimit” target-addresses=10.12.0.0/24,10.0.7.0/24
dst-address=0.0.0.0/0 interface=all parent=none direction=both
priority=8 queue=default-small/default-small limit-at=0/0
max-limit=64000/512000 burst-limit=0/0 burst-threshold=0/0
burst-time=0s/0s total-queue=default-small
time=7h-23h,mon,tue,wed,thu,fri p2p=all-p2p
In this manner I am trying to limit the total amount of traffic to 64k upload and 512k download, is it correct?
Looking into the queue I seen that the majority of cutomers goes beyond that limit; yes the symbol at the left is RED to indicate the limit was reached but the total allocated bandwidth is greather than the values in the limiting queue.
Another question is: do the upload/download values are reversed between dinamic queues created by pppoe and the p2plimt queue above? I read this in one post but I forgot were, so if someone can put some light in the up/down behaviour of the simple queue I will be glad
…
Last but not least, is there a more effective way to limit p2p traffic ( not crypted )? Yes I searched the forum, there are a lot of posts on this but no one was the ultimate solution for me ( pppoe dynamic queue created by radius server)
Thanks a lot for all your help
Regards
Alessandro