Hi there.. I have a c3550 with a number trunked ports to c2950's off it for customers networks. On the 3550 I have multiple vlan's on it and the vlan's go to the 2950's. (the 3550 is basically a vlan concentrator) No I want to rate limit each vlan to a certain speed (say 1M) in and out but I seem to only do it 1 way (input). Whats do people suggest to get it both ways? It doesn't accept service-policy output. Should I used a different hardware as the VLAn concerntrator to do this or what? Ie (3550) class-map match-all alltraffic match access-group 100 ! policy-map 1M class alltraffic police 1024000 64000 exceed-action drop int vlan 100 descriptions Customer1 ip address 192.168.0.254 255.255.255.0 service-policy input 1M ! int vlan 101 description Customer2 ip address 192.168.1.254 255.255.255.0 service-policy input 1M ! access-list 100 permit ip any any etc (2950) int FastEthernet 0/1 switchport access vlan 100 ! int fastEthernet 0/2 switchport access vlan 101 !