03-05-2015 06:24 AM
Hello Masters ,
While trying to configure QOS in ASR 9001 , I am getting the below error . Kindly help me to find a solution for it.
interface GigabitEthernet0/0/1/3.824897
service-policy output ######PARENT-256K
!!% 'qos-ea' detected the 'warning' condition 'Minimum value for bandwidth configuration is 64 kbps'
!
Thanking You,
Ram.
Solved! Go to Solution.
03-10-2015 04:06 AM
XR sw can do whatever you like :) but the "limitation" is here the NPU of the asr9k. That hardware forwarder's policer and shapers can't go lower then 64k.
Typhoon has 8k incremental steps, Trident npu has 64k incremental steps
cheers
xander
03-05-2015 08:47 AM
Ram, the error means that the pmap definition you have uses a bandwidth statement in any of the classes that is below 64k which can't be programmed in the shaper.
can you share with us the targeted pmap definition to pinpoint the precise issue there?
cheers!
xander
03-10-2015 02:53 AM
Hello Mr Alexander ,
Thanks for the reply , Is that the default behavior of XR OS , that below 64 kbps cannot be shaped ?
Thanks and regards,
RaM
03-10-2015 04:06 AM
XR sw can do whatever you like :) but the "limitation" is here the NPU of the asr9k. That hardware forwarder's policer and shapers can't go lower then 64k.
Typhoon has 8k incremental steps, Trident npu has 64k incremental steps
cheers
xander
03-10-2015 11:39 PM
Hello Xander ,
I have pasted the template config QOS , which i have tried to config on ASR 9K.Is there any other ways to implement the same ?. Thanks in advance.
class-map match-all XYZ-GOLD
match dscp af41
class-map match-all XYZ-SILVER
match dscp af31
class-map match-all XYZ-BRONZE
match precedence 0
policy-map XYZ-CHILD
class XYZ-GOLD
bandwidth percent 20
class XYZ-SILVER
bandwidth percent 60
class XYZ-BRONZE
bandwidth percent 20
policy-map XYZ-PARENT-128K
class class-default
shape average 128000
service-policy XYZ-CHILD
Regards,
Ram
03-11-2015 05:03 AM
hi ram,
in this config they are all of equal priority and these three queues will be scheduled at their ratio rate 1/5 3/5 1/5, but if gold is higher priority, then you may want to consider removing the bandwdith percent on gold and apply a priority level 1 and policer to it to always schedule it ahead of silver and bronze, but that is not mandatory or anything.
cheers!
xander
03-11-2015 05:39 AM
Hello Mr. Xander,
Thanks for the reply , but i should implement the same on XR , due to this QOS issues , we are unable to move some customers to ASR 9k.
Regards,
Ram.
03-11-2015 06:08 AM
hey ram,
just to note, whenever you change platforms, there is always a change in the qos configuration necessary. while a policy may be 1:1 translatable, the behavior due to the forwarding asics, may be different, hence it is important to qualify the behavior to make sure the service agreed can still be warranted.
So syntactically, your config will work, but depending on which platform you are migrating from, some minor tweaks and tunes may be necessary to align with the existing behavior.
cheers!
xander
03-15-2015 10:42 AM
Hello Xander ,
Okay got it. One more query i have . Is there any tool available to convert classic IOS config to XR config ? As we are facing very difficulties while migrating large number of customers in a single time frame. Taking long time for the conversion.
Regards,
Ram.
03-15-2015 01:59 PM
hey ram,
we have an indoor tool, not externally accessible that I can run your config through if you like to get the XR equivalent. Although not optimized (eg route-maps are converted to their closest RPL config) and the tool doesn't accomodate for platform specifics either, but you'll get the baseline XR config from where we can fine tune the QOS parameters should that be necessary.
Post your config and I'll send you back the XR equivalent to it.
So the tool will convert syntax (only) not hw specifics, that will be separately.
cheers!
xander
03-15-2015 02:54 PM
Hello Xander ,
I appreciate that . But thing is that , we are on a project to convert the customers to XR in bulk includes more than 100 customers in one shot.
Usually we do manual conversion .Any other ways for the conversion ?
Regards,
Ram.
03-16-2015 04:53 AM
hi ram, unfortunately, that is the best I can offer you... I dont know of any other easier/faster way...
cheers
xander
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide