cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
280
Views
0
Helpful
2
Replies

Egress class match to an ACL in an NCS540 v7.3.1

umomait
Level 1
Level 1

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
!

1 Accepted Solution

Accepted Solutions
2 Replies 2

smilstea
Cisco Employee
Cisco Employee

Ramblin Tech
Spotlight
Spotlight

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.

Disclaimer: I am long in CSCO