Hi Support,
I would like to ask about ACL configuration.
Assuming I have 3 Vlan created.
Vlan 10 , HR , 192.168.10.1/24
Vlan 20 , IT, 192.168.20.1/24
Vlan 30, GM, 192.168.30.1/24
I would like all 3 Vlan to be isolated from each other; not able to...
Hi Stephane,
The ipforwarding is already enabled on all the 3 VLANS.
For now I only managed to block HR to IT by using this command.
-----------------------------------------------------------------------------
vi blockIT.pol
entry HR{
if match ...
Hi Erik,
Thanks for the advise.
If I want to block HR (.10) to IT & GM.
Does the below command work?
entry block_IT_and_GM {
if match any{
source-address 192.168.10.1/24; #this is HR
destination-address 192.168.20.1/24; ...