CONFIG OBJECT QOS QID ADD
Level
filter,modify
History
Appears in Netasq 6.1.0
level filter Appears in Netasq 6.1.4
level network deprecated Netasq in 6.1.4
level other deprecated Netasq in 6.1.4
'prioritize_ack' and 'prioritize_lowdelay' become 'prioritizeack' and 'prioritizelowdelay' in Sicilia
lengthrev Appears in 4.3.0
Description
Add a qid
Usage
qid=<qid> [comment=<comment>] (type=CBQ min=<min> min_rev=<minrev> max=<max> max_rev=<maxrev>) | (type=<PRIQ> pri=<pri>) [color=<color>] [length=<queue_length>] [lengthrev=<rev_queue_length>] [prioritizeack=<on|off>] [prioritizelowdelay=<on|off>] [update=<on|off>]
Remark
In order to use a percentage as bandwidth for CBQ, a reference bandwidth must be set using CONFIG OBJECT QOS SET
Example
CONFIG OBJECT QOS QID ADD qid=HTTP comment="web" type=CBQ min="65536" min_rev="16384" max="0" max_rev="0"
CONFIG OBJECT QOS QID ADD qid=SSH comment="ssh" type=PRIQ pri=1
CONFIG OBJECT QOS QID ADD qid=SMTP comment="mail" type=CBQ min="131072" max="262144" min_rev="0" max_rev="0"