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 ?
From serverfault
Nadz Goldman
-
Should shape everything that matches access-list 145 ... so everyone is shaped into 128kbps (not per user!). You should probably go with a class-based QoS ... take a look here
Nadz Goldman : Thank you, already read this. But... Is there no one chance to shape it easy? May be other model of router/catalyst I need to use?MrShunz : well, do the dlinks have a per-port policy? maybe you can shape/limit directly on those ...From MrShunz
0 comments:
Post a Comment