...
On a Nexus 93180YC-EX that has a TCAM template configured, the following error is seen when a PACL is applied to an interface: "ERROR: TCAM region is not configured. Please configure TCAM region and retry the command." However, the TCAM hardware/software outputs indicate that the ing-ifacl (PACL) region is configured and has space available: switch# show hardware access-list tcam region ... Ingress PACL [ing-ifacl] size = 256 switch# show system internal access-list globals ... -------------------------------------------------------------------------------- ------ INSTANCE 0 TCAM Region Information: -------------------------------------------------------------------------------- ------ Ingress: -------- Region TID Base Size Width -------------------------------------------------------------------------------- ------ ... Ingress PACL 1 0 256 1 switch# show hardware access-list resource utilization slot 1 ======= INSTANCE 0x0 ------------- ACL Hardware Resource Utilization (Mod 1) ---------------------------------------------------------- Used Free Percent Utilization ------------------------------------------------------------------- Ingress PACL 2 254 0.78 Ingress PACL IPv4 0 0.00 Ingress PACL IPv6 0 0.00 Ingress PACL MAC 0 0.00 Ingress PACL ALL 2 0.78 Ingress PACL OTHER 0 0.00
Nexus 93180YC-EX running 9.3(8) TCAM template is configured: hardware profile tcam resource template l2-acl ref-template l2-l3 hardware profile tcam resource service-template l2-acl Attempting to apply a basic PACL: switch(config)# ip access-list NAS-monitor switch(config-acl)# permit ip any any switch(config)# int eth1/28 switch(config-if)# ip port access-group NAS-monitor in ERROR: TCAM region is not configured. Please configure TCAM region and retry the command.
Remove the TCAM template configuration and configure TCAM region using the "hardware access-list tcam region ing-ifacl 256" command.