A network administrator configures a Cisco router WAN egress interface with a Modular QoS CLI (MQC) policy map. The policy assigns real-time Voice over IP (VoIP) traffic to a class using the `priority 512` command, while transactional data is assigned to a class using the `bandwidth 2048` command. During a period of interface congestion, incoming voice traffic spikes to . Which statement accurately describes how the router handles the voice traffic that exceeds the allocated threshold?
- AThe router buffers the excess of voice packets in memory and delays their transmission until link congestion clears.
- The router drops the excess of voice traffic using a built-in strict priority policer to prevent starving other bandwidth-guaranteed queues.Cevap
- CThe router transmits all of voice traffic immediately because strict priority queues override all configured bandwidth limits during congestion.
- DThe router automatically remarks the excess of voice traffic to a lower DSCP value and forwards it into the default class queue.
Cevap
The router drops the excess voice traffic exceeding the threshold using a built-in policing mechanism to protect other queues from bandwidth starvation during congestion.
Low Latency Queuing (LLQ) uses the `priority` command to create a strict priority queue for delay-sensitive traffic such as voice. To prevent a rogue stream or burst of voice traffic from starving other queues (configured via `bandwidth` statements) during link congestion, LLQ applies a built-in policer to the priority queue. Traffic offered to the priority queue up to the configured limit () is serviced ahead of all other queues. Any excess traffic beyond during congestion is dropped by the policer.
Adım Adım Çözüm
Anahtar Kavram
Low Latency Queuing (LLQ) Priority Queue Policing
Tahmini Süre:2m 0s