添加 QoS(服务质量)服务类别或策略规则。
要添加服务类别:
qosadd [ -s ServiceCategory] [ -t OutgoingTOS] [ -b MaxTokenBucket] [ -f FlowServiceType] [ -m MaxRate] service
要添加策略规则:
qosadd [ -s ServiceCategory] [ -r ServicePolicyRules] [ -l PolicyRulePriority] [ -n ProtocolNumber] [ -A SrcAddrRange] [ -a DestAddrRange] [ -P SrcPortRange] [ -p DestPortRange] policy
qosadd 命令在 policyd.conf 文件中添加指定的服务类别或策略规则,并在 QoS 管理器中安装这些更改。
服务添加标志:
-s | ServiceCategory 属性的名称,此标志是强制的。 |
-t | OutgoingTOS 属性,以 8 位二进制数指定。 |
-b | MaxTokenBucket 属性,以 Kb(千比特)指定。 |
-f | FlowServiceType 属性,它是 ControlledLoad 或是 Guaranteed。 |
-m | MaxRate 属性,以 Kbps(每秒千比特)指定。 |
策略添加标志:
0 | 成功完成 |
正整数 | 发生错误。 |
qosadd -s sc01 -t 10000001 -b 81 -f ControlledLoad -m 41 service
qosadd -s sc01 -r pr01 -l 2 -n 17 -A 9.3.25.1-9.3.25.10 -a 9.3.25.33-9.3.25.33 -p 9001-9010 -P 9000-9000 policy
qosadd -s sc02 -t 10000001 -b 81 service
qosadd -s sc02 -r pr02 -l 2 -n 17 policy
qosstat 命令、qosmod 命令、qosremove 命令和 qoslist 命令。