Re: QOS marking doubt

From: Phil (theccie@gmail.com)
Date: Sat Jun 05 2004 - 06:19:16 GMT-3


You can leave all other traffic to the class-default, but I would do this:

class-map www
match protocol http

policy-map fff
class www
set ip precedence 4
class class-default
set ip precedence 2

That would save you from configuring an access-list.

Phil

On Fri, 4 Jun 2004 22:47:17 -0700 (PDT), david belka
<belka_jpn@yahoo.com> wrote:
>
> Hi group
>
> I want to configure marking on IP traffic using CBWFQ
> here is what i am trying
>
> all www traffic to marked with precedence 4
> all other ip traffic with precedence 2
>
> class-map www
> match ip access-group 101
>
> policy-map fff
> class www
> set ip precedence 4
> class class-default
> set ip precedence 2
>
> access-list 101 permit tcp any any eq www
>
> Is this the right way to configure or it is advisable to create another class of IP traffic with match any clause & then set precedence ?
>
> Thanks
>
> Belka
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> _______________________________________________________________________
> Please help support GroupStudy by purchasing your study materials from:
> http://shop.groupstudy.com
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sat Jul 03 2004 - 19:40:33 GMT-3