Tady je zjednodušená ukázka, jak to aktuálně mám nastavené (wifiny jsem pro zjednodušení nevypisoval):
Kód: Vybrat vše
/queue tree
add max-limit=2M name="QoS - VDSL" parent="Pripojeni PPPoE k Internetu" \
queue=ethernet-default priority=8 comment="Definice vystupnich front pro odchozi provoz VDSL (upload)"
add name="Ostatni provoz - VDSL" packet-mark="Ostatni provoz" parent="QoS - VDSL" \
priority=8 queue=ethernet-default
add name="Datovy provoz - VDSL" packet-mark="Datovy provoz" \
parent="QoS - VDSL" priority=7 queue=ethernet-default
add name="Komunikacni sluzby - VDSL" packet-mark="Komunikacni sluzby" \
parent="QoS - VDSL" priority=5 queue=ethernet-default
add name="Audio-video - VDSL" packet-mark="Audio-video" \
parent="QoS - VDSL" priority=4 queue=ethernet-default
add name="VoIP - VDSL" packet-mark="VoIP" \
parent="QoS - VDSL" priority=3 queue=ethernet-default
add name="Sitove sluzby - VDSL" packet-mark="Sitove sluzby" parent=\
"QoS - VDSL" priority=1 queue=ethernet-default
add max-limit=20M name="QoS - ethernet" parent="Port 2 - master port na switchi" \
queue=ethernet-default priority=8 comment="Definice vystupnich front pro odchozi provoz z ethernetu (download)"
add name="Ostatni provoz - ethernet upload" packet-mark="Ostatni provoz" parent="QoS - ethernet" \
priority=8 queue=ethernet-default
add name="Datovy provoz - ethernet" packet-mark="Datovy provoz" \
parent="QoS - ethernet" priority=7 queue=ethernet-default
add name="Komunikacni sluzby - ethernet" packet-mark="Komunikacni sluzby" \
parent="QoS - ethernet" priority=5 queue=ethernet-default
add name="Audio-video - ethernet" packet-mark="Audio-video" \
parent="QoS - ethernet" priority=4 queue=ethernet-default
add name="VoIP - ethernet" packet-mark="VoIP" \
parent="QoS - ethernet" priority=3 queue=ethernet-default
add name="Sitove sluzby - ethernet" packet-mark="Sitove sluzby" parent=\
"QoS - ethernet" priority=1 queue=ethernet-default
Mám však tušení, že to není správné a že by to asi mělo být jinak, ale nevím, jak. Mám na mysli počet QT a celkovou strukturu. Poradíte?