From: elping (elpingu@xxxxxxxxxx)
Date: Mon Aug 19 2002 - 18:24:52 GMT-3
Generic traffic shapping controls the output rate .the acl in generic
traffic shaping is being used a reference of what to limit.....so he is
limiting out ...if the host is in the same segment
he is no controlling to the problem.
is the host on the other side of the router ??
your solution is fine except that i would let normal burst =max
burst..that limits you to exactly 1.5mbp
rate-limit input access-group 101 1500000 281250 281250
i am not a ccie and I just had a cold one on my day off so feel free to
correct any mistakes ; )
El ping
CharlesB Wing wrote:
> Hi
>
> I have a question, it is not from an actual lab but
> from one of the commercial scenarios, it is framed as
> follows:
> Host on token ring (153.1.12.86) that is overutilizing
> resources. Limit bandwidth to 1.5 mbps.
>
> Question
> ------------
> The solution by the author is:
> access-list 1 permit 153.1.12.86
> int to 0
> ip add 153.1.86.1 255.255.255.0
> traffic-shape group 1 1500000 36000 36000 1000
>
> What is confusing me is this is a standard ACL which
> work on source addresses, so this interface should
> never output with a source address of 153.1.12.86.
>
> I thought the following would work
> access-list 101 permit ip host 153.1.12.86 any
> int to 0
> rate-limit input access-group 101 1500000 281250
> 562500
>
> I am using an input ACL.
>
> My question is which is correct ?
>
> Does it make a difference if you restrict the traffic
> in the in direction or the out direction?
>
> Any other tips?
>
> Thanks
>
This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:31 GMT-3