cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
616
Views
0
Helpful
2
Replies

Configure a VACL to block incoming packets from other vlan

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi all,

I have 2 vlans, I tried to configure a VACL in order to block the incoming packets but it is not working.

Please your assistance.

Thanks




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
2 Replies 2

Julio E. Moisa
VIP Alumni
VIP Alumni

This is my configuration

ip access-list extended ALL-SUBNETS

permit ip any any

ip access-list extended ALLOWED-SUBNETS

permit ip 192.168.20.0 0.0.0.255 ANY

permit ip 192.168.19.0 0.0.0.255 ANY

vlan access-map TEST 10

match ip address ALLOWED-SUBNETS

action forward

vlan access-map TEST 15

match ip address ALL-SUBNETS

action drop

vlan filter TEST vlan-list  400




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

VACLs are used for when you want to block traffic within the vlan. You'll need to use regular acls on the L3 svis in order to block traffic between vlans.

HTH,
John

*** Please rate all useful posts ***

HTH, John *** Please rate all useful posts ***