From: Craig Dorry (chdorry@xxxxxxxxx)
Date: Fri Apr 12 2002 - 11:22:41 GMT-3
I think what you are looking for would be class based
weighted fair queueing. Take a look at this link and
see if it helps. Watch the wrap.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120t/1
20t5/cbwfq.htm#xtocid1566033
--- ying chang <ying_c@hotmail.com> wrote:
> Not certain if this is what you are looking for. I
> don't think the queue
> will supress packets, it just put the packets for
> the next go around and let
> the default traffic have their chance:
>
> int ethernet 0
> ip addr 123.4.5.6 255.255.255.0
> custom-queue-list 1
>
> queue-list 1 protocol ip list 101 1 <--- dlsw
> traffic
> queue-list 1 default 2 <---- other traffic
>
> access-list 101 permit ip any any eq 2065
> access-list 101 permit ip any eq 2065 any
> access-list 101 permit ip any any eq 2067
> access-list 101 permit ip any any eq 1981
> access-list 101 permit ip any any eq 1982
> access-list 101 permit ip any any eq 1983
>
> queue-list 1 queue 1 byte-count 1500 <--- 30% of
> total bytes
> queue-list 1 queue 2 byte-count 3500 <--- 70% of
> total bytes
>
>
> >From: Motohiro Yamanaka <yamanaka@fsas.fujitsu.com>
> >Reply-To: Motohiro Yamanaka
> <yamanaka@fsas.fujitsu.com>
> >To: ccielab@groupstudy.com
> >Subject: Qos
> >Date: Fri, 12 Apr 2002 22:14:02 +0900
> >
> >Hi
> >
> >It is a belt region control and there is a
> question.
> >I want to suppress packet of DLSW which flows on a
> specific interface
> >(It is ethernet here) within 30%.
> >Is such a control possible?
> >Please teach the set example if it is possible.
> >Thank you.
> >
> >
> >Motohiro
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:58:09 GMT-3