How2pass.com Forums
EC147 - Drag and drop QoS mechanisms - Printable Version

+- How2pass.com Forums (https://www.how2pass.com/forum)
+-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html)
+--- Forum: CCNP ENCOR 350-401 Forum (https://www.how2pass.com/forum/forum-19.html)
+--- Thread: EC147 - Drag and drop QoS mechanisms (/thread-1888.html)



EC147 - Drag and drop QoS mechanisms - gustav - 01-02-2021

Is the given solution verified?
I thought a service-policy is used to apply a QoS policy (poicy-map) to an interface
and that you can enforce (define) rate-limiting with a policy map.
From a configuration point of view, which data (class-map), which action (policy-map), is imposed on which interface (service-policy).
...and "policing" I would call a technique or mechanism and not a tool, so I am a bit confused by the given solution Huh


RE: EC147 - Drag and drop QoS mechanisms - gustav - 01-25-2021

I agree with the following 3 points in the given answer:
  • DSCP => portion of the IP header used to claccify packets
  • CoS => portion of the 802.1Q header used to classify packets
  • Policing => tool to enforce rate-limiting on ingress/egress
...and then I see the following connections:
  • Shaping is a bandwidth management technique which delay datagramms.
  • Service Policy is a mechanism to apply a QoS policy to an interface.
    for example:
    interface serial 1/0
      service-policy output myPolicyMap
  • Policy Map is a mechanism to create a scheduler for packets prior to forwarding.
    for example:
    policy-map MyPolicyMap
     class VIDEO
       bandwidth 256
     class BUSINESS
       bandwidth 256
     class class-default
       fair-queue
    (so here we have queues for different priority data and they need a CBWFQ scheduler)

Agree with my suggestion? And the big question, how does cisco think?


RE: EC147 - Drag and drop QoS mechanisms - uglyprawn - 02-20-2021

im uitte sure you are right. i failed encor in january but i leaned a valuable lesson. to trust my knowledge. i remember on question from a site and the answer was wrong. regarding your question i think you are correct.


RE: EC147 - Drag and drop QoS mechanisms - forumsupport - 02-22-2021

Ok, fixed it.