300-415 · Question #217
Which policy configuration must be used to classify traffic as it enters the branch WAN Edge router to be put into the desired output queue?
The correct answer is A. Policy class-map class p1 queue 2. To classify traffic and assign it to a specific output queue upon ingress at a WAN Edge router, a class-map is defined to match traffic and then map it to a queue.
Question
Options
- APolicy class-map class p1 queue 2
- BPolicy access-list QoS sequence 1 match destination-ip 10.0.0.0/8 ! action accept class p1
- CPolicy qos-scheduler QOS class p1 bandwidth-percent 20 buffer-percent 20 drops red-drop
- Dqos-map Q_Map qos-scheduler p1
How the community answered
(61 responses)- A93% (57)
- B3% (2)
- C2% (1)
- D2% (1)
Why each option
To classify traffic and assign it to a specific output queue upon ingress at a WAN Edge router, a class-map is defined to match traffic and then map it to a queue.
In Cisco SD-WAN QoS, traffic classification to a specific output queue is achieved by defining a 'class-map' that matches traffic and then maps it to a queue using the 'queue' command. This is part of an input QoS policy applied to a WAN Edge interface to prioritize and queue traffic as it enters the device.
An 'access-list QoS' definition with 'action accept class p1' is used to classify traffic into a specific class within an access list, but it does not directly assign it to an output queue; that's done in the class-map definition.
A 'qos-scheduler' defines the scheduling parameters for a class (like bandwidth, buffer, and drop policy), but it doesn't perform the initial classification and assignment to a queue.
'qos-map Q_Map qos-scheduler p1' is an incorrect or incomplete command structure for classifying traffic to a queue; QoS mapping typically involves associating classes with schedulers or forwarding classes.
Concept tested: QoS traffic classification and queue mapping
Source: https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/sdwan-xe-gs-book/sdwan-quality-of-service.html
Topics
Community Discussion
No community discussion yet for this question.