12-16-2024 03:58 AM - edited 12-16-2024 04:01 AM
We want to isolate PC1 and PC2.
PC1 and PC2 are not subject to the ACL because they are in the same network.
Is a Private vlan appropriate?
Any ideas?
Solved! Go to Solution.
12-17-2024 12:41 AM
VACL is filter inter and intra VLAN traffic.
he need to make host reach the GW to connect to other subnet
MHM
12-17-2024 12:46 AM
Hello @MHM Cisco World
VACL is filter inter and intra VLAN traffic.
he need to make host reach the GW to connect to other subnetMHM
Inter-vlan traffic will still work
12-16-2024 04:08 AM
Private vlan or Mac access list
12-16-2024 04:10 AM
Hello
VACLS/PVLANs are both ways of negating connectivity between multiple host within the same vlan however for just a single PC-PC
you can use a protected port
PC1 & PC2
int x/x
switchport protected
12-16-2024 04:58 AM
12-16-2024 05:21 AM
Hello
Yeah apologies..I realised after i posted your OP has switch interconnects, it does only work hosts on the same switch its a little one to beware of in case such a need cases arises ( depending that if the switch ios supports it, as its a rather old feature)
12-17-2024 12:26 AM - edited 12-17-2024 12:29 AM
Hello
FYI- by default there is a deny stanza in vacls so all you need in this instance to append a manual drop action and permit everything else
Try the following:
access-list 100 permit ip 144.144.144.0 0.0.0.255 144.144.144.0 0.0.0.255
vlan access-map VACL
match ip address 100
action drop
vlan access-map VACL 100
action forward
vlan filter VACL vlan-list 144
12-17-2024 12:44 AM
But the gateway is still denied.
Test was successful as per MHM's answer
Thank you very much for your continued interest.
12-17-2024 01:16 AM
Hello
you do not need to reach the gateway it will still work (intervlan routing ) that is for the filtered vlan 144
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide