I'm trying to use this acl on my 5520-48T SW 6.3.5.025
qos ip-acl name Test src-ip 192.168.2.0/24 dst-ip 192.168.1.0/24 drop-action enable
qos ip-acl name Test drop-action disable
qos acl-assign port 20 acl-type ip name Test
This works but when i clear the ARP cache i cannot access anything on the network. If I add a static ARP entry then i can access the host. It seems like the switch is blocking all ARP requests when the ACL is applied. Is this a bug or is there any way to fix this?