Syntax for the CLI command Qos
Last adaption: 07.2024
New:
- Layout adjustments
This article refers to a Beta version
| Command | Parameter | Description | Example |
|---|---|---|---|
qos getqos get |
Shows the entire QoS tree | qos get | |
qos newqos 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. | ||
| min | |||
qos setqos 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. | ||
| min | |||
qos deleteqos delete |
Deletes a QoS object | qos delete id "16" | |
| id | Id of a QoS object |


