Jump to:navigation, search
Wiki





































Syntax for the CLI command Qos

Last adaption: 07.2024

New:
  • Layout adjustments
notempty
This article refers to a Beta version
Access: UTM-IP:Port or UTM-URL:Port
Port as configured at Network / Appliance Settings / Webserver
Default-Port: 11115
i.e.: https://utm.ttt-point.de:11115
Default: https://192.168.175.1:11115
Extras CLI

Command Parameter Description Example

qos get

qos get
Shows the entire QoS tree qos get

qos new

qos new
Creates a new QoS object qos new name "qos-regel1" parent "gesamt" max "3000" min "3000"
name Name of the object
parent Name of the parent object
max Bandwidth that should be available for a rule.
  • The value must be identical for min and max!
  • min

    qos set

    qos set
    Changes the QoS parameters qos set id "19" max "6000" min "6000"
    id Id of a QoS object
    name Name of the object
    parent Name of the parent object
    max Bandwidth that should be available for a rule.
  • The value must be identical for min and max!
  • min

    qos delete

    qos delete
    Deletes a QoS object qos delete id "16"
    id Id of a QoS object