Hello,
How can i filter the request from one host inside a vlan to the other vlans?
I was planning to use this :
ip access-list BLKREQUEST extended deny host 10.10.0.14 any
ip acess-list BLKREQUEST extended permit any any.
interface vlan 2
ip access-group BLKREQUEST out.
The idea is to block any request from the host 10.10.14 to the other vlans and permit the request and access to the rest of vlan( 2 3 4 5 6...)
Regards,