06-13-2025 01:48 PM
I am getting the following error 'Error:ACL filter add failed! (Insufficient Space in TCAM to accomodate this ACL. ' Would it be possible to increase this ACL filter TCAM space?
06-17-2025 08:16 PM - edited 06-17-2025 08:18 PM
Hi Fabios,
Thank you for bringing this up.
You're seeing the error:
“Error: ACL filter add failed! (Insufficient Space in TCAM to accommodate this ACL)”,
which typically indicates that the switch’s TCAM used to store ACLs and other hardware-accelerated features — has reached its current configured or physical limit.
Some ICX models allow reallocation of TCAM resources using the system-max command.
To check the current and maximum values:
#show default values
If the current value of ip-filter-sys is below the max, you can increase it:
#configure terminal
#system-max ip-filter-sys <new_value>
Note: This change requires a switch reboot to take effect.
Refer to the following documentation for detailed guidance:
TCAM Space Configuration:
Allocating TCAM Space:
Hardware Scale for each unit:
If increasing ip-filter-sys isn’t an option, or if you've already reached the platform's hardware limit, try:
Let us know your switch model and ACL use case if you'd like more specific suggestions.
Note: Please feel free to mark the post as ACCEPTED SOLUTIONS if its addressed your query.
Regards,
Kayalvizhi Kannadasan
06-18-2025 05:43 AM
Thanks for the feedback. I intend to increase the maximum capacity of L2 Ingress TCAM rules per PP device, is it possible?
06-23-2025 05:57 PM
Hi Fabios,
Good question!
On ICX switches, you can’t manually increase TCAM rules PP device. TCAM allocation is done globally using the system-max command, and the switch internally manages how it's distributed across all PPs.
If your switch model supports it, you can increase the global limit but only up to the maximum allowed by hardware. This requires a reboot to take effect.
Regards,
Kayal