Hi Alexandr,
is the DoS Protect ACL matching traffic
to the switch or traffic
through the switch? From the looks of it, it should be traffic through the switch to an SMTP server. If so, that traffic should not reach the CPU during normal operation.
One reason through traffic reaches the CPU is a missing ARP entry for a local end system, resulting in software based forwarding. You might want to check the hardware capabilities and the configured maximum ARP entries in hardware:
show iproute reserved-entries statistics show iparp show iparp stats summary Older EXOS had a default of 4096 ARP entries max, newer EXOS uses 8192, you might want to check that you use the newer default value, if the hardware permits this. This can be configured using
configure iparp max_entries [vr
VR_NAME]
MAX_ENTRIES The maximum IP ARP entries include dynamic, static, and incomplete IP ARP entries.
Thanks,
Erik