Switches, Hubs, and Modems
1752810 Members
5631 Online
108789 Solutions
New Discussion

Vlan access-list

 
Hardish Thacker
Occasional Contributor

Vlan access-list

I have 2 8212zl and 2 5412 zl Switches. I want to create one vlan which cann't communicate with host which are belongs to other vlans. How can I make?
1 REPLY 1
Michael_Breuer
Esteemed Contributor

Re: Vlan access-list

Hello Hardish,

this can be implemented using Access-list:
Example:
ip access-list "ACL_20"
10 permit
20 deny
30 ...
exit

vlan 20
ip access-group "ACL_20"
Cheers,

Michael
Ingentive Networks GmbH