运营商给了我 102: 80/10/10 80% RT 的 COS 配置文件,用于新的 100mb 电路。我已将以下内容编译为我的 QoS 策略映射和带宽配置。
interface GigabitEthernet0/0
speed 100
max-reserved-bandwidth 100
service-policy output ***
policy-map ***
class voice
priority percent 80
set ip dscp ef
class priority1
bandwidth remaining percent 16
set ip dscp af31
class priority2
bandwidth remaining percent 2
set ip dscp af21
class class-default
fair-queue
我对“剩余带宽”的性质有点困惑,我理解的方式如下;
class voice
priority percent 80 = **80mbs**
set ip dscp ef
class priority1
bandwidth remaining percent 16 = **3.2mbs, or 16% of the 20mb remainder**
set ip dscp af31
class priority2
bandwidth remaining percent 2 = **0.336mbs, or 2% of the 16.8mb remainder**
set ip dscp af21
class class-default = **16.46mbs, aka "whatever is left"**
fair-queue
我不正确吗?