Hello,
It's something like this:
ip access-list extended VLAN11
permit ip 192.168.5.0 0.0.0.255 any
ip access-list standard ANY
permit any
vlan access-map WHATEVER 10
match ip address VLAN11
action drop log
! this is also logging what's dropped
exit
vlan access-map WHATEVER 20
match ip address ANY
action forward
exit
vlan filter WHATEVER vlan-list 1,10
I hope I have no syntax mistakes as I compose this from my head.
Let me know if it's working
Cheers,
Calin