QoS: Rate-limit to MQC convention

Hi Guys,

I need help in converting the rate limit configurations below to MQC – it can be policing or anything. Basically, you have a total bandwidth of 3M and local bandwidth of 2M, would like to ensure that the local bandwidth is on the 2M limit, and that the whole traffic is on the 3M limit. The local traffic is marked from upstream with a dscp value of af11.

rate-limit output access-group 2147 2048000 384000 768000 conform-action continue exceed-action drop rate-limit output access-group 147 3072000 576000 1152000 conform-action transmit exceed-action drop

Access#show access-list 2147 Extended IP access list 2147 10 permit ip any 192.168.5.0 0.0.0.15 dscp af11

Access#show access-list 147 Extended IP access list 147 10 permit ip any 192.168.5.0 0.0.0.15

KG

Related Posts

Leave a Reply