How to configure VLAN ACL?

author
,
IT Manager
  • Total 1 Answer
  • 1403
Can You answer this question?
author

Lets say you want user with address 192.168.100.1 should not access any server(http) in same vlan 100. Switch(config)# ip access-list extended ACL Switch(config-acl)# permit tcp host 192.168.100.1 192.168.100.0 0.0.0.255 eq 80 Switch(config-acl)# exit Switch(config)# vlan access-map MAP 10 Switch(config-access-map)# match ip address ACL Switch(config-access-map)# action drop Switch(config-access-map)# vlan access-map MAP 20 Switch(config-access-map)# action forward Switch(config-access-map)# exit Switch(config)# vlan filter MAP vlan-list 100