
| Command | Comments |
|---|---|
| label add name=Lopq | Label for the low priority queue |
| label modify name=Lopq classification=overwrite defclass=2 ackclass=2 bidirectional=disabled inheritance=disabled | Configure Lopq to have a low priority |
| label list |
Optional -- list the labels |
| label rule add chain=qos_user_labels index=1 name=Loup srcip=192.168.1.100 label=Lopq | Rule for upload traffic from the target pc (192.168.1.100) |
| label rule add chain=qos_user_labels index=2 name=Lodown dstip=192.168.1.100 label=Lopq | Rule for download traffic to the target pc (192.168.1.100) |
| label rule list | Optional -- list the qos rules |
| Saveall | Make it permanent |


| Command | Comments |
|---|---|
| label rule list | Optional -- check the rule index numbers |
| label rule delete chain=qos_user_labels index=2 | Delete index 2 before index 1 |
| label rule delete chain=qos_user_labels index=1 | |
| label delete name=Lopq | |
| saveall | Don't forget this |
| Command | Comments |
|---|---|
| label add name=Hipq | Lable for the high priority queue |
| label modify name=Hipq classification=overwrite defclass=14 ackclass=14 bidirectional=disabled inheritance=disabled | Configure Hipq to have a high priority |
| label list |
Optional -- list the labels |
| label rule add chain=qos_user_labels index=1 name=Hiup srcip=192.168.1.110 label=Hipq | Rule for upload traffic from the target pc (192.168.1.110) |
| label rule add chain=qos_user_labels index=2 name=Hidown dstip=192.168.1.110 label=Hipq | Rule for download traffic to the target pc (192.168.1.110) |
| label rule list | Optional -- list the qos rules |
| Saveall | Make it permanent |
| Command | Comments |
|---|---|
| label rule list | Optional -- check the rule index numbers |
| label rule delete chain=qos_user_labels index=2 | Delete index 2 before index 1 |
| label rule delete chain=qos_user_labels index=1 | |
| label delete name=Hipq | |
| saveall | Don't forget this |