Nested MQC problems with NBar

From: Lee Donald (Lee.Donald@t-systems.co.uk)
Date: Wed Sep 21 2005 - 05:23:16 GMT-3


All,

I have a problem with nested policies and it doesn't work using NBar.

I have a child policy, which specifies different bandwidth and police
statements for different classes, then I have a parent policy which shapes
the whole lot to 5mb.

For some reason I'm not getting any hits on any of the classes when I test
it. If I swap the match protocol icmp etc with relevant access-list, it
works.

Has anybody seen this? I'm tempted to think it is a bug but I can't find
anything in the bug toolkit.

Any comments greatly received...........

class-map match-all ICMP

  match protocol icmp

 class-map match-all HTTP

  match protocol http

 class-map match-all RTP

  match protocol rtp

!

!

 policy-map CHILD

  class HTTP

   bandwidth 3000

  class RTP

   priority 1000

  class ICMP

   police cir 64000

 policy-map PARENT

  class class-default

   shape average 5000000

   fair-queue

   random-detect

   service-policy CHILD



This archive was generated by hypermail 2.1.4 : Sun Oct 02 2005 - 14:40:16 GMT-3