I have queue tree and it worked before restart the router.
I see marked connection and overfull interface, but queue tree is empty and “green”
/ip firewall mangle
add action=mark-connection chain=forward dst-address-list=sprut log-prefix="mark p Sprut" new-connection-mark=cn-dn-Sprut
add action=mark-connection chain=forward dst-address-list=quantort new-connection-mark=cn-dn-QuantorT
add action=mark-connection chain=forward dst-address-list=quantor new-connection-mark=cn-dn-Quantor
add action=mark-connection chain=forward dst-address-list=server new-connection-mark=cn-dn-Server
add action=mark-connection chain=forward dst-address-list=ext_server new-connection-mark=cn-dn-ExtServer
add action=mark-packet chain=forward connection-mark=cn-dn-Sprut log-prefix="mark Sprut" new-packet-mark=dn-Sprut passthrough=no
add action=mark-packet chain=forward connection-mark=cn-dn-Quantor log-prefix="mark Quantor" new-packet-mark=dn-Quantor passthrough=no
add action=mark-packet chain=forward connection-mark=cn-dn-QuantorT log-prefix="mark Quantor-T" new-packet-mark=dn-QuantorT passthrough=no
add action=mark-packet chain=forward connection-mark=cn-dn-ExtServer log-prefix="mark ExtSerevr" new-packet-mark=dn-ExtServer passthrough=no
add action=mark-packet chain=forward connection-mark=cn-dn-Server new-packet-mark=dn-Server passthrough=no
add action=mark-packet chain=forward dst-address=!192.168.64.0/24 log-prefix="— mark Other" new-packet-mark=dn-Other passthrough=no src-address=\
!192.168.64.0/24
/queue type
add kind=pcq name=pcq-download-10m pcq-classifier=dst-address pcq-dst-address-mask=24 pcq-dst-address6-mask=0 pcq-rate=10M pcq-src-address-mask=24 \
pcq-src-address6-mask=0
add kind=pcq name=pcq-download-9m pcq-classifier=dst-address pcq-dst-address-mask=24 pcq-dst-address6-mask=0 pcq-rate=9M pcq-src-address-mask=24 \
pcq-src-address6-mask=0
/queue tree
add bucket-size=6 max-limit=9500k name="All download" parent=LAN queue=pcq-download-10m
add bucket-size=1 burst-limit=9M burst-threshold=5M burst-time=30s limit-at=1M max-limit=9M name=ExtServer-download packet-mark=dn-ExtServer parent=\
"All download" priority=1 queue=pcq-download-9m
add bucket-size=1 burst-limit=9M burst-threshold=6M burst-time=30s limit-at=3M max-limit=9M name=Quantor-download packet-mark=dn-Quantor parent=\
"All download" priority=7 queue=pcq-download-10m
add bucket-size=1 burst-limit=9M burst-threshold=5M burst-time=30s limit-at=3M max-limit=9M name=QuantorT-download packet-mark=dn-QuantorT parent=\
"All download" priority=7 queue=pcq-download-9m
add bucket-size=1 max-limit=5M name=Other-download packet-mark=dn-Other parent="All download" queue=pcq-download-10m
add bucket-size=1 burst-limit=9M burst-threshold=5M burst-time=30s limit-at=3M max-limit=9M name=Sprut-download packet-mark=dn-Sprut parent="All download" \
priority=7 queue=pcq-download-10m
add bucket-size=1 max-limit=9M name=Server-download packet-mark=dn-Server parent="All download" queue=pcq-download-10m
config
back11052016_export.rsc.txt (14.8 KB)
screenshot
