Hi,
I’m new on the Mikrotik router I toke 2 training, but I have this problem tha t i don’[t have any idea how to solved
I have several VLAN echa with dhcp, diferen ip pools for difent group of bandwidh, use private ip scheme and nat
the porblem is
traficc shaping is woking in the upload of mi cliente but not in the download so the cliente with 512 Kb Tx and 1024 kb ir reciving like 4 Mb or even 5 mb using a external bandwith tester like speedtest.net
I tired to copy the queue and change que que type to pcq but still not working, i’m not using queue tree but I’m planiang to in my next dising.
any idea what can cause that the simple queue is not working in the donwload/
routerboard 1000 runing os 4.13
Feklar
December 13, 2010, 2:56pm
2
We would have to see your mangle and queue rules to see what is going on there honestly. If you are just using Simple Queues, the order of the queues is very important, they are processed just like the firewall rules, as soon as a packet finds one that it fits, it fires and nothing else is processed.
I have only One moth working with Mikrotik, and this is how I found the configuration,
for some reason only is doing the shaping on the up stream but not in the down stream
I know the configuration is very wrong, I’m working on a new one just waiting for the other miktrotik to arrive.
I would like to use queue tree instead simple, the problem is that we use DHCP and different ip pools
so I working how to make it work. but right now my big problem is the traffic shaping.
Regrds,
Feklar
December 13, 2010, 5:35pm
4
When I say we need to see the rules, I mean an /export of the relevant parts of your configuration. Winbox screen shots really don’t have enough detail to tell us much of anything. But here we go based off of what I have seen. Review this document and see if helps any.
http://wiki.mikrotik.com/wiki/Packet_Flow#Diagram
1.) If at all possible move away from using the Global-x for your parents. They work, but I find them confusing, and I feel like you loose some of the finer control, if you place the queues on the interfaces themselves you are able to control what each interface is capable of instead of just globally. Global total restricts the total upload and download you allow as well. You also need to keep in mind, that the router cannot limit what it is receiving on an interface, it can only control what it sends out of the interface. So your UPLOAD queue(s) goes on the WAN(s) and your DOWNLOAD queue(s) go on the LAN(s).
2.) I also see that a lot of your rules are in prerouting, this is usually not the best place for them to be, especially since you are marking packets directly instead of marking connections and then marking packets based off of the connection mark. When you mark packets directly, you cannot think about connections, you must think about the traffic the way it flows. Client makes a connection to dst-port 80, server responds with a src-port of 80, and you need them to be marked on the forward chain, before src-nat happens and after dst-nat happens, otherwise the router doesn’t know where the is coming from/headed to. If you only mark one, then you only get one side of the connection, not both. If you mark connections and then mark packets based off of the connection mark, you get both sides of the connection.
3.) Without more detail on your queue tree, it’s hard to say, but you don’t have any limits placed on the parents, I believe if the parents aren’t limited the leafs won’t be limited. You need to impose some artificial limit so the queue knows what it is capable of. As a general rule of thumb, you place it at around 90% of what the interface is capable of. When I say that, I mean what your upload/download speed is for that interface as outlined in 1.
HERE ARE ALL THE SIMPLE QUEUE
/queue simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=yes dst-address=0.0.0.0/0 interface=all limit-at=
64k/64k max-limit=64k/64k name=“Limiting p2p” p2p=all-p2p parent=none
priority=8 queue=pcq/pcq target-addresses=10.0.0.0/8 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=yes dst-address=190.14.192.131/32 interface=all
limit-at=2M/2M max-limit=2M/2M name=voip-server-clarocom-1 parent=none
priority=1 queue=default-small/default-small target-addresses=10.0.0.0/8
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=yes dst-address=190.14.192.132/32 interface=all
limit-at=2M/2M max-limit=2M/2M name=voip-server-clarocom-2 parent=none
priority=1 queue=default-small/default-small target-addresses=10.0.0.0/8
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan172 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.42.12.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=10M/10M name=“Vlan174 Default” parent=none priority=8
queue=default-small/default-small target-addresses=10.42.16.0/28
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan130 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.30.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan132 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.30.12.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=0/0 name=“Vlan170 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.42.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan180 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.44.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan182 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.44.12.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan100 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.6.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan102 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.14.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan104 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.20.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan106 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.28.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan108 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.36.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=2M/4M name=“Vlan190 Paitilla” parent=none priority=8 queue=
default-small/default-small target-addresses=10.45.0.0/24 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=8M/8M name=“CPE Oficina” parent=none priority=8 queue=
default-small/default-small target-addresses=10.42.0.15/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=“Jim Corp” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.34.10/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan 101Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.46.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
1500k/1500k max-limit=1500k/1500k name=“Constructora Sevilla” parent=none
priority=8 queue=pcq/pcq target-addresses=10.44.2.10/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=“La Pinuela” parent=none priority=8 queue=
default-small/default-small target-addresses=10.28.2.15/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=“Petrolera Nacional (Monserrat)” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.28.2.10/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=Abernathy parent=none priority=8 queue=
default-small/default-small target-addresses=10.38.2.10/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
128k/128k max-limit=2048k/2048k name=“Agroganadera Santa Fe” p2p=all-p2p
parent=none priority=8 queue=pcq/pcq target-addresses=10.38.2.21/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1500k/1500k name=“AR Solution” parent=none priority=8
queue=default-small/default-small target-addresses=10.38.2.16/29
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=4M/4M name=“Sterling Financial” parent=none priority=8
queue=default-small/default-small target-addresses=10.27.16.4/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan176 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.42.28.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan202 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.48.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan110 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.27.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan112 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.27.12.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan114 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.27.20.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan140 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.33.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan142 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.33.12.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan144 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.33.20.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan150 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.34.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan152 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.34.12.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan120 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.28.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan162 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.38.12.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan122 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.28.12.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan160 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.38.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan124 Default” parent=none priority=8 queue=
default-small/default-small target-addresses=10.4.4.0/28 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/1024k name=IpcTropigas parent=none priority=8 queue=
default-small/default-small target-addresses=10.34.11.0/27 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=“Oscar Torres” parent=none priority=8 queue=
default-small/default-small target-addresses=10.28.2.11/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=Jovet parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.10.10/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1472k/1472k name=“Carmen Alfano DVR” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.42.10/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=“FGS Inversiones” parent=none priority=8
queue=default-small/default-small target-addresses=
10.11.10.2/32,10.11.10.3/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=256k/512k name=“Fujitivo Taller Service” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.28.2.20/32,10.28.2.21/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“H.L. Ingenieros” parent=none priority=8 queue=
default-small/default-small target-addresses=
10.34.10.13/32,10.34.10.11/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=3500k/3500k name=Urbaser parent=none priority=6 queue=
default-small/default-small target-addresses=10.34.10.17/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=5M/5M name=Brad parent=none priority=8 queue=
default-small/default-small target-addresses=10.28.2.30/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/800k name=Termica parent=none priority=8 queue=
default-small/default-small target-addresses=
10.48.2.10/32,10.48.2.11/32,10.48.2.12/32,10.48.2.13/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/2048k name=
“ultrablock DVR 2 MEGAS SIMETRICO HASTA JULIO-2010 FONSECA” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.28.2.31/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=Fujitivo parent=none priority=8 queue=
default-small/default-small target-addresses=10.28.2.21/32,10.28.2.22/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=0/0 name=Monitoreo parent=none priority=8 queue=
default-small/default-small target-addresses=190.14.202.233/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/2048k name=“Ambitec Royal D. - 2 mega contratado”
parent=none priority=8 queue=default-small/default-small
target-addresses=10.34.10.14/32,10.34.10.15/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=2M/2M name=“Caja de Ahorro” parent=none priority=8 queue=
default-small/default-small target-addresses=10.34.3.1/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=Tropigas-Loceria parent=none priority=8 queue=
default-small/default-small target-addresses=10.27.32.0/27 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Vlan103 Default” p2p=all-p2p parent=none
priority=8 queue=default-small/default-small target-addresses=
10.50.4.0/28 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=“Octavio Vallarino DVR” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.11.0.21/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=5120k/5120k name=“Arc System” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.18.10/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=4096k/4096k name=“CUSA RIO ABAJO” parent=none priority=8
queue=default-small/default-small target-addresses=10.44.8.4/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Stephan Schwab” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.34.11/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=“Quitarle esto a Qiu” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.13.138/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“Ioesa (anteriormente Insepsa)” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.34.10.18/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/1M name=“Servicios Industriales - Cia de Aceite”
parent=none priority=8 queue=default-small/default-small
target-addresses=10.28.2.23/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“Carmen Alfano Router” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.42.11/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
512k/768k max-limit=1024k/2048k name=TecnoPiedra parent=none priority=8
queue=default-small/default-small target-addresses=10.11.18.11/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=
“Industrias Montserrat 1 mega temporal problemas de telefono” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.28.2.24/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Desconocido Trango” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.37.18/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/512k name=“Barbara Lee Franzen” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.25.101/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/1024k name=“Tenaura Rodriguez” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.10.4/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“Rafael Barcenas Router” parent=none priority=8
queue=default-small/default-small target-addresses=10.33.0.50/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=256k/512k name=“thys van sting” parent=none priority=8
queue=default-small/default-small target-addresses=10.48.2.15/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/2048k name=Poderoso parent=none priority=8 queue=
default-small/default-small target-addresses=10.34.5.135/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=256k/512k name=“Arc System DVR” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.18.10/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“CMG Construcciones (Alcides)” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.11.0.20/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=yes dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=10M/10M name=ISAServer_Figali parent=none priority=6 queue=
default-small/default-small target-addresses=10.27.16.10/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“Eduardo Morgan” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.42.12/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=768k/512k name=“H.L. Ingenieros2” parent=none priority=8
queue=default-small/default-small target-addresses=10.34.12.248/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/1M name=“Susan Sztyk” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.34.12/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
192k/384k max-limit=512k/1024k name=“ANABELLA DE ALEMAN” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.33.0.51/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=2M/2M name=“Felipe de Castro” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.0.22/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=384k/256k name=“Carmen Cano 202-7426” parent=none priority=
8 queue=default-small/default-small target-addresses=10.11.0.102/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/1M name=“Gregory Corcoran” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.0.103/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=256k/512k name=“Paul Dunkley” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.25.102/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=256k/256k name=Farmazona parent=none priority=8 queue=
default-small/default-small target-addresses=10.28.4.60/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“CILSA 1” parent=none priority=8 queue=
default-small/default-small target-addresses=10.38.2.52/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“Cilsa 2” parent=none priority=8 queue=
default-small/default-small target-addresses=10.38.2.53/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“Cilsa 3” parent=none priority=8 queue=
default-small/default-small target-addresses=10.38.2.54/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=2M/2M name=“Felipe Castro 2” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.0.23/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=768k/1024k name=“IRK Club Chame Resort” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.11.0.24/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“Ingenieria RM Centennial” parent=none priority=
8 queue=default-small/default-small target-addresses=10.34.1.101/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=256k/512k name=“catalina rodriguez” parent=none priority=8
queue=default-small/default-small target-addresses=10.30.1.100/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Diana Lopez Fijo” parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.8.110/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=2M/2M name=“ISA Server Global” parent=none priority=8
queue=default-small/default-small target-addresses=10.42.9.100/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/1024k name=“Norman Paterson” parent=none priority=8
queue=default-small/default-small target-addresses=10.28.2.25/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
1k/1k max-limit=1k/1k name=TecnoConcreto parent=none priority=8 queue=
default-small/default-small target-addresses=10.11.18.14/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=WhatsUpGold parent=none priority=8 queue=
default-small/default-small target-addresses=10.4.1.10/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/1M name=“Pamela Sims John” parent=none priority=8
queue=default-small/default-small target-addresses=10.11.37.18/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1k/1k name=“Montserrat handyton” parent=none priority=8
queue=default-small/default-small target-addresses=10.28.5.8/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=256k/256k name=“hormigon express 1” parent=none priority=8
queue=default-small/default-small target-addresses=10.28.2.16/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=192k/384k name=“Monica stagg” parent=none priority=8 queue=
default-small/default-small target-addresses=10.28.5.10/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=128k/128k name=“hormigon express 2” parent=none priority=8
queue=default-small/default-small target-addresses=10.28.2.17/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=128k/128k name=“hormigon express 3” parent=none priority=8
queue=default-small/default-small target-addresses=10.28.2.18/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=yes dst-address=0.0.0.0/0 interface=all limit-at=
256k/512k max-limit=256k/512k name=“IP desconocido” parent=none priority=
8 queue=default-small/default-small target-addresses=10.11.21.175/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/1M name=“Mi Ranchito Prueba DVR” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.38.2.14/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/256k name=“MI RANCHITO RELOG” parent=none priority=8
queue=default-small/default-small target-addresses=10.38.2.15/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/2M name=“Louisville ISAServer 2004” parent=none
priority=1 queue=default-small/default-small target-addresses=
10.38.2.17/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=2048k/1024k name=“Tecnopiedra-29-05-2010 fonseca” parent=
none priority=8 queue=default-small/default-small target-addresses=
10.11.18.12/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/768k name=“John Winstanley camara” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.11.34.13/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/1024k name=TRANSMAR parent=none priority=1 queue=
default-small/default-small target-addresses=10.28.4.15/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
64k/64k max-limit=256k/512k name=“HEATHER WILSON” p2p=all-p2p parent=none
priority=8 queue=pcq/pcq target-addresses=10.11.21.179/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=yes dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/2M name=WNet-Oscuro parent=none priority=8 queue=
default-small/default-small target-addresses=192.168.1.226/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=yes dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/2M name=WNet-Ancon parent=none priority=8 queue=
default-small/default-small target-addresses=192.168.1.230/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
512k/512k max-limit=1024k/2048k name=“Ruben Trejos” p2p=all-p2p parent=
none priority=8 queue=pcq/pcq target-addresses=10.28.5.132/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=
“vlan150 Cerro Oscuro” limit-at=64k/64k max-limit=512k/1024k name=
“Carney Willians” p2p=all-p2p parent=none priority=8 queue=pcq/pcq
target-addresses=10.33.5.198/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=512k/1024k name=“Constructora Oceania” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.4.2.12/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“Esso Standard oil” parent=none priority=8
queue=default-small/default-small target-addresses=10.38.2.18/32
total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“EDIFICAR PANAMA” parent=none priority=8 queue=
default-small/default-small target-addresses=10.38.2.19/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/2M name=“RCM 03/07/2010” parent=none priority=8 queue=
default/default target-addresses=10.34.3.3/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“ESSO STANDARD OIL MILLA 1” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.34.3.4/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“ESSO STANDARD OIL EL BOSQUE” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.34.3.5/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“ESSO STANDARD OIL CENTENIAL” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.34.3.6/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1M/1M name=“ESSO STANDARD OIL LOCERIA” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.34.3.7/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
256k/512k max-limit=256k/512k name=
“Go Management Administracion Playa Blanca” parent=none priority=8 queue=
default-small/default-small target-addresses=10.50.1.100/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/512k name=“Eduardo Benedetti camara 1” parent=none
priority=8 queue=pcq/pcq target-addresses=10.11.0.26/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/512k name=“Eduardo Benedetti camara2” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.11.0.27/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/512k name=“Eduardo Benedetti camara3” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.11.0.28/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
0/0 max-limit=1024k/512k name=“Eduardo Benedetti camara4” parent=none
priority=8 queue=default-small/default-small target-addresses=
10.11.0.29/32 total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
512k/1024k max-limit=512k/1024k name=“Padres Camelita” parent=none
priority=7 queue=pcq/pcq target-addresses=10.11.5.135/32 total-queue=
default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=
10M/10M max-limit=10M/10M name=“Benjamin Laptop Teste” parent=none
priority=8 queue=pcq/pcq target-addresses=10.38.5.131/32 total-queue=
default-small
QUEUE TREE
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=pop3-rx packet-mark=pop3-rx parent=Global_In- priority=1
queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=imap-rx packet-mark=imap-rx parent=Global_In- priority=1
queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=voip-sip-total packet-mark=voip-sip-total parent=
Global_Total- priority=1 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=voip-rtp-total packet-mark=voip-rtp-total parent=
Global_Total- priority=1 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=icmp-total packet-mark=icmp-total parent=Email_Out
priority=1 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=http-total packet-mark=http-total parent=Email_Out
priority=4 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=https-total packet-mark=https-total parent=Global_Total-
priority=4 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=Terminal_Service packet-mark=terminal-services parent=
Global_Total- priority=2 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=Magic-jack packet-mark=magicjack parent=Email_Out
priority=1 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=256k name=“alberto - up” packet-mark=“Alberto UP” parent=
Email_Out priority=8 queue=“PCQ UP”
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=256k name=“Alberto Down” packet-mark=“alberto - down” parent=
Global_In- priority=8 queue=“PCQ DOWN”
th3 one with pcq are test
So what is the best practice to do the traffic shaping mark packet or connection, also I need to implement QoS on the P2P traffic with best effort and all the VoIP with priority 1 or CBR.
Regards
Queue applied to physical interface question
I have 10 vlan on my LAN interface, will the traffic be shaped on the vlans?
other question the simple queue depend of the queue tree? because all my queue are simple and still not working.. are the simple queue working globaly in - out?
Feklar
December 13, 2010, 8:33pm
7
Marking by connection makes things easier on you since it is bi-directional, and I think it may take up fewer resources when done right. It all depends on your setup however, since you can only have one connection mark per packet, if you are using connection marks for other services you either need to modify that setup to take that into account or only use packet marks directly.
p2p is going to be tricky for you to do if you want to specifically classify that. The p2p identifier in MikroTik is out of date and does not pick up nearly all that is out there, and using layer7 is very resource heavy and will be difficult to get the regex you need to match what is out there. It is also impossible to really catch everything that way since it is very easy to change the client around. The best thing to do is to classify everything that you want/like and then assume everything else is something you don’t want and limit it accordingly. VoIP is going to be easier for you to classify since most implementations use the standard src-ports of 5060 and 5061 for SIP, however there are other services out there that don’t use the standards, such as Skype, that will throw a wrench into the works for doing QoS on them all of the time. If they are IP phones instead of clients, it becomes even easier as you will be able to assign them static IP addresses and mark their packets based off of that.
As to why you’re only able to limit people that are uploading traffic and not their downloads, I’m almost completely certain it is because of the reason I listed above, you are only marking packets with a dst-port of whatever, and therefore are only getting a part of the connection. If you swap over to connection marks and then mark packets based off of those, or make a mirror of your current packet marks on the forward chain to take into account the return part of the connection, you will start seeing the result that you want.
Feklar
December 13, 2010, 8:39pm
8
Simple queues happen just after global-x. So by having queue’s on global-x you override your simple queues if I remember correctly. Otherwise the two of them are separate for the most part. On my setups, I let the simple queues handle rate limiting on a per-user basis when they sign into a hotspot and let queue trees take care of the priority.
As to the VLANs, it all depends on what your goals are for the VLANs. If you want to limit what each VLAN is allowed to do for the traffic it sends out differnetly, then set up a tree for each VLAN. If however you don’t care about that and want to set up a global limit that applies to the physical interface and don’t care what each VLAN does within those limits, place one queue tree on the interface that all the VLANs are a part of.
GLOBAL IN - GLOBAL - OUT
as far I learn in the advance training
Global - IN is were you put all your Internet provider
Global - OUT is were you put all your Clients for example if I have several Vlans which is my case I have about 22 vlan from different sites and i need to do traffic shaping in need to put the in global IN
any comments?
Feklar
December 13, 2010, 9:28pm
10
Let’s make sure you understand what I am saying for parents/locations of queues.
1.) There MikroTik has no control and can do nothing about the traffic it receives on any interface. It can only control how it processes that data and what it sends out.
2.) As long as the queues are doing what you want, it doesn’t really matter what the parent is. I just personally find the globals to be confusing so I don’t like to use them at all. Also globals, as the name implies, applies to everything on the router, this is fine if you don’t care to control what each interface is individually capable of, I however want that control. To that end, I make the parents of the queue’s the actual physical interfaces, it lets me control what each interface does, and makes things easier for me to work on and keep straight. I usually have multiple ISPs going into one router, so in addition to me finding the globals confusing, it’s not piratical for me to use them for upload traffic because each ISP is capable of something different for their uplink speeds so it would be very easy for a global-x to saturate one link more than I want to.
I don’t know what interface(s) you have your VLANs set up on. If they all reside on the same physical interface, you can place a queue tree on that ethernet interface, and each VLAN will do whatever it will do within the restrictions of that ethernet interface (much like having it on a global-x but having the control closer to the interface itself). If you want to control each VLAN differently, then place a tree on each VLAN. If you like to use the globals then more power to you. Everything in the MikroTik is queued behind the scenes, i.e. traffic is going to leave by ether2 and gets queued there waiting to leave, leaves that queue and hits VLAN20 queue, then leaves the router. By setting up simple queues or queue trees you are just placing artificial limits on these packets and reordering them to suite your needs.
Here are the vlans
/interface vlan
add arp=enabled comment=“” disabled=no interface=ether3 l2mtu=1596 mtu=1500
name=“vlan100 Chame” use-service-tag=no vlan-id=100
add arp=enabled comment=“” disabled=no interface=ether4 l2mtu=1596 mtu=1500
name=“vlan101 Margarita-Chumico” use-service-tag=no vlan-id=101
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan152 Cerro Penon” use-service-tag=no vlan-id=152
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan174 Voip Office” use-service-tag=no vlan-id=174
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan110 Primavera” use-service-tag=no vlan-id=110
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan112 Oceania” use-service-tag=no vlan-id=112
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan118 Tropigas” use-service-tag=no vlan-id=118
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan120 Cerro Azul” use-service-tag=no vlan-id=120
add arp=enabled comment=“” disabled=yes interface=ether2 l2mtu=1596 mtu=1500
name=“vlan122 FERIAS GLOBAL2” use-service-tag=no vlan-id=122
add arp=enabled comment=“” disabled=no interface=ether3 l2mtu=1596 mtu=1500
name=“vlan140 Contadora” use-service-tag=no vlan-id=140
add arp=proxy-arp comment=“” disabled=no interface=ether3 l2mtu=1596 mtu=1500
name=“vlan150 Cerro Oscuro” use-service-tag=no vlan-id=150
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan162 PEDRO MIGUEL-NAOS” use-service-tag=no vlan-id=162
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan170 AP Office” use-service-tag=no vlan-id=170
add arp=enabled comment=“” disabled=yes interface=ether2 l2mtu=1596 mtu=1500
name=“vlan172 Lan Office” use-service-tag=no vlan-id=172
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan180 Costa del Este” use-service-tag=no vlan-id=180
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan182 Cusa Rio Abajo” use-service-tag=no vlan-id=182
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan202 Taboga” use-service-tag=no vlan-id=202
add arp=proxy-arp comment=“” disabled=no interface=ether1 l2mtu=1596 mtu=1500
name=“vlan049 ClaroCom Uplink” use-service-tag=no vlan-id=49
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan040 Management” use-service-tag=no vlan-id=40
add arp=enabled comment=“” disabled=yes interface=ether3 l2mtu=1596 mtu=1500
name=“vlan114 FERIAS TORRE GLOBAL” use-service-tag=no vlan-id=114
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan124 AP Torre Global” use-service-tag=no vlan-id=124
add arp=enabled comment=“” disabled=no interface=ether4 l2mtu=1596 mtu=1500
name=“vlan106 Campana AP 2.4” use-service-tag=no vlan-id=106
add arp=enabled comment=“” disabled=no interface=ether4 l2mtu=1596 mtu=1500
name=“vlan108 Campana & ADM” use-service-tag=no vlan-id=108
add arp=enabled comment=“” disabled=no interface=ether4 l2mtu=1596 mtu=1500
name=“vlan104 Cermeno” use-service-tag=no vlan-id=104
add arp=enabled comment=“” disabled=no interface=ether4 l2mtu=1596 mtu=1500
name=“vlan130 AP 2.4 Playa Blanca” use-service-tag=no vlan-id=130
add arp=enabled comment=“” disabled=no interface=ether3 l2mtu=1596 mtu=1500
name=“vlan177 Atlapa” use-service-tag=no vlan-id=177
add arp=enabled comment=“” disabled=no interface=ether4 l2mtu=1596 mtu=1500
name=“vlan103 PlayaBlancaFounders” use-service-tag=no vlan-id=103
add arp=enabled comment=“” disabled=no interface=ether4 l2mtu=1596 mtu=1500
name=“vlan102 Coronado” use-service-tag=no vlan-id=102
add arp=proxy-arp comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan160 Ancon” use-service-tag=no vlan-id=160
add arp=enabled comment=“” disabled=no interface=ether2 l2mtu=1596 mtu=1500
name=“vlan181 DISPONIBLE” use-service-tag=no vlan-id=181
I don’t really understand very well how the traffic shaping work on this router, is allot complicated and no clear explanation on the wiki support.
I feel frustrated with this router I’m more cisco and Fortinet guy more simple than this, but I like to learn the problem is this issue with the traffic shaping is kiling me LOL
Thank for all the help in advance.
regards,
Feklar
December 14, 2010, 3:03pm
12
QoS is definitely one of those things that is very very hard to get your head wrapped around. I basically used this as my starting point:
http://wiki.mikrotik.com/wiki/Manual:Connection_Rate
Once I got that working, I started playing around with what was already there and started building out what I wanted to do. I am by no means an expert on this subject, but know enough to at least get started.
Answer this question for your current configuration and we can move on from there.
1.) Have you implemented the mangle rules to either mark connections, or to mark packets for the other side of the connection that I have mentioned? Without either one of these in place, you only get 1/2 of the connection. Hence why you are only seeing a limit on upload traffic.
2.) Have you tried to disable the queue trees that you currently have in place and see if it makes any difference?
Once we get your basic config working, we can start to work on the more advanced one with queue trees. Answer this and it will tell you how complicated your queue tree and mangle rules need to be.
1.) How much control do you want to have with the download traffic for each interface? Do you want a global limit that all interfaces are a part of and you don’t care what each interface does within those limits? Do you want more control where each VLAN is capable of something different? (I.E. different QoS rules, different upload/download for each VLAN/Interface or just one global limit for everything)