[c-nsp] 6500 Sup 2T QoS

Christopher Pole cspole at gmail.com
Tue Sep 17 00:17:27 EDT 2013


Figured this out finally, the equivalent is to set queue-limit percentages
under the class, and the order is important as the second trail drop
threshold is not configurable. E.g.:

  class c-map-af31-af32-af33
    bandwidth remaining percent 10
    queue-limit dscp values af32 af33 percent 80
queue-limit dscp values af31 percent 100

Will work but the following will not (and will not spit out any kind of
error):

  class c-map-af31-af32-af33
    bandwidth remaining percent 10
    queue-limit dscp values af31 percent 100
queue-limit dscp values  af32 af33 percent 80

Hopefully this will help if someone else has this issue.

Chris
cspole at gmail.com


On Wed, Sep 11, 2013 at 12:58 PM, Christopher Pole <cspole at gmail.com> wrote:

> Hi folks,
>
> I'm building some 6500s with 2T sups running advanced enterprise
> 15.01(1)SY1 and am having some difficulty figuring out how to configure and
> assign dscp values to the ingress tail drop thresholds on X6816-10T-2T
> interfaces using c3pl.
>
> Assigning dscp values to and configuring WRED queue thresholds is
> straightforward. e.g.:
>
>  class c-map-af41-af42-af43
>   bandwidth remaining percent 10
>   random-detect dscp-based
>   random-detect dscp af41 percent 80 100
>   random-detect dscp af42 percent 70 100
>   random-detect dscp af43 percent 60 100
>
> However I can't figure out the equivalent for tail drop only thresholds,
> and haven't found anything on Google etc. I can fall back to the old mls
> qos commands but would prefer to use the new c3pl if possible.
>
> Has anyone run into this before?
>
> Thanks,
> Chris
> cspole at gmail.com
>


More information about the cisco-nsp mailing list