>Такая же проблемма, зажимает все кто в ацл в одну трубу а
>надо что бы каждого по отдельности, на сабинтерфейсе (7507) висит макс6000,
>надо в определенное время суток зажимать каждого до 33600.... кто нибудь
>подскажите...
Different Controlled Rates Through an IP Internet Example
Perhaps you need to restrict the flow of Network News Transfer Protocol (NNTP) to each of some set of sites across an intervening backbone to 64 kbps. This example shows how to configure that control and provide one site with 256 kbps:
access-list 101 permit 10.10.10.10
access-list 102 permit 10.10.10.20
access-list 103 permit 10.10.10.30
!
interface serial 0
traffic-shape group 101 64000
traffic-shape group 102 64000
traffic-shape group 103 256000
Separate token buckets are maintained for each access list, and traffic not matching any access list is not shaped at all.
на интерфейсе можно создать несколько group под каждый акцеслист
взято с cisco.com