Hi all,
Recently I've been attempting to control traffic between certain VLANs by using advanced ACLs.
However, I have noticed that when applying the ACLs to the VLAN interface, they only seem to work when I apply them in the opposite direction to that which I am used to.
Example:
system-view
acl number 3000 name BLOCK_INTO_VLAN
rule deny ip source 10.201.64.0 0.0.0.255 destination any
rule permit ip source any destination any
interface vlan-interface 104
packet-filter name BLOCK_INTO_VLAN inbound
quit
The above command does not block traffic from source addresses in the 10.201.64.0/24 range trying to get into that VLAN.
However, when I apply the packet-filter in the outbound direction it does block the traffic!
Am I just misunderstanding the syntax of HP switch ACLs?
Cheers,
Graham
#VLAN#ACLs