I am trying to setup an ACL to allow a single host access to a VLAN, blocking all other inter-vlan traffic but it isn't allowing through traffic from my computer: All Savers Insurance
Computer IP: 10.58.100.2
VLAN2: 10.58.101.0/24
access-list ip SecureAccess
10 permit any 10.58.101.0/24 10.58.101.0/24
20 permit udp any eq 67 any eq 68
30 permit any 10.58.100.2 10.58.101.0/24
40 deny any any any
vlan 2
apply access-list ip SecureAccess in
Is it because I need to allow the originating VLANs gateway? But this would then allow all hosts on the originating VLANS?