HI there,
I am relatively new to ACLs in Inter-VLAN routing.
I have setup several VLAN's on my network and would like to restrict access to certain ones. For my network I have the following two VLAN's, as an example
Vlan 20: 172.16.20.0 / 24
Vlan 18: 172.16.18.0 / 24
My IP Phone system is on vlan 18 and I don't want vlan 20 to be able to access vlan 18, with the exception of a few of the IT department PC's that need to access the IP phone controller, which is on vlan 18.
I have created this ACL
ip access-list extended "PHONES"
10 permit ip 172.16.20.250 0.0.0.0 172.16.18.0 0.0.0.255
20 deny ip 172.16.20.0 0.0.0.255 172.16.18.0 0.0.0.255
exit
vlan 18# ip access-group "PHONES" in
From my understanding the first one in the ACL, number 10, should allow my computer on ip 172.16.20.250 access to that subnet and then block all other IPs from the 172.16.20.0 subnet.
However, my computer cannot access that subnet.
Can anyone provide assistance for this?
Thank you
Tyson
#ACLs