[admin@MikroTik] > ip firewall mangle
pr det
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; FB Loss
chain=prerouting action=mark-connection new-connection-mark=FB Loss passthrough=yes protocol=tcp dst-port=80 content=http://www.facebook.com
1 chain=prerouting action=mark-packet new-packet-mark=FB Loss passthrough=no connection-mark=FB Loss
2 ;;; Poker
chain=prerouting action=mark-connection new-connection-mark=Poker passthrough=yes protocol=tcp dst-port=80 content=http://apps.facebook.com/texas-holdem
3 chain=prerouting action=mark-packet new-packet-mark=Poker oke passthrough=no connection-mark=Poker
4 ;;; Limited Download
chain=forward action=mark-connection new-connection-mark=Limit Down1 passthrough=yes protocol=tcp out-interface=LAN connection-mark=!Poker
content=! connection-bytes=256000-4294967295
5 chain=forward action=mark-packet new-packet-mark=Limit Down passthrough=no protocol=tcp out-interface=LAN connection-mark=Limit Down1
6 ;;; IIX-IX
chain=prerouting action=mark-connection new-connection-mark=conn-iix passthrough=yes src-address=192.168.1.0/24 dst-address-list=nice
7 chain=prerouting action=mark-connection new-connection-mark=conn-intl passthrough=yes src-address=192.168.1.0/24 dst-address-list=!nice
8 chain=prerouting action=mark-packet new-packet-mark=iiix-pak passthrough=yes connection-mark=conn-iix
9 chain=prerouting action=mark-packet new-packet-mark=intl-pak passthrough=yes connection-mark=conn-intl
10 chain=prerouting action=mark-routing new-routing-mark=International passthrough=no in-interface=LAN packet-mark=intl-pak
[admin@MikroTik] > queue simp
pr det
Flags: X - disabled, I - invalid, D - dynamic
0 name="INTL.PAK" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=intl-pak direction=both priority=8 queue=default-small/default-small
limit-at=0/0 max-limit=2M/2M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
1 name="IIX.PAK" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=iiix-pak direction=both priority=8 queue=default-small/default-small
limit-at=0/0 max-limit=2M/2M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
2 name="Billing INTL" target-addresses=192.168.1.10/32 dst-address=0.0.0.0/0 interface=all parent=INTL.PAK direction=both priority=8
queue=default-small/default-small limit-at=0/0 max-limit=256k/256k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
3 name="Billing IIX" target-addresses=192.168.1.10/32 dst-address=0.0.0.0/0 interface=all parent=IIX.PAK direction=both priority=8
queue=default-small/default-small limit-at=0/0 max-limit=256k/700k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
4 name="Line1 INTL" target-addresses=192.168.1.11/32 dst-address=0.0.0.0/0 interface=all parent=INTL.PAK direction=both priority=8
queue=default-small/default-small limit-at=0/0 max-limit=512k/512k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
5 name="Line2 INTL" target-addresses=192.168.1.12/32 dst-address=0.0.0.0/0 interface=all parent=INTL.PAK direction=both priority=8
queue=default-small/default-small limit-at=0/0 max-limit=512k/512k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
[admin@MikroTik] > queue tree
pr det
Flags: X - disabled, I - invalid
0 name="Limited Download" parent=global-out packet-mark=Limit Down limit-at=0 queue=pcq download priority=8 max-limit=256k burst-limit=0 burst-threshold=0
burst-time=0s
1 name="FB Loss" parent=global-total packet-mark=FB Loss limit-at=0 queue=default priority=2 max-limit=300k burst-limit=0 burst-threshold=0 burst-time=0s
2 name="Poker" parent=global-total packet-mark=Poker oke limit-at=0 queue=default priority=1 max-limit=700k burst-limit=0 burst-threshold=0 burst-time=0s
maksudnya gini bukan simple queue nya dan queue tree nya beserta manglenya???