Cisco Catalyst 65XX and traffic shaping
Posted
by Nadz Goldman
on Server Fault
See other posts from Server Fault
or by Nadz Goldman
Published on 2010-02-27T21:42:57Z
Indexed on
2010/04/04
9:03 UTC
Read the original article
Hit count: 655
Hello!
I have Cisco Catalyst 65XX, many VLANs and about ~1300 users. Users connected to some D-Link switches with second-level management. D-Link switches come to my Cisco Catalyst 65XX by VLANs.
So, how I can shape traffic per user?
If I use something like this:
access-list 145 permit ip any host 192.168.0.1 access-list 145 permit ip any host 192.168.0.2 access-list 145 permit ip any host 192.168.0.3 ... int Gi0/1 traffic-shape group 145 128000 7936 7936 1000
will I have shape traffic per user or it will shape traffic only on interface? I mean - every user will have 128kb/s (per user) or everybody will have 128kb/s ?
If it will be for everybody, then what is the solution of my question: how every user can have 128kb/s ?
© Server Fault or respective owner