11-08-2015 01:14 AM - edited 03-08-2019 02:36 AM
Hi everyone, i have a doubt...
I have vlan 10 and vlan 20
I want filter traffic from VLAN 10 to VLAN 20, but allow traffic from VLAN 20 to VLAN 10...
Do I need to use acl or vacl?
Thanks
11-08-2015 01:30 AM
Hello
For tcp traffic -You can use a SVI acl to accomplish this:
Example:
vlan 10= 10.10.10.10.0/24
vlan 20= 20.20.20.0.0/24
Ip access-list extended Stan
permit tcp 10.10.10.0 0.0.0.255 any established
deny tcp 10.10.10.0 0.0.0.255 any
permit ip any any
int vlan 20
Ip access-group Stan out
res
Paul
11-08-2015 02:11 AM
Thanks Paul Driver
11-08-2015 04:29 AM
Hello Marinarios,
As suggested by Paul , You can apply ACL on SVI to allow or deny traffic for specifc VLAN.
Have a look on the below link for basic of ACL for more clarity.
Hope it Helps..
-GI
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