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

ACE: ACL one Virtual Server

Thomas Dohl
Level 1
Level 1

Hello,

 

how can I protect Virtual Server with ACLs on an ACE?

I want one ACL per virtual server.

I know that I can use one big ACL one the VLAN Interface or global, but that it is not very user-friendly.

 

Best regards.

1 Reply 1

David Niemann
Level 3
Level 3

I think to do this per virtual server you would have to define it via the match statements with an ACL in the class-map.  You'll have to test to verify it works that way, but it seems reasonable to me.

 

access-list ACLMatch line 8 extended deny ip host 10.10.10.10 host 192.168.1.1
access-list ACLMatch line 16 extended permit ip 10.10.10.0 255.255.255.0 host 192.168.1.1


class-map match-any VS_IndividualACL
  2 match access-list ACLMatch