From: ying chang (ying_c@xxxxxxxxxxx)
Date: Fri Apr 12 2002 - 11:07:00 GMT-3
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:06 GMT-3