class-map match-any Best-effort
 match ip precedence 0  1
class-map match-any Priority-Three
 match ip precedence 2  3
class-map match-any Priority-Two
 match ip precedence 4  6  7
class-map match-any Priority-One
 match ip precedence 5
!
!
policy-map ELA_QUEUING_POLICY
 class Priority-One
    bandwidth percent 40
     random-detect
 class Priority-Two
    bandwidth percent 20
     random-detect
 class Best-effort
    bandwidth percent 20
     random-detect
 class Priority-Three
policy-map ELA_SHAPING_POLICY
 class class-default
    shape average 10000000
  service-policy ELA_QUEUING_POLICY

Does this actually shape my trafffic for the class-default if i'm matching 
best-effort on ip pres 1 and 0?  Or does that shape command need to be in the 
class best-effort and say remove the class-default?
_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to