From: Joseph Saad (joseph.samir.saad@gmail.com)
Date: Sat Jan 05 2008 - 16:44:13 ARST
For IPP specfically, you'll need to map IPP-to-DSCP as you can't directly
queue on a port based on IPP value.
On Jan 5, 2008 10:37 PM, Joseph Saad <joseph.samir.saad@gmail.com> wrote:
> As far as I know. There's no such thing as assigning it to a port, you can
> assign the DSCP value to a queue.
>
> The configuration will differ between 3550 and 3560.
>
> But definitely possible with some imagination, for 3560 config, look at
> http://www.cisco.com/univercd/cc/td/doc/product/lan/cat3560/12240se/scg/swqos.htm#wp1685564
>
> and something around the line of:
>
> mls qos
> mls qos rewrite ip dscp
>
> int range fa0/1-10 !interfaces that are part of VLAN X
> mls qos vlan-based
>
>
> !set the Dscp for the class
> policy-map SET_DSCP
> class class-default !assuming you are matching all traffic.
> set dscp y
>
> int vlan X
> service-policy in SET_DSCP !Ties to all traffic on VLAN X
>
> !after you define the dscp, you'll need to queue it via
> mls qos srr-queue output dscp-map queue 1 y
>
> Queue number significance and what those command means are in the above
> URL.
>
> HTH,
> Joseph.
>
>
> On Jan 5, 2008 10:00 PM, cisco man <cisco.addicted@gmail.com> wrote:
>
> > Dear,
> >
> > How to solve it in both cases please.
> >
> >
> > ------------------------------
> >
> > *From:* Joseph Saad [mailto:joseph.samir.saad@gmail.com]
> > *Sent:* Saturday, January 05, 2008 9:00 PM
> > *To:* cisco man
> > *Subject:* Re: QoS
> >
> >
> >
> > is it switchport or switch port queues?
> >
> > On Jan 5, 2008 9:53 PM, cisco man <cisco.addicted@gmail.com> wrote:
> >
> > Dears,
> >
> > I need to mark traffic for VLAN X on a switch, and give it an specific
> > IP
> > precedence value then assign it to one of the switch port. What are the
> > available methods other than using ACL??
> >
> >
> >
> > Regards
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Fri Feb 01 2008 - 10:37:57 ARST