08-16-2024 05:47 AM
Hello,
I have an NCS540 v7.3.1 and I am trying to replicate the same rate limiting policies we have setup on the ASR9000 devices. I am unable to use the Rate_Limit class in my policy map as it shows the error below. Is there a way to get around that error? setting match type as class_default works with no issues.
!!% 'DPA_QOSEA' detected the 'warning' condition 'Unsupported match type for egress'
Configuration:
ipv4 access-list 101
10 permit ipv4 any any
class-map match-all Rate_Limit
match access-group ipv4 101
end-class-map
policy-map 100mbps_egress
class Rate_Limit
shape average 150 mbps
!
end-policy-map
!
Solved! Go to Solution.
08-16-2024 09:46 AM
08-16-2024 09:46 AM
08-16-2024 11:13 AM
As @smilstea suggests, you can use your access-group in an ingress class-map. The ingress policy for the class-map would set a qos-group. An egress class-map would match on the qos-group, with the egress policy for that class-map taking the shaping action.
IIRC, the DNX NPU in NCS55xx/5xx cannot match directly on an ACL in egress QoS policies.
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