Hi guys.
I'm trying to create an ACL to block the http access (the default gw of all vlans). So VLAN 1 cannot access the webpage of the VLAN 100 default GW for an example.
What I'm trying to do is to block the traffic that ingress the VLAN 1.
rule 0 deny tcp souce 192.168.11.0 0.0.0.255 destination 10.8.100.254 0 destination-port eq 80
interface vlan-interface 1 >> packet-filter <number> inbound
I'm a little bit confused with the traffic orientation when a SVI in involved.
Thanks in advance.
#ACLs