Hi Toby,
That is exactly what I want to achieve... with below config (other other end configured similar way), I expect to see both subnet will have around 1Mb bandwidth each when they both busy... however, this is not the case :( Both subnets were tested and capable to go up to 2Mb alone. But when I start "busy" them, one of the subnet seems to go well over the 1Mb basically eating all the bandwidth from the other subnet... any ideas?
class-map match-any 1MB-UNDER match precedence 5 ! policy-map QoS-OUT class 1MB-UNDER bandwidth 2048 policy-map QoS-IN class class-default police 1024000 conform-action set-prec-transmit 5 exceed-action set-prec-transmit 0 ! interface Ethernet0 [snip] service-policy input QoS-IN ! interface FastEthernet0 [snip] service-policy input QoS-IN ! interface Serial0 [snip] service-policy output QoS-OUT ! Many thanks,
P