I have VLAN1 interface configured with IP 192.168.10.5 and VLAN10 with IP 10.0.0.254, with an Advanced ACL configured to deny traffic from network 192.168.10.0 to network 10.0.0.0 as follows:
5 deny ip source 192.168.10.0 0.0.0.255
destination 10.0.0.0 0.0.0.255 logging
Still traffic passes from VLAN1 to VLAN10. What's wrong with my configuration?