我在 2911 上运行新的 IOS 15.4.3(M2),在 ISR4331s 上运行新的 IOS 15.4.3(S3)。我有以下 QoS 策略:
policy-map WAN-EGRESS-POLICY
class CLASSIFY-AF41
bandwidth remaining percent 25
class CLASSIFY-AF31
bandwidth remaining percent 30
class CLASSIFY-AF21
bandwidth remaining percent 15
class class-default
random-detect dscp-based
在之前的 IOS 版本中,Cisco 会将 25% 分配给默认类,这让您分配 75% 的剩余带宽(或者可以使用 max reserved bandwidth 命令进行更改)。现在,Cisco 允许您配置最多 100%,但是,我不清楚保留默认类的“百分比”是多少。
例如,我将 70% 分配给上述课程。我的问题是:
假设默认情况下完全 100% 分配,如果没有指定默认类分配给什么?