Hi,
I'm trying to add an ACL to a WAN layer 2 access port interface. The Public IP is on a SVI and the interface is lets say g0/2. The ACL is to prevent private IPs and SNMP packets. I've applied the extended ACL to the physical interface g0/2 with a permit any any at the bottom. This ACL has been applied to routers at other locations and hit logs confirm this is working on those, but on this layer 2 interface with the ACL, there are no hit logs like there are on the others. This is one of our busiest interfaces. Is this ACL not working? Sanitized configs below.
Extended IP access list xxx
10 deny udp any any eq snmp
20 deny udp any any eq snmptrap
30 deny ip 10.0.0.0 0.255.255.255 any
40 deny ip 172.16.0.0 0.15.255.255 any
50 deny ip 192.168.0.0 0.0.255.255 any
100 permit ip any any
int g0/2
ip access-group xxx in.