350-401 Practice Questions
30 questions from this objective
Consider the following configuration snippet:
policy-map QOS_POLICY
class VOICE
priority percent 30
class VIDEO
bandwidth percent 20 queue-limit 50 packets
class class-default
fair-queue queue-limit 100 packets
What is the effect of this configuration?
Given the following configuration:
interface GigabitEthernet0/1
service-policy output QOS_POLICY
Which statement is true about applying a service-policy in the output direction?
Consider the following configuration:
class-map match-any VOICE match ip dscp ef class-map match-any VIDEO match ip dscp af41 match ip dscp af42
What is the effect of the match-any keyword in these class-maps?
Examine the following configuration:
policy-map SHAPE_POLICY
class class-default
shape average 10000000 service-policy INNER_POLICY
What is the purpose of the nested service-policy (service-policy INNER_POLICY) under the shape command?
Given the following configuration:
policy-map MARKING_POLICY
class CRITICAL_DATA
set dscp af31
class BULK_DATA
set dscp af11
class class-default
set dscp default
What is the effect of the set dscp default command in the class-default?
Consider the following configuration:
policy-map QUEUE_POLICY
class VOICE
priority level 1 police cir 1000000
class VIDEO
priority level 2 police cir 2000000
class class-default
fair-queue
What is the effect of using priority level 1 and priority level 2?
More QoS Architecture questions available in the full practice test.
Continue Practising →