Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Have you tried VACL?something like this SW1(config)#access-list 100 permit ip any host 192.168.1.100SW1(config)#vlan access-map NOT-TO-SERVER 10SW1(config-access-map)#match ip address 100SW1(config-access-map)#action dropSW1(config-access-map)#vlan a...