Hello,
You can use the lay 2 ACL to match ARP packets and configure MQC to limit the rate.
For example:
#
acl 4001
rule permit l2-protocal arp
#
traffic classifier c1
if-match acl 4001
#
traffic behavior b1
car cir 100 pir 100 cbs 18800 pbs 31300 share green pass yellow pass red discard
traffic policy p1
#
classifier c1 behavior b1
#
interface gigabitethernet 0/0/1
traffic-policy p1 inbound
#
However, in this case, the disadvantage is that the policy needs to be applied to the inbound direction of the desired interface. Before configuring the traffic policy, ensure that no other traffic policy is applied to the interface.