cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
710
Views
0
Helpful
1
Replies

VACL filter request

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,

1 Reply 1

John Blakley
VIP Alumni
VIP Alumni

Is the 10.10.0.14 host on vlan 2 or is it coming from a different vlan? Supposed 10.10.0.14 is on vlan 10. You should put the acl on int vlan 10 in the IN direction. So, in your example, if your host 10.10.0.14 is on vlan 2, just change the direction of your acl and it should work.

HTH, John *** Please rate all useful posts ***