An engineer is troubleshooting QoS on a Cisco ASR 1002 router. The router is configured with a policy map that includes a class for voice with a priority command. During congestion, the engineer notices that voice traffic is being dropped even though the priority queue is not congested. The router logs show 'QoS: priority queue overflow'. What is the most likely cause?
Correct because on ASR routers, the priority command includes an implicit policer to prevent starvation of other queues; exceeding this policer causes drops.
Why this answer
The correct answer is that the priority queue has a default policer that limits the amount of traffic that can be sent as priority. When the voice traffic exceeds this policer, it is dropped, even if the queue is not full.