Hi ..
I have a question, regarding service-policy maps, Isn't possible to make ingress / egress traffic shaping with service policy's ?? ..
like this ..
interface FastEthernet0/2
service-policy input 16MBIT
service-policy output 16MBIT
!
policy-map 16MBIT
class ALL_IP_TRAFFIC
police 16384000 2000000 exceed-action drop
to the best of my knowledge, Cisco Catalyst 3550 series can only make queueing in one direction
/Peter