Cisco Catalyst 65XX and traffic shaping
- by Nadz Goldman
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 ?