修改现有 QoS(服务质量)服务类别或策略规则。
修改现有的服务类别:
qosmod [ -s ServiceCategory] [ -t OutgoingTOS] [ -b MaxTokenBucket] [ -f FlowServiceType] [ -m MaxRate] service
修改现有的策略规则:
qosmod [ -s ServiceCategory] [ -r ServicePolicyRules] [ -l PolicyRulePriority] [ -n ProtocolNumber] [ -A SrcAddrRange] [ -a DestAddrRange] [ -P SrcPortRange] [ -p DestPortRange] policy
qosmod 命令修改 policyd.conf 文件中的指定服务类别或策略规则条目,并在 QoS 管理器中安装这些更改。
qosmod 命令清除所有旧策略的统计信息。在执行 qosmod 命令后立即执行 qosstat 命令,用户可能不会看到使用旧的规则转换到修改后的规则的所有数据连接。这是因为数据连接的重新分类被延迟,直到数据包到达该连接。
服务修改标志:
-s | ServiceCategory 属性的名称,它是强制的。 |
-t | OutgoingTOS 属性,以 8 位二进制数指定。 |
-b | MaxTokenBucket 属性,以 Kb(千比特)指定。 |
-f | FlowServiceType 属性,它是 ControlledLoad 或是 Guaranteed。 |
-m | MaxRate 属性,以 Kbps(每秒千比特)指定。 |
策略修改标志:
0 | 成功完成 |
正整数 | 发生错误。 |
qosmod -s sc01 -t 10001100 -b 84 -f Guaranteed service
qos -s sc01 -r pr01 -l 10 -n 6 -A 9.3.25.15-9.3.25.20 -a 9.3.25.39-9.3.25.39 -p 9015-9020 policy
qosmod -s sc02 -t 10001111 service
qosmod -s sc02 -r pr02 -l 13 -n 6 policy
qosstat 命令、qoslist 命令、qosremove 命令和 qosadd 命令。