Symptom
When below QoS is used, traffic does not match expectations, class 20 only has 15M.
policy-map test
class 10
bandwidth percent 60
class 20
priority level 1 percent 20
class 30
bandwidth percent 10
class 40
priority level 2 percent 5
Conditions
"bandwidth percent" and "priority level 1 percent" config in same policy.
Workaround
donot use bandwidth percent ketword, such as:
policy-map test
class 20
priority level 1
police rate percent 20
class 30
bandwidth 40000
Further Problem Description