[c-nsp] Nesting in MQC

Alex ecralar at hotmail.com
Tue Oct 2 07:06:30 EDT 2007


Hello there,
Has anyone tried in production the nesting in MQC? Like this:
!
class-map match-any class1
match access-group 101
match access-group 102
match access-group 103
!
policy-map policy1
class class-default
fair-queue
!
policy-map policy2
class class1
bandwidth 1000
service-policy policy1
!
What I am trying to solve is work around the "fair-queue" limitation for 
non-VIP platforms (see
http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017cf0c.html#wp1135395 ) 
.

I want multiple flows inside a single class to be WFQ-ed instead of FIFO.

Your comments are most welcome.

Thanks and regards

Alex



More information about the cisco-nsp mailing list